Ethernet LAN Switching Flashcards

1
Q

Which field of an ethernet frame provides reciever clock synchronization ?

A

Preamble (7 bytes of 1010101) (usually not considered part of the header)

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

Which field of an ethernet frame is used to detect errors that occured during trasmission ?

A

FCS (Frame Check Sequence)

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

How long is the physical address of a network device ?

A

48 bits / 6 bytes

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

How many bytes/bits of the MAC address is the OUI ?

A

24 bits / 3 bytes

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

Which field of an ethernet frame is used by a switch to populate is MAC address table ?

A

Source MAC address

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

What kind of frame does a switch flood out of all interfaces except the one recieved on ?

A

Unknown unicast

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

What are all the fields of an ethernet frame ?

A

Preamble (7 bytes)
Start Frame Delimeter (SFD) (1 byte) (usually not considered part of the header)

Destination MAC address (6 bytes) - Header
Source MAC address (6 bytes) - Header
Type (2 bytes) - Header

Frame Check Sequence (FCS) (4 bytes) - Trailer

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

What is the minimum size of an Ethernet Frame (Header + Data + Trailer) ?

A

64 bytes

Header + Trailer = 18 bytes
Minimum Data Payload Size = 46 bytes

If data is smaller than 46 bytes then padding bytes are used

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

What protocol is used to discover the layer 2 (MAC) address of a known layer 3 (IP) address ?

A

Address Resolution Protocol (ARP)
It consists of 2 messages:
ARP Request (broadcast)
ARP Reply (unicast)

ARP Type: 0x0806

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

How to view ARP table ?

A

arp -a

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

What are the 2 messages sent with a ping ?

A

ICMP Echo Request
ICMP Echo Reply

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

What is it called when MAC addresses are removed from a switches MAC address table after 5 minutes of no traffic ?

A

Aging

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

Protocol Data Units (PDUs)

A

Data
Segment - Layer 4
Packet - Layer 3
Frame - Layer 2
Bits - Layer 1

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

Ethernet Frame

A

Ethernet Header:
* Preamble
* Start Frame Delimiter (SFC)
* Destination
* Source
* Type

Ethernet Trailer
* FCS

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

Ethernet Header - Start Frame Delimiter (SFC)

A

1 byte
Marks the end of the Preamble
(usually not considered part of the header)

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

Ethernet Header - Destination and Source

A

Destination and Source MAC Address
6 bytes each

16
Q

Ethernet Header - Type / Length

A

2 bytes
1500 or less indicated the LENGTH of the encapsulated packet
1536 or more indicates the TYPE of encapsulated packet (IPv4 or IPv6)

IPv4: 0x0800
IPv6: 0x86DD

17
Q

Ethernet Trailer - Frame Check Sequence (FCS)

A

4 bytes
Detects corrupted data by running a Cyclical Redundancy Check (CRC) algorithm

18
Q

What is the destination MAC address of an unkown device ?

A

FFFF.FFFF.FFFF

19
Q

Interface Errors ?

A

Runts: Frames that are smaller than the minimum frame size 64 bytes
Giants: Frames that are larger than the maximum frame size 1518 bytes
CRC: Frames that failed the CRC check
Frame: Frames that have an incorrect format
Input Errors: Total errors from the various counters
Output Errors: Frames that the switch tried to send but couldn’t because of error

20
Q

How to set speed and duplex on an interface ?

A

speed speed
duplex duplex (auto / half / full)