which you can apply the knowledge of peer to peer network and client/server network
Answers
Answer:
A network is an interconnection between various communication elements connected by various communication links for information interchange. A network can be classified on various basis. But one of the most important network classifications is based on network design.
Based on network design, a computer network can be divided into the following two types:
Peer-to-Peer Network
Server-Based Network
Now, we will learn about these two types of networks in detail.
Peer-to-Peer Network
The Peer-to-Peer network is also called P2P or computer-to-computer network. 'Peers' are the nodes or computer system which are connected to each other. In this kind of network, each node is connected to each other node in the network.
Server-Based Networks
A Server-Based network can also be termed as a Client-Server network. A server is a node that acts as a service provider for clients. They wait for client requests and then respond to them. The server is located elsewhere on the network, usually on a more powerful machine. Here, the server is the central location where users share and access network resources. It controls the level of access that users have to share resources. In other words, a server provides functionality and serve other programs called clients.
There is various kind of servers depending upon their use, they can be a web server(which servers HTTP requests), Database servers(which runs DBMS), File server(which provides files to clients), Mail server, print server, Game server, Application server, and so on. A server can contain web resources, host web applications, store user and program data, etc.