Section 4.1 Flashcards

1
Q

What is an MDM?

A

A Mobile Device Manager (MDM) is used to control and manage many mobile devices especially to push out policies on apps, data, camera, authentication, etc. It also allows to push security updates.

Mostly used on company owned mobile devices.

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

What is a Site Survey?

A

A site survey allows you to better understand how the wireless network performs. It identifies existing access points and access points that are outside of your control.

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

What is a heat map?

A

A heat map identifies wireless signal strength.

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

What is BYOD?

A

Bring Your Own Device (BYOD) means the employee owns the device but it needs to meet the company’s requirement to be in its network.

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

What is COPE?

A

Corporate Owned Personally Enabled (COPE) means that the company buys and owns the device but it is configured to be used as both a corporate device and a personal device. This is similar to company owned laptops and desktops.

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

What is CYOD?

A

Choose Your Own Device (CYOD) is similar to COPE but the user can choose the type of mobile device to use.

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

What is MIC?

A

Message Integrity Check (MIC) is the verification of the integrity on all communication.

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

What is SAE?

A

Simultaneous Authentication of Equals (SAE) (also known as the dragon fly handshake) is an authentication mode in which everyone uses a different session key even with the same PSK.

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

What is PSK?

A

Pre Shared Key (PSK) is another way of saying a shared password. for example the home wifi password is a pre shared key since all users use the same password.

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

What is Centralized Authentication (802.1X)?

A

802.1X Centralized Authentication is usually used in workplaces. This method asks for a username and password and sometimes MFA. This makes the authentication to the WiFi unique for all users.

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

What Wireless Model do most home/personal wireless networks use?

A

WPA3-Personal / WPA3-PSK. This is a WPA2 or WPA3 with a pre shared key. Everyone uses the same shared key.

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

What Wireless Model do most Enterprise networks use?

A

WPA3-Enterprise / WPA3-802.1X. This model authenticates users individually with an authentication server. (ex, RADIUS)

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

What is AAA framework?

A

Authentication
- Prove you are who you say you are
Authorization
- Based on identification and authentication, what access do you have.
Accounting
- List of metrics with your logic session such as login time, data sent and received and logout time.

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

What is RADIUS?

A

Remote Authentication Dial-In User Service (RADIUS) is one of the more common AAA protocols. It’s a centralized authentication protocol for users authenticating in a wide variety of platforms and devices.

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

What is IEEE 802.1X?

A

This is a Network Access Control (NAC) that prevents anyone from accessing the network until they authenticate.

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

What is EAP?

A

Extensible Authentication Protocol (EAP) is an authentication framework. It provides different ways to authenticate based on RFC Standards. EAP integrates with 802.1X to prevent access to the network until the authentication succeeds.

17
Q

What is fuzzing?

A

Fuzzing is the input of random data into an application input fields to see what the application will do.

18
Q

What are cookies?

A

Cookies are small bits of information stored on the computer by the browser and its used for tracking, personalization, and session management.

19
Q

What is SAST?

A

Static Application Security Testing (SAST) is a for of testing to find vulnerabilities in the code such as buffer overflows, data injections and more.