Microsoft Networking Essentials Exam Microsoft Networking Essentials 4 — Questions and Answers
Question 1: What is the purpose of NAT (Network Address Translation) in a home or business network?
- To encrypt traffic between LAN clients and the internet
- To allow multiple private IP addresses to share a single public IP address (Correct answer)
- To assign IP addresses to clients automatically
- To resolve domain names to IP addresses
Correct answer: To allow multiple private IP addresses to share a single public IP address
NAT translates private (RFC 1918) IP addresses to a single public IP address, enabling many internal hosts to access the internet using one routable address.
Question 2: Which cable type is immune to electromagnetic interference (EMI) and is best suited for environments with heavy electrical equipment?
- UTP (Unshielded Twisted Pair)
- STP (Shielded Twisted Pair)
- Coaxial cable
- Fiber optic cable (Correct answer)
Correct answer: Fiber optic cable
Fiber optic cable transmits data as light pulses through glass or plastic and is completely immune to electromagnetic interference.
Question 3: A technician uses the tracert command and notices that packets stop at a specific hop with 'Request timed out.' What could this indicate?
- The destination host is offline and unreachable
- A router along the path is dropping ICMP packets or is misconfigured (Correct answer)
- The source computer's DNS settings are incorrect
- The network cable at the source is faulty
Correct answer: A router along the path is dropping ICMP packets or is misconfigured
When tracert shows timeouts at an intermediate hop, it typically means that router or firewall is configured to block ICMP TTL-exceeded messages, not necessarily that the path is broken.
Question 4: What is the maximum cable length for a standard Cat5e or Cat6 Ethernet segment running at 1 Gbps?
- 50 meters
- 100 meters (Correct answer)
- 150 meters
- 200 meters
Correct answer: 100 meters
The IEEE 802.3 standard specifies a maximum segment length of 100 meters (328 feet) for copper twisted-pair Ethernet at 1 Gbps.
Question 5: Which address type is used by IPv6 to identify a single interface with a link-local scope that begins with FE80::/10?
- Global unicast address
- Multicast address
- Link-local unicast address (Correct answer)
- Anycast address
Correct answer: Link-local unicast address
IPv6 link-local addresses use the FE80::/10 prefix and are automatically configured on every IPv6-enabled interface for communication within the local link only.
Question 6: What is the role of a default gateway in a TCP/IP network configuration?
- It assigns IP addresses to clients on the local network
- It is the router IP address that hosts use to send packets destined for remote networks (Correct answer)
- It translates domain names to IP addresses for internet access
- It manages authentication for users connecting to the network
Correct answer: It is the router IP address that hosts use to send packets destined for remote networks
The default gateway is the IP address of the local router interface that hosts send traffic to when the destination is on a different network.
Question 7: Which Windows Server role provides centralized authentication, authorization, and accounting for network access?
- DHCP Server
- DNS Server
- Network Policy Server (NPS) (Correct answer)
- File and Storage Services
Correct answer: Network Policy Server (NPS)
Network Policy Server (NPS) is Microsoft's implementation of a RADIUS server, providing centralized authentication, authorization, and accounting (AAA) for dial-up, VPN, and wireless connections.
What is the purpose of NAT (Network Address Translation) in a home or business network?