Network Hardening Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:57 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

What is the primary goal of network hardening?

Reduce the attack surface by removing weaknesses and applying security best practices

2
New cards

What should you do with default usernames and passwords on new devices?

Change them immediately

3
New cards

Why should unused ports and services be disabled?

To reduce the number of possible attack paths

4
New cards

Why is it important to regularly update firmware and software?

To patch known security vulnerabilities

5
New cards

What does the Principle of Least Privilege (PoLP) state?

Users should receive only the minimum permissions needed to perform their jobs.

6
New cards

What is Role-Based Access Control (RBAC)?

Permissions are assigned based on a user's job role.

7
New cards

What is Multi-Factor Authentication (MFA)?

Requiring more than one authentication factor to verify identity

8
New cards

Which of the following is "something you know" in MFA?

Password

9
New cards

What is the primary purpose of network segmentation?

Divide a network into smaller isolated sections to improve security

10
New cards

What is the most common technology used to implement network segmentation?

VLANs

11
New cards

Why should unnecessary protocols like Telnet be disabled?

They can introduce security risks because they are insecure or unused.

12
New cards

Which protocol should be used instead of Telnet because it encrypts the session?

SSH

13
New cards

What is the purpose of Port Security on a switch?

Limit which MAC addresses are allowed to connect to a switch port.

14
New cards

What does 802.1X provide?

Port-based Network Access Control (NAC) that requires authentication before network access is granted.

15
New cards

Which authentication server commonly works with 802.1X?

RADIUS

16
New cards

What is the purpose of DHCP Snooping?

Block unauthorized (rogue) DHCP servers from handing out IP addresses.

17
New cards

What attack does Dynamic ARP Inspection (DAI) help prevent?

ARP Spoofing (ARP Poisoning)

18
New cards

Which authentication protocol encrypts only the user's password?

RADIUS

19
New cards

Which authentication protocol encrypts the entire authentication session?

TACACS+

20
New cards

A company wants to prevent unauthorized devices from plugging into an unused switch port. Which security feature is the BEST choice?

Port Security

21
New cards

A company wants to reduce the damage that could occur if an employee's account is compromised. Which security principle should they implement?

Principle of Least Privilege (PoLP)

22
New cards

A switch only allows devices with approved MAC addresses to connect. Which security feature is being used?

Port Security

23
New cards

A company organizes permissions into groups such as HR, IT, and Accounting. What access control model is this?

Role-Based Access Control (RBAC)

24
New cards

An employee logs in using a password and then enters a code from their phone. What security feature is this?

Multi-Factor Authentication (MFA)

25
New cards

Which of the following is "something you have" in MFA?

Smartphone or security token

26
New cards

Which of the following is "something you are" in MFA?

Fingerprint

27
New cards

Why does network segmentation improve security?

It isolates parts of the network, limiting malware spread and reducing the attack surface.

28
New cards

Why is SSH preferred over Telnet?

SSH encrypts the entire session, while Telnet sends data in plaintext.

29
New cards

A network administrator wants to stop unauthorized DHCP servers from handing out IP addresses. Which feature should be enabled?

DHCP Snooping

30
New cards

A switch verifies ARP messages against trusted DHCP Snooping information before forwarding them. Which feature is being used?

Dynamic ARP Inspection (DAI)

31
New cards

What does AAA stand for?

Authentication, Authorization, and Accounting

32
New cards

What is the purpose of Authentication in AAA?

Verify a user's identity

33
New cards

What is the purpose of Authorization in AAA?

Determine what resources or actions a user is allowed to access

34
New cards

What is the purpose of Accounting in AAA?

Keep logs of user activity and resource usage

35
New cards

Which protocol is commonly used to provide centralized authentication for network devices?

RADIUS

36
New cards

Which protocol is commonly preferred for administrator access because it encrypts the entire authentication session?

TACACS+

37
New cards

Why should default usernames and passwords be changed immediately on new devices?

Attackers already know the default credentials and can exploit them.

38
New cards

Why is disabling unused services considered a security best practice?

It reduces the attack surface by removing unnecessary entry points.

39
New cards

Why should firmware and software be updated regularly?

To patch known vulnerabilities and improve security

40
New cards

Which of the following BEST describes network hardening?

Reducing vulnerabilities by securing systems and removing unnecessary risks

41
New cards

A new employee only needs access to the accounting application. Which security principle ensures they receive only the permissions necessary for their job?

Principle of Least Privilege (PoLP)

42
New cards

A network administrator creates groups named HR, IT, and Sales, then assigns permissions to those groups. What access control model is being used?

Role-Based Access Control (RBAC)

43
New cards

A switch requires every device to authenticate with a username and password before it can access the network. Which technology is being used?

802.1X

44
New cards

A company only allows two approved MAC addresses on each switch port. Which security feature is this?

Port Security

45
New cards

A company wants to stop attackers from connecting a fake DHCP server to the network. Which feature should be enabled?

DHCP Snooping

46
New cards

Which feature relies on information learned by DHCP Snooping to prevent ARP spoofing attacks?

Dynamic ARP Inspection (DAI)

47
New cards

Which protocol is generally preferred for managing routers and switches because it encrypts the entire authentication session?

TACACS+

48
New cards

A company wants to divide its network into separate sections so malware cannot easily spread between departments. What should they implement?

Network Segmentation using VLANs

49
New cards

Which practice provides the greatest reduction in attack surface?

Disabling unused ports, services, and protocols

50
New cards

A new switch is installed. Which action should be performed FIRST to improve security?

Change the default usernames and passwords