Report Bug
Qus : An endpoint of an inter-process communication flow across a computer network is
Qus एक कंप्यूटर नेटवर्क में अंतर-प्रक्रिया संचार प्रवाह का एक समापन बिंदु है

A. Socket
B. Pipe
C. Port
D. Machine


Solution
A. Socket



Explanation

An endpoint of an inter-process communication (IPC) flow across a computer network is typically referred to as a socket.


In network communication, a socket represents a communication endpoint between two processes, often running on different computers. Sockets allow processes to communicate with each other by sending and receiving data. They are identified by a combination of IP address and port number, which together uniquely identify the communication channel on each end of the connection.




Report Bug