Copyright © 2001 Qusay H. Mahmoud
26
Basics of Networks
lIP: Internet Protocol
lTCP: Transmission Control Protocol
lUDP: User Datagram Protocol
lTCP vs. UDP
–TCP is connection-oriented (UDP is not)
–TCP is reliable (UDP is not)
–TCP has no size limit on messages (UDP: 64KB)