Networking Devices

CompTIA Network+ N10-009

Networking Devices

Ccovering common network connectivity devices, security appliances, wireless technologies, DHCP/DNS services, and specialized network hardware.

2.0 Domain 2 Objective
3.0 Domain 3 Objective
20 Quiz Qs
NET

Common Network Hardware

Networks are built using various connectivity devices that operate at different layers of the OSI model to segment traffic, connect segments, and route data efficiently.

// Exam Objectives Covered
  • Domain 2.0: Network Implementation
  • 2.3 Select and configure wireless devices
  • Domain 3.0: Network Operations
  • 3.4 Implement IPv4 and IPv6 network services
  • DHCP, DNS, NTP configurations
Hub & Repeater
Layer 1 devices. A hub is a multiport repeater that forwards signals to all ports, creating one large collision domain. Rarely used in modern networks.
Bridge & Switch
Layer 2 devices that use MAC addresses to filter and forward frames. Switches are multiport bridges that provide dedicated collision domains per port.
Router & Multilayer Switch
Layer 3 devices that use IP addresses to route packets between different networks. Routers break up broadcast domains by default.

Firewalls, IDS/IPS & WAPs

Security devices monitor and filter traffic to protect the network, while wireless access points provide connectivity to mobile clients.

Firewall
Filters network traffic based on configured rules. Creates a DMZ (Demilitarized Zone) for public-facing servers. Can provide stateful packet inspection.
IDS vs. IPS
Intrusion Detection Systems (IDS) detect and alert on malicious activity. Intrusion Prevention Systems (IPS) sit inline and actively block threats in real-time.
Access Point & WLC
WAPs connect wireless clients to the wired network. A Wireless LAN Controller (WLC) centralizes management for multiple lightweight APs.
Load Balancer
Distributes incoming network traffic across multiple servers to ensure high availability and prevent overload. Uses a virtual IP (VIP) address.
Proxy Server
Intercepts and forwards requests from clients to servers. Provides caching, content filtering, and anonymity. Can be forward or reverse.
VPN Concentrator
A dedicated device that accepts multiple VPN connections from remote clients, providing secure encrypted access to the internal network.

DHCP, DNS & Content Control

Essential services automate IP address assignment, resolve hostnames to IP addresses, and shape traffic for optimized performance.

DHCP & Relay
Dynamic Host Configuration Protocol automatically assigns IP addresses, subnet masks, gateways, and DNS info. Uses a DORA process (Discover, Offer, Request, Ack). A relay (IP Helper) forwards broadcasts across routers.
DNS
Domain Name System resolves FQDNs to IP addresses. Uses various records: A (IPv4), AAAA (IPv6), MX (Mail), CNAME (Alias), PTR (Reverse). Operates on port 53.
CSMA/CA vs. CSMA/CD
CSMA/CA (Collision Avoidance) is used in wireless networks, requiring acknowledgments. CSMA/CD (Collision Detection) is used in wired Ethernet, issuing jam signals upon collision.
Content Filter & Packet Shaper
Content filters scan and block specific data types or URLs. Packet shapers perform traffic shaping to prioritize or delay specific packets to optimize bandwidth.

Practice Written Lab

Fill in the blank with the appropriate device or OSI layer. Type your answer and press Enter or click outside the field to check.

1
Which device or OSI layer sends and receives information about the Network layer?
2
Which OSI layer creates a virtual circuit before transmitting between two end stations?
3
What is another name for a layer 3 switch or multilayer switch?
4
Which device uses hardware addresses to filter network traffic?
Hint: Can also be a bridge
5
At which layers of the OSI model is Ethernet defined?
Hint: Two layers separated by 'and'
6
Which OSI layer supports flow control and sequencing?
7
Which device can measure the distance to a remote network?
8
At which OSI layer is logical addressing used?
9
At which OSI layer are hardware addresses defined?
10
Which device creates one large collision domain and one large broadcast domain?
11
Which device creates many smaller collision domains but leaves the network as one large broadcast domain?
12
Which device can never operate in full-duplex mode?
13
Which device breaks up both collision domains and broadcast domains?

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 5: Networking Devices
Interactive study companion

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

Networking Connectors & Wiring

CompTIA Network+ N10-009

Networking Connectors & Wiring

Covering physical transmission media, transceivers, connector types, EIA/TIA wiring standards, and how to properly install wiring distributions.

1.5 Domain 1 Objective
5.2 Domain 5 Objective
20 Quiz Qs
NET

Physical Media & Cables

Even with the rise of wireless technologies, a solid physical media backbone is essential. Network communication relies heavily on three main types of cabling: Coaxial, Twisted-pair, and Fiber-optic.

// Exam Objectives Covered
  • Domain 1.0: Networking Concepts
  • 1.5 Compare and contrast transmission media and transceivers
  • Wired Media: Coaxial, STP, UTP, Twinaxial, Fiber
  • Transceivers: SFP, QSFP, FC, Ethernet
  • Domain 5.0: Network Troubleshooting
  • 5.2 Troubleshoot common cabling and physical interface issues
Coaxial Cable
Contains a copper center conductor surrounded by a plastic jacket and a braided shield. Highly resistant to EMI and RFI. Modern uses include RG-6 for cable TV and broadband modems.
Twisted-Pair Cable
Consists of multiple insulated wires twisted together in pairs. Available as Shielded (STP) or Unshielded (UTP). Twisting minimizes crosstalk and outside interference. Categorized from Cat 1 to Cat 8.
Fiber-Optic Cable
Transmits digital signals using light impulses rather than electricity, making it completely immune to EMI and RFI. Comes in Single-Mode (SMF) for long distances and Multimode (MMF) for shorter runs.

