Peer to Peer, Client-Server & Domain Based Networking

Computer network classification based on management

Peer To Peer Network

A relatively simple system of network administration that is widely used in small Windows networks. Computers and printers are each assigned to a workgroup name, which allows them to communicate with each other and share resources. There is no central administration. Each file or folder to be shared must be configured as such on that very machine. In home networks that allow everyone access to every resource in the network, the default name of WORKGROUP is typically assigned to every computer and printer.

Peer to Peer (P2P) Network:

  • Workgroup in nature
  • Clients and server are not differentiated
  • All network PC serve as a client or server
  • No dependency on a single Computer
  • No central IAM
  • No central access control

Client-Server Network

A Client Server Network is a Network Model in which one or more computers offer a service to other computers. But no computer has central authorization and controlling power all over the network.

Client-Server Network:

  • Workgroup in nature
  • Clients and server are differentiated
  • At least one dedicated server are present
  • Dependency on server for specific services
  • No central IAM
  • No central access control

Domain based Network

A system of centralized network administration, in which the permissions that grant access to resources in the network are maintained in one or more servers called “domain controllers”. Domain-based networks use a hierarchical structure that enables assigning permissions to users who collaborate with different departments in an organization. Microsoft’s Active Directory is based on the domain system.

Domain Based Network:

  • Client-Server in nature
  • Clients and server are differentiated
  • All network PCs centrally connected which called domain
  • Authorization needed to join a domain
  • Network managed by domain controller (DC)
  • Central IAM and access control by Active Directory services

Related Posts

Share on social network:

2 thoughts on “Peer to Peer, Client-Server & Domain Based Networking”

Leave a Comment