Most programs written using high-level network APIs are purely clients. At a lower level, however, the lines are blurry. In this chapter we will explore all these concepts and will create a IPC channel between a client and server application using Sockets.
Introduction to Socket Programming
Packet-based communication programs : Operating on one packet at a time, listening for incoming packets, then sending packets in reply.
With packet-based ...