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.
|