TRANSPORT LAYER
TRANSMISSION CONTROL PROTOCOL TCP
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The IP Address and port number form what is called a ____
|
Socket
|
|
Rocket
|
|
Protocol
|
|
Router
|
Explanation:
Detailed explanation-1: -An application can communicate with a remote process by exchanging data with TCP/IP by knowing the combination of protocol type, IP address, and port number. This combination is often known as a socket address. It is the network-facing access handle to the network socket.
Detailed explanation-2: -Definition: A socket is one endpoint of a two-way communication link between two programs running on the network. A socket is bound to a port number so that the TCP layer can identify the application that data is destined to be sent to. An endpoint is a combination of an IP address and a port number.
There is 1 question to complete.