Courses Job Ready Program Fresher Trainings AI For Class 7 to 12 Corporate Training Placements Tutorials
Free Learning Resources

IT Tutorials & Interview Prep

Free guides, interview Q&As, and job responsibility breakdowns — curated by industry veterans to help you crack MNC interviews

190+
Tutorial Articles
14
Topic Categories
100%
Free to Read
← Back to Learning Hub

AZ-800: Day 8 —Windows Server Security

Learning Hub Last Updated: Jul 25, 2026

Key Points, Definitions, Term Differences & Q&A

Figure 1: Defense-in-Depth — layered security from physical access down to encrypted data

1. 25 Most Important Key Points

  • Windows Server Security protects servers, accounts, applications, and data from unauthorized access, malware, ransomware, and system failures.
  • Because servers store critical business data and run Active Directory, a single compromised server can put the entire network at risk.
  • Malware (viruses, worms, trojans, spyware) can corrupt files, slow systems, steal data, or grant attackers unauthorized access.
  • Ransomware encrypts files and demands payment for their release, and commonly targets file, backup, and database servers.
  • Unauthorized access often results from weak passwords, shared accounts, misconfigured permissions, or stolen credentials.
  • Layered security combines physical, network, and OS-level protections rather than relying on any single defense.
  • Defense-in-Depth is the strategy of stacking multiple independent security layers, so if one fails, the others still protect the system.
  • Local Authentication verifies users against accounts stored only on that machine, with no centralized management.
  • Domain Authentication uses Active Directory to centrally manage accounts, enabling single sign-on across the network.
  • Strong password policies define minimum length, complexity, expiration, and history rules to reduce unauthorized access risk.
  • Account Lockout Policies temporarily lock an account after repeated failed logins, helping block brute-force password attacks.
  • Multi-Factor Authentication (MFA) combines something you know, something you have, and something you are, so a stolen password alone isn't enough.
  • Role-Based Access Control (RBAC) assigns permissions by job role rather than per user, reducing excessive permissions and administrative effort.
  • Windows Defender Firewall filters inbound and outbound traffic using rules tied to Domain, Private, or Public network profiles.
  • Inbound rules control traffic coming into the server; outbound rules control traffic leaving it — both help prevent unauthorized access and data leakage.
  • Security best practice is to keep only the ports required for business operations open (e.g., 443 for HTTPS, 3389 for RDP).
  • Windows Defender provides built-in antivirus and real-time protection, continuously scanning files, downloads, and running processes.
  • Windows Defender offers Quick Scan (fast, common areas), Full Scan (deep, entire system), and Custom Scan (specific files/folders).
  • Group Policy lets administrators centrally enforce password policies, account lockout policies, audit policies, and security templates domain-wide.
  • Audit Policy records events like logons, account management, and file access, helping detect suspicious activity and support compliance.
  • Patch Management keeps systems updated against known vulnerabilities; WSUS lets organizations distribute updates centrally instead of per-device.
  • Unpatched systems are a common entry point for attackers — the WannaCry ransomware famously exploited a known, unpatched vulnerability.
  • BitLocker provides full-disk encryption, protecting all data on a drive even if it's physically removed from the server.
  • Encrypting File System (EFS) encrypts individual files or folders rather than an entire drive, useful for protecting specific sensitive documents.
  • The 3-2-1 backup rule — 3 copies, on 2 different storage types, with 1 copy offsite — improves an organization's disaster recovery readiness.

Figure 2: Multi-Factor Authentication — three independent proofs of identity

2. 20 Definitions with Day-to-Day Examples

Windows Server Security

Definition: The overall protection of servers, accounts, applications, and data from unauthorized access, malware, and system failure.

Day-to-Day Example: Like a bank's overall security program — vaults, guards, cameras, and procedures working together, not just one lock on the front door.

Malware

Definition: Malicious software designed to damage systems, steal information, or disrupt normal operations.

Day-to-Day Example: Like a con artist who sneaks into a building disguised as a delivery person, then causes damage or steals things once inside.

Ransomware

Definition: Malware that encrypts a victim's files and demands payment in exchange for restoring access.

Day-to-Day Example: Like a burglar who doesn't steal your belongings but instead changes all your locks and demands money for the new keys.

