Showing posts with label network relationship. Show all posts
Showing posts with label network relationship. Show all posts

Saturday, June 6, 2015

Peer to Peer Network Relationship

In Peer to Peer network relationship all the network computers are of same configuration. These number of computers are connected to each other to facilitate network. 

Each computer contains its own resources and data. It means resources (file, folder, printer) are distributed among peers (computers).

Each computer in this network relationship is responsible for sharing resources available on it, for making accessible for other.

Each computer is also responsible for accessing resources available on the other computers. when a peer (computer) accessing the resources from other peer, then the resource accessing peer works as client and resource provider works as server. 

The peer to peer network relationship is the one in which each computer can perform the task of client as well as server.

In this relationship processing is done in distributed form (decentralized). Here data is stored on different/ separate system so it is very difficult to take backup. 

In peer to peer network relationship there is no need of server based operating system or Network Operating System (NOS). It does not require administration because its job of individual user is to making available the resources to other as well as maintaining the system. This network relationship is having very low security.

This is suitable for small network, where no need of centralized processing, no need of backups, security is not required.

Thursday, June 4, 2015

Client Server Network Relationship




In client server network relationship two types of computer system present that are clients and servers. Server is a more powerful computer system whose configuration is high than client. Client is a normal computer system or having low power than servers.


 The server contains data, information, and all resources. All the clients are connected to the server. The communication in between client and server is in the form of request and response scenario. Whenever a client need resources (information, data, or any other resource), client simply sends request to the server. server takes these request process and respond the client with required services (acknowledgment). 


The job of server is provide service to the requesting clients. And job of the client is to request server whenever it requires resources or service. Here client is a requester or service user and Server is the service provider.

 

In client server network all the data is stored on server and all the resources are located at server. In this type of network we need a special operating system on server for managing all clients, this operating system is called as server operating system or Network Operating System (NOS). The client needs just a client operating system. 

The client server network is the one in which centralized processing. Security is high in client server network because all the resources and data is stored on the centralized node (i.e. server). Client server network is easy to manage because all the management of software is done at server. 

It is easy to take backup in client server network relationship.