Day 05 Flashcards - Ethernet LAN Switching (Part 1)

1
Q

Front

A

Back

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

What is the only field in an Ethernet trailer?

A

FCS (Frame Check Sequence)

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

What are the 5 fields of an Ethernet header?

A

Preamble, SFD, Destination, Source, Type/Length

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

What does ‘SFD’ in an Ethernet header stand for?

A

Start Frame Delimiter

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

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

A

Frame Check Sequence

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

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

A

7

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

Ethernet header ‘SFD’ = […] byte(s)<br></br>

A

1

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

Ethernet header ‘Destination’ = […] byte(s)<br></br>

A

6

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

Ethernet header ‘Source’ = […] byte(s)<br></br>

A

6

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

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

A

2

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

Ethernet trailer ‘FCS’ = […] byte(s)<br></br>

A

4

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

Which field of an Ethernet header marks the end of the preamble?

A

SFD

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

What does MAC stand for?

A

Media Access Control

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

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

18
Q

How long is a MAC address? = […] bits<br></br>

19
Q

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

20
Q

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

21
Q

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

22
Q

What is the Ethernet Type value for IPv6? (in hexadecimal)<br></br>

23
Q

What kind of algorithm does the Ethernet FCS use?

A

CRC (Cyclic Redundancy Check)

24
Q

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

25
What is another name for a MAC address?
BIA (Burned-In Address)
26
The first [...] bytes of a MAC address are the OUI.
3
27
The first 3 bytes of a MAC address are the [...]
OUI (Organizationally Unique Identifier)
28
A MAC address is written as [...] hexadecimal characters.
12
29
Hexadecimal A = Decimal [...]
10
30
Hexadecimal B = Decimal [...]
11
31
Hexadecimal C = Decimal [...]
12
32
Hexadecimal D = Decimal [...]
13
33
Hexadecimal E = Decimal [...]
14
34
Hexadecimal F = Decimal [...]
15
35
A [...] frame is a frame destined for a single target.
unicast
36
A MAC address learned by a switch without manual configuration is called a ...
Dynamic MAC address (Dynamically learned MAC address)
37
What does a switch do with an unknown unicast frame?
Floods it out all ports (except the one it was received on)
38
A switch will flood an [...] unicast frame.
unknown
39
By default, a dynamic MAC address will be removed from the MAC address table after [time] of inactivity.
5 minutes
40
Which field of an Ethernet frame does a switch use to learn and populate its MAC address table?
Source MAC Address