Defense-in-Depth

Definition: A security strategy using multiple independent layers of protection, so a single failure doesn't fully compromise the system.

Day-to-Day Example: Like a castle with a moat, high walls, and guards — even if an attacker crosses the moat, they still have to get past the walls and the guards.

Local Authentication

Definition: A method that verifies a user's identity using an account stored only on that specific computer.

Day-to-Day Example: Like a key that only opens the front door of one particular house, with no connection to any other property.

Domain Authentication

Definition: A method that verifies user identity centrally through Active Directory, enabling single sign-on across the network.

Day-to-Day Example: Like a company-wide employee badge that works at every office location, verified by one central security system.

Password Policy

Definition: A set of rules governing password length, complexity, expiration, and reuse to strengthen account security.

Day-to-Day Example: Like a landlord's rule that every new tenant must use a modern, hard-to-pick lock instead of a flimsy old one.

Account Lockout Policy

Definition: A setting that temporarily disables an account after a defined number of failed login attempts.

Day-to-Day Example: Like a bank vault that jams shut for 30 minutes after someone enters the wrong combination too many times, foiling anyone trying to guess it.

Multi-Factor Authentication (MFA)

Definition: A login method requiring two or more independent proofs of identity, such as a password plus a one-time code.

Day-to-Day Example: Like needing both a key and a fingerprint scan to open a safe — having only one of the two isn't enough to get in.

Role-Based Access Control (RBAC)

Definition: A method of granting permissions according to a user's job role rather than configuring access individually.

Day-to-Day Example: Like a hospital ID badge system where anyone with a "nurse" badge automatically gets nurse-level access, without custom-configuring each new hire.

Windows Defender Firewall

Definition: A host-based firewall built into Windows Server that filters inbound and outbound network traffic based on configured rules.

Day-to-Day Example: Like a doorperson at a building entrance who checks everyone coming in or going out against a list of who's allowed.

Inbound Rule

Definition: A firewall rule that controls traffic attempting to enter the server from outside.

Day-to-Day Example: Like a security checkpoint that decides who's allowed to walk into the building.

Outbound Rule

Definition: A firewall rule that controls traffic attempting to leave the server toward external destinations.

Day-to-Day Example: Like a checkpoint that controls what's allowed to be carried out of the building, preventing sensitive items from leaving.

Windows Defender

Definition: Microsoft's built-in antivirus and anti-malware solution offering real-time protection for Windows systems.

Day-to-Day Example: Like a live-in security guard who's always watching, instead of one who only checks in occasionally.

Real-Time Protection

Definition: A Windows Defender feature that continuously scans files and processes as the system runs, blocking threats immediately.

Day-to-Day Example: Like a smoke detector that reacts the instant it senses smoke, rather than someone checking the room for fire once a day.

Group Policy Security Settings

Definition: Centrally managed security configurations — like password and audit policies — applied automatically across domain computers.

Day-to-Day Example: Like a company issuing one standardized security handbook that automatically applies to every branch office at once.

Audit Policy

Definition: A Group Policy setting that records events such as logons, account changes, and file access for later review.

Day-to-Day Example: Like a building's sign-in log that records who entered, when, and which door they used.

Patch Management

Definition: The process of installing updates and security fixes on systems to close known vulnerabilities.

Day-to-Day Example: Like regularly repairing small cracks in a wall before they become large enough for someone to break through.

BitLocker

Definition: A Windows feature that encrypts an entire drive, protecting all its data even if the physical disk is removed or stolen.

Day-to-Day Example: Like sealing an entire filing cabinet in a safe, so removing the cabinet from the building doesn't give a thief access to its contents.

Encrypting File System (EFS)

Definition: A Windows feature that encrypts individual files or folders rather than an entire drive.

Day-to-Day Example: Like putting a single sensitive folder inside a locked drawer within an otherwise unlocked filing cabinet.

Figure 3: BitLocker (whole-drive encryption) vs. EFS (single-file encryption)

Figure 4: Security Threats & Defenses Cheat Sheet

3. Differences Between Key Technical Terms (10)

1. Local Authentication vs. Domain Authentication

