Day 1 Flashcards

1
Q

Server OS’s

A

optimized for applications services and shared resources.
support more robust hardware
allow an unlimited number of concurrent connections to file shares and other services

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

workstation OS’s

A

support less robust hardware.
optimized for the user environment (interactive desktop response time).
limited to 10 connections (WINXP) or 20 (Win7)

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

workgroup

A

each system is standalone in regards to authentication.

authenticates through the local SAM.

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

domain

A

each system shares common configurations, resources, and security principles.
that info is maintained in an ACTIVE DIRECTORY. (active directory’s are only on server OS’s).
a server with an active directory is called a DOMAIN CONTROLLER.

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

MEMBER SERVERS

A

a domain system running server OS’s.
member servers and other domain systems that are not domain controllers maintain local accounts in their SAM making it possible to authenticate with a local account or a domain account.

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

more on domains

A
workstations (users) ---uses SAM database
member servers (no active directory) --- has a SAM db.
domain controller (AD)-- no SAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

windows accounts

A

accessing a windows system requires credentials to authenticated

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

user accounts

A

collection of information used by the system for determining accesses and privileges.
accounts exist either in the local machine’s SAM or in the domain controller’s active directory.
used for authentication and authorization.

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

service accounts

A

controlled by the OS

windows services are used to enable and/or configure different system capabilities.

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

security identifier (SID)

A

every windows account has a unique SID.
generated during account creation.
never reissued or reused if the original account is deleted.
SID remains with account, even if the name is changed.

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

SID breakout

A

S-1-5-21-776561741-1625316112-682003330-500
S= indicates the string is a SID
1= revision level
5=authority value
the rest is called the sub-authority value
the segment starting with 21 to the one that ends in 330 is called the system or domain identifier.
the last part (500) is the relative identifier. this distinguishes one group from all others

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

well known SID’s

A

SID Account Account Type
S-1-5-18 Local System Service Account*
S-1-5-19 Local Service Service account*
S-1-5-20 Network Service Service Account*
S-1-5-[4a]-500 Administrator User account
S-1-5-[4a]-501 Guest User account
*=only on local system and do not need a relative ID
FYI= RID’s >=1000 are user created accounts

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

access tokens

A

identify the user and the user’s group memberships associated with a process.
access tokens are made up of the account SID, groups, and privileges.

the whoami command will show what is in your access token

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

security context

A

the access token plus the objects permissions

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

privileges

A

the ability of an account to perform a particular system related operation, such as shutting down the system, backing up/restoring files, changing system time, and taking ownership of files.

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

security policy

A

used to set what privileges and account rights users have:
who access the system
what resources they can use
whether the actions are logged

17
Q

security policy privileges

A

account privileges, accesses, and special quotas

security auditing requirements

18
Q

account rights

A

contain information that deals with logon abilities
allow/deny logon locally
allow/deny logon over the network
allow/deny logon as a service

19
Q

local policy

A

a combination of settings used by Windows systems to control security on a computer.
policy settings are commonly used to edit account and password policies.