Network Model Summary

A networking model defines how network components function and interact. The three networking models used with Windows operating systems are described in the following table:

Model Description
Stand-Alone In the stand-alone model:

  • The hosts function independently.
  • Communication takes place using a commonly available public network such as the Internet.
  • The hosts are not connected by a local area network.
Workgroup The workgroup model is based on peer-to-peer networking. In the workgroup model:

  • None of the hosts in a workgroup have a specific role.
    • Hosts function as both workstation and server.
    • Hosts in a workgroup both provide network services and consume network services.
  • The hosts are linked together by some type of local network connection.
  • Hosts in the same workgroup can access shared resources on other hosts.
  • Each host has a database that handles the security for the host.

Drawbacks of the workgroup model are:

  • Lack of scalability
  • Lack of centralized configuration control.
  • Complexity of backing up data.
  • Lack of centralized authentication.
  • Lack of centrally applied security settings.
Client-Server In the client-server model, each host has a specific role in the network. Servers provide services such as file storage, user management, and printing. Clients request services from servers.  The client-server model is also known as domain networking in a Windows environment. Key facts are:

  • Domain networking uses the concept of security principals, which are entities such as users, computers, and resources.
  • A Windows domain is a collection of security principals that share an Active Directory database.
  • The Active Directory database is located on one or more servers in the domain.
    • The servers running the Active Directory database are called domain controllers.
    • Hosts in a domain must run a specified version of the Windows operating system.
  • Within a domain, a host can have one of the following three roles:
    • A client typically runs a client operation system, such as Windows 8, and has its own security database that is used when it is not connected to a domain.
    • A member server runs a server operating system, such as Windows Server 2012, and has its own security database that is used when it is not connected to a domain.
    • A domain controller runs a server operating system, such as Windows Server 2012, and has a copy of Active Directory.

    In order to have grant rights on member servers, you have to use Group Policies or grant rights on the individual member servers.

Drawbacks of the client-server model are:

  • Increased cost to implement due to specialized hardware and software requirements.
  • Increased planning time required for implementation.
Coaching
© Data Coincide, LLC 2010-2019