Unix Socket – IP Address Functions
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 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…
OpenShift Basic Concept before beginning with the actual setup and deployment of applications, we need to understand some basic terms and concepts used in OpenShift V3. Containers and Images Of…
In this chapter, we will learn about the OpenShift Environment Setup System Requirement In order to set up enterprise OpenShift, one needs to have an active Red Hat account. As…
OpenShift Architecture is a layered system wherein each layer is tightly bound with the other layer using Kubernetes and Docker clusters. The architecture of OpenShift is designed in such a…
OpenShift Types came into existence from its base named OpenShift V2, which was mainly based on the concept of gear and cartridges, where each component has its specifications starting from…