Unix Socket – Client Examples
This topic is about Unix Socket - Client Examples. To make a process a TCP client, you need to follow the steps given below &minus ; Create a socket with…
This topic is about Unix Socket - Client Examples. To make a process a TCP client, you need to follow the steps given below &minus ; Create a socket with…
This topic is about Unix Socket - Server Examples. To make a process a TCP server, you need to follow the steps given below − Create a socket with the socket() system…
This topic is about 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…
This topic is about Unix Socket - Core Functions. This chapter describes the core socket functions required to write a complete TCP client and server. The following diagram shows the…
This topic is about 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…
This toppic is about 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…
This topic is aboout 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…
This topic is about 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…
This topic is about Unix Socket - Client Server Model. Most of the Net Applications use the Client-Server architecture, which refers to two processes or two applications that communicate with…
This topic is about Unix Socket - Network Host Names. Host names in terms of numbers are difficult to remember and hence they are termed by ordinary names such as…