Chapter 4: Identity and Access Management Flashcards

1
Q

An authentication protocol that periodically reauthenticates.

A

Challenge Handshake Authentication Protocol (CHAP)

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

The point at which the FRR and FAR are equal.

A

Crossover Error Rate (CER)

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

Any technique that prevents a program from running without the user’s approval.

A

Date Execution Prevention (DEP)

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

Software or techniques designed to detect attempts to exfiltrate data.

A

Data Loss Prevention (DLP)

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

The rate at which a biometric solution allows in individuals it should have rejected.

A

False Acceptance Rate (FAR)

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

The rate at which a biometric solution rejects individuals it should have allowed.

A

False Rejection Rate (FRR)

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

A collection of computer networks that agree on standards or operation, such as security standards.

A

Federation

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

An authentication protocol developed at MIT that uses tickets for authentication.

A

Kerberos

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

The principle that any user or service will be given only enough access privileges to do its job and no more.

A

Least Privileges

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

A tool that enumerates your network and provides a map of the network.

A

Network Scanner

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

It is a common method for authorizing websites or applications to access information.

A

Open Authorization Standard (OAUTH)

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

ping -t

A

Continues pinging until stopped

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

ping -a

A

Resolves the address to a hostname

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

ping -i

A

Specifies the TTL value for packages

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

ping -w

A

Waits a specified number of milliseconds for a response before sending the next ping

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

ping -l

A

Sets the size of the packets.

17
Q

netstat -A

A

Shows the address of any protocol

18
Q

netstat -a

A

Shows the state of sockets

19
Q

netstat -c

A

Shows statistics for the network buffer cache

20
Q

netstat -n

A

Shows active TCP connections

21
Q

netstat -o

A

Shows the active TCP connection and the process ID that started them

22
Q

netstat -p

A

Shows protocols

23
Q

netstat -s

A

Shows statistics per protocol

24
Q

tracert -h

A

Maximum hops.

25
Q

tracert -w

A

Time out.

26
Q

tracert -6

A

Force IPv6

27
Q

tracert -4

A

Force IPv4

28
Q

arp -d

A

Removes a listing from the arp cache.

29
Q

arp -a

A

Displays all of the current arp entries for all interfaces.

30
Q

arp -g

A

Displays all of the current arp entries for all interfaces.

31
Q

arp -N

A

Lists arp cache for a specified interface.

32
Q

ipconfig /all

A

Show all information for all network interfaces.