Secure Protocols Flashcards

4.1.3

You may prefer our related Brainscape-certified flashcards:
1
Q

What do secure protocols do

A

Provide security services for communications channels as well as secure authentication services

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

Secure Shell (SSH)

A

Remote management protocol which replaced Telnet. It operates over TCP/IP. All communications are encrypted. Primarily used by IT administrators to manage devices such as servers and network devices.

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

What does SSH protect against

A

Eavesdropping
DNS and IP spoofing
MITM attacks

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

Transport Layer Security (TLS)

A

Data protection used for protecting website transactions (banking, ecommerce

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

Secure Socket Layer (SSL)

A

Legacy data protection protocol used for protecting website transactions (banking, ecommerce). Replaced by TLS

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

What are some SSL and TLS features

A

Both offer data encryption, integrity, and authentication.
Prevent tampering, spoofing, and eavesdropping
Support one and two way authentication using digital certificates
Can be implemented at lower layers such as network layer to operate as a VPN.

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

Kerberos

A

Standard based network authentication protocol used in many products (Microsoft Active Directory Domain Services AD DS)
Mostly used in LANs for organization wide authentication, single sign on and authorization

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

Internet Protocol Security (IPSec)

A

standard suite of protocols that is used to connect nodes (computers or office location) together.
It provides confidentiality, integrity, and authentication. Widely used in VPNs

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

Authentication Header (AH)

A

A part of IPSec that provides assurance of message integrity and nonrepudiation. Also provides authentication and access control preventing replay attacks

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

Encapsulating Security Payload (ESP)

A

A part of IPSec that performs authentication for the sender, also it encrypts the data being sent. Can also prevent replay attacks but not to the degree of AH

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

Security Association (SA)

A

A part of IPSec that provides the bundle of shared security attributes or keys and data that provide the parameters for AH and or ESP operations

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

Transport Mode

A

A IPSec mode that only encrypts and authenticates the IP payload (data)

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

Tunnel Mode

A

A IPSec mode that will encrypt and authenticate the whole IP packet including the data and routing information (header)

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

Internet Key Exchange (IKE)

A

Is a part of IPSec suite and used to establish a secure authenticated communications channel between 2 entities. Uses X.509 PKI certificates for Diffe-Hellman-Merkle key exchange protocol to establish a shared session secret.

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