0
What is server?What is uses of server?What can we do with server?How to use server?etc
4 Answers
+ 6
Vinay Jaiswal Visit this link here you will get all answer about server...
https://www.google.com/amp/s/www.geeksforgeeks.org/introduction-of-server/amp/
+ 2
More information can be find in web such as:
https://en.wikipedia.org/wiki/Server_(computing)
+ 2
To understand what a server is, you need to understand the two main types of network Architecture:
Peer-to-peer network: wherer one computer is directly connected to another and they both share resources e.g. torrenting
Client-server network: where one computer provides a service to multiple hosts on a network.
Most of the internet uses client-server network, and there are different types of servers. e.g.
Webserver (hosting websites)
Digital certificate server: used to verify the digital certificates of websites (padlock in your browser navigation)
DHCP (Dynamic Host Configuration Protocol) server: Assigns ip addresses to clients on the same network
DNS (Domain Name Server): translates the names of websites into ip addresses . e.g. google.com=>197.323.88.7
etc.