FeatureLocal AuthenticationDomain Authentication
Account storageOn the individual computer onlyCentralized in Active Directory
ManagementNo centralized managementCentralized, single sign-on capable
Best suited forStandalone systemsEnterprise, networked environments


 

2. Malware vs. Ransomware

FeatureMalware (general)Ransomware
GoalDamage, steal, or disruptExtort payment by denying data access
Typical effectFile corruption, slow systems, data theftEncrypted files, business downtime
Common targetsAny systemFile servers, backup servers, databases


 

3. Inbound Rules vs. Outbound Rules

FeatureInbound RulesOutbound Rules
ControlsTraffic coming into the serverTraffic leaving the server
PurposeProtect services, block unauthorized connectionsPrevent data leakage, restrict malware communication
ExampleAllow HTTPS on port 443Block access to suspicious external sites


 

4. Password Policy vs. Account Lockout Policy

FeaturePassword PolicyAccount Lockout Policy
FocusRules for password strength/formatResponse to repeated failed login attempts
Example settingMinimum length, complexityLockout threshold, lockout duration
Main goalMake passwords harder to guessStop brute-force guessing attempts


 

5. Quick Scan vs. Full Scan vs. Custom Scan

AspectQuick ScanFull ScanCustom Scan
CoverageCommon target areas onlyEntire system, all drivesSpecific chosen files/folders
SpeedFastSlow, resource-intensiveDepends on selection
Typical useDaily checksWeekly/monthly deep checksScanning a suspicious file or USB drive


 

6. BitLocker vs. EFS

FeatureBitLockerEFS
Encryption typeFull drive encryptionFile/folder encryption
Protection scopeEntire diskSelected files
Best use caseDevice theft protectionIndividual file security
Works onEntire volumeNTFS files/folders


 

7. Full Backup vs. Incremental Backup vs. Differential Backup

AspectFull BackupIncremental BackupDifferential Backup
What's copiedAll selected dataOnly data changed since the last backupData changed since the last full backup
Backup sizeLargestSmallestGrows until next full backup
Restore speedFastest (one backup set)Slowest (needs full + all increments)Moderate (needs full + latest differential)


 

8. Application Logs vs. Security Logs vs. System Logs

Log TypeContains
Application LogsEvents generated by installed applications
Security LogsLogon events, audit records, security-related activity
System LogsOperating system events and driver information


 

9. WSUS-Managed Updates vs. Individual Windows Update

FeatureWSUS-Managed UpdatesIndividual Windows Update
Update sourceDownloaded once, distributed centrallyEach device downloads separately
Bandwidth useLower, shared across the networkHigher, repeated per device
Administrative controlApprove/reject updates centrallyLimited central oversight


 

10. Physical vs. Network vs. OS Security

LayerProtects AgainstExample Controls
Physical SecurityUnauthorized physical access to hardwareLocks, CCTV, biometric access, guards
Network SecurityNetwork-based attacks and unauthorized trafficFirewalls, VLAN segmentation, IDS/IPS, VPN
OS SecurityAttacks against the server's operating system itselfUpdates, antivirus, password policy, audit logging


 

4. Theoretical Questions (15)

Q1. Why is Windows Server security especially critical in enterprise environments?

Answer: Servers store critical business data and often run Active Directory, so a single compromised server can expose the entire network, making strong server security essential.

Q2. What is Defense-in-Depth, and why is it effective?

Answer: Defense-in-Depth uses multiple independent security layers instead of a single protection mechanism, so if one layer fails or is bypassed, the remaining layers still protect the system.

Q3. What is the difference between Local Authentication and Domain Authentication?

Answer: Local Authentication verifies users against accounts stored only on one computer with no centralized management, while Domain Authentication uses Active Directory for centralized management and single sign-on.

Q4. What is the purpose of a Password Policy?

Answer: A Password Policy defines rules like minimum length, complexity, expiration, and history to make passwords harder to guess and reduce the risk of unauthorized access.

Q5. How does Account Lockout Policy help protect against attacks?

Answer: It temporarily locks an account after a set number of failed login attempts, which helps block brute-force password-guessing attacks.

Q6. What is Multi-Factor Authentication, and why is it stronger than a password alone?

Answer: MFA requires two or more proofs of identity — something you know, have, or are — so even if an attacker steals a password, they still lack the additional factor needed to log in.

