Chapter 2: Understanding server types Flashcards
What is Server scalability?
2.1 pg 14 [46]
Scalability is about increasing the capability of the server to allow the services that are provided to meet increased demands
What are two [2] types of scalability?
2.1 pg 14 [46]
- Scale up
2. Scale out
What is Scale-Up?
2.1 pg 14 [46]
where server type subcomponents are increased in capacity to meet the increase in demand.
What is Scale-Out?
2.1 pg 14 [46]
where multiple separate servers function together to perform a given task, often seen from the outside as a single system.
A file server would use what type of Scaling?
2.1 pg 15 [47]
Scale-out
A Print server would use what type of Scaling?
2.1 pg 15 [47]
Scale-Up
A Terminal server would use what type of Scaling?
2.1 pg 15 [47]
Scale-Out
A Web server would use what type of Scaling?
2.1 pg 15 [47]
Scale-Out
A Email server would use what type of Scaling?
2.1 pg 15 [47]
Scale-Up
A Database server would use what type of Scaling?
2.1 pg 15 [47]
Scale-Up
A Computation server would use what type of Scaling?
2.1 pg 15 [47]
Scale-out
What is Authentication services?
2.2 pg 15 [47]
Domain controllers provide authentication services and are central to the management of network resources including users, devices, and computers.
What are the three [3] function of the domain controller?
2.2 pg 15 [47]
- User authentication
- Resource access validation
- Security control
What is the Windows Server 2008 Active Directory domain controllers
2.2.1 pg 15 [47]
Active Directory stores domain-wide directory data such as user authentication data, system security policies, and network objects (such as user, computer and printer names) in its replica LDAP database.
What is the Knowledge Consistency Checker (KCC)
2.2.1 pg 16 [48]
constructs and maintains the replication topology for Active Directory automatically