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