Q7. What is Role-Based Access Control (RBAC), and what problem does it solve?

Answer: RBAC assigns permissions based on job role rather than configuring each user individually, which simplifies administration and prevents users from accumulating excessive, inconsistent permissions.

Q8. What is the difference between inbound and outbound firewall rules?

Answer: Inbound rules control traffic coming into the server from outside, while outbound rules control traffic leaving the server toward external destinations.

Q9. Why should administrators only open the ports required for business operations?

Answer: Every open port increases the attack surface; limiting open ports to only what's necessary reduces the opportunities attackers have to exploit the server.

Q10. What is the difference between Quick Scan, Full Scan, and Custom Scan in Windows Defender?

Answer: Quick Scan checks commonly targeted areas quickly, Full Scan checks the entire system in depth but takes longer, and Custom Scan lets administrators target specific files, folders, or drives.

Q11. What role does Group Policy play in enterprise security?

Answer: Group Policy lets administrators centrally configure and enforce security settings — like password policies, account lockout, and audit policies — consistently across all domain computers.

Q12. Why is patch management important, and what real-world incident illustrates the risk of skipping it?

Answer: Patch management closes known vulnerabilities before attackers can exploit them; the WannaCry ransomware attack spread widely specifically because many affected systems hadn't installed an available security patch.

Q13. What is the difference between BitLocker and EFS?

Answer: BitLocker encrypts an entire drive, protecting all its data even if physically removed, while EFS encrypts only specific files or folders selected by the user.

Q14. What is the 3-2-1 backup rule?

Answer: The 3-2-1 rule recommends keeping 3 copies of data, stored on 2 different types of storage, with 1 copy kept offsite, to improve resilience against data loss.

Q15. What is the difference between Application Logs, Security Logs, and System Logs in Event Viewer?

Answer: Application Logs record events from installed applications, Security Logs record logon and audit-related activity, and System Logs record operating system and driver events.

5. Scenario-Based Questions 

Q1. A company's domain controller is compromised by an attacker. Why is this especially dangerous compared to a single workstation being compromised?

Answer: The domain controller manages authentication for the entire domain, so compromising it can give attackers access to every system and account connected to that domain, not just one machine.

Q2. An organization's file servers were suddenly encrypted, and a message demands payment to restore access. What type of attack is this, and what should have been in place to reduce the impact?

Answer: This is a ransomware attack. Regular backups following the 3-2-1 rule, along with up-to-date patching, would allow the organization to restore data without paying, minimizing the damage.

Q3. A user's password was stolen through phishing, but the attacker still couldn't log into the VPN. What security feature likely prevented access?

Answer: Multi-Factor Authentication (MFA) likely blocked the attacker, since the stolen password alone wasn't enough without the additional verification factor, like a mobile OTP.

Q4. An administrator notices multiple failed login attempts from different systems targeting the same account in a short period. What does this suggest, and where would they check?

Answer: This pattern suggests a brute-force password attack. The administrator should check Security Logs in Event Viewer to confirm the failed attempts and consider whether Account Lockout Policy is properly configured.

Q5. A company wants HR employees to access employee records while IT administrators manage servers, without configuring permissions individually for each person. What approach should they use?

Answer: Implement Role-Based Access Control (RBAC), assigning permissions based on job role (HR Staff vs. IT Administrators) so each group automatically receives the appropriate access.

Q6. A laptop containing sensitive salary data is stolen from an employee's car. The data cannot be read by the thief. What security feature most likely prevented this, and why?

Answer: BitLocker most likely prevented data access, since it encrypts the entire drive — without the recovery key or proper authentication, the data remains unreadable even with physical access to the disk.

Q7. A company with 500 computers wants to deploy security patches efficiently without every machine downloading updates separately from the internet. What should they implement?

Answer: They should implement WSUS (Windows Server Update Services), which downloads updates once centrally and distributes them internally, saving bandwidth and improving update control.

Q8. An HR department wants only authorized HR staff to open a specific salary document stored in a shared folder used by multiple departments, without encrypting the entire drive. What feature fits this need?

Answer: Encrypting File System (EFS) fits this need, since it can encrypt just that specific file, restricting access to authorized users without affecting the rest of the shared drive.