View Full HP HPE6-A90 Exam Dumps and Practice Test Dumps
Question: 141. Which protocol is commonly used to provide redundancy for a default gateway in an IPv4 network?
- FTP
2. VRRP
3. DNS
4. TFTP
Correct Answer: 2
Explanation: Virtual Router Redundancy Protocol (VRRP) allows multiple routers or Layer 3 devices to provide a redundant virtual default gateway. One device can operate as the active router while another remains available to take over if the active device fails. This improves gateway availability for hosts because clients can continue using the same virtual gateway address. FTP and TFTP are file-transfer protocols, while DNS provides name-resolution services. Gateway redundancy is particularly useful in enterprise environments where loss of a single routing device should not unnecessarily interrupt connectivity for an entire group of clients.
Question: 142. What is the primary purpose of VLAN tagging on a trunk link?
- Identify the VLAN associated with a frame
2. Encrypt the frame payload
3. Assign an IP address to the sender
4. Determine the DNS server
Correct Answer: 1
Explanation: VLAN tagging allows a receiving network device to identify which VLAN a frame belongs to when multiple VLANs share the same physical trunk link. IEEE 802.1Q is the commonly used VLAN-tagging standard for Ethernet networks. The tag carries VLAN identification information and helps switches maintain logical separation between VLANs as traffic crosses trunk connections. VLAN tags do not encrypt frame payloads or assign IP addresses. Correct tagging and trunk configuration are important for maintaining VLAN connectivity between switches and other VLAN-aware devices.
Question: 143. Which network function translates private IP addresses into publicly routable addresses?
- STP
2. NAT
3. LLDP
4. NTP
Correct Answer: 2
Explanation: Network Address Translation (NAT) translates IP addresses between different addressing domains, commonly allowing private IPv4 addresses to communicate with public networks. NAT can be implemented in different ways, including one-to-one translations and Port Address Translation, where multiple internal hosts share a public address using different transport-layer ports. STP prevents Layer 2 loops, LLDP provides neighbor information, and NTP synchronizes system clocks. NAT has been widely used in IPv4 networks because private address space is not directly routable across the public Internet.
Question: 144. Which network layer is responsible for logical addressing and routing in the OSI model?
- Physical layer
2. Data Link layer
3. Network layer
4. Presentation layer
Correct Answer: 3
Explanation: The Network layer, Layer 3 of the OSI model, is responsible for logical addressing and routing between networks. IP is the primary protocol family associated with this layer. Routers and Layer 3 switches use destination IP addresses and routing information to determine where packets should be forwarded. The Physical layer handles transmission of raw signals, the Data Link layer handles frames and local network addressing, and the Presentation layer deals with data representation. Understanding OSI layers helps administrators identify which technology or device is involved when troubleshooting network problems.
Question: 145. Which protocol can be used to discover the IP address associated with a hostname?
- DNS
2. STP
3. ARP
4. LACP
Correct Answer: 1
Explanation: DNS is used to resolve hostnames and domain names into IP addresses through appropriate DNS records. For example, a client can query DNS to determine the IPv4 address associated with a hostname before establishing an IP connection. ARP performs a different function by resolving a known IPv4 address to a MAC address on a local network. STP prevents switching loops, while LACP manages link aggregation. DNS resolution is therefore an important step in many network communications because users and applications often refer to resources by names rather than numerical IP addresses.
Question: 146. What is the main purpose of LACP?
- Synchronize system clocks
2. Dynamically negotiate and maintain link aggregation
3. Assign IPv4 addresses
4. Encrypt wireless traffic
Correct Answer: 2
Explanation: Link Aggregation Control Protocol (LACP) is used to dynamically negotiate and maintain link aggregation between compatible network devices. It allows multiple physical links to be grouped into a logical link, providing potential aggregate bandwidth and redundancy. LACP can detect whether links are suitable for an aggregation group and help maintain the group when link conditions change. NTP handles time synchronization, DHCP handles IP configuration, and wireless security protocols protect wireless communications. Correct LACP configuration requires compatible settings on the connected devices and appropriate interface membership.
Question: 147. Which IPv4 address is a valid private address?
- 8.8.8.8
2. 172.20.5.10
3. 198.51.100.10
4. 224.0.0.1
Correct Answer: 2
Explanation: The address 172.20.5.10 is a private IPv4 address because it falls within the RFC 1918 private range of 172.16.0.0 through 172.31.255.255. Private IPv4 addresses are intended for use within internal networks and are not directly routable across the public Internet. The 8.8.8.8 address is publicly routable, 224.0.0.1 is a multicast address, and 198.51.100.0/24 is reserved for documentation and examples. Private addressing is commonly combined with NAT when internal devices need access to public networks.
Question: 148. Which device is typically responsible for forwarding traffic between different VLANs?
- Layer 3 switch
2. Hub
3. Repeater
4. Patch panel
Correct Answer: 1
Explanation: A Layer 3 switch can route traffic between different VLANs when appropriate VLAN interfaces and routing functions are configured. Each VLAN represents a separate Layer 2 broadcast domain, so communication between VLANs requires a Layer 3 routing function. A router can also perform this task. A hub and repeater do not perform inter-VLAN routing, and a patch panel is a passive physical connectivity component. Inter-VLAN routing is commonly implemented using switched virtual interfaces on a multilayer switch in enterprise networks.
Question: 149. Which security feature can help protect a switch from unauthorized DHCP server responses?
- Port mirroring
2. DHCP snooping
3. Link aggregation
4. Route summarization
Correct Answer: 2
Explanation: DHCP snooping helps protect a switched network against unauthorized DHCP servers. The switch can classify interfaces as trusted or untrusted and prevent DHCP server messages from untrusted ports. This helps reduce the risk that a rogue device will provide incorrect IP configuration, gateway, or DNS information to clients. Port mirroring is used for traffic analysis, link aggregation combines physical links, and route summarization reduces routing-table complexity. DHCP snooping can also provide information used by additional security mechanisms on supported platforms.
Question: 150. Which protocol is commonly associated with secure remote administration using public-key cryptography and encrypted sessions?
- SSH
2. TFTP
3. HTTP
4. FTP
Correct Answer: 1
Explanation: Secure Shell (SSH) provides encrypted remote administration and can use public-key cryptography for authentication. SSH is widely used by network administrators to securely access command-line interfaces on routers, switches, servers, and other devices. It protects the administrative session from many forms of network interception that would affect unencrypted remote-access protocols. TFTP and traditional FTP do not provide equivalent secure interactive administration, while HTTP is designed primarily for web communication. SSH configuration should use appropriate authentication methods, access restrictions, and security policies.
Question: 151. What is the purpose of a loopback interface on a router or Layer 3 switch?
- Provide a logical interface that is not tied to a physical port
2. Increase PoE power
3. Replace all Ethernet cables
4. Provide wireless encryption
Correct Answer: 1
Explanation: A loopback interface is a logical interface that is not directly associated with a particular physical interface. Because it can remain operational as long as the device’s routing system is functioning, it is often used for management, router identification, routing-protocol configuration, or other services that benefit from a stable logical address. A loopback interface does not provide PoE, replace physical cabling, or encrypt wireless traffic. Network administrators often use loopback addresses in routing protocols because they can provide a stable reference for the device.
Question: 152. Which routing protocol is classified as a link-state protocol?
- RIP
2. OSPF
3. DHCP
4. ARP
Correct Answer: 2
Explanation: OSPF is a link-state routing protocol. Routers running OSPF exchange link-state information and build a topology database from which they calculate routes using the Shortest Path First algorithm. RIP is a distance-vector routing protocol, while DHCP and ARP are not routing protocols. Link-state protocols can provide rapid convergence and support hierarchical network designs through features such as OSPF areas. Administrators should understand neighbor relationships, interface states, routing costs, and area design when deploying or troubleshooting OSPF.
Question: 153. Which wireless standard operates in the 5 GHz band and is associated with Wi-Fi 5?
- 802.11b
2. 802.11g
3. 802.11ac
4. 802.11a only
Correct Answer: 3
Explanation: IEEE 802.11ac is commonly associated with Wi-Fi 5 and operates primarily in the 5 GHz band. It introduced improvements such as wider channels, higher-order modulation, and multi-user capabilities that can provide significantly higher throughput than earlier Wi-Fi generations under suitable conditions. 802.11b and 802.11g are older Wi-Fi standards associated primarily with the 2.4 GHz band. Wireless performance depends on many factors, including channel width, signal strength, interference, client capabilities, access-point configuration, and network utilization.
Question: 154. What is the purpose of an IP default gateway on a client device?
- Forward traffic to remote networks
2. Assign the client’s MAC address
3. Store DNS records locally
4. Prevent all broadcast traffic
Correct Answer: 1
Explanation: A default gateway provides a client with a next-hop device for destinations outside its local IP subnet. When a destination is determined to be remote, the client sends the packet toward the configured gateway, which can then route it toward the destination network. Without a correct default gateway, a host may communicate with local devices but fail to reach remote networks. The gateway does not assign MAC addresses, store DNS records, or automatically prevent all broadcast traffic. Correct gateway configuration is fundamental to normal routed connectivity.
Question: 155. Which type of network address is used to identify a specific interface or endpoint?
- Broadcast address
2. Unicast address
3. Multicast group address
4. Network address
Correct Answer: 2
Explanation: A unicast address identifies a specific network interface or endpoint as the intended destination for traffic. Unicast communication is the most common communication model for ordinary host-to-host network connections. A broadcast address targets all relevant devices within a broadcast domain, a multicast address identifies a group of receivers, and a network address identifies the subnet rather than an individual endpoint. Understanding these addressing models helps administrators interpret packet destinations, routing behavior, and traffic patterns in both IPv4 and IPv6 environments.
Question: 156. Which command can commonly display the MAC address table on a managed Ethernet switch?
- show mac address-table
2. show dns records
3. show ntp users
4. show web sessions
Correct Answer: 1
Explanation: On many managed switches, a command such as show mac address-table can display learned MAC addresses and their associated interfaces or VLAN information. This is useful when troubleshooting Layer 2 forwarding and verifying where a switch has learned particular devices. Exact command syntax varies by vendor and operating system, so administrators should consult the platform documentation when necessary. DNS records, NTP information, and web sessions are separate types of data and are not represented by the MAC address table. MAC-table information can also help identify unexpected endpoint locations.
Question: 157. What is the primary purpose of network monitoring alerts?
- Notify administrators about conditions that may require attention
2. Automatically replace all failed hardware
3. Remove all network traffic
4. Disable logging
Correct Answer: 1
Explanation: Network monitoring alerts notify administrators when monitored conditions meet defined thresholds or events occur. Examples include device outages, interface errors, high resource utilization, unusual traffic levels, or service failures. Alerts can help administrators identify problems quickly and investigate them before they significantly affect users. Monitoring systems do not automatically replace failed hardware, remove all network traffic, or disable logging simply because an alert is generated. Effective alerting requires appropriate thresholds and filtering so that administrators receive useful notifications without excessive false alarms.
Question: 158. Which protocol is commonly used for network time synchronization and is especially important for consistent device logs?
- NTP
2. FTP
3. DHCP
4. ARP
Correct Answer: 1
Explanation: Network Time Protocol (NTP) synchronizes clocks across network-connected systems. Consistent time is especially important for log correlation, security investigations, authentication systems, certificates, monitoring, and troubleshooting. If different devices have significantly different clocks, administrators may find it difficult to determine the actual sequence of events. FTP handles file transfers, DHCP provides network configuration, and ARP resolves IPv4 addresses to MAC addresses. A properly designed NTP hierarchy helps network infrastructure maintain consistent and reliable time across the environment.
Question: 159. What is the main purpose of a network access control solution?
- Determine whether devices or users should be allowed network access
2. Increase the physical length of copper cables
3. Replace every routing protocol
4. Convert Ethernet frames into email messages
Correct Answer: 1
Explanation: Network Access Control (NAC) solutions help determine whether users or devices should be permitted to access network resources. Depending on the implementation, NAC can evaluate identity, device type, authentication status, security posture, location, or policy compliance before granting appropriate access. NAC can work with technologies such as 802.1X, RADIUS, VLAN assignment, and endpoint security systems. It does not extend cable length, replace routing protocols, or convert Ethernet frames into email. NAC is commonly used to enforce organizational access policies at the network edge.
Question: 160. Which component provides a physical connection point for terminating and organizing network cables?
- Router
2. Patch panel
3. DNS server
4. Firewall
Correct Answer: 2
Explanation: A patch panel provides a physical termination and organization point for network cabling. It allows structured cabling to be neatly terminated and connected to switches or other equipment using patch cables. Patch panels do not normally perform routing, DNS resolution, or firewall security functions. They are passive components that improve cable organization, labeling, maintenance, and physical infrastructure management. In enterprise environments, properly labeled patch panels can make troubleshooting and changes easier because administrators can identify which physical connections correspond to particular rooms, outlets, or network devices.