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

A

6

18
Q

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

A

48

19
Q

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

A

1500

20
Q

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

A

1536

21
Q

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

A

0x0800

22
Q

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

A

0x86DD

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

A

26

25
Q

What is another name for a MAC address?

A

BIA (Burned-In Address)

26
Q

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

A

3

27
Q

The first 3 bytes of a MAC address are the […]<br></br>

A

OUI (Organizationally Unique Identifier)

28
Q

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

A

12

29
Q

Hexadecimal A = Decimal […]

A

10

30
Q

Hexadecimal B = Decimal […]<br></br>

A

11

31
Q

Hexadecimal C = Decimal […]<br></br>

A

12

32
Q

Hexadecimal D = Decimal […]<br></br>

A

13

33
Q

Hexadecimal E = Decimal […]<br></br>

A

14

34
Q

Hexadecimal F = Decimal […]<br></br>

A

15

35
Q

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

A

unicast

36
Q

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

A

Dynamic MAC address (Dynamically learned MAC address)

37
Q

What does a switch do with an unknown unicast frame?

A

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

38
Q

A switch will flood an […] unicast frame.

A

unknown

39
Q

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

A

5 minutes

40
Q

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

A

Source MAC Address