N10-008 — Frequently Asked Questions
Community-vetted answers to 20 common questions about this exam.
Layer 3 (Network Layer). Since the workstation can ping the default gateway, Layer 1 and Layer 2 are functional. The inability to access internal resources (which typically relies on routing or higher-layer protocols) while maintaining basic connectivity points to a routing issue, ACL misconfiguration, or DNS failure, all residing at Layer 3 or above.
255.255.255.240 (/28). A /28 subnet provides 16 total IP addresses (14 usable), which is insufficient. A /27 provides 32 total (30 usable), which covers the 15 printers with the least waste among valid options. Correction: Wait, /28 = 16 total, 14 usable. /27 = 32 total, 30 usable. To get 15 usable, you need at least 17 total addresses. The next power of 2 is 32. So /27 (255.255.255.224) is the correct answer.
Co-channel interference (CCI). When multiple WAPs operate on the same channel in close proximity, they contend for airtime, causing collisions and retransmissions. The solution is to configure non-overlapping channels (e.g., 1, 6, 11 for 2.4GHz) or use 5GHz with DFS channels.
Split tunneling. This configuration routes only traffic destined for the corporate network through the VPN tunnel, while all other traffic (e.g., web browsing) uses the local internet connection, reducing bandwidth load on the corporate gateway.
netstat -an. The 'netstat' command displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table, and IPv4/IPv6 statistics. The '-an' flag shows all connections and listening ports in numerical form.
Multi-Exit Discriminator (MED). MED is an optional non-transitive attribute used to suggest to an external neighbor the preferred path into the AS. Lower values are preferred. It is only compared between routes from the same neighboring AS.
Cold site. A cold site provides basic infrastructure (power, cooling, floor space) but lacks hardware, software, and data. It has the lowest cost but the longest recovery time (RTO) compared to warm or hot sites.
DHCP (Dynamic Host Configuration Protocol). DHCP uses a DORA process (Discover, Offer, Request, Acknowledge) to dynamically assign IP addresses, subnet masks, default gateways, and DNS servers to clients.
DNS Server logs and client resolver cache. Checking the 'ipconfig /displaydns' on affected clients can show cached malicious entries. Server-side logs can reveal unauthorized zone transfers or suspicious query patterns.
802.11ac (Wi-Fi 5). While 802.11n supports 5GHz, it also uses 2.4GHz. 802.11ac was designed specifically for 5GHz to leverage wider channels and MU-MIMO for downlink performance.
Frame forwarding based on MAC addresses. Layer 2 switches use the MAC address table (CAM table) to forward frames only to the specific port where the destination device is located, reducing collision domains and improving efficiency.
Unshielded Twisted Pair (UTP). UTP relies solely on the twisting of pairs to cancel interference. In high-EMI environments, Shielded Twisted Pair (STP) or fiber optic cabling should be used.
DNS resolution failure. Since IP connectivity works (ping by IP succeeds), the issue is isolated to name resolution. Check DNS server settings, DNS server availability, or local hosts file.
EIGRP (Enhanced Interior Gateway Routing Protocol). EIGRP uses DUAL (Diffusing Update Algorithm) for loop-free paths and sends partial updates like a distance-vector protocol, but maintains a topology table like a link-state protocol.
Port-based Network Access Control (NAC). 802.1X provides an authentication mechanism for devices trying to connect to a LAN or WLAN. It requires three components: the supplicant (client), authenticator (switch/AP), and authentication server (RADIUS).
Protocol analyzer (e.g., Wireshark). Packet sniffers capture raw traffic for deep inspection of headers, payloads, and handshakes, which is essential for diagnosing complex protocol failures.
Hybrid cloud. A hybrid model combines on-premises infrastructure (private cloud) with public cloud services, allowing data and applications to be shared between them, meeting compliance while leveraging cloud scalability.
587. Port 587 is the standard for mail submission with STARTTLS encryption. Port 25 is for server-to-server relay (often blocked by ISPs), and Port 465 is a deprecated but still used legacy SSL port.
Prevents Layer 2 loops. STP actively blocks redundant paths in a switched network to prevent broadcast storms and MAC table instability, while keeping a backup path available if the primary link fails.
Jitter. Jitter is the variation in packet arrival time. High jitter causes voice packets to arrive out of order or too late for the jitter buffer, resulting in choppy or garbled audio. Latency and packet loss are also important, but jitter is the primary killer of VoIP quality.