CompTIA Network+ Network Implementation 1 — Questions and Answers
Question 1: What is the purpose of VLANs in a network?
- To increase the physical size of a network
- To logically segment a network into separate broadcast domains (Correct answer)
- To assign dynamic IP addresses to devices
- To provide redundant links between switches
Correct answer: To logically segment a network into separate broadcast domains
VLANs (Virtual Local Area Networks) allow administrators to logically segment a single physical network into multiple separate broadcast domains. Each VLAN acts as its own isolated network, preventing broadcast traffic from one segment from reaching others. This enhances security, improves network performance, and simplifies network management by grouping devices regardless of their physical location.
Question 2: Which IEEE standard defines wireless networks?
- 802.3
- 802.11 (Correct answer)
- 802.1X
- 802.15
Correct answer: 802.11
The IEEE 802.11 standard defines the specifications for wireless local area networks (WLANs), commonly known as Wi-Fi. It covers various aspects of wireless communication, including physical layer and media access control (MAC) layer protocols. Other 802 standards, like 802.3, define different networking technologies such as Ethernet.
Question 3: What is trunking used for in networking?
- To connect devices within the same VLAN
- To allow multiple VLANs to pass between switches (Correct answer)
- To assign IP addresses dynamically
- To encrypt data on a network
Correct answer: To allow multiple VLANs to pass between switches
Trunking is a networking technique that allows multiple VLANs to traverse a single physical link between network devices, typically switches. Instead of requiring a separate cable for each VLAN, trunking protocols (like IEEE 802.1Q) tag frames with VLAN IDs. This efficiently extends VLANs across an entire network infrastructure, enabling logical segmentation across multiple physical switches.
Question 4: Which device is primarily used to connect different network segments and manage traffic based on IP addresses?
- Switch
- Router (Correct answer)
- Hub
- Access Point
Correct answer: Router
A router operates at Layer 3 (the Network Layer) of the OSI model and is primarily used to connect different network segments or even entirely separate networks, such as a local area network to the internet. It uses IP addresses to determine the most efficient path for data packets to travel between these networks. In contrast, a switch primarily connects devices within the same network segment.
Question 5: Which wireless encryption standard is considered the most secure for modern networks?
- WEP
- WPA
- WPA2
- WPA3 (Correct answer)
Correct answer: WPA3
WPA3 (Wi-Fi Protected Access 3) is the latest and most secure encryption standard for wireless networks, designed to address vulnerabilities found in previous standards like WPA2. It offers stronger encryption, more robust authentication, and enhanced privacy features, including individual data encryption for open Wi-Fi networks. WPA3 provides improved protection against brute-force attacks and is recommended for modern networks.
What is the purpose of VLANs in a network?