Font size
WorksheetsWeb Server and Active Directory Quiz
Total questions: 100
Worksheet time: 50mins
What is a web server?
A hardware device that connects computers in a network
A software program that handles requests from clients and serves web pages
A database management system
A security protocol for web applications
Which of the following is NOT a common web server?
Apache
Nginx
Microsoft IIS
Oracle WebLogic
Which web server is widely used on Unix-based systems and provides support for multiple programming languages?
Microsoft IIS
Nginx
Apache
Lighttpd
What is a key feature of Nginx?
It's optimized for Windows-based systems
It has a high memory footprint
It's designed to handle large traffic volumes
It only supports PHP
Microsoft IIS is designed primarily for which operating system?
Linux
macOS
Windows
Unix
Which of the following is a characteristic of Lighttpd?
Heavy memory usage
Limited concurrent connection handling
Low memory footprint
Windows-only compatibility
What is a key feature of Caddy web server?
No support for HTTP/3
Manual HTTPS configuration only
Automatic HTTPS encryption
Limited programming language support
Tomcat is primarily designed for which type of web applications?
PHP-based
Java-based
Ruby-based
Python-based
What built-in container does Tomcat provide?
Docker container
Servlet container
Kubernetes pod
Node.js container
Which of the following packages is NOT included in Fedora 37 for web server use?
Apache HTTP Server
Nginx
Lighttpd
WebSphere
What is PHP in the context of web servers?
A web server software
A programming language for web development
A database management system
A network protocol
What is the primary function of MySQL in a web server environment?
Processing HTTP requests
Database management
Server-side scripting
Load balancing
What is phpMyAdmin used for?
Managing PHP scripts
Administering MySQL databases through a web interface
Configuring Apache web server
Monitoring server performance
To access phpMyAdmin from another machine on the network, what do you need to use instead of 'localhost'?
The domain name only
The IP address or hostname of the machine
A VPN connection
The loopback address (127.0.0.1)
What file extension is commonly associated with PHP files?
.html
.php
.mysql
.apache
What is LDAP?
A database format
A communication protocol for directory services
A file system
A security framework
What are the two main goals of LDAP?
Store data in the LDAP directory and authenticate users
Create databases and back up data
Generate reports and log events
Monitor network and configure firewalls
LDAP functions as what type of solution?
Antivirus solution
Backup solution
Identity and Access Management (IAM) solution
Business intelligence solution
How does LDAP store information?
In a relational database format
In a hierarchical structure
In flat files only
In cloud storage only
What is the relationship between LDAP and DNS?
They are the same technology with different names
DNS relates domain names to network addresses, while LDAP allows searching for individuals or resources
LDAP replaces DNS in modern networks
DNS is a subset of LDAP functionality
What is Active Directory?
A Microsoft file system
A Linux-based directory service
A Microsoft directory service for managing network resources
A backup solution for enterprise networks
What is NOT a function of Active Directory?
Authentication and access control
Policy deployment and enforcement
Web content filtering
Resource management
What authentication mechanism does Active Directory provide?
Two-factor authentication only
Single sign-on (SSO)
Biometric authentication only
Question-based authentication
What is the relationship between LDAP and Active Directory?
LDAP is a protocol, while Active Directory is a database
Active Directory is a protocol, while LDAP is a database
LDAP and Active Directory are both protocols
LDAP and Active Directory are both databases
What does LDAP stand for?
Local Directory Access Protocol
Lightweight Database Access Process
Lightweight Directory Access Protocol
Linked Directory Authentication Protocol
Which of the following is NOT a benefit of using Active Directory?
Simplified network administration
Improved security
Enhanced user productivity
Reduced hardware costs
Which service does Active Directory NOT provide?
DNS
DHCP
LDAP
HTTP
What is the limitation of Active Directory?
It only works with Microsoft applications
It requires dedicated hardware and software
It cannot manage more than 1000 users
It doesn't support mobile devices
What information does LDAP extract from Active Directory?
Only user passwords
Only group memberships
Objects like domains, users, and groups
Only file permissions
Which statement about LDAP and Active Directory is correct?
LDAP is a protocol, while Active Directory is a database
Active Directory is a protocol, while LDAP is a database
LDAP and Active Directory are both protocols
LDAP and Active Directory are both databases
What is a domain in Active Directory?
A website accessible on the internet
A logical grouping of computers, users, and resources sharing a common security policy
A physical location with network infrastructure
A server running a specific application
How are domains organized in Active Directory?
In a mesh network topology
In trees that share a contiguous namespace
In star network topology
In isolated clusters
What is a forest in Active Directory?
A collection of domain trees sharing a common schema and configuration
A collection of physical servers in one location
A special type of security group
A backup repository for Active Directory data
What is a domain controller?
A firewall that protects domain resources
A server that runs Active Directory and contains a copy of the database
A router that connects domains
A workstation with administrative privileges
What are sites in Active Directory?
Web properties managed by the organization
Collections of IP subnets representing physical locations
Individual user profiles
Security zones within a domain
What is a trust relationship in Active Directory?
A security rating assigned to each domain
A relationship allowing users in one domain to access resources in another
A prerequisite for domain creation
A certificate authority validation
What factor should NOT be considered when designing an Active Directory environment?
Scalability
Availability
Security
Physical appearance of servers
In the justice.gov.ma example, what would 'safi.justice.gov.ma' represent?
A website for the Safi courts
A domain for the Safi courts
A user account for Safi personnel
A security group for Safi employees
What is an Organizational Unit (OU) in Active Directory?
A physical office location
A container used to organize resources within domains
A required component of every domain
A user role designation
How do sites help optimize network performance in Active Directory?
By compressing all network traffic
By managing replication traffic and optimizing authentication
By restricting user access during peak hours
By requiring VPN connections
What is the purpose of a tree in Active Directory?
To represent the company's organizational chart
To organize domains that share a contiguous namespace
To separate security permissions completely
To isolate network segments physically
In the justice.gov.ma example, what would the 'Civil Chamber' most likely be?
A domain
A forest
An Organizational Unit (OU)
A site
What is the relationship between OUs and Group Policy in Active Directory?
OUs cannot have Group Policies applied to them
Group Policies can be applied at the OU level to manage users and computers
Each OU requires a unique Group Policy
Group Policies override all OU structures
What is a child domain in Active Directory?
A domain with limited capabilities
A domain created under a parent domain in the namespace hierarchy
A domain for users under 18 years old
A temporary domain that expires after one year
What determines the namespace hierarchy in an Active Directory tree?
The physical network topology
The DNS domain naming structure
The order in which domains were created
The number of users in each domain
What is the primary authentication protocol used by Active Directory?
LDAP
Kerberos
NTLM
OAuth
What service does Active Directory use for name resolution?
WINS
DNS
DHCP
HTTP
What is Group Policy used for in Active Directory?
To determine which users belong to which groups
To manage and configure user and computer settings
To set up initial domain policies only
To create distribution lists for email
How does Active Directory replicate data between domain controllers?
Using a single master model only
Using a multi-master replication model
Only during scheduled backups
Only when explicitly triggered by an administrator
Which authentication protocol is considered less secure and should be avoided when possible?
Kerberos
NTLM
LDAP with SSL/TLS
Smart card authentication
What are two factors used in smart card authentication?
Username and password
Smart card and PIN
Fingerprint and facial recognition
Security question and answer
What does AD DS stand for?
Active Directory Domain Services
Active Directory Data System
Active Directory Domain Security
Active Directory Distribution Service
What protocol does AD DS use to provide secure authentication?
HTTPS
SSH
Kerberos
TLS
What is AD FS used for?
Single sign-on across different organizations
Federation of multiple forests
What does AD CS stand for?
Active Directory Configuration Services
Active Directory Certificate Services
Active Directory Compliance Standards
Active Directory Control System
What is the purpose of AD LDS?
To provide a full-featured domain controller
To provide lightweight directory services for applications
To replace AD DS in small environments
To manage local user accounts only
What is AD RMS used for?
Remote access management
Rights management and information protection
Resource monitoring systems
Recovery management services
What is a characteristic of the Active Directory Administrative Center?
It can only manage one domain at a time
It provides a unified interface for managing AD components
It is only available on domain controllers
It requires a separate license
What does DNSSEC provide?
Encryption of all DNS traffic
Authentication and data integrity for DNS queries
Automatic DNS registration
DNS server redundancy
What is a ticket-granting service (TGS) related to?
NTLM authentication
Kerberos authentication
LDAP authentication
Certificate authentication
What is a Group Policy Object (GPO)?
A special type of security group
A container that holds policy settings applied to AD objects
A tool for creating new user groups
A resource permission assignment
What tool is used to create and edit GPOs?
Active Directory Sites and Services
Group Policy Management Console (GPMC)
Windows Explorer
Registry Editor
Where can GPOs be linked to define their scope?
Only to domains
Only to OUs
To sites, domains, or OUs
Only to security groups
Which command can force GPOs to update immediately?
GPForce
GPUpdate
GPRefresh
GPNow
In which section of a GPO would you define computer settings?
User Configuration
Computer Configuration
System Configuration
Network Configuration
What is Group Policy Preferences?
A list of recommended GPO settings
A feature allowing more flexible configuration of settings
The default settings for all new GPOs
User-selected GPO options
Which of the following is NOT a common cause of GPO application failure?
Permission issues
Network connectivity problems
Configuration errors
Server hardware specifications
Which tool can be used to model the effects of GPOs before applying them?
Group Policy Results
Group Policy Modeling
Group Policy Testing
Group Policy Simulator
What is 'enforced link' in GPO application?
A method to ensure GPO settings cannot be overridden
A broken link that needs repair
A temporary application of a GPO
A link between two conflicting GPOs
What types of settings can be managed with GPOs?
Only security settings
Only software installation settings
Only user environment settings
Security, software, user environment, and more
What is meant by 'loopback processing' in GPOs?
A processing error that causes GPOs to fail
A method to apply user settings based on computer location
The default GPO processing order
A legacy processing mode
Which GPO settings would be used to enforce password policies?
User Environment settings
Security settings
Administrative Templates
Software Installation settings
Which section of a GPO would you use to configure folder redirection?
Computer Configuration
User Configuration
Security Settings
WMI Filters
What can security group filtering in GPOs be used for?
To block all security-related settings
To apply a GPO to only specific users or computers
To encrypt all GPO data
To detect security breaches
What event could trigger a GPO update besides the GPUpdate command?
User logging on
Installing new software
Changing the system time
Adding a new hard drive
What aspect of Active Directory refers to domains, forests, and OUs?
Physical design
Logical design
Network design
Security design
What aspect of Active Directory refers to hardware and network infrastructure?
Physical design
Logical design
Schema design
Application design
Which Active Directory design model is simpler to manage but may not provide enough isolation?
Multi-domain model
Single-domain model
Multi-forest model
Hybrid model
Which Active Directory design consideration relates to the number of objects and rate of change?
Disaster recovery planning
Capacity planning
Security planning
Availability planning
In a large multinational organization, which Active Directory design would likely be most appropriate?
Single domain with multiple OUs
Multiple domains in a single forest
Multiple forests with trust relationships
Single domain with multiple sites
What does a multi-forest model provide that a single-forest model may not?
Support for more users
Better performance
Better isolation between resources
Lower hardware requirements
When would a single-domain model be most appropriate?
For a large enterprise with complex security needs
For a medium organization with centralized management
For organizations requiring complete isolation between departments
For organizations spanning multiple geographic regions
What is a benefit of implementing sites in Active Directory?
Reduced licensing costs
Improved physical security
Optimized authentication and replication
Simplified user training
How does the physical design of Active Directory affect performance?
It has no impact on performance
Proper placement of domain controllers can improve response times
It only affects backup operations
It only matters for external access
What should be considered during capacity planning for Active Directory?
Only current requirements
Future growth and business requirements
Only hardware specifications
Only network bandwidth
Which component is essential for securing Active Directory?
Web Application Firewall
Domain Controllers
Cloud backup
Physical servers only
What is used in Active Directory to enforce security policies?
Firewall rules
Intrusion detection systems
Group Policy
Antivirus software
What can be used to track changes to directory objects in Active Directory?
Performance Monitor
Audit and Monitoring
Task Manager
Resource Monitor
What should be implemented to protect against DNS cache poisoning attacks?
Firewall rules
DNSSEC
Password policies
Encryption
What type of authentication provides strong two-factor security?
NTLM
Basic authentication
Smart card authentication
Anonymous authentication
What is a best practice for securing domain controllers?
Making them accessible from the internet
Installing additional server roles
Regular patching and updates
Allowing standard users to log in locally
Which authentication protocol should be preferred over NTLM?
Basic authentication
Digest authentication
Kerberos
Anonymous authentication
What technology helps protect sensitive documents and email messages in Active Directory?
AD CS
AD FS
AD LDS
AD RMS
What should be implemented to ensure domain controllers in different locations can authenticate users if WAN links fail?
A single domain controller in a central location
Multiple domain controllers in each location
VPN tunnels only
Cloud-based authentication
Which type of trust allows users in one forest to access resources in another forest?
One-way trust
Two-way trust
External trust
Forest trust
How should user accounts be organized in Active Directory for efficient management?
In a flat structure with no OUs
In OUs based on department, location, or function
In a single OU for all users
Directly in the domain root
What is a potential risk of having too many domain controllers?
Increased security
Better performance
Increased replication traffic
Simplified management
What security measure helps prevent unauthorized access to Active Directory database files?
Physical security of domain controllers
Complex passwords for all users
Encryption of network traffic
Firewall rules
What should be implemented to control access to Active Directory administrative tools?
No restrictions-all tools should be available to all administrators
Role-based access control for administrative tasks
Single admin account shared by all administrators
One-time passwords only
What is the recommended practice for domain controller roles in production environments?
Installing multiple server roles on each domain controller
Dedicating domain controllers to the AD DS role only
Using workstations as backup domain controllers
Running domain controllers as virtual machines only
