5&6. Ethernet LAN Switching Flashcards

1
Q

Hexadecimal C = Decimal […]

A

12

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

Ethernet header ‘Source’ = […] byte(s)

A

6

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

By default, a dynamic MAC address will be removed from the MAC address table after [time] of inactiv

A

5 minutes

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

Ethernet header ‘Preamble’ = […] bytes(s)

A

7

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

What is the only field in an Ethernet trailer?

A

Frame Check Sequence

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

What is the bit pattern of one byte in the Ethernet preamble?

A

10101010

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

What is the bit pattern of the Ethernet SFD

A

10101011

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

What is the Ethernet Type value for IPv6? (in hexadecimal)

A

0x86DD

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

What does ‘FCS’ in an Ethernet frame stand for?

A

Frame Check Sequence; Checks if the data is corrupted by performing CRC.

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

What does a switch do with an unknown unicast frame?

A

Floods it out all ports (except the one it was received on)

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

A value of […] or less in the Type/Length field indicates Length.

A

1500

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

What is the total size of the Ethernet header + trailer? = […] bytes

A

26

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

Which field of an Ethernet header is used for synchronization?

A

Preamble

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

A value of […] or greater in the Type/Length field indicates Type.

A

1536

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

Which field of an Ethernet frame does a switch use to learn and populate its MAC address table?

A

Source MAC address

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

The first 3 bytes of a MAC address are the […]

A

OUI (Organizationally Unique Identifier)

17
Q

What is the Ethernet Type value for IPv4? (in hexadecimal)

A

0x0800

18
Q

What are the 5 fields of an Ethernet header?

A

Preamble, SFD, Destination, Source, Type/Length

19
Q

What is the size of the Ethernet header + trailer? (no Preamble + SFD)

A

18 bytes

20
Q

What is the minimum size of an Ethernet frame? (Header + Payload + Trailer)

A

64 bytes

21
Q

What is the minimum size of an Ethernet payload?

A

46 bytes

22
Q

What protocol is used to discover the Layer 2 address of another device?

A

ARP (Address Resolution Protocol)

23
Q

What are the two messages used in ARP?

A

ARP Request

ARP Reply

24
Q

What is the broadcast MAC address?

A

FFFF.FFFF.FFFF

25
Q

What is the command to view the ARP table on a Windows, macOS, or Linux computer?

A

arp-a

26
Q

The process of addresses being cleared from the MAC Address table after 5 minutes of inactivity is known as

A

Aging

27
Q

Clear all dynamic MAC addresses from the MAC Address Table:

SW1# […]

A

clear mac address-table dynamic

28
Q

View the MAC Address Table:

SW1# […]

A

show mac address-table

29
Q

Clear all entries for a specific dynamic MAC address from the MAC Address Table:
SW1# […]

A

clear mac address-table dynamic address mac-address

30
Q

Clear all dynamic MAC addresses on a specific interface from the MAC Address Table:
SW1# […]

A

clear mac address-table dynamic interface interface-id

31
Q

What is the Ethernet Type code for an ARP packet?

A

0x0806

32
Q

Command to show the ARP table on a Cisco device:

A

show arp