What Do Web Servers Do?
- Web servers receive a request from a browser (typically the name of file, like resume23.html).
- Then they send a response response back back to the browser (typically the requested file or an error message).
Thus, a web server is a basically a file server.