Skip to content
Home » Peer To Peer Network And Client Server Technology (Computer Server Based Network)? Best 16 Answer

Peer To Peer Network And Client Server Technology (Computer Server Based Network)? Best 16 Answer

Are you looking for an answer to the topic “Peer to Peer Network And Client Server Technology (Computer Server based Network)“? We answer all your questions at the website Chambazone.com in category: 40+ Marketing Blog Topics & Ideas. You will find the answer right below.

While in Peer-to-Peer Network, Each peer has its own data. 4. In Client-Server Network, Server respond the services which is request by Client. While in Peer-to-Peer Network, Each and every node can do both request and respond for the services.Client–server networking involves a central, powerful computer called a server, and a number of client computers that need to connect to the server to carry out specific tasks. In peer-to-peer networking, there is no central server. Instead, all the computers in the network have equivalent capabilities.The main difference between peer to peer and client server network is that in peer to peer network, each node can request for services and provide services while in client server network, the client nodes requests for services and server node responds with services.


Peer-to-peer and Client-server Network | P2P \u0026 client server network

Peer-to-peer and Client-server Network | P2P \u0026 client server network
Peer-to-peer and Client-server Network | P2P \u0026 client server network

Images related to the topicPeer-to-peer and Client-server Network | P2P \u0026 client server network

Peer-To-Peer And Client-Server Network | P2P \U0026 Client Server Network
Peer-To-Peer And Client-Server Network | P2P \U0026 Client Server Network

In my previous post  , we have seen the ification of any network-based upon its geographical configurations (LAN,MAN,WAN,PAN and CAN). Now we are going to explore the next important ification of any network-based upon the role played by the components present in the network.  The passing of any data and network information down through the layers of the sending device and back up through the layers of the receiving device is made possible by an interface between each of the pairs of adjacent layers. Each interface defines the information and services a layer must prove for the layer above it(if you are interested in understanding this concept in detail , you may refer to my next post i.e OSI layer). There should be some association between the computer(or any device) and other devices present in the network.Depending upon this relationship between the PC and the devices in any network, we have mainly two types of network : Peer to peer networks. Client-server networks. Now in the subsequent sections, we will dig deep inse these two concepts. We can say(in layman terms) that Peer to peer network basically deals with a company that uses decentralized management in which any decisions are made locally , whereas, in a Client server network , there is centralized management where any decision is made centrally in a central location.

Peer to Peer Networks (P2P Network)

Ideally in this type of network configuration, each device in the network is responsible for making own resources available to other computers in the network. In simple terms, we can say that if any user logged in one peer(device) in the network , then the user can access any resources(devices etc) that are present in the network which is not controlled by any specific password . Thus they don’t have any central controlling device . At the physical layer, communication is direct i.e device A sends a stream of bits to device B (through intermediate nodes). At the higher layers, however, communication must move down through the layers on device A, over to device B. Each layer in the sending device mainly adds its own information to the message it receives from the layer just above it and passes it downwards to the whole package to the layer just below it. At each layer a header, or possibly a trailer(also check how a message propagates through layers in my next post). There are no servers present in this type of network.Since there is no central security, the user will have to know an indivual password to access each password-protected device present in the network.Thus each device maintains its own security settings and this type of network best suitable for a network containing fewer devices(less than 10) on a single LAN. Thus this is also cost-effective as no additional servers or software required to set up this type of network. After learning all the features of this type of network, now eventually an important question may arise in your mind : When to use this type of network? If you want a cost-effective yet efficient way of connecting all the devices in a network. If network security is not an important issue. If all the users are situated in the same area and they are less in number. Now let us see some of merits of this type of network set up: Advantages of Peer to peer network: Easy setup and lower cost of operation for small networks. No server hardware required and also users can control resource sharing. More Built in Redundancy : Due to small network size(with 10 – 20 workstations) and each device contains some important data, if one fails we still have most of our shared resources available . Easy to administer : In this type of network , each machine perform its own administration. No NOS required : Peer to peer network don’t require any NOS(network operating system) . Disadvantages of Peer to peer networks: Less security : this network operates on common desktops operating system like windows which are not very secure operating systems. Traditional LANs, such as Ethernet, are connection-less protocols. A station then sends data packets to another station whenever the packets are ready. There is no connection establishment or connection termination phase.(thus less secure)  No centralized management system(like in client-server model) , thus it makes large peer networks hard to manage data efficiently. Indivual performance is affected : Due to resource sharing between all the devices , the indivual performance of a particular workstation will get affected. Traditional LANs, such as Ethernet, can both multicast and broadcast packets; a station can send packets to a group of stations or to all stations. There is no easy way to multicast or broadcast on an ATM network although point-to-multi point connections are available. The additional load on the computer due to the absence of a server and resource sharing . Difficult to maintain version control : In this network, files are stored on number of different workstations.So difficult to manage different document versions or files.

Client Server Technology (Server Based Network)

