answersLogoWhite

0


Best Answer

A peer-to-peer network is easier to set up.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

A client/server network allows for easier expansion.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A peer-to-peer network eliminates the need for centralized administration.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A peer to peer network eliminates the need for centralized administration.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

it is more secure

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an advantage to using a peer to peer network over using a client server network?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is an advantage of using a client server network over using a peer-to-peer network?

It boils down to organizing local resources at one location.


What is a common way to share resources on a client-server network?

configuring using Command promp


Which of the following will happen when a client doesn't know the server address on a network containing a router?

The broadcast message is forwarded using an IP helper address, The client broadcasts to find the server


What are examples of a file transfer protocol?

The File Transfer Protocol is a standard network protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client-server model architecture using separate control and data connections between the client and the server


What is clien or server mean?

Client/server describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. Computer transactions using the client/server model are very common.


Advantage of using an application server?

By storing software on the application server, the application needs to be installed or upgraded on each client computer only one time


Can a client act both as a client and server in a client and server network?

Yes, it can if the client is offering resources to others. It is important to note, however, that the client still is using client software and is not considered to be a server even if offering resources to others. That is, its role may change temporarily but it is still running client OS software.


When using client and server applications on the internet will security settings on the router automatically allow communication?

no they have to be allowed to access the network.


When a client runs an application on a terminal server which of the client computers resources does the application utilize?

You can get all the info on the TS on this link http://support.microsoft.com/kb/186498 Server Computer is the head of all the network computers that called as a client computer. Server computer main duty is the main storage of all the data of the client computers. Also, Server computer has the Main system that the client computers will be using.


What are three properties of peer-to-peer applications?

A peer to peer network consists of devices that ALL provide services to the rest of the network as well as using them. This is in contrast to a client-server network model in which a specific computer called a server provides services that the network clients use. Examples of services that might be provided are file storage, printers, Internet access and so on.


What is server-client network?

Client/server describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. Computer transactions using the client/server model are very common. For example, to check your bank account from your computer, a client program in your computer forwards your request to a server program at the bank. That program may in turn forward the request to its own client program that sends a request to a database server at another bank computer to retrieve your account balance. The balance is returned back to the bank data client, which in turn serves it back to the client in your personal computer, which displays the information for you. If you more information,follow this link:http://www.iyogibusiness.com/


Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP