A Server is a computer that provides data to other computers. It may serve data to systems on a local area network (LAN) or a wide area network (WAN) over the internet.
In the client/server programming model, a server program awaits and fulfills requests from client programs, which might be running in the same or other computers. A given application in a computer might function as a client with requests for services from other programs and as a server of request from other programs.
Many types of server exists, including web server, mail server, and file servers.
Each types runs software specific to the purpose of the server.
For example, a web server may run Apache HTTP server or Microsoft IIS, which both provide access to websites over the Internet.
A mail server may run a program like Exim or iMail, which provides SMTP services for sending and receiving email. A file server might use Samba or the operating system's built-in fill sharing services to share files over a network.
If you want to know about anything then you follow our website
Comments
Post a Comment