Current Ethernet Specifications

CompTIA Network+ N10-009

Current Ethernet Specifications

Covering Ethernet fundamentals, CSMA/CD, collision and broadcast domains, MAC addressing, binary/hex conversions, and physical layer cabling standards.

1.5 Domain 1 Objective
802.3 Standard
20 Quiz Qs
HUB

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.

// Exam Objectives Covered
  • 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
Collision Domain
A network scenario where one device sending a packet forces all other devices on the same physical segment to pay attention. If two devices transmit simultaneously, a collision occurs, requiring retransmission.
Broadcast Domain
Refers to the set of all devices on a network segment that hear all broadcasts sent on that segment. Routers break up broadcast domains, while switches break up collision domains.
CSMA/CD
Carrier Sense Multiple Access with Collision Detection. Devices check for a digital signal before transmitting. If a collision is detected, a jam signal is sent, and devices wait a random backoff time before retrying.

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.

100BaseTX
100 Mbps. Uses Category 5 UTP (2 pairs). Maximum distance: 100 meters. Physical star, logical bus.
1000BaseT
1000 Mbps (1 Gbps). Uses Category 5e+ UTP (4 pairs). Maximum distance: 100 meters.
10GBaseT
10 Gbps. Uses Category 6a+ UTP. Maximum distance: 100 meters. Most economical way to run 10G over copper.
1000BaseSX
1000 Mbps. Multimode fiber (MMF). 850nm laser. Max distance: 550 meters.
10GBaseSR
10 Gbps. Multimode fiber (MMF). 850nm laser. Max distance: 300 meters.
10GBaseLR
10 Gbps. Single-mode fiber (SMF). 1310nm laser. Max distance: 10 kilometers.

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.

1
What is the decimal value equivalent to the hexadecimal value 0xF?
2
What is the binary representation of the decimal number 5?
Hint: 4 bits
3
What is the hexadecimal representation of the decimal number 14?
4
What is the decimal value of the binary number 0111?
5
What binary number is equivalent to the decimal value 28?
Hint: 16 + 8 + 4
6
What is the hexadecimal value of the decimal number 16?
7
What is the decimal equivalent of the hexadecimal value 0xb?
8
What is the binary representation of the hexadecimal value 0xE?
9
What is the binary representation of the decimal number 177?
Hint: 8 bits
10
What is the hexadecimal representation of the decimal number 208?
Hint: 13 and 0

Test Your Knowledge

20 review questions covering all the chapter material. Select the best answer for each question.

Question 1 of 20
Loading question...
CompTIA Network+ N10-009 Study Guide · Chapter 4: The Current Ethernet Specifications
Interactive study companion