Skip to main content

What is a Server?

When you hear the word "server" in the context of computers, this can be referring to both hardware and software. While server hardware is targeted towards reliability and uptime, any computer can run the software needed to host a server.

Hardware

When most people think of a server, they imagine one in a data center at a large tech company. Servers are not typically accessed physically with an attached display, but are controlled remotely through a connection to their desktop or command line – called "headless".

These servers have enterprise-grade hardware that are built to attainmaintain as close as possible to 100% uptime.uptime as possible. This includes features like error-checking RAM, hot-swappable hard drives and redundant power supplies. Servers often incorporate RAID – or a Redundant Array of Independent Disks – that allow hard drives to mirror themselves in real-timetime. inIn the event that one fails.drive fails, it has a perfect duplicate to switch to immediately.

1000006760.jpg1000006760.jpg

Supermicro SBI-7228R-T2X

1000006766.jpg

Dell PowerEdge M1000e

These form factors are traditionally known as "blade"blade" or "rack" servers. Data center servers use this compact design because it allows them to be stored efficientlyefficiently. withTemperature control is greatly important when running a server – or a server farm – and this form factor has cooling fans integrated into each unit having it's own cooling. unit.

Tower servers are also a common form factor for a home or small business server. These have thesimilar features ofto a rack server, but are contained in a discrete form factor that work excellent whenfor yousingle-server don'tsetups. need

1000006762.jpg

Dell multiplePowerEdge servers.T360

1000006763.jpg

HP Z440

Servers operate "headless" without a monitor, mouse or keyboard. They are controlled through a remote connection to their desktop or command line.line

– often called "1000006762.jpgheadless".

Consumer-grade computers can work as a server if the required software is installed and precautions are taken to offset the hardware differences. While conventional desktops can maintain excellent uptime, hardware malfunctions can result in downtime. Without a consistent and secure onsite and remote backup solution in place, this can result in permanent data loss should a hard drive fails or a power surge occurs.

Software

A server is a specializes type of software that runs on top of your operating system to handle the requests of clients. Through server software, your computer can accept incoming connections over your local network. Linux distributions, such as Debian, power an estimated 95% of the top one million web servers and will be our operating system of choice.

FLESH THIS OUT - what is an operating system, server software, server client model