Access Controls Flashcards

1
Q

5 ways to authenticate

A
Something you know
Something you have 
Something you do
Something you are 
Somewhere you are (physical location)

This is also called identity proofing

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

802.1x

A

An IEEE (I triple E) standard that defined PNAC ( port based network access controls)

It is a form of port security, you can tie a port to a specific MAC address which protects against unauthorized devices connecting to the network

Components are a supplicant (end device) authenticator( switch or wap) and authentication server (Radius) server

DO NOT! confuse this with 802.11x which is a LAN/WLAN Protocol.

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

EAP

A

Extensible Authentication Protocol

Defines message formats 802.1x defines how EAP is encapsulated within messages

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

Kerberos

A

Authentication protocol that enables computers to prove their identity to each other securely.

The PC attempts to authenticate to the Ticket granting service(TGS), if accepted the TGS gives the PC a temporary ticket. The PC now takes the temporary ticket and gives it to the Key Distribution Center to get an access pass to whatever it needs (for example connecting to the AD domain controller)

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