Current Ethernet Specifications
Current Ethernet Specifications
Covering Ethernet fundamentals, CSMA/CD, collision and broadcast domains, MAC addressing, binary/hex conversions, and physical layer cabling standards.
Ethernet Basics & CSMA/CD
Ethernet is a contention media-access method that allows all hosts on a network to share the same bandwidth. It uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD) to manage traffic and reduce collisions.
- Domain 1.0: Networking Concepts
- 1.5 Compare and contrast transmission media and transceivers
- 802.3 standards (Coaxial, UTP, Fiber)
- CSMA/CD operation and collision domains
- Half-duplex vs. Full-duplex communication
- MAC addressing and frame structure
Addressing & Framing
At the Data Link layer, Ethernet is responsible for MAC addressing (hardware addressing) and framing packets from the Network layer for transmission.
OUI (Organizationally Unique Identifier): The first 24 bits (3 bytes) assigned by the IEEE to the manufacturer.
Unique Identifier: The last 24 bits (3 bytes) assigned by the manufacturer.
L/G (Local/Global): The second bit. If 0, it's globally unique (BIA). If 1, it's locally administered.
SFD: 1 byte. Start of Frame Delimiter (10101011).
Destination Address (DA): 6 bytes. Receiving MAC address.
Source Address (SA): 6 bytes. Sending MAC address.
Type/Length: 2 bytes. Identifies the upper-layer protocol (e.g., 0x0800 for IPv4).
Data: 64-1500 bytes. The payload.
FCS: 4 bytes. Frame Check Sequence for CRC error detection.
IEEE 802.3 Standards
Ethernet standards define speed, distance, and media types. It is crucial to know the common copper and fiber standards for the exam.
Practice Written Lab
Fill in the correct value for the decimal, binary, and hexadecimal conversions. Type your answer and press Enter or click outside the field to check.
Test Your Knowledge
20 review questions covering all the chapter material. Select the best answer for each question.