Socket programming in c using TCP/IP
Before you start learning socket programming in C, you should basic knowledge of IP addresses, TCP, and UDP. In this article, I shall describe TCP/IP and write a socket program using the TCP/IP API. TCP (Transmission control protocol) A TCP (transmission control protocol) is a connection-oriented communication. It is an intermediate layer of the application […]
Socket programming in c using TCP/IP Read More »