4.2 Given a scenario, install and configure identity and access services. Flashcards

1
Q

Mutual Authentication

A

A security feature in which a client process must prove its identity to a server, and the server must prove its identity to the client.

Kerberos and MSCHAP

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

LDAP

A

Port 389

Secure version port 636

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

Kerberos

A

-Allows for a single sign-on to a distributed network(remote Access)
-Uses time sensitive tickets
-port 88
-

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

Three components of Kerberos

A

– Ticket Granting Service (TGS)
– Key Distribution Center (KDC)
– Authentication Service (AS)

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

RADIUS

A

A AAA server that allows authentication of remote and other network connections.
port 1812 for authentication and authorization
port 1813 for accounting.

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

If you see a question about RADIUS and one of the answer has 802.1X then that is the answer

A

If you see a question about RADIUS and one of the answer has 802.1X then that is the answer

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

TACACS+

A

A Cisco Proprietary AAA Server. TCP Port 49

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

Challenge Handshake Authenticate Protocol

A

CHAP - Challenge handshake process.

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

MSCHAP

A

Microsoft’s proprietary version of CHAP
Mutual Authentication
legacy

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

SAML

A

Single Sign on Over the web
based on XML
Federated ID

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

OAUTH

A

SSO for mobile device applications

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

OpenID Connect

A

SSO in Smart Device applications

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

Shibboleth

A

SSO Within Private Networks

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

NTLM

A

password hash storage system - Legacy

on the exam If you see something called PASS THE HASH - the answer is NTLM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
What mechanism is used to support the exchange of authentication and authorization details between systems, services, and devices?
A. Biometric
B. Two-factor authentication
C. SAML
D. LDAP
A

C. SAML

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

You are developing a smart app that will control a new IoT device that automates blinking light fixtures in time with the beat of music. You want using the device to be as simple as possible, so you want an authentication technique that is seamless for the user. Which technology should you implement?

A. OpenID Connect
B. Shibboleth
C. A secure token
D. Role-based access control

A

A. OpenID Connect