Saturday, July 5, 2014

Sockets and Ports

A port can be viewed as a rendezvous point between TCP and the application. However, the port is a part of the operating system and the application program can not directly access the port.

  • TCP puts the data in the right port (mail box).
  • The socket transports the data between the port (mail box) and the application.

No comments:

Post a Comment