Windows Based Networks Flashcards

(34 cards)

1
Q

Introduced Auto-Run for disks & USBs

A

Windows 95

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

FAT32 file system & Active Desktop (web integration)

A

Windows 98

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Active Directory for network management
Azure AD (Cloud-based authentication)

A

Windows 2000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

**first iteration of the windows Firewall, DEP Data execution prevention & NTFS support; windows XP is when windows started “enhancing security features”;
Windows Firewall, Data Execution Prevention (DEP)
NTFS Support

A

Windows XP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Introduces Windows Defender for malware protection;
User Access Control (UAC) & BitLocker Drive Encryption
Windows Defender, Improved session management

A

Windows Vista

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

**Multi-touch support, IE 8, Virtual Hard Disk support
Improved boot performance

A

Windows 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

**Microsoft Defender Anti-Virus, Windows Update, Secure Boot

A

Windows 10-11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

_____ and _____ function together in a client-server or peer-to-peer network environment

A

servers and workstations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

**a client-server network model where management is centralized via domain controllers;
larger networks;
CENTRALIZED MANAGEMENT via domain controllers & uses Active Directory

A

domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

**a user account that is created and stored on a single computer;
managed by the SAM Security Account Manager

A

local account

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

**a user account that is stored and managed centrally in a domain via Active Directory;
authentication is managed by the domain controller;
access to resources across multiple computers within the domain

A

domain account

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Domain accounts are managed by

A

Active Directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

facilitate automated tasks and background services;
special user accounts created to run applications, services, or system processes;
special user account created to run apps, services, or system processes

A

service accounts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

full control over the system, including all local resources and services;
used by OS and core services

A

LocalSystem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

local access with minimal permissions;
Designed to run local services with minimum privileges

A

LocalService

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

**Specifies the security authority that created the SID

A

local or domain identifier

17
Q

network access with limited local access

A

NetworkService

18
Q

a unique identifier assigned to each user, group, and computer account in an operating system;
control access to files, directories, and registry keys by associating access rights with specific identities;
identifies users, groups, and computer accounts

A

Security Identifier (SID)

19
Q

**Identifies the type of user account, such as a specific account or group;
end of unique ID

A

Relative Identifier (RID)

20
Q

Uniquely identifies a user on the system or within a domain;
Assigned to individual user accounts

21
Q

**predefined SID that represents Local System;
highly privileged system account used by OS & core services

22
Q

Assigned to computers within a domain or workgroup

23
Q

Assigned to group accounts;
a group of users with shared permissions and access rights

24
Q

**predefined SID that represents Local Service;
built-in accounts that require local access

25
**predefined SID that represents Network Service
S-1-5-20
26
what does each part of the SID represent? S 1 5
S: Indicates that this is a SID 1: Represents revision level 5: Represents the authority identifier, which is typically 5
27
SIDs are used to define permissions for users and groups on objects like files, folders, and registry keys
Access Control Lists (ACLs)
28
data structure in the Windows operating system that contains security information about a logged-in user or a process; includes the user's identity, group memberships, and privileges, which help control access to resources and enforce security policies; creation involves: 1) user to logon with their credentials 2) Authentication- if valid an access token is generated 3) Assignment- access token is assigned to the logon session
access token
29
**3 key elements of an access token
1) Header- metadata 2) Payload (user info) 3) Signature (verification data to ensure authenticity of the token)
30
What is a unique identifier assigned to each user, group, and computer account created in the OS?
SID
31
What component of the SID identifies the type of accounts?
RID
32
___ ___ contains the user's identity, group memberships, and privileges
Access token- sits with you in your session
33
What are the three key elements for an access token?
Header, payload, signature
34
contains security info about a logged-in user or a process
Access token