TCP Client Server-Socket Programming in C

Spread the loveTCP Client-Server Socket Programming in C TCP Client Server-Socket Programming | Socket programming is a common way of connecting two nodes on a network to communicate with each other. One node/socket is listening to a particular port at an IP. While another socket reaches out to the other to form a connection. The … Continue reading TCP Client Server-Socket Programming in C