InterviewSolution
| 1. |
Classify and explain servers. |
|
Answer» A server is a computer program that provides services to other computer programs (and their users) in the same or other computers. The computer that a server program runs in is also referred to as a server. Servers can be broadly classified into Dedicated servers and Non-dedicated servers. 1. Dedicated servers: A computer exclusively reserved for the server’s job and its only job is to help workstations to access data, software and hardware resources. The term “dedicated server” can also mean a single computer within a network that is reserved for a specific purpose. For example, within a network, you could have a computer dedicated to printer resources, another computer dedicated to Internet connections, another computer serving as a firewall, etc. These computers would all be dedicated servers, as the whole computer is allocated for a specific task within the network. 2. Non-dedicated servers: |
|