Day 05 Flashcards - Ethernet LAN Switching (Part 1)

1
Q

A […] frame is a frame destined for a single target.

A

unicast

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

A MAC address is written as […] hexadecimal characters.

A

12

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

A MAC address learned by a switch without manual configuration is called a …

A

Dynamic MAC address (Dynamically learned MAC address)

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

A switch will flood an […] unicast frame.

A

unknown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
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
7
Q

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

A

5 minutes

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

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

A

6

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

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

A

7

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

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

A

1

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

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

A

6

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

Ethernet header ‘Type/Length’ = […] byte(s)

A

2

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

Ethernet trailer ‘FCS’ = […] byte(s)

A

4

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

Hexadecimal A = Decimal […]

A

10

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

Hexadecimal B = Decimal […]

A

11

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

Hexadecimal C = Decimal […]

17
Q

Hexadecimal D = Decimal […]

18
Q

Hexadecimal E = Decimal […]

19
Q

Hexadecimal F = Decimal […]

20
Q

How long is a MAC address? = […] bits

21
Q

How long is a MAC address? = […] bytes

22
Q

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

A

OUI (Organizationally Unique Identifier)

23
Q

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

24
Q

What are the 5 fields of an Ethernet header?

A

Preamble, SFD, Destination, Source, Type/Length

25
What does 'FCS' in an Ethernet frame stand for?
Frame Check Sequence
26
What does 'SFD' in an Ethernet header stand for?
Start Frame Delimiter
27
What does a switch do with an unknown unicast frame?
Floods it out all ports (except the one it was received on)
28
What does MAC stand for?
Media Access Control
29
What is another name for a MAC address?
BIA (Burned-In Address)
30
What is the bit pattern of one byte in the Ethernet preamble?
10101010
31
What is the bit pattern of the Ethernet SFD?
10101011
32
What is the Ethernet Type value for IPv4? (in hexadecimal)
0x0800
33
What is the Ethernet Type value for IPv6? (in hexadecimal)
0x86DD
34
What is the only field in an Ethernet trailer?
FCS (Frame Check Sequence)
35
What is the total size of the Ethernet header + trailer? = [...] bytes
26
36
What kind of algorithm does the Ethernet FCS use?
CRC (Cyclic Redundancy Check)
37
Which field of an Ethernet frame does a switch use to learn and populate its MAC address table?
Source MAC Address
38
Which field of an Ethernet header is used for synchronization?
Preamble
39
Which field of an Ethernet header marks the end of the preamble?
SFD