Server Technologies
Server Technologies
Definition
An individual system can provide resources and use them from another system at
the same time. This means that a device could be both a server and a client at the
same time.
Initially, such servers were connected to clients known as terminals that did not
do any actual computing. These terminals, referred to as dumb terminals, existed
simply to accept input via a keyboard or card reader and to return the results of
any computations to a display screen or printer. The actual computing was done
on the server.
Later, servers were often single, powerful computers connected over a network
to a set of less-powerful client computers. This network architecture is often
referred to as the client-server model, in which both the client computer and the
server possess computing power, but certain tasks are delegated to servers. In
previous computing models, such as the mainframe-terminal model, the
mainframe did act as a server even though it wasn’t referred to by that name.
As technology has evolved, the definition of a server has evolved with it. These
days, a server may be nothing more than software running on one or more
physical computing devices. Such servers are often referred to as virtual servers.
Originally, virtual servers were used to increase the number of server functions a
single hardware server could do. Today, virtual servers are often run by a third-
party on hardware across the Internet in an arrangement called cloud computing.
A server may be designed to do a single task, such as a mail server, which accepts
and stores email and then provides it to a requesting client. Servers may also
perform several tasks, such as a file and print server, which both stores files and
Functionality of a Server
When a client requires data or functionality from a server, it sends a request over
the network. The server receives this request and responds with the appropriate
information. This is the request and response model of client-server networking,
also known as the call and response model.
A server will often perform numerous additional tasks as part of a single request
and response, including verifying the identity of the requestor, ensuring that the
client has permission to access the data or resources requested, and properly
formatting or returning the required response in an expected way.
Types of servers
There are many types of servers that all perform different functions. Many
networks contain one or more of the common server types:
File servers
File servers store and distribute files. Multiple clients or users may share files
stored on a server. In addition, centrally storing files offers easier backup or fault
tolerance solutions than attempting to provide security and integrity for files on
every device in an organization. File server hardware can be designed to
maximize read and write speeds to improve performance.
Print servers
Print servers allow for the management and distribution of printing functionality.
Rather than attaching a printer to every workstation, a single print server can
respond to printing requests from numerous clients. Today, some larger and
Application servers
1. DNS servers
Domain Name System (DNS) servers are application servers that provide name
resolution to client computers by converting names easily understood by humans
into machine-readable IP addresses. The DNS system is a widely distributed
database of names and other DNS servers, each of which can be used to request
an otherwise unknown computer name. When a client needs the address of a
system, it sends a DNS request with the name of the desired resource to a DNS
server. The DNS server responds with the necessary IP address from its table of
names.
2. Mail servers
Mail servers are a very common type of application server. Mail servers receive
emails sent to a user and store them until requested by a client on behalf of said
user. Having an email server allows for a single machine to be properly
configured and attached to the network at all times. It is then ready to send and
receive messages rather than requiring every client machine to have its own
email subsystem continuously running.
Web servers
One of the most abundant types of servers in today’s market is a web server. A
web server is a special kind of application server that hosts programs and data
requested by users across the Internet or an intranet. Web servers respond to
requests from browsers running on client computers for web pages, or other web-
based services. Common web servers include Apache web servers, Microsoft
Internet Information Services (IIS) servers and Nginx servers.
Database servers
The amount of data used by companies, users, and other services is staggering.
Much of that data is stored in databases. Databases need to be accessible to
multiple clients at any given time and can require extraordinary amounts of disk
space. Both of these needs lend themselves well to locating such databases on
servers. Database servers run database applications and respond to numerous
requests from clients. Common database server applications include Oracle,
Microsoft SQL Server, DB2, and Informix.
Virtual servers
Virtual servers are taking the server world by storm. Unlike traditional servers
that are installed as an operating system on machine hardware, virtual servers
exist only as defined within specialized software called hypervisor. Each
hypervisor can run hundreds, or even thousands, of virtual servers all at once. The
hypervisor presents virtual hardware to the server as if it were real physical
hardware. The virtual server uses the virtual hardware as usual, and the
hypervisor passes the actual computation and storage needs onto the real
hardware beneath, which is shared among all the other virtual servers.
Proxy servers
A proxy server acts as an intermediary between a client and a server. Often used
to isolate either the clients or servers for security purposes, a proxy server takes
the request from the client. Instead of responding to the client, it passes the request
on to another server or process. The proxy server receives the response from the
Server Technologies -4-
second server and then replies to the original client as if it were replying on its
own. In this way, neither the client nor the responding server needs to directly
connect to each other.
Some servers exist to monitor or manage other systems and clients. There are
many types of monitoring servers. Several of them listen to the network and
receive every client request and server response, but some do not request or
respond to data themselves. In this way, the monitoring server can keep track of
all the traffic on the network, as well as the requests and replies of clients and
servers, without interfering with those operations. A monitoring server will
respond to requests from monitoring clients such as those run by network
administrators watching the health of the network.
Server structures
The concept of servers is nearly as old as networking itself. After all, the point
of a network is to allow one computer to talk to another computer and distribute
either work or resources. Computing has evolved since then, resulting in several
types of server structures and hardware.
You could say that the original servers, mainframe computers, and later,
minicomputers, handled almost all computing tasks except the interaction with
the user through a screen and keyboard, which was left to the client system.
Blade servers
The original computer server hardware was large and stored in racks that could
hold hundreds of pounds. Over time, however, faster means of connecting
hardware resulted in parts of the server being extracted from a single self-
Combining servers
Even before virtualization, servers were being extracted from the standard model
of a single server operating system installed on a hardware machine. Technology,
such as network-attached storage, removed the need for a server to have its own
storage. Other technologies, such as mirroring and clustering, enabled pieces of
hardware to be combined into larger, more powerful servers. Such a server might
consist of several blades, several attached storage devices, and an external power
supply, and each piece could be swapped out for another while the server was
still running.
Virtual servers
Virtual Servers still require hardware, but that hardware now runs a different
process known as a hypervisor. In some cases, such as Microsoft’s Hyper-V, a
full operating system continues to run on the hardware itself. In other cases, so-
called bare-metal hypervisors can be installed directly onto server hardware. In
both instances, the hardware itself is often spread across an array of blade servers,
networked storage, and power supply, resulting in an environment where it is
impossible to tell where any individual server ends and another begins.
An argument can be made that Windows for Workgroups was Microsoft’s first
server operating system. In that version, certain computers could be set to share
resources and respond to requests from clients, which made them servers by
definition. Microsoft’s first real server operating system was Windows NT. Its
3.5 and 3.51 versions ran on many business networks until Microsoft released its
Windows Server line that continues to exist today. The most current Windows
Server version is Windows Server 2016. This version supports numerous
applications and databases as well as a hypervisor that allows virtual servers.
The other major player in server operating systems is the Linux/Unix realm.
There are multiple versions and flavors of Linux/Unix including Red Hat
Enterprise Linux, Debian, and CentOS. As an open-source operating system,
3. NetWare
Although no longer made, NetWare was a major player in the server software
space as the client-server era was ramping up. Eventually, NetWare moved its
server operating system to a Linux-based kernel and named it a Novell Open
Enterprise Server (OES).
Cloud Servers
However, the main pioneer of corporate cloud computing was Amazon’s AWS
platform. It originally started using spare capacity of Amazon’s own servers and
networks, but AWS now allows customers to create a virtual server nearly
instantly and then adjust the amount of resources that server may use on the fly.
Today, a server can be nothing more than the data of physical hardware that
consists of multiple processors, disk drives, memory, and network connections.
But, even now, a server is still just a system that responds to a request from a
client.