Unix Socket – Server Examples, To make a process a TCP server, you need to follow the steps given below −…Read More
Unix Socket – Client Examples, To make a process a TCP client, you need to follow the steps given below &minus
;…Read More
Unix Socket – Summary, Here is a list of all the functions related to socket programming.…Read More
Unix Socket – IP Address Functions, Unix provides various function calls to help you manipulate IP addresses. These functions convert Internet addresses between ASCII strings (what humans prefer t…Read More
Unix Socket – Core Functions, This chapter describes the core socket functions required to write a complete TCP client and server.…Read More
Unix Socket – Helper Functions, This chapter describes all the helper functions, which are used while doing socket programming. Other helper functions are described in the chapters −Ports an…Read More
Unix Socket – Network Byte Orders, Unfortunately, not all computers store the bytes that comprise a multibyte value in the same order. Consider a 16-bit internet that is made up of 2 bytes. There…Read More
Unix Socket – Structures, Various structures are used in Unix Socket Programming to hold information about the address and port, and other information. Most socket functions require a po…Read More
Unix Socket – Ports and Services, When a client process wants to a connect a server, the client must have a way of identifying the server that it wants to connect. If the client knows the 32-bit…Read More
Unix Socket – Network Addresses, Before we proceed with the actual stuff, let us discuss a bit about the Network Addresses − the IP Address.…Read More