Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the different types of servers?

Answers were Sorted based on User's Feedback



What are the different types of servers? ..

Answer / vetrivel.

1.File server
2.Database Serevr
3.Groupware server
4.Object server
5.Transaction server
6.Web server
7.Appilication server

Is This Answer Correct ?    13 Yes 1 No

What are the different types of servers? ..

Answer / guest

The simplest form of servers are disk servers and file
servers. With a file server, the client passes requests for
files or file records over a network to the file server.
This form of data service requires large bandwidth and can
slow a network with many users down considerably.
Traditional LAN computing allows users to share resources,
such as data files and peripheral devices, by moving them
from standalone PCUs onto a Networked File Server (NFS).

The more advanced form of servers are database servers,
transaction server and application servers (Orfali and
Harkey 1992). 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. The code that processes the SQL request and the
data resides on the server allowing it to use its own
processing power to find the requested data, rather than
pass all the records back to a client and let it find its
own data as was the case for the file server. In
transaction servers, clients invoke remote procedures that
reside on servers which also contains an SQL database
engine. There are procedural statements on the server to
execute a group of SQL statements (transactions) which
either all succeed or fail as a unit. The applications
based on transaction servers are called On-line Transaction
Processing (OLTP) and tend to be mission-critical
applications which require 1-3 second response time, 100%
of the time and require tight controls over the security
and integrity of the database.
The communication overhead in this approach is kept to a
minimum as the exchange typically consists of a single
request/reply (as opposed to multiple SQL statements in
database servers). Application servers are not necessarily
database centered but are used to server user needs, such
as. download capabilities from Dow Jones or regulating a
electronic mail process. Basing resources on a server
allows users to share data, while security and management
services, which are also based in the server, ensure data
integrity and security.

Is This Answer Correct ?    3 Yes 2 No

What are the different types of servers? ..

Answer / kapilasdhir

Servers are computer that provides the services. As for
Example -
1. DNS Server
2. WINS Server
3. DHCP Server
4. RAS Server
5. VPN Server
6. File Server
7. IIS server
etc

Is This Answer Correct ?    4 Yes 3 No

What are the different types of servers? ..

Answer / upendr kushwaha

The simplest form of servers are disk servers and file
servers. With a file server, the client passes requests for
files or file records over a network to the file server.
This form of data service requires large bandwidth and can
slow a network with many users down considerably.
Traditional LAN computing allows users to share resources,
such as data files and peripheral devices, by moving them
from standalone PCUs onto a Networked File Server (NFS).

The more advanced form of servers are database servers,
transaction server and application servers (Orfali and
Harkey 1992). 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. The code that processes the SQL request and the
data resides on the server allowing it to use its own
processing power to find the requested data, rather than
pass all the records back to a client and let it find its
own data as was the case for the file server. In
transaction servers, clients invoke remote procedures that
reside on servers which also contains an SQL database
engine. There are procedural statements on the server to
execute a group of SQL statements (transactions) which
either all succeed or fail as a unit. The applications
based on transaction servers are called On-line Transaction
Processing (OLTP) and tend to be mission-critical
applications which require 1-3 second response time, 100%
of the time and require tight controls over the security
and integrity of the database.
The communication overhead in this approach is kept to a
minimum as the exchange typically consists of a single
request/reply (as opposed to multiple SQL statements in
database servers). Application servers are not necessarily
database centered but are used to server user needs, such
as. download capabilities from Dow Jones or regulating a
electronic mail process. Basing resources on a server
allows users to share data, while security and management
services, which are also based in the server, ensure data
integrity and security.

Is This Answer Correct ?    0 Yes 1 No

What are the different types of servers? ..

Answer / upendr

Re: What are the different types of servers?
Answer
# 4 The simplest form of servers are disk servers and file
servers. With a file server, the client passes requests for
files or file records over a network to the file server.
This form of data service requires large bandwidth and can
slow a network with many users down considerably.
Traditional LAN computing allows users to share resources,
such as data files and peripheral devices, by moving them
from standalone PCUs onto a Networked File Server (NFS).

The more advanced form of servers are database servers,
transaction server and application servers (Orfali and
Harkey 1992). 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. The code that processes the SQL request and the
data resides on the server allowing it to use its own
processing power to find the requested data, rather than
pass all the records back to a client and let it find its
own data as was the case for the file server. In
transaction servers, clients invoke remote procedures that
reside on servers which also contains an SQL database
engine. There are procedural statements on the server to
execute a group of SQL statements (transactions) which
either all succeed or fail as a unit. The applications
based on transaction servers are called On-line Transaction
Processing (OLTP) and tend to be mission-critical
applications which require 1-3 second response time, 100%
of the time and require tight controls over the security
and integrity of the database.
The communication overhead in this approach is kept to a
minimum as the exchange typically consists of a single
request/reply (as opposed to multiple SQL statements in
database servers). Application servers are not necessarily
database centered but are used to server user needs, such
as. download capabilities from Dow Jones or regulating a
electronic mail process. Basing resources on a server
allows users to share data, while security and management
services, which are also based in

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Client Server General Interview Questions

What are some examples of a reversible reaction?

0 Answers  


Never found uncombined on earth, what element occurs abundantly in limestone, gypsum and fluorite?

0 Answers  


What are TP-Lite and TP-Heavy Monitors?

2 Answers   IBM,


Convert -40of into centigrade?

0 Answers  


How does XDR'S use of the buffer paradigm make programming easier.

0 Answers  


What is structured query langauge (sql)?

0 Answers  


Draw the lewis dot structure for ch4o

0 Answers  


What is meant by 2-tier architecture in client server environment?

0 Answers  


How do you solve ideal gas law problems?

0 Answers  


What is a database server in client server environment?

0 Answers  


Until the early 1960s, what group of elements were called the inert gases?

0 Answers  


What is the structure of a dna molecule?

0 Answers  


Categories
  • Client Server Architecture Interview Questions Client Server Architecture (26)
  • Client Server General Interview Questions Client Server General (262)
  • Client Server AllOther Interview Questions Client Server AllOther (45)