Ethernet
34 important questions on Ethernet
What does the Ethernet MAC sublayer do?
What are the two primary responsibilities of the Ethernet MAC sublayer?
- Data encapsulation
- Media access control
Explain the data encapsulation process of the Ethernet MAC sublayer.
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What are the three primary functions of the data encapsulation process of the Ethernet MAC sublayer?
- Frame delimiting - The framing process provides important delimiters that are used to identify a group of bits that make up a frame. These delimiting bits provide synchronization between the transmitting and receiving nodes.
- Addressing - The encapsulation process contains the Layer 3 PDU and also provides for data link layer addressing.
- Error detection - Each frame contains a trailer used to detect any errors in transmissions.
Explain media access control (responsibility of the MAC sublayer)
What is a contention-based method of networking?
What is the minimum and maximum Ethernet frame size?
When is a frame sonsidered a "collision fragment" or "runt frame", and what happens to it?
When is a frame considered a "jumbo" or "baby giant frame"
When is a frame considered invalid?
What is an Ethernet MAC address?
How is Hexadecimal represented in text?
Name two rules the IEEE requires a vendor to follow hen selling ethernet devices.
- All MAC addresses assigned to a NIC or other Ethernet device must use that vendor's assigned OUI as the first 3 bytes.
- All MAC addresses with the same OUI must be assigned a unique value in the last 3 bytes.
What is a burned-in address?
What command can be used to identify the MAC address of an Ethernet adapter on a Windows host?
What does a broadcast packet contain?
What does a multicast MAC Address do?
When would Multicast addresses be used?
What is the MAC address table used for?
Switches use one of the following forwarding methods for switching data between network ports:
- Store-and-forward switching
- Cut-through switching
Explain Memory Buffering on Switches
There are two types of duplex settings used for communications on an Ethernet network:
- Full-duplex – Both ends of the connection can send and receive simultaneously.
- Half-duplex – Only one end of the connection can send at a time.
There are two primary addresses assigned to a device on an Ethernet LAN:
- Physical address (the MAC address) – Used for Ethernet NIC to Ethernet NIC communications on the same network.
- Logical address (the IP address) – Used to send the packet from the original source to the final destination.
What is the purpose of Layer 2 addresses?
What does a layer 2 ethernet frame contain?
- Destination MAC address – This is the MAC address of the file server’s Ethernet NIC.
- Source MAC address – This is the MAC address of PC-A’s Ethernet NIC.
What does a layer 3 IP packet contain?
- Source IP address – This is the IP address of the original source, PC-A.
- Destination IP address – This is the IP address of the final destination, the file server.
Recall that every device with an IP address on an Ethernet network also has an Ethernet MAC address. When a device sends an Ethernet frame, it contains these two addresses:
- Destination MAC address - The MAC address of the Ethernet NIC, which will be either the MAC address of the final destination device or the router.
- Source MAC address - The MAC address of the sender’s Ethernet NIC.
To determine the destination MAC address, the device uses ARP. ARP provides two basic functions:
- Resolving IPv4 addresses to MAC addresses
- Maintaining a table of mappings
What is the ARP table?
When a packet is sent to the data link layer to be encapsulated into an Ethernet frame, the device refers to a table in its memory to find the MAC address that is mapped to the IPv4 address. This table is called the ARP table or the ARP cache. The ARP table is stored in the RAM of the device.
ARP messages are encapsulated directly within an Ethernet frame. There is no IPv4 header. The ARP request message includes:
- Target IPv4 address – This is the IPv4 address that requires a corresponding MAC address.
- Target MAC address - This is the unknown MAC address and will be empty in the ARP request message.
Only the device with an IPv4 address associated with the target IPv4 address in the ARP request will respond with an ARP reply. The ARP reply message includes:
- Sender’s IPv4 address – This is the IPv4 address of the sender, the device whose MAC address was requested.
- Sender’s MAC address – This is the MAC address of the sender, the MAC address needed by the sender of the ARP request.
The ARP reply is encapsulated in an Ethernet frame using the following header information:
- Destination MAC address – This is the MAC address of the sender of the ARP request.
- Source MAC address – This is the sender of the ARP reply’s MAC address.
- Type - ARP messages have a type field of 0x806. This informs the receiving NIC that the data portion of the frame needs to be passed to the ARP process.
What happens when an ARP reply is received?
What is ARP spoofing?
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding