Types of servers Flashcards
1
Q
What’s a server?
A
a system on a network which gives a service to client computers.
2
Q
Common servers
A
database web file print mail application hypervisor
3
Q
Database server
A
- gives client computers or software access to a central database at the same time
- provided by the DB,S
- microsoft SQL and MySQL are database servers
4
Q
Web server
A
- uses HTTP to serve requested web pages to client machines
- will serve HTML pages, Javascript, CSS and image files
- gives web pages to uses on a LAN called an intranet
- Apache and microsoft ISS are common servers
5
Q
File server
A
- provides a central place to store files
- can be accessed from any computer
- can be backed p and restored centrally
6
Q
Print server
A
- user print to a print server which will know which printer to send the document to
- may store the document for the user to release later
7
Q
Mail server
A
- sends, receives and stores email using protocols such as IMAP, POP and SMTP
- servers like gmail and hotmail have a web page interface for the user and have a mail server on the backend
8
Q
Application server
A
server program in a computer in a distributed network which provides the business logic for an application program
9
Q
Hypervisor server
A
function which isolates operating systems and applications from the underlying computer hardware.