About Lesson
Sockets and the Transport Layer
A Socket is one endpoint of a two-way communication link between two programs running on the network.
Combining the IP address with the port number creates a socket. Eg.
200.145.20.4 : 4563
A Socket is one endpoint of a two-way communication link between two programs running on the network.
Combining the IP address with the port number creates a socket. Eg.
200.145.20.4 : 4563