Friday, September 20, 2013

Types of servers?

Types of servers?

The common types of servers are
a) File server - With a file server, the client passes requests for files or file records over a network to the file server
b) Database server - In database servers, clients passes SQL (Structured Query Language) requests as messages to the server and the results of the query are returned over the network.
c) Transaction server - In transaction servers, clients invoke remote procedures that reside on servers, which also contains an SQL database engine.
d) Application server - Application servers are used to serve user needs, such as downloading capabilities, regulating electronic mail process etc. 

No comments:

Post a Comment