Networking Flashcards

1
Q

Port security

When attacker changes their own physical PC address to conceal their true Identity and pose as someone esle. What kick of attack is this?

A

MAC Spoofing

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

Port Security

What is an attack that targets a switch’s MAC Table. The Idea is to flood the table with a large number of fake address. When the list of addresses exceeds the maximum size of the table, the switch will initiate its fallback mode and begin to act as a hub, meaning every frame will be forwarded to every host on the network.

A

CAM Table Overflow

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

Port Security

How many port security protection modes are there to handle incidents in which it recieves an ethernet frame with an unauthorized MAC address?

A

There 3 port security protection modes.

  1. Shutdown (default setting)
  2. Restricted (blocks the unauthorized mac address and sends a notification)
  3. Protect (blocks the unauthorized mac address without a notification)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Port Security: Violation Modes

The Default violation mode. When a violation occurs, the port will be shut down and logged automatically. The port must then be reset manually to become operational again.

A

Shutdown Mode

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

Port Security: Violation Modes

In case of a violation, Ethernet frames with an unauthorized source MAC address are dropped. The switch provides notification of security violations and keeps count of the number of violations?

A

Restricted

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

Port Security: Violation Modes

In case of a violation, Ethernet frames with unauthorized source MAC addresses are dropped. In this violation mode, the switch does not provide notification regarding the event.

A

Protected mode.

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

Port Security: Address learning

How do switches learn MAC addresses?

A
  1. Manual or

2. Sticky

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

Port Security: Address learning

Which address learning method requires a static configuration of each allowed MAC address and its assignment to an interface. This is the most secure method, but it is very time consuming and open to faulty configuration.

A

Manual

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

Port Security: Address learning

What method of address learning allows MAC addresses are learned dynamically and are limited to the maximum number configured for the interface. The switch learns the source address of the first few devices associated with the interface, providing a fast and scalable method of operation.

A

Sticky

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

Port Security:

what is the Max Allowed MAC address ranges for port security?

A

By default the max is one but the range can be configured from 1 to 3072.

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

Port Security:

What mode is the switch in if the port has been disabled automatically by the switch operating system, due to port security shutdown mode violation?

A

Err-disabled mode

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

Port Security:

what command do you run to determine if Err-disable was turned off for a port or check the status of the port?

A

show interfaces [interface] status

i.e. show interfaces fasteEthernet 0/1 status

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

Common Reasons for err-disable:

This state occurs when two parties, set for point-to-point communication, are configured to use different duplex modes?

A

Duplex Mismatch

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

Common Reasons for err-disable:

When a faulty network interface card with software problems or hardware problems may trigger the Err-disabled state.?

A

Bad NIC

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

Common Reasons for err-disable

What is it called when there is a broadcast volume too large for processing in the broadcast domain, the switches may be overwhelmed and trigger err-disabled mode on its ports

A

Broadcast storm

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

Port Security:

What is responsible for traffic flow?

A

Access ports

Access mode should only be defined on ports connected to endpoint devices, such as PCs.

17
Q

Port Security:

What command is used to set access mode?

A

configure terminal
interface fastEthernet 0/1
switchport mode access

18
Q

What command would use to enable Port Security on an interface?

A

configure terminal
interface fastEthernet 0/1
switchport mode access
switchport port-security