View Full HP HPE6-A90 Exam Dumps and Practice Test Dumps
Question: 1. Which protocol is primarily used to automatically assign IP addresses and other network configuration parameters to client devices?
- DNS
2. DHCP
3. SNMP
4. NTP
Correct Answer: 2
Explanation: DHCP (Dynamic Host Configuration Protocol) automatically provides network configuration information to client devices. This commonly includes an IP address, subnet mask, default gateway, and DNS server addresses. DHCP reduces the need for administrators to manually configure every endpoint and helps prevent address conflicts caused by duplicate static configurations. DNS has a different purpose: resolving hostnames to IP addresses. SNMP is primarily used for monitoring and managing network devices, while NTP synchronizes system clocks. In a typical enterprise network, a DHCP client broadcasts a request when it needs configuration, and an authorized DHCP server responds with the appropriate network parameters.**
Question: 2. Which device function allows multiple devices in different VLANs to communicate with one another?
- Layer 3 routing
2. Port mirroring
3. MAC address filtering
4. Link aggregation
Correct Answer: 1
Explanation: Devices in separate VLANs belong to different Layer 2 broadcast domains and cannot communicate directly through ordinary Layer 2 switching. Layer 3 routing is required to move traffic between those VLANs. A Layer 3 switch or router can provide an interface for each VLAN and route packets between them according to its routing table. Port mirroring copies traffic for monitoring and troubleshooting, MAC filtering controls access based on hardware addresses, and link aggregation combines multiple physical links to improve capacity or redundancy. Therefore, when communication between separate VLANs is required, an appropriate Layer 3 routing function must be configured.**
Question: 3. Which protocol is commonly used to securely manage a network device through a command-line interface?
- Telnet
2. FTP
3. SSH
4. TFTP
Correct Answer: 3
Explanation: SSH (Secure Shell) provides encrypted remote command-line access to network devices and servers. It protects authentication credentials and management traffic from being transmitted in clear text. Telnet can also provide remote CLI access, but its traffic is not encrypted and is therefore unsuitable for secure management over untrusted networks. FTP is primarily used for file transfers, while TFTP is a lightweight file-transfer protocol commonly used for specific network-device operations such as configuration or firmware transfers. In enterprise network management, SSH is generally preferred because it provides confidentiality and authentication for administrative sessions.**
Question: 4. What is the primary purpose of a default gateway on an IP host?
- Assign a MAC address to the host
2. Resolve domain names
3. Synchronize the host clock
4. Forward traffic destined for remote networks
Correct Answer: 4
Explanation: A default gateway provides a host with a next-hop destination for traffic that is not intended for the host’s local subnet. When a device determines that the destination IP address belongs to another network, it sends the packet toward its configured default gateway. The gateway then performs the necessary routing decision. A default gateway does not assign MAC addresses, resolve domain names, or synchronize clocks. Those functions are associated with other networking mechanisms and protocols. Correctly configuring the default gateway is therefore essential when hosts need to communicate with systems located outside their local IP subnet.**
Question: 5. Which protocol is commonly used to translate a hostname such as server.example.com into an IP address?
- DNS
2. DHCP
3. ARP
4. ICMP
Correct Answer: 1
Explanation: DNS (Domain Name System) translates human-readable domain and hostnames into IP addresses that network devices can use for communication. For example, when a client needs to connect to a server using a hostname, it can query a DNS server to determine the corresponding IP address. DHCP is responsible for dynamically providing network configuration information. ARP maps an IPv4 address to a MAC address on a local network, while ICMP is used for network control and diagnostic messages. DNS therefore plays a fundamental role in making network services easier to access without requiring users to remember numerical IP addresses.**
Question: 6. Which technology logically separates a switched network into multiple broadcast domains?
- STP
2. VLAN
3. NAT
4. QoS
Correct Answer: 2
Explanation: A VLAN (Virtual Local Area Network) logically separates a physical switched network into multiple Layer 2 broadcast domains. Devices assigned to different VLANs are logically isolated even when they are connected to the same physical switch infrastructure. Communication between VLANs requires Layer 3 routing. STP is designed to prevent Layer 2 switching loops, NAT translates addresses between network domains, and QoS provides traffic classification and prioritization. VLANs are widely used to improve segmentation, security, and administrative organization. For example, an organization can place employee devices, voice devices, and guest systems into separate VLANs while using the same physical switching infrastructure.**
Question: 7. What is the primary purpose of Spanning Tree Protocol in a switched Ethernet network?
- Encrypt network traffic
2. Assign IP addresses
3. Prevent Layer 2 switching loops
4. Translate private IP addresses
Correct Answer: 3
Explanation: Spanning Tree Protocol (STP) helps prevent Layer 2 loops in switched Ethernet networks. Redundant links between switches can provide valuable resiliency, but they can also create loops that cause broadcast storms, duplicate frames, and unstable MAC-address tables. STP logically blocks selected redundant paths while keeping them available as backup paths. If the active topology changes, STP can recalculate the topology and potentially activate a previously blocked link. STP does not provide encryption, assign IP addresses, or perform address translation. Its primary role is maintaining a loop-free Layer 2 topology while allowing network redundancy.**
Question: 8. Which IPv4 address is within a private address range?
- 8.8.8.8
2. 172.20.10.5
3. 1.1.1.1
4. 203.0.113.10
Correct Answer: 2
Explanation: The IPv4 address 172.20.10.5 belongs to the private range 172.16.0.0 through 172.31.255.255. Private IPv4 addresses are intended for use inside private networks and are not directly routable across the public Internet. The other listed addresses are not part of the RFC 1918 private address ranges. The three commonly recognized private IPv4 blocks are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. Network administrators frequently use these ranges for internal hosts, with NAT or another appropriate mechanism used when those hosts need to communicate with public networks.**
Question: 9. Which command is commonly used to test basic IP connectivity to a remote host?
- ping
2. nslookup
3. arp
4. hostname
Correct Answer: 1
Explanation: The ping utility is commonly used to test basic IP connectivity between a source device and a destination. It typically sends ICMP Echo Request messages and checks whether ICMP Echo Replies are received. Successful replies can provide evidence that the destination is reachable at the IP layer, although they do not prove that every application or service on the destination is functioning. nslookup is primarily used for DNS queries, arp displays or manipulates local ARP information, and hostname displays or changes the local system hostname. Ping is therefore a fundamental first troubleshooting tool for basic network connectivity.**
Question: 10. Which IPv6 address type is designed for communication within the local link and is not routed beyond that link?
- Global unicast
2. Multicast
3. Link-local
4. Anycast
Correct Answer: 3
Explanation: IPv6 link-local addresses are used for communication on the local network segment and are not routed by routers beyond that link. They are commonly associated with the FE80::/10 prefix. Link-local addressing is important for IPv6 neighbor discovery and other local-link functions. Global unicast addresses are designed for broader routed communication, while multicast addresses identify groups of interfaces. Anycast uses an address assigned to multiple interfaces so traffic can be delivered to an appropriate instance according to routing. Link-local addresses therefore provide essential local IPv6 communication without requiring globally routable addressing.**
Question: 11. What is the main purpose of Network Address Translation (NAT)?
- Prevent switching loops
2. Translate between IP address spaces
3. Synchronize network clocks
4. Discover neighboring switches
Correct Answer: 2
Explanation: Network Address Translation translates IP addressing information between different address spaces. A common example is translating private internal IPv4 addresses into a public address when internal users access resources on the Internet. NAT can conserve public IPv4 addresses and can also provide a degree of address-space separation between internal and external networks. NAT does not prevent Layer 2 switching loops, synchronize clocks, or discover neighboring switches. Different NAT implementations support different mappings and behaviors, including static mappings and dynamic or port-based translations. The specific implementation depends on the network’s addressing and connectivity requirements.**
Question: 12. Which metric is commonly associated with determining the path cost in a traditional Spanning Tree Protocol topology?
- VLAN ID
2. IP address length
3. Interface bandwidth
4. DNS record type
Correct Answer: 3
Explanation: Traditional STP path cost is associated with the bandwidth of the links used to reach a destination through the spanning-tree topology. Higher-bandwidth links generally receive lower path costs, making them more attractive when STP determines the active topology. STP uses these costs, along with bridge and port identifiers, when selecting preferred paths and blocking redundant ones. VLAN IDs, IP address lengths, and DNS record types do not determine STP path cost. Understanding path cost is important when troubleshooting why a particular redundant link is forwarding while another link is placed into a blocking or alternate state.**
Question: 13. Which protocol is specifically designed to synchronize computer clocks across a network?
- NTP
2. SNMP
3. SMTP
4. LDAP
Correct Answer: 1
Explanation: NTP (Network Time Protocol) is designed to synchronize clocks across networked systems. Accurate time is important for authentication, logging, troubleshooting, certificates, security events, and correlation of information across multiple devices. SNMP is commonly used for monitoring and management, SMTP is used for sending email, and LDAP provides directory-access functionality. NTP allows clients to synchronize their clocks with configured time sources. In enterprise environments, centralized and reliable time synchronization can help ensure that logs from routers, switches, servers, and security systems can be compared accurately when investigating network events.**
Question: 14. What does a switch primarily use to make Layer 2 forwarding decisions?
- DNS database
2. MAC address table
3. DHCP lease table
4. Routing protocol database
Correct Answer: 2
Explanation: An Ethernet switch primarily uses its MAC address table to make Layer 2 forwarding decisions. The table associates learned source MAC addresses with switch ports. When a frame arrives, the switch examines the destination MAC address and determines whether it has a known port for that destination. If the destination is known, the frame can be forwarded through the appropriate port; if it is unknown, the switch may flood the frame within the applicable VLAN. DNS databases, DHCP lease tables, and routing databases serve different networking purposes and are not the primary basis for ordinary Layer 2 switch forwarding.**
Question: 15. Which technology can combine multiple physical Ethernet links into a single logical link?
- VLAN tagging
2. Port security
3. Link aggregation
4. DHCP relay
Correct Answer: 3
Explanation: Link aggregation combines multiple physical network links into one logical connection. This can increase available bandwidth and provide redundancy if one of the member links fails. Depending on the implementation, protocols such as LACP can be used to negotiate and maintain the aggregated link. VLAN tagging identifies VLAN membership on appropriate trunk links, port security controls which devices can use a switch port, and DHCP relay forwards DHCP-related traffic between different network segments. Link aggregation is particularly useful between switches, servers, or other network devices where additional capacity and resilience are required without relying on a single physical connection.**
Question: 16. Which security principle gives a user or system only the permissions necessary to perform its assigned tasks?
- Least privilege
2. Load balancing
3. Route summarization
4. Broadcast forwarding
Correct Answer: 1
Explanation: The principle of least privilege means that users, applications, and systems should receive only the permissions necessary to perform their legitimate tasks. Limiting privileges reduces the potential impact of compromised accounts, accidental changes, and misuse of administrative access. For example, a user who only needs to read files should not automatically receive permissions to modify or delete them. Load balancing distributes workloads across resources, route summarization reduces routing-table complexity, and broadcast forwarding concerns network traffic behavior. Least privilege is therefore a fundamental security principle used to reduce unnecessary access throughout an organization’s IT environment.**
Question: 17. Which protocol is commonly used to monitor and manage network devices using structured management information?
- HTTP
2. SNMP
3. FTP
4. SIP
Correct Answer: 2
Explanation: SNMP (Simple Network Management Protocol) is commonly used to monitor and manage network infrastructure such as switches, routers, servers, and other supported devices. Network management systems can use SNMP to retrieve information such as interface status, traffic counters, and device statistics. Depending on the version and configuration, SNMP can also support management operations and event notifications. HTTP is commonly associated with web communication, FTP is used for file transfer, and SIP is associated with initiating and managing certain multimedia communication sessions. SNMP therefore plays an important role in centralized network monitoring and operational visibility.**
Question: 18. What is the primary function of QoS in a network?
- Replace IP routing
2. Assign MAC addresses
3. Prioritize and manage network traffic
4. Create DNS records
Correct Answer: 3
Explanation: Quality of Service (QoS) provides mechanisms for classifying, prioritizing, and managing network traffic according to defined requirements. QoS is particularly important when bandwidth is limited or when certain applications, such as voice and video, are sensitive to delay, jitter, or packet loss. Administrators can classify traffic and apply policies that determine how different traffic types are treated during congestion. QoS does not replace IP routing, assign MAC addresses, or create DNS records. Instead, it works alongside normal network forwarding and routing functions to improve how traffic is handled when network resources become constrained.**
Question: 19. Which IPv4 subnet mask corresponds to a /24 prefix length?
- 255.255.0.0
2. 255.255.255.0
3. 255.255.255.128
4. 255.255.255.192
Correct Answer: 2
Explanation: A /24 IPv4 prefix contains 24 network bits and 8 host bits. The corresponding dotted-decimal subnet mask is 255.255.255.0. This provides 256 total IPv4 addresses in the subnet, although traditional host addressing reserves the network and broadcast addresses, leaving 254 usable host addresses. A /16 corresponds to 255.255.0.0, /25 corresponds to 255.255.255.128, and /26 corresponds to 255.255.255.192. Understanding prefix lengths and subnet masks is essential for determining network boundaries, calculating address capacity, and troubleshooting whether two IPv4 devices belong to the same subnet.**
Question: 20. Which network design approach provides redundancy by using more than one path between network devices?
- Single-homed connectivity
2. Redundant connectivity
3. Static hostname resolution
4. Address filtering
Correct Answer: 2
Explanation: Redundant connectivity uses multiple physical or logical paths so that communication can continue if one path becomes unavailable. Redundancy can be implemented through technologies such as multiple switch links, link aggregation, redundant uplinks, or alternative routed paths. The exact mechanism depends on the network design and desired level of resilience. Single-homed connectivity generally provides only one connection path and therefore creates a potential single point of failure. Static hostname resolution and address filtering serve different purposes. Redundant connectivity is particularly valuable in enterprise environments where availability and continued access to critical network resources are important.