Everything I've learned so far 5/1 to 5/6 Flashcards

Memorize (52 cards)

1
Q

What is a bit?

A

Smallest unit of info in computing and digital communication

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

What digits can a bit be?

A

Only 0’s and 1’s

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

What is a byte?

A

8 bits

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

Transmits raw bit stream over the physical medium

A

physical

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

Defines the format of data on the network

A

Data Link

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

Decides which physical path the data will take

A

Network

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

Transmits data using transmission protocols including TCP and UDP

A

Transport

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

Maintains Connections and is responsible for controlling ports and sessions

A

Session

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

Ensures that data is in a usable format and is where data encryption occurs

A

Presentation

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

Human computer interaction layer where applications can access the network services

A

Application

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

What might be on my network?

A

Application, File, printer, database, communication

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

What do physical bits travel on?

A

trace

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

Mac addressing / framing

A

Datalink

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

Ip addressing, routing / packets

A

Network

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

reliable delivery / segments

A

Transport

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

communication channel

A

session

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

encryption + compression

A

presentation

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

intended use

A

application

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

What is the OSI Model?

A

conceptual framework that divides network communication into seven abstract layers each with responsibilities to facilitate data transmission between devices

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

What are the MFA Auth Factors?

A

Something you know, Something you are, Something you have, Somewhere you are, Something you do.

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

Local Computer Auth

A

username and password

22
Q

What is a threat vector?

A

Any place a threat can take hold

23
Q

Data states ?

A

at rest, in transit, in use

24
Q

Hardening the network means?

A

securing the network and preventing threats

25
Methods of securing the network
Physical, Managerial, Technical, Operational
26
NIPS meaning?
Network Intrusion Prevention System
27
NIDS meaning?
Network Intrusion Detection System
28
HIPS meaning ?
Host Intrusion Prevention System
29
HIDS meaning ?
Host Intrusion Detection System
30
What do Confidentality, Integrity, and Availability mean in the data triangle?
Confidentiality is ensuring data is viewable only by authorized users, Integrity is ensuring that data remains accurate over its entire lifetime, Availability is ensuring that info is always easily accessible to authorized users.
31
What is least privilege?
enough privilege to do your job and not more than that
32
HIPPA deals with
Personal Health info
33
GDPR means ?
General Data Protection Regulation
34
SOX means ?
Sarbanes Oxley Act
35
DCI deals with ?
DSS Credit Cards
36
GLBA is the ?
Grahm Leach Blitey Financial INST
37
FERPA deals with ?
Student privacy
38
FISMA deals with ?
Federal
39
Encryption Cipher is the ?
Manipulation of data for obscurity
40
How does asymmetrical encryption work?
Key exchange
41
How does symmetrical encryption work?
Data encryption it can encrypt and decrypt with the same key
42
CA means ?
Certificate Authority
43
CA is the ?
Root of Trust
44
File transfer ports
20 for data and 21 for signaling
45
Remote login ports
23 for telnet 22 for ssh
46
IP config ports
67 and 68
47
name resolution ports
53
48
web pages ports
80 and 443
49
Network time ports
123
50
send email ports
25
51
what is a protocol?
plan of rules for a way of doing things
52