next up previous
Next: Why Quake and other Up: How does it work? Previous: How does it work?

Difference between TCP and UDP

There are two types of internet protocol (IP) traffic, and both have very different uses.
  1. TCP(Transmission Control Protocol). TCP is a connection-oriented protocol, a connection can be made from client to server, and from then on any data can be sent along that connection.

  2. UDP(User Datagram Protocol). A simpler message-based connectionless protocol. With UDP you send messages(packets) across the network in chunks.


next up previous
Next: Why Quake and other Up: How does it work? Previous: How does it work?
Christopher Pearson 2003-01-27