Identifying Connectors

Different cable types require specific connectors to interface with networking hardware. Knowing the visual differences and use-cases is critical for the exam.

RJ-45
Used with UTP/STP cabling for Ethernet networks. Contains 8 pins (4 pairs). Used in T568A and T568B wiring standards.
RJ-11
Used primarily for telephone connections and DSL. Contains 4 pins (2 pairs). Smaller than an RJ-45 connector.
F-Type
Used with coaxial cable for cable TV (CATV) and broadband cable modems. Screws onto the interface to tighten.
BNC
Bayonet Neill-Concelman connector used with RG-58 coaxial (thinnet). Uses a twist and lock mechanism.
ST & SC
Fiber-optic connectors. ST uses a BNC-style bayonet lock. SC is a square connector with a push-on/pull-off mechanism.
LC & MPO
Small form factor (SFF) fiber connectors. LC looks like a mini RJ-45. MPO provides multiple fibers (12 or 24) in one connector.
SFP / SFP+
Small Form-factor Pluggable transceiver. Hot-swappable input/output device that plugs into a switch port to support fiber or copper.
QSFP / QSFP28
Quad Small Form-factor Pluggable. Supports higher data rates, up to 4x28 Gbit/s (QSFP28) for 100 Gbit/s links.

EIA/TIA 568 Standards

Inside a UTP network cable, four pairs of wires are twisted together. Two primary standards dictate which color wire goes to which pin: T568A and T568B.

T568A Standard
  • Pin 1: White/Green
  • Pin 2: Green
  • Pin 3: White/Orange
  • Pin 4: Blue
  • Pin 5: White/Blue
  • Pin 6: Orange
  • Pin 7: White/Brown
  • Pin 8: Brown
T568B Standard
  • Pin 1: White/Orange
  • Pin 2: Orange
  • Pin 3: White/Green
  • Pin 4: Blue
  • Pin 5: White/Blue
  • Pin 6: Green
  • Pin 7: White/Brown
  • Pin 8: Brown
Straight-Through
T568A to T568A (or T568B to T568B). Used to connect dissimilar devices, like a host to a switch.
Crossover
T568A to T568B. Used to connect similar devices, like a switch to a switch or host to host.
Rolled / Rollover
Pins are completely reversed on opposite ends (1 to 8, 2 to 7, etc.). Used for console connections.

Installing Network Distributions

Enterprise networks rely on structured cabling systems and distribution frames to organize massive amounts of cable and connect internal networks to external WANs.

MDF & IDF
The Main Distribution Frame (MDF) is the primary wiring point and WAN termination. Intermediate Distribution Frames (IDFs) are located in telecom closets and connect back to the MDF.
66 & 110 Blocks
Punch-down blocks used to terminate wiring. 66 blocks are older and used for voice. 110 blocks are newer, used for data and voice, and can support up to 1 Gbps.
Demarc / Demarc Extension
The Demarcation point is where the service provider's responsibility ends and the customer's begins. The cabling from this point to the customer's equipment is the demarc extension.
Smart Jack
A network interface device (NID) owned by the provider. It has power, can be looped for testing, and provides code/protocol conversion.

Practice Written Lab

Fill in the correct wire color for each pin according to the EIA/TIA 568A and 568B standards. Type your answer and press Enter or click outside the field to check.

1
In the EIA/TIA 568A standard, what color wire is connected to Pin 1?
Hint: Two words, separated by a slash
2
In the EIA/TIA 568A standard, what color wire is connected to Pin 2?
Hint: One word
3
In the EIA/TIA 568A standard, what color wire is connected to Pin 3?
Hint: Two words, separated by a slash
4
In the EIA/TIA 568A standard, what color wire is connected to Pin 4?
Hint: One word
5
In the EIA/TIA 568A standard, what color wire is connected to Pin 5?
Hint: Two words, separated by a slash
6
In the EIA/TIA 568A standard, what color wire is connected to Pin 6?
Hint: One word
7
In the EIA/TIA 568A standard, what color wire is connected to Pin 7?
Hint: Two words, separated by a slash
8
In the EIA/TIA 568A standard, what color wire is connected to Pin 8?
Hint: One word
9
In the EIA/TIA 568B standard, what color wire is connected to Pin 1?
Hint: Two words, separated by a slash
10
In the EIA/TIA 568B standard, what color wire is connected to Pin 2?
Hint: One word
11
In the EIA/TIA 568B standard, what color wire is connected to Pin 3?
Hint: Two words, separated by a slash
12
In the EIA/TIA 568B standard, what color wire is connected to Pin 4?
Hint: One word
13
In the EIA/TIA 568B standard, what color wire is connected to Pin 5?
Hint: Two words, separated by a slash
14
In the EIA/TIA 568B standard, what color wire is connected to Pin 6?
Hint: One word
15
In the EIA/TIA 568B standard, what color wire is connected to Pin 7?
Hint: Two words, separated by a slash
16
In the EIA/TIA 568B standard, what color wire is connected to Pin 8?
Hint: One word

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 3: Networking Connectors and Wiring Standards
Interactive study companion