Servers Flashcards
a server is a …..?
a computer program or device that provides a service to another computer program and its user, also known as a client
in a client / server programming model , a server program …..?
awaits and fulfills requests from client programs, which might be running in the same or other computers
the term server can refer to ….?
a physical machine, a virtual machine or to software that is performing server services.
a physical server is simply ….?
a computer that is used to run server software.
a virtual server is a ….?
virtual representation of the physical server.
a virtual server , like a physical server, a virtual server….?
includes it own operating system and applications.
at a minimum a server requires …..?
two software components . an operating system and an application.
w.r.t servers the operating system acts as ….?
a platform for running the server application