Web Server Fundamentals
Web browsers communicate with Web servers via the TCP/IP protocol. The browser sends HTTP requests to the server, which responds by sending back headers (messages) and files (HTML pages, image files, Java applets, etc.). See HTTP header.
Learn more about HTTP
Related Articles