View Full HP HPE6-A90 Exam Dumps and Practice Test Dumps
Question: 341. Which protocol is commonly used by IPv6 hosts to discover routers on their local network?
- SMTP
2. ICMPv6
3. FTP
4. SNMP
Correct Answer: 2. ICMPv6
Explanation:
IPv6 uses ICMPv6 as part of its Neighbor Discovery Protocol suite. Router Solicitation and Router Advertisement messages allow hosts and routers to discover each other and exchange important network configuration information. A host can send a Router Solicitation message when it needs router information, while routers can respond with Router Advertisement messages. SMTP is used for email, FTP for file transfer, and SNMP for network management. Therefore, ICMPv6 provides the messaging framework used by IPv6 hosts for local router discovery.
Question: 342. Which switch port mode is normally used to carry traffic for multiple VLANs?
- Access mode
2. Disabled mode
3. Trunk mode
4. Loopback mode
Correct Answer: 3. Trunk mode
Explanation:
A trunk port is designed to carry traffic belonging to multiple VLANs across a single physical link. VLAN tagging, commonly using IEEE 802.1Q, allows the receiving switch to identify which VLAN each frame belongs to. Access ports normally carry traffic for a single VLAN and are commonly connected to end devices. Trunk connections are frequently used between switches and between switches and Layer 3 devices. Therefore, trunk mode is the appropriate port mode when multiple VLANs must traverse the same link.
Question: 343. Which command is commonly used to test DNS name resolution from a command line?
- nslookup
2. ping -t
3. netstat
4. arp -a
Correct Answer: 1. nslookup
Explanation:
The nslookup utility is commonly used to query DNS servers and troubleshoot name-resolution problems. It can show the IP address associated with a hostname and can also be used to query specific DNS servers. ping primarily tests IP reachability, netstat displays network connections and related information, and arp -a displays the local ARP cache on supported systems. When the primary troubleshooting question is whether a hostname resolves correctly through DNS, nslookup is an appropriate command-line tool.
Question: 344. Which IEEE standard defines VLAN tagging for Ethernet frames?
- IEEE 802.11
2. IEEE 802.3af
3. IEEE 802.1Q
4. IEEE 802.3u
Correct Answer: 3. IEEE 802.1Q
Explanation:
IEEE 802.1Q defines the standard VLAN tagging mechanism used with Ethernet frames. The tag contains information that allows network devices to identify the VLAN associated with a frame when multiple VLANs share a trunk link. IEEE 802.11 covers wireless LAN technologies, IEEE 802.3af defines an early Power over Ethernet standard, and IEEE 802.3u is associated with Fast Ethernet. Therefore, IEEE 802.1Q is the standard most directly associated with VLAN tagging.
Question: 345. Which IPv4 address range is reserved for private Class A addressing?
- 172.16.0.0/12
2. 192.168.0.0/16
3. 100.64.0.0/10
4. 10.0.0.0/8
Correct Answer: 4. 10.0.0.0/8
Explanation:
The IPv4 private address ranges defined by RFC 1918 are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. The 10.0.0.0/8 range corresponds to the traditional Class A private address space. These addresses are intended for use inside private networks and are not directly routable across the public Internet. The 172.16.0.0/12 and 192.168.0.0/16 ranges are also private, while 100.64.0.0/10 is associated with carrier-grade NAT address space.
Question: 346. What is the primary purpose of an access control list on a network device?
- Filter traffic according to defined criteria
2. Synchronize device clocks
3. Assign MAC addresses
4. Compress Ethernet frames
Correct Answer: 1. Filter traffic according to defined criteria
Explanation:
An access control list, or ACL, contains rules that determine whether specified traffic should be permitted or denied. Depending on the device and configuration, ACLs can examine information such as source and destination IP addresses, protocols, ports, and other packet characteristics. ACLs are commonly used to restrict unwanted traffic and control access to network resources. They do not synchronize clocks, assign MAC addresses, or compress Ethernet frames. Properly designed ACLs provide an important mechanism for enforcing network security and traffic-control policies.
Question: 347. Which IPv4 address is commonly used as the limited broadcast address?
- 224.0.0.1
2. 255.255.255.255
3. 127.0.0.1
4. 169.254.255.255
Correct Answer: 2. 255.255.255.255
Explanation:
255.255.255.255 is the IPv4 limited broadcast address. A packet sent to this address is intended for all IPv4 hosts on the local network segment and is not routed by IPv4 routers. 224.0.0.1 is an IPv4 multicast address for all hosts on a local subnet, 127.0.0.1 is the loopback address, and 169.254.255.255 falls within the link-local address range. Understanding broadcast and multicast addressing is important when analyzing Layer 3 traffic behavior.
Question: 348. Which technology allows a switch to provide power to compatible network devices over Ethernet cabling?
- PoE
2. STP
3. NAT
4. VLAN
Correct Answer: 1. PoE
Explanation:
Power over Ethernet, or PoE, allows compatible network devices to receive electrical power through Ethernet cabling in addition to network connectivity. PoE can be used with devices such as wireless access points, IP phones, and certain network cameras. This can simplify installations because a separate electrical power cable may not be required at the device location. STP is used to prevent Layer 2 loops, NAT translates addresses, and VLANs provide logical network segmentation. Therefore, PoE is the technology specifically associated with delivering power over Ethernet.
Question: 349. Which routing protocol is classified as a link-state interior gateway protocol?
- RIP
2. OSPF
3. FTP
4. DHCP
Correct Answer: 2. OSPF
Explanation:
OSPF, or Open Shortest Path First, is a link-state interior gateway routing protocol. OSPF routers exchange information about network links and use that information to build a topology database. They then calculate routes using the Shortest Path First algorithm. RIP is a distance-vector routing protocol, while FTP and DHCP are application-layer services rather than routing protocols. OSPF is widely used in enterprise networks because it supports hierarchical design, rapid convergence, and scalable routing through areas.
Question: 350. What does the TTL field in an IPv4 packet help prevent?
- DNS queries
2. MAC address duplication
3. Packets circulating indefinitely through routing loops
4. Unauthorized wireless access
Correct Answer: 3. Packets circulating indefinitely through routing loops
Explanation:
The IPv4 Time to Live, or TTL, field limits how long a packet can remain in a routed network. Each router that forwards the packet decreases the TTL value. If the value reaches zero, the router discards the packet and normally sends an ICMP Time Exceeded message to the source. This mechanism helps prevent packets from circulating indefinitely when a routing loop exists. TTL does not provide wireless security, perform DNS resolution, or prevent MAC address duplication.
Question: 351. Which wireless standard operates in both the 2.4 GHz and 5 GHz frequency bands?
- 802.11a
2. 802.11b
3. 802.11g
4. 802.11n
Correct Answer: 4. 802.11n
Explanation:
IEEE 802.11n can operate in both the 2.4 GHz and 5 GHz frequency bands, depending on the implementation and configuration. This flexibility helped 802.11n provide better deployment options than standards restricted to one band. 802.11a operates in the 5 GHz band, while 802.11b and 802.11g are primarily associated with the 2.4 GHz band. Wireless deployments should consider channel availability, interference, client capabilities, and environmental conditions when selecting a frequency band.
Question: 352. Which device typically operates primarily at Layer 2 and forwards Ethernet frames based on MAC addresses?
- Router
2. Switch
3. DNS server
4. DHCP server
Correct Answer: 2. Switch
Explanation:
A traditional Ethernet switch primarily operates at Layer 2 of the OSI model and forwards frames based on destination MAC addresses. The switch learns source MAC addresses and associates them with physical ports, creating a MAC address table. Routers primarily make Layer 3 forwarding decisions based on IP addresses, while DNS and DHCP servers provide network services rather than acting as standard Layer 2 forwarding devices. Modern multilayer switches can also perform routing, but their fundamental switching function remains associated with Layer 2 forwarding.
Question: 353. Which protocol can automatically assign IPv6 addresses without requiring a DHCPv6 server to assign each address?
- SLAAC
2. FTP
3. SMTP
4. SNMP
Correct Answer: 1. SLAAC
Explanation:
Stateless Address Autoconfiguration, or SLAAC, allows IPv6 hosts to automatically configure addresses using information advertised by IPv6 routers. Router Advertisement messages provide the network prefix and other information that enables hosts to construct their IPv6 addresses. This approach does not require a DHCPv6 server to assign each individual address. DHCPv6 can still be used for additional configuration information or managed addressing when required. FTP, SMTP, and SNMP do not provide IPv6 address autoconfiguration.
Question: 354. What is the main purpose of a default route?
- Identify every directly connected host
2. Provide a route for destinations that have no more specific match
3. Replace the MAC address table
4. Disable dynamic routing
Correct Answer: 2. Provide a route for destinations that have no more specific match
Explanation:
A default route provides a path for packets whose destinations do not match a more specific entry in the routing table. In IPv4 it is commonly represented as 0.0.0.0/0, while IPv6 uses ::/0. A default route is particularly useful for forwarding traffic toward an upstream router or Internet service provider. It does not identify every directly connected host or replace a switch’s MAC address table. Dynamic routing protocols can also coexist with a default route and may distribute or select default routes under appropriate configurations.
Question: 355. Which protocol is commonly used to securely manage network devices through a command-line interface?
- TFTP
2. Telnet
3. SSH
4. HTTP
Correct Answer: 3. SSH
Explanation:
SSH provides encrypted remote command-line access and is widely used for secure administration of routers, switches, servers, and other network devices. It encrypts authentication information and the interactive management session. Telnet provides remote terminal access but sends its communication without the same encryption protections, making it unsuitable for secure administrative use. TFTP is primarily a simple file-transfer protocol, while HTTP is an application protocol commonly used for web-based communication. SSH is therefore the standard choice for secure CLI management.
Question: 356. Which subnetting concept allows a network administrator to divide one IP network into smaller logical networks?
- Subnetting
2. Port mirroring
3. NAT traversal
4. MAC learning
Correct Answer: 1. Subnetting
Explanation:
Subnetting divides an IP network into smaller logical networks by extending the network prefix and allocating fewer host bits to each subnet. This can improve address utilization, reduce broadcast-domain size, and provide better organizational and security boundaries when combined with routing and policy controls. Port mirroring copies traffic for analysis, NAT translates addresses, and MAC learning is a Layer 2 switching function. Subnetting is therefore the specific technique used to divide a larger IP network into smaller addressable networks.
Question: 357. Which protocol is commonly used to retrieve email messages while keeping them synchronized on a mail server?
- ARP
2. IMAP
3. ICMP
4. NTP
Correct Answer: 2. IMAP
Explanation:
IMAP, or Internet Message Access Protocol, allows email clients to access and manage messages stored on a mail server. Unlike traditional download-oriented approaches, IMAP is designed to keep message state and folders synchronized between the client and server. This makes it suitable for users who access the same mailbox from multiple devices. ARP performs IPv4 address resolution, ICMP provides network control and diagnostic messaging, and NTP synchronizes time. Therefore, IMAP is the appropriate protocol for synchronized server-side email access.
Question: 358. Which network address represents the IPv6 unspecified address?
- ::1
2. FF02::1
3. FE80::1
4. ::
Correct Answer: 4. ::
Explanation:
The IPv6 unspecified address is ::, which represents an address containing all zero bits. It indicates the absence of a specific IPv6 address and is commonly used when a host does not yet know its own address, such as during certain stages of address configuration. ::1 is the IPv6 loopback address, FF02::1 is an IPv6 multicast address, and FE80::/10 is used for link-local addresses. Therefore, :: is the IPv6 unspecified address.
Question: 359. Which network service translates private IPv4 addresses into a public address for Internet communication?
- NAT
2. NTP
3. STP
4. LLDP
Correct Answer: 1. NAT
Explanation:
Network Address Translation, or NAT, modifies IP addressing information as traffic passes between network interfaces. A common use is translating private IPv4 addresses used inside an organization into one or more public IPv4 addresses for Internet communication. NAT can conserve public IPv4 address space and separate internal addressing from externally visible addressing. NTP synchronizes clocks, STP prevents Layer 2 loops, and LLDP provides neighbor discovery information. Therefore, NAT is the technology associated with translating private and public IPv4 addressing.
Question: 360. Which troubleshooting tool displays the sequence of routers a packet takes toward a destination?
- nslookup
2. arp
3. traceroute
4. hostname
Correct Answer: 3. traceroute
Explanation:
traceroute is designed to reveal the Layer 3 path toward a destination by sending probes with varying TTL values and recording the routers that respond along the way. This can help identify where delays, routing problems, or connectivity failures occur between a source and destination. On Windows systems, the commonly used equivalent command is tracert. nslookup tests DNS resolution, arp displays IPv4-to-MAC information, and hostname displays or changes the local hostname. Therefore, traceroute is the appropriate path-discovery troubleshooting tool.