0
55kviews
What is socket address? Explain with example.
2 Answers
2
2.7kviews
  • A transport-layer protocol in the TCP suite needs both the IP address and the port number, at each end, to make a connection. The combination of an IP address and a port number is called a socket address.
  • The client socket address defines the client process uniquely just as the …

Create a free account to keep reading this post.

and 4 others joined a min ago.

1
4.1kviews
  1. Process to process delivery (transport layer communication) needs two identifiers, one is IP address and the other is port number at each end to make a connection.
  2. Socket address is the combinations of IP address and port number as shown in the figure.

enter image description here

  1. The client socket address defines the client …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.