Saved Bookmarks
| 1. |
An endpoint of an inter-process communication flow across a computer network is called __________(a) socket(b) pipe(c) port(d) machine |
|
Answer» Right answer is (a) socket Explanation: Socket is one end point in a two way communication link in the network. TCP layer can identify the application that data is destined to be sent by using the port number that is bound to socket. |
|