MCSE TCP UDP

difference between TCP and UDP
TCP UDP
——————————————————————–
mainly for webpages for voice chat, DNS, DHCP

connection oriented connectionless

reliable protocole unreliable protocol

3-way handshake by tcp just the data is transfered
syn-syn/ack-ack best effort delivered. very light weight

denial of service
attack is possible on TCP

MCSE TCP UDP

difference between TCP and UDP
TCP UDP
——————————————————————–
mainly for webpages for voice chat, DNS, DHCP

connection oriented connectionless

reliable protocole unreliable protocol

3-way handshake by tcp just the data is transfered
syn-syn/ack-ack best effort delivered. very light weight

denial of service
attack is possible on TCP