
A digestible Breakdown of web servers
Even if you are not familiar with all the servers in the world, you must have heard of a web server . It is the most common type of server. In fact, when developers want to teach client–server relationships, the web server is the most prevalent illustration. But did you know that beyond web servers, there are other types of servers that are crucial parts of the backbone of the internet? That is what I will be listing out, along with their uncommon functions. We have: Database servers: They manage data storage and retrieval, e.g., the server that saves your Facebook profile. Mail servers: They handle email transmission, e.g., the servers responsible for sending and receiving emails from Gmail, AOL, or even Yahoo. File servers: They centralize file storage. Let’s talk about this one a bit, because it looks useless at first glance. Everything about computers is a file, which implies that a mail server, for example, also stores files and allows retrieval—likewise a database server, etc. So
Continue reading on Dev.to Webdev
Opens in a new tab