As the name suggests, in this type a device will act as a server, and other act as clients. Basically the main function of the server computer is to furnish the resources available and proves access to these resources to other computers when they (client computers) request for it. Client-server network typically uses a directory service to store information about the network and its users.In these networks,the processing tasks are dived between clients and servers . Clients request various services such as file sharing , file storage , printing etc and server computer will deliver them.  Moreover, in this network set up, the server will prove security and administration of the entire network . Multicasting and broadcasting require the use of another server called the broadcast unknown server (BUS). If a station needs to send a frame to a group of stations or to every station, the frame first goes to the BUS, this server has permanent virtual connections to every station. The server creates copies of the received frame and sends a copy to a group of stations or to all stations, simulating a multicasting or broadcasting process. In a nutshell we can say that Client is indivual workstations in the network , whereas Server is the central computer that is more powerful that clients and which allows the clients to access its software and database.Also no client can access the resources of the servers until it has been authenticated(permitted) by the server to do so. Communication in Client-Server configuration The client places a request on the server machine to access the resources available with the central server(computer). The server responds to this and sends the signal accordingly to the client .The software runs in the client computer is called the client program. This software configures a specific computer to act as a client. Further the software that runs in a server computer is called a server program. It configures that particular computer to act as server. Advantages of Client-server network Network Security : This is highly secure because all the shared resources are present in a centralized area and are administered centrally. Also the operating system runs on client-server are designed to prove better security to network. Higher Reliability : Indivual users don’t have to use or manage shared resources.Also speed and efficiency will increase as a single password allows access to all the shared resources. Centralized backup : Data backup is much easier and faster too. Disadvantages of Client server networks Lots of memory and disk space is required for a computer server. Expensive dedicated hardware needs to be used. Being a client server relationship, a professional network administrator is required for server workstation. Some of the most important applications of client-server network include file transfer clients, printing , email clients ,web browsers etc. report this ad


What is client-server and peer-to-peer network?

Client–server networking involves a central, powerful computer called a server, and a number of client computers that need to connect to the server to carry out specific tasks. In peer-to-peer networking, there is no central server. Instead, all the computers in the network have equivalent capabilities.

What is the difference between peer-to-peer network and server based network?

The main difference between peer to peer and client server network is that in peer to peer network, each node can request for services and provide services while in client server network, the client nodes requests for services and server node responds with services.

What is server-based network?

A server-based network is centralized in nature. Also, the storage in this kind of network is centralized. In other words, we can say that a server-based network is based on a centralized structure and provides a way to communicate via the web. The Internet is the most widely used client-server network.

What is client and server in computer network?

A computer network in which one centralized, powerful computer (called the server) is a hub to which many less powerful personal computers or workstations (called clients) are connected. The clients run programs and access data that are stored on the server. Compare peer-to-peer network.

What is client based network?

Answer: client/server network. A computer network in which one centralized, powerful computer (called the server) is a hub to which many less powerful personal computers or workstations (called clients) are connected.

What is the difference between client and server?

A server is a program, or machine, that waits for incoming requests. A client is a program, or machine, that sends requests to servers.

What are the advantages and disadvantages of these networks peer-to-peer and client-server networks?

5. Peer-to-Peer Network: advantages and disadvantages
Advantages Disadvantages
Much easier to set up than a client-server network – does not need specialist knowledge Ensuring that viruses are not introduced to the network is the responsibility of each individual user

See some more details on the topic Peer to Peer Network And Client Server Technology (Computer Server based Network) here:

What are Peer-to-Peer networks and Server-Based networks?

In this blog, we will learn about the types of network based on design, that are Peer-to-Peer, and Server-Based networks.

+ View More Here

Computer Network – Peer to Peer Network And Client Server …

In this post i.e Peer to Peer Network And Client Server Technology (Computer Server based Network), you can get complete overview of both …

+ View More Here

Comparison of “peer-to-peer” vs “client-server” Network Models

In this article we’ll go through Peer-to-Peer vs Client-Server based network models to learn how data is transmitted and received at the computer level and …

+ Read More

Peer-to-Peer vs. Client-Server Networks – Techwalla

Both peer-to-peer and client-server networks connect computers so that resources like files and applications can be shared. Peer-to-peer networks connect …

+ Read More

Related searches to Peer to Peer Network And Client Server Technology (Computer Server based Network)

  • Peer-to-peer meaning
  • Setup peer to peer network
  • peer to peer network advantages and disadvantages
  • what are the main features of the peer to peer network model
  • client server architecture
  • Http peer to peer
  • peer to peer example
  • Peer-to-peer example
  • peer to peer meaning
  • Client-server architecture
  • setup peer to peer network
  • P2P applications
  • http peer to peer
  • p2p applications

Information related to the topic Peer to Peer Network And Client Server Technology (Computer Server based Network)

Here are the search results of the thread Peer to Peer Network And Client Server Technology (Computer Server based Network) from Bing. You can read more if you want.


You have just come across an article on the topic Peer to Peer Network And Client Server Technology (Computer Server based Network). If you found this article useful, please share it. Thank you very much.

Leave a Reply

Your email address will not be published. Required fields are marked *