×
Jinxia Li
Web Server, Reverse Proxy, Load Balancer

Reverse proxies can operate wherever multiple web-servers must be accessible via a single public IP address. The web servers listen on different ports in the same machine, with […]

Read More
Web Server Program Components

A web server is not simply the implementation of the server side of HTTP, it consists of : 1) Program that implement server side of HTTP 2) program […]

Read More
Web Server Setup

1. Web Server Setup: 1. Set up/Register a domain name 2. Set up your web hosting service 3. Route a domain name to your web server. 4. Set […]

Read More
How do TCP/IP and HTTP work together?

HTTP client & HTTP server rely on relatively lower layer TCP to transport HTTP message. TCP is implemented on the OS. The TCP on the OS of the […]

Read More