Overview of Windows Operating System Architecture and Security

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

Disk Operating System (DOS)

Early storage relied on punch cards, tapes, and floppy disks.

2
New cards

MS-DOS

Basic interface for disk drive operations; foundation for early Windows GUIs.

3
New cards

Key MS-DOS commands

Commands include dir (Lists files), cd (Change directories), copy (Copy files), del (Delete files), mkdir (Create directories).

4
New cards

NT-based OS

Over 20 releases since 1993.

5
New cards

Windows 7 editions

Includes Starter, Home, Professional, Ultimate.

6
New cards

Windows 10 editions

Includes Home, Pro, Enterprise, Education.

7
New cards

Graphical User Interface (GUI)

Desktop: Central workspace with customizable backgrounds and icons.

8
New cards

Task Bar

Includes Start menu, quick launch icons, and notification area.

9
New cards

Context Menus

Access additional features via right-click.

10
New cards

Vulnerabilities

Flaws in millions of lines of code can be exploited by attackers.

11
New cards

Common recommendations for security

Use antivirus software, limit access to services, enforce encryption, implement strong passwords and controlled permissions.

12
New cards

Hardware Abstraction Layer (HAL)

Bridges hardware and kernel interactions.

13
New cards

Kernel

Core OS component managing memory, I/O, and processes.

14
New cards

User Mode

Restricted environment for applications.

15
New cards

Kernel Mode

Full access for core OS operations.

16
New cards

NTFS

Standard for Windows; supports large files, security, and reliability.

17
New cards

Master File Table (MFT)

Tracks file locations.

18
New cards

Boot Process

Firmware: BIOS or UEFI initializes hardware.

19
New cards

Bootmgr.exe

Loads system configuration (BCD).

20
New cards

Winload.exe

Prepares kernel and drivers.

21
New cards

Ntoskrnl.exe

Starts the Windows kernel.

22
New cards

Memory Management

Processes are isolated in virtual address spaces: 32-bit systems (Up to 4GB), 64-bit systems (Up to 8TB).

23
New cards

Registry

Hierarchical database storing system and user configurations.

24
New cards

HKEY_LOCAL_MACHINE

System info.

25
New cards

HKEY_CURRENT_USER

User-specific settings.

26
New cards

Administrative Best Practices

Avoid using admin accounts for daily operations.

27
New cards

CLI and PowerShell

CLI: Basic file and system navigation; PowerShell: Advanced automation via cmdlets and scripts.

28
New cards

Task Manager

Tabs include Processes, Performance, App History, Startup, Users, Details, Services.

29
New cards

Resource Monitor

Tracks CPU, memory, disk, and network usage.

30
New cards

Event Viewer

Logs application, system, and security events.

31
New cards

Security Policies

Includes password policies (e.g., lockout rules) and regular updates to patch vulnerabilities.