View Full HP HPE6-A90 Exam Dumps and Practice Test Dumps
Question: 321. Which protocol is commonly used to synchronize clocks across network devices?
- FTP
2. NTP
3. ARP
4. SMTP
Correct Answer: 2. NTP
Explanation:
NTP, or Network Time Protocol, is used to synchronize system clocks across networked devices. Accurate time is important for logging, troubleshooting, authentication, certificates, security monitoring, and event correlation. Network devices can obtain time information from configured NTP servers and adjust their clocks accordingly. FTP is used for file transfers, ARP resolves IPv4 addresses to MAC addresses, and SMTP is used for email transmission. Maintaining consistent time across network infrastructure helps administrators accurately correlate events occurring on different devices.
Question: 322. Which IPv4 address represents the loopback interface?
- 127.0.0.1
2. 169.254.1.1
3. 224.0.0.1
4. 192.168.1.1
Correct Answer: 1. 127.0.0.1
Explanation:
127.0.0.1 is the commonly used IPv4 loopback address. Traffic sent to this address is processed locally by the host and does not need to travel across a physical network interface. Loopback testing can help determine whether the local TCP/IP stack is functioning. Addresses in the 169.254.0.0/16 range are commonly associated with link-local addressing, 224.0.0.0/4 is the IPv4 multicast range, and 192.168.0.0/16 is a private address range. Therefore, 127.0.0.1 is the loopback address.
Question: 323. What is the primary purpose of a default gateway?
- Assign MAC addresses to switches
2. Resolve domain names
3. Forward traffic toward remote networks
4. Encrypt all Ethernet frames
Correct Answer: 3. Forward traffic toward remote networks
Explanation:
A default gateway provides a host with a next-hop router for destinations that are outside the host’s local IP subnet. When a device needs to communicate with a remote network and no more specific route exists, it forwards the traffic to its configured default gateway. The gateway can then route the packet toward its destination. DNS handles name resolution, switches learn MAC addresses, and encryption is provided by separate security mechanisms. A correctly configured default gateway is therefore essential for hosts that need to communicate beyond their local subnet.
Question: 324. Which Ethernet cable type is traditionally used to connect a typical host to a switch?
- Rollover cable
2. Crossover cable
3. Console cable
4. Straight-through cable
Correct Answer: 4. Straight-through cable
Explanation:
A straight-through Ethernet cable has traditionally been used to connect unlike device types, such as an end host to a switch. A crossover cable was traditionally used for certain like-device connections, such as switch-to-switch or host-to-host connections, although modern interfaces often support auto-MDI/MDIX and can automatically accommodate cable differences. Rollover cables are associated with console connections, not ordinary Ethernet data connections. Therefore, for the conventional host-to-switch connection model, a straight-through Ethernet cable is the expected answer.
Question: 325. Which protocol translates domain names into IP addresses?
- DNS
2. DHCP
3. SSH
4. SNMP
Correct Answer: 1. DNS
Explanation:
DNS, or Domain Name System, resolves human-readable domain names into IP addresses and can also provide other types of name-related information. For example, a client can query DNS to determine the IP address associated with a website hostname before establishing a connection. DHCP automatically provides network configuration, SSH provides secure remote access, and SNMP is commonly used for network monitoring and management. DNS is therefore the protocol responsible for translating domain names into IP addresses.
Question: 326. Which switch data structure maps learned MAC addresses to switch ports?
- Routing table
2. DNS cache
3. MAC address table
4. ARP request queue
Correct Answer: 3. MAC address table
Explanation:
A switch maintains a MAC address table, sometimes called a CAM table, to associate learned source MAC addresses with the ports on which those addresses were observed. When a frame arrives, the switch can use this information to determine where the frame should be forwarded. A routing table is used for Layer 3 forwarding, DNS caches contain name-resolution information, and ARP information associates IPv4 addresses with MAC addresses. Therefore, the MAC address table is the switch structure used to map MAC addresses to ports.
Question: 327. Which IEEE standard is associated with the original 15.4-watt Power over Ethernet implementation commonly known as PoE?
- IEEE 802.11ac
2. IEEE 802.3af
3. IEEE 802.1Q
4. IEEE 802.1D
Correct Answer: 2. IEEE 802.3af
Explanation:
IEEE 802.3af defines an early standardized Power over Ethernet implementation that can provide electrical power over Ethernet cabling to compatible powered devices. It is commonly referred to as PoE. Later standards, including 802.3at and 802.3bt, provide higher power levels and additional capabilities. IEEE 802.1Q is associated with VLAN tagging, 802.1D includes traditional bridging and Spanning Tree specifications, and 802.11 standards define wireless LAN technologies. Therefore, IEEE 802.3af is the standard associated with the original PoE implementation.
Question: 328. Which technology allows a Layer 2 switch network to be logically divided into multiple broadcast domains?
- NAT
2. VLANs
3. DNS
4. NTP
Correct Answer: 2. VLANs
Explanation:
VLANs, or Virtual Local Area Networks, logically divide a switched network into separate Layer 2 broadcast domains. Devices in different VLANs are logically separated even when they are connected to the same physical switching infrastructure. Communication between VLANs generally requires a Layer 3 device or Layer 3 switching function. NAT translates network addresses, DNS provides name resolution, and NTP synchronizes clocks. VLANs are therefore the technology used to create logical Layer 2 network separation.
Question: 329. Which utility is commonly used to test basic IP reachability between two hosts?
- ping
2. ftp
3. telnet
4. netstat
Correct Answer: 1. ping
Explanation:
The ping utility is commonly used to test basic IP reachability. It normally sends ICMP Echo Request messages and waits for ICMP Echo Reply messages from the destination. Successful responses can indicate that the destination is reachable at the IP layer, although a failed ping does not always prove that a host is completely unavailable because firewalls or security policies may block ICMP. FTP is a file-transfer protocol, Telnet provides remote terminal access, and netstat displays network connection information.
Question: 330. Which device primarily makes forwarding decisions based on Layer 3 IP addresses?
- Hub
2. Layer 2 bridge
3. Router
4. Repeater
Correct Answer: 3. Router
Explanation:
A router makes Layer 3 forwarding decisions based primarily on destination IP addresses and information contained in its routing table. It connects different IP networks and determines an appropriate next hop for packets. A traditional hub repeats electrical signals, a Layer 2 bridge or switch primarily forwards Ethernet frames based on MAC addresses, and a repeater regenerates signals. Although modern multilayer switches can also perform Layer 3 routing, the router is the classic network device associated with IP-based forwarding.
Question: 331. Which protocol resolves an IPv4 address to a corresponding MAC address on a local network?
- DNS
2. ARP
3. DHCP
4. NTP
Correct Answer: 2. ARP
Explanation:
ARP, or Address Resolution Protocol, is used in IPv4 networks to determine the MAC address associated with a known IPv4 address on the local network. A host can send an ARP request asking which device owns a particular IPv4 address. The device with that address can respond with its MAC address, allowing the sender to construct the appropriate Ethernet frame. DNS resolves names to IP addresses, DHCP provides configuration, and NTP synchronizes clocks. Therefore, ARP performs IPv4-to-MAC address resolution.
Question: 332. Which protocol provides encrypted command-line remote access to a network device?
- Telnet
2. FTP
3. SSH
4. TFTP
Correct Answer: 3. SSH
Explanation:
SSH, or Secure Shell, provides encrypted remote command-line access to network devices and servers. It protects authentication credentials and session data from being transmitted in clear text. Telnet also provides remote terminal access but does not provide the same built-in encryption and is therefore unsuitable for secure administrative access in modern environments. FTP and TFTP are primarily file-transfer protocols. SSH is widely used by network administrators to securely manage routers, switches, servers, and other infrastructure devices.
Question: 333. Which protocol is designed to help prevent Layer 2 switching loops?
- DNS
2. STP
3. DHCP
4. SMTP
Correct Answer: 2. STP
Explanation:
STP, or Spanning Tree Protocol, is designed to prevent Layer 2 loops in switched Ethernet networks. Redundant links can provide resilience, but if they create a loop, Ethernet broadcasts and unknown unicast frames can circulate repeatedly. STP builds a loop-free logical topology by placing certain redundant paths into a blocking state while maintaining them as potential backup paths. If the active topology changes, an appropriate backup path can be activated. DNS, DHCP, and SMTP do not perform Layer 2 loop prevention.
Question: 334. Which subnet mask corresponds to an IPv4 /24 prefix?
- 255.255.0.0
2. 255.255.255.0
3. 255.255.255.128
4. 255.0.0.0
Correct Answer: 2. 255.255.255.0
Explanation:
An IPv4 /24 prefix contains 24 network bits and 8 host bits. The corresponding dotted-decimal subnet mask is 255.255.255.0. The first three octets contain all eight bits set to one, while the final octet contains all zeros. A /16 prefix corresponds to 255.255.0.0, /25 corresponds to 255.255.255.128, and /8 corresponds to 255.0.0.0. Understanding CIDR prefixes and subnet masks is essential for determining network boundaries and host ranges.
Question: 335. Which protocol is commonly used for network diagnostic messages and error reporting at the IP layer?
- ICMP
2. FTP
3. SSH
4. SMTP
Correct Answer: 1. ICMP
Explanation:
ICMP, or Internet Control Message Protocol, is used to carry network-layer diagnostic and error-reporting messages. Utilities such as ping rely on ICMP Echo Request and Echo Reply messages to test reachability. ICMP can also communicate conditions such as unreachable destinations or time exceeded events. FTP is used for file transfer, SSH provides secure remote access, and SMTP handles email transmission. ICMP is therefore an important protocol for network troubleshooting and communication of certain IP-layer control information.
Question: 336. What is one benefit of combining multiple physical Ethernet links into a logical link aggregation group?
- It removes the need for switching
2. It prevents all network failures
3. It can provide increased aggregate bandwidth and redundancy
4. It converts Ethernet into Wi-Fi
Correct Answer: 3. It can provide increased aggregate bandwidth and redundancy
Explanation:
Link aggregation combines multiple physical Ethernet connections into a logical interface. Depending on the implementation and traffic distribution, this can increase the aggregate bandwidth available across the connection. It can also provide redundancy because traffic may continue over remaining links if one physical member fails. Link aggregation does not eliminate switching, guarantee protection against every type of failure, or convert Ethernet to wireless. Proper configuration on both sides is required, and the actual bandwidth available to an individual flow can depend on the load-balancing method.
Question: 337. Which IPv6 addressing method allows the same address to be assigned to multiple interfaces, with traffic routed toward the nearest instance?
- Anycast
2. Broadcast
3. Loopback
4. Link-local unicast
Correct Answer: 1. Anycast
Explanation:
IPv6 anycast allows the same address to be assigned to multiple interfaces or nodes. Routing protocols can direct traffic toward the topologically nearest available instance according to the routing topology. This can be useful for distributed services where clients should reach a nearby service instance. IPv6 does not use traditional broadcast addressing in the same way IPv4 does; multicast is used for many functions instead. Loopback addresses identify the local host, while link-local addresses are used for communication on the local link.
Question: 338. Which protocol can automatically provide a host with an IPv4 address, subnet mask, and default gateway?
- DNS
2. DHCP
3. NTP
4. SNMP
Correct Answer: 2. DHCP
Explanation:
DHCP, or Dynamic Host Configuration Protocol, automatically provides network configuration information to clients. A DHCP server can supply an IPv4 address, subnet mask, default gateway, DNS server addresses, lease duration, and other options. This avoids requiring administrators to manually configure every host. DNS resolves names, NTP synchronizes time, and SNMP is used for network management and monitoring. DHCP is therefore the protocol commonly used to automate IPv4 host configuration.
Question: 339. What does a switch normally do with an Ethernet frame when the destination MAC address is unknown?
- Sends it only to the management interface
2. Converts it to a broadcast IP packet
3. Floods it through the relevant VLAN ports
4. Discards it immediately in every case
Correct Answer: 3. Floods it through the relevant VLAN ports
Explanation:
When a switch does not have the destination MAC address in its forwarding database, it treats the frame as an unknown unicast. The switch normally floods the frame out other ports belonging to the same VLAN, except the port where the frame arrived. This gives the destination an opportunity to receive the frame and respond. The switch can then learn the source MAC address and eventually learn the destination location. Unknown unicast flooding is therefore a normal Layer 2 switching behavior within the appropriate VLAN.
Question: 340. Which security principle states that a user or system should receive only the permissions necessary to perform its required tasks?
- Open access
2. Least privilege
3. Maximum privilege
4. Shared authentication
Correct Answer: 2. Least privilege
Explanation:
The principle of least privilege states that users, applications, and systems should receive only the permissions required to perform their legitimate tasks. Limiting privileges reduces the potential impact of compromised credentials, malicious software, accidental changes, or unauthorized actions. For example, a user who only needs to view network information should not automatically receive administrative configuration privileges. Least privilege is an important security principle used across operating systems, applications, cloud environments, and network infrastructure. It helps reduce unnecessary access while maintaining required functionality.