Apache Web Server

Basically for communication where there is a client-server flavor, the server process creates a socket and the client socket accesses the server through client socket techniques. Socket A socket is fundamentally nothing but an end point of communication. It can be of two types: Physical socket and Logical socket. In Logical socket operating system has its system calls, which creates them. Now for client-server access … Continue reading Apache Web Server