What is a peer-to-peer network, and what are it's advantages and disadvantages?

What will be an ideal response?


A peer-to-peer network is a collection of computers in which each computer can act as a client or a server, or both, and each has equal authority. Advantages of a peer-to-peer network are that it is easy to install, is relatively inexpensive to implement, doesn't require extensive training or special staff, and the lose of a single machine will not cripple the network. Disadvantages include lack of security, difficult to locate resources, reduced performance when computer is acting as server, and limitation on the number of users.

Computer Science & Information Technology

You might also like to view...

Which of the following is not possible?

a. A class that implements two interfaces. b. A class that inherits from two classes. c. A class that inherits from one class, and implements an interface. d. All of the above are possible.

Computer Science & Information Technology

Which of the following statements is false?

a. You can create a dictionary by enclosing in curly braces, {}, a com-ma-separated list of key–value pairs, each of the form key: value. b. You can create an empty dictionary with {}. c. The following code creates a dictionary with the country-name keys 'Fin-land', 'South Africa' and 'Nepal' and their corresponding Internet country code values 'fi', 'za' and 'np': country_codes = {'Finland', 'fi', 'South Africa', 'za', 'Nepal', 'np'} d. When you output a dictionary, its comma-separated list of key–value pairs is always enclosed in curly braces.

Computer Science & Information Technology

A(n) ________ backup creates an exact copy of an entire internal hard drive on an external hard drive

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ are declared in each individual HTML element using the keyword STYLE.

a) Cascading style sheets b) Inline styles c) External styles d) User style sheets

Computer Science & Information Technology