Local Area Network (LAN):
Wide Area Network (WAN):
Wireless LAN (WLAN):
Peer-to-Peer (P2P) Networks:
Client-Server Networks:
TCP/IP:
Common Protocols and Applications:
IPv4:
IPv6:
Routers:
Switches:
Routing Tables:
Switching Tables:
Frequency Selection:
SSID (Service Set Identifier):
Ethernet (RJ45):
Fiber Optics:
Wi-Fi Standards:
Security Protocols:
ping:
ping google.com sends packets to Google and measures the time taken to receive a response.tracert (Trace Route):
nslookup:
nslookup google.com provides Google’s IP address.IP Conflicts:
Network Disconnection or Weak Signals:
This detailed guide to Networking covers foundational concepts, practical applications, and troubleshooting strategies. Start by understanding basic concepts like LANs and TCP/IP before moving on to hands-on practices such as configuring routers or resolving common network issues.
Purpose and Function
Automatically assigns network settings to devices:
IP address
Subnet mask
Default gateway
DNS server (optional)
Common Use Case in Exams
Appears frequently in troubleshooting questions such as:
Key Points to Remember
DHCP uses a client-server model.
A device sends a DHCPDISCOVER broadcast to locate a DHCP server.
The server responds with a DHCPOFFER, and the device accepts a lease.
Purpose and Function
Translates domain names (like google.com) into IP addresses (142.250.64.78).
Allows users to connect to websites using human-readable names rather than IP addresses.
Common Use Case in Exams
Diagnostic Tools
nslookup: Tests DNS resolution
Changing DNS server to 8.8.8.8 (Google DNS) is a common fix in troubleshooting.
Many A+ questions will ask you to identify protocols by their port numbers or vice versa. Here's a reference summary:
| Protocol | Port Number | Description |
|---|---|---|
| HTTP | 80 | Unencrypted web traffic |
| HTTPS | 443 | Secure web traffic (SSL/TLS) |
| FTP | 21 | File Transfer Protocol |
| SMTP | 25 | Sends email |
| POP3 | 110 | Retrieves email from mail server |
| DNS | 53 | Domain name resolution |
| DHCP | 67 (server), 68 (client) | IP configuration via broadcast |
Exam Tip
Know both the service and its default port number.
Some questions may test with “Which port is used by DNS?” or “Which protocol uses port 110?”
| Cable Type | Max Speed | Max Distance | Shielding | Common Use Cases |
|---|---|---|---|---|
| Cat 5e | Up to 1 Gbps | 100 meters | UTP | Standard office/home LAN |
| Cat 6 | Up to 10 Gbps | 55–100 meters | UTP/STP | Gigabit networks with EMI |
| Cat 6a | Up to 10 Gbps | 100 meters | STP | Data centers or high EMI areas |
| Cat 7 | Up to 10+ Gbps | 100 meters | STP | Industrial and enterprise use |
UTP vs STP
UTP (Unshielded Twisted Pair): Standard and cost-effective
STP (Shielded Twisted Pair): Prevents signal interference in noisy environments
Exam Relevance
Definition
A physical address embedded in the network interface card (NIC) at manufacturing.
Format: 00:1A:2B:3C:4D:5E (hexadecimal, 48 bits)
Unique to each device; cannot be routed across networks.
Usage
Used within LANs for device identification.
Switches use MAC addresses to forward traffic via their MAC address table.
Definition
A logical address assigned to devices by DHCP or manually configured.
IPv4 example: 192.168.1.10
Can change depending on network configuration.
Usage
Used by routers to forward data between different networks (LAN to WAN).
Enables internet and wide-area communication.
| Feature | MAC Address | IP Address |
|---|---|---|
| Type | Physical (burned-in) | Logical (assignable) |
| Layer | OSI Layer 2 | OSI Layer 3 |
| Forwarded by | Switches | Routers |
| Format | Hexadecimal (48-bit) | Decimal (IPv4 or IPv6) |
Common Exam Question
“Which address does a switch use to forward frames?”
→ MAC address (Layer 2 switching)
These supplemental topics reinforce key networking concepts that are highly testable:
DHCP and DNS play a major role in IP assignment and name resolution.
Port numbers are essential for identifying services and protocols.
Ethernet cable types must be understood in terms of speed, shielding, and length limits.
MAC vs IP is foundational for distinguishing switching from routing behavior.
Understanding and applying these concepts in troubleshooting scenarios is critical for A+ certification success.
Why does a device receive an APIPA address instead of a normal network IP address?
The device could not reach a DHCP server to obtain an IP address.
APIPA (Automatic Private IP Addressing) assigns an address in the 169.254.x.x range when a device cannot contact a DHCP server. This typically occurs when the DHCP server is unavailable, the device is connected to the wrong network segment, or network communication with the DHCP server fails. APIPA allows limited communication with other devices on the same subnet but prevents access to external networks. Technicians should check DHCP service status, switch connectivity, and network configuration when troubleshooting.
Demand Score: 86
Exam Relevance Score: 88
Which wireless frequency band typically provides the longest coverage range in Wi-Fi networks?
The 2.4 GHz band provides the longest coverage range.
Lower frequency signals such as 2.4 GHz travel farther and penetrate walls more effectively than higher frequencies. While 5 GHz offers higher data throughput and reduced interference due to additional channels, its signal attenuates more quickly through obstacles. Because of this, 2.4 GHz is often used to extend coverage across larger areas, while 5 GHz is used for faster connections at shorter distances.
Demand Score: 80
Exam Relevance Score: 85
What is the primary role of a default gateway in a network?
The default gateway routes traffic from the local network to external networks.
When a device sends traffic to an IP address outside its local subnet, the packet is forwarded to the default gateway. The gateway—usually a router—then determines the correct path to the destination network. Without a configured default gateway, devices can communicate only with systems within the same local network. Misconfigured gateways commonly result in internet connectivity failures.
Demand Score: 72
Exam Relevance Score: 84
Which device typically assigns IP addresses automatically in a small network?
A DHCP server assigns IP addresses automatically.
Dynamic Host Configuration Protocol (DHCP) automates IP address allocation for network devices. When a client joins the network, it broadcasts a DHCP request. The DHCP server responds with an available IP address, subnet mask, default gateway, and DNS server information. This process eliminates the need for manual IP configuration and reduces addressing errors.
Demand Score: 76
Exam Relevance Score: 83
Why might a user experience interference on the 2.4 GHz wireless band?
Because many household devices operate on the 2.4 GHz frequency range.
The 2.4 GHz band is widely used by devices such as microwave ovens, Bluetooth equipment, cordless phones, and wireless cameras. Since fewer non-overlapping channels exist in this band, interference between devices is more likely. This congestion can reduce network speed and reliability. Using the 5 GHz band or selecting less congested channels can mitigate interference issues.
Demand Score: 70
Exam Relevance Score: 82