Ethernet Flashcards

1
Q

What layers do Ethernet operate in?

A

Data Link(Layer 2) and Physical layer(Layer 1)

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

Which two acronyms represent the data link 802.11 sublayers that Ethernet relies upon to operate?

A

Logical Link Control (LLC) and MAC

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

What is the minimum Ethernet frame size?

A

64 bytes

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

What is the maximum Ethernet frame size?

A

1518 bytes ~ 1500 bytes

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

What are the frames that are less than 64 bytes called?

A

“Collision fragment” or “runt frame”. They are automatically discarded by receiving stations.

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

What are the frames called that are greater than 1518 bytes?

A

Jumbo or “baby giant frames”.

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

What happens with the frame if the size is less than 64 bytes?

A

The receiving device drops the frame

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

What happens with the frame if its bigger than 1518 bytes?

A

The data is either fragmented into smaller frames, or dropped.

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

How many bits in a Ethernet MAC address?

A

48 bits (4 per hexadecimal digit) → 6 bytes

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

Who establishes the rules for the MAC address?

A

IEEE

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

What are the two portions of the MAC address?

A

OUI (Organizationally Unique Identifier) and a vendor assigned code (for the NIC). 24 bits each.

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

Why was MAC addresses created?

A

MAC addresses were created to identify the actual

source and destination

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

What does a device do when forwarding a message to an Ethernet network?

A

Attaches the source and destination MAC address into a header.

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

How does a switch build its MAC address table?

A
  • The switch examine all incoming frames for a new source MAC info to learn
  • MAC address unknown? → Add to table + port number
  • MAC address already exist? → Refresh timer for it (The switch keeps an entry in the table for 5 minutes by default)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the process for forwarding destination MAC address?

A

Destination MAC address in table? → Send it to specific port

Destination MAC address NOT in table? → Send the frame as broadcast

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

What are the 2 forwarding methods?

A

Store-and-forward - The switch stores the entire frame in internal memory and check the frame for errors before forwarding the frame to its destination. Bad frames are discarded.

17
Q

What is Auto-MDIX(Automatic medium-dependent interface crossover)

A

The switch detects the type of cable attached to the port and configures accordingly.

18
Q

What is ARP?

A

ARP(Address Resolution Protocol) is a protocol used for discovering MAC addresses linked to IPv4 IP-addresses in a network.

19
Q

How does ARP work?

A

ARP broadcasts a request packet to all the machines on the LAN and asks if any of the machines are using that particular IP address. When a machine recognizes the IP address as its own, it sends a reply so ARP can update the cache for future reference and proceed with the communication.