View Full HP HPE6-A90 Exam Dumps and Practice Test Dumps
Question: 221. Which network protocol is primarily used to synchronize the clocks of network devices?
- FTP
2. NTP
3. SMTP
4. TFTP
Correct Answer: 2. NTP
Explanation:
NTP, or Network Time Protocol, synchronizes the clocks of network devices with a common time reference. Accurate time synchronization is important for network troubleshooting, security logging, authentication, event correlation, and monitoring. When devices use synchronized timestamps, administrators can more easily determine the sequence of events across multiple systems. NTP typically communicates over UDP port 123 and can synchronize devices with internal or external time sources. Other listed protocols have different purposes: FTP transfers files, SMTP handles email transmission, and TFTP provides simple file transfers. Therefore, NTP is the appropriate protocol for maintaining consistent time across network infrastructure.
Question: 222. What is the primary purpose of a default gateway on an IPv4 host?
- To provide DNS name resolution
2. To assign the host an IP address
3. To identify the host’s MAC address
4. To forward traffic destined for remote networks
Correct Answer: 4. To forward traffic destined for remote networks
Explanation:
A default gateway provides the path a host uses to reach destinations outside its local IP subnet. When a host determines that the destination IP address is not on its local network, it sends the traffic to the configured default gateway, normally a router or Layer 3 switch. The gateway then determines how to forward the packet toward the destination network. DNS resolves names to IP addresses, DHCP commonly assigns IP configuration, and ARP can resolve local IPv4 addresses to MAC addresses. Therefore, forwarding traffic toward remote networks is the primary purpose of a default gateway.
Question: 223. Which device feature allows a switch to place ports into separate logical broadcast domains?
- VLAN configuration
2. Port mirroring
3. Link aggregation
4. Spanning Tree Protocol
Correct Answer: 1. VLAN configuration
Explanation:
VLANs, or Virtual Local Area Networks, logically divide a physical switched network into separate broadcast domains. Ports assigned to different VLANs are isolated at Layer 2, meaning broadcasts from one VLAN do not normally propagate into another VLAN. Communication between VLANs requires Layer 3 routing, typically performed by a router or Layer 3 switch. Port mirroring is used for traffic monitoring, link aggregation combines multiple physical links, and Spanning Tree Protocol helps prevent Layer 2 loops. Therefore, configuring VLANs is the feature that allows a switch to create separate logical broadcast domains.
Question: 224. Which IPv4 address range is reserved for private networks?
- 11.0.0.0/8
2. 169.254.0.0/16
3. 192.168.0.0/16
4. 224.0.0.0/4
Correct Answer: 3. 192.168.0.0/16
Explanation:
The IPv4 range 192.168.0.0/16 is one of the three address ranges reserved for private network use. It includes addresses from 192.168.0.0 through 192.168.255.255 and is commonly used in homes, offices, and internal enterprise networks. The other private IPv4 ranges are 10.0.0.0/8 and 172.16.0.0/12. Addresses in the 169.254.0.0/16 range are commonly used for link-local addressing, while 224.0.0.0/4 is reserved for IPv4 multicast. Private addresses are not directly routable across the public Internet and often use NAT to access external networks.
Question: 225. What does the acronym MTU represent in networking?
- Maximum Transfer Utility
2. Maximum Transmission Unit
3. Managed Traffic Utility
4. Minimum Transmission Usage
Correct Answer: 2. Maximum Transmission Unit
MTU stands for Maximum Transmission Unit. It defines the largest packet size that can normally be transmitted across a particular network link without fragmentation at that Layer 2 technology. Ethernet commonly uses an MTU of 1500 bytes for the IP payload. If a packet is larger than the supported MTU and fragmentation is permitted, it may be divided into smaller pieces. Incorrect MTU settings can cause connectivity problems, particularly when applications or tunnels require larger packets. Understanding MTU is therefore important when troubleshooting packet fragmentation, VPN connectivity, and certain path-related network issues.
Question: 226. Which protocol is commonly used to securely access a remote network device through a command-line interface?
- SSH
2. Telnet
3. HTTP
4. TFTP
Correct Answer: 1. SSH
SSH, or Secure Shell, provides encrypted remote command-line access to network devices and servers. It protects administrative credentials and session data from being transmitted in clear text. Telnet can also provide remote command-line access, but it does not provide the same encryption and is therefore unsuitable for secure administrative access in modern networks. HTTP is primarily used for web-based communication, while TFTP is designed for simple file transfers. Network administrators commonly use SSH to securely configure switches, routers, firewalls, and other infrastructure devices.
Question: 227. What is the main function of ARP in an IPv4 Ethernet network?
- Assign IPv4 addresses dynamically
2. Encrypt Ethernet frames
3. Resolve an IPv4 address to a MAC address
4. Determine the shortest Layer 3 route
Correct Answer: 3. Resolve an IPv4 address to a MAC address
ARP, or Address Resolution Protocol, allows an IPv4 host to determine the MAC address associated with a known IPv4 address on the local network. When a device needs to send an Ethernet frame to another local IPv4 host, it can use an ARP request to ask which device owns a particular IP address. The corresponding device responds with its MAC address, which can then be stored in the sender’s ARP cache. DHCP assigns IP configuration, encryption protects data, and routing protocols determine Layer 3 paths. Therefore, resolving IPv4 addresses to MAC addresses is ARP’s primary function.
Question: 228. Which wireless security standard introduced stronger protection than WPA2 by using the Simultaneous Authentication of Equals mechanism?
- WEP
2. WPA
3. WPA2
4. WPA3
Correct Answer: 4. WPA3
WPA3 introduced stronger wireless security mechanisms compared with earlier standards. For WPA3-Personal, the authentication process uses Simultaneous Authentication of Equals (SAE), which replaces the traditional WPA2-PSK authentication approach. SAE improves protection against certain password-guessing attacks and provides stronger authentication characteristics. WEP is an outdated wireless security protocol, WPA is an older standard, and WPA2 does not use SAE as its standard personal authentication mechanism. Therefore, WPA3 is the wireless security standard associated with SAE-based authentication for WPA3-Personal networks.
Question: 229. What is the purpose of a trunk port on an Ethernet switch?
- To carry traffic for multiple VLANs
2. To provide power to wireless clients
3. To disable VLAN tagging
4. To connect only one untagged VLAN
Correct Answer: 1. To carry traffic for multiple VLANs
A trunk port carries traffic belonging to multiple VLANs across a single physical connection. VLAN tagging, commonly using IEEE 802.1Q, allows the receiving switch or network device to identify which VLAN each frame belongs to. Trunk links are commonly used between switches and between switches and Layer 3 devices that support multiple VLAN interfaces. An access port normally connects an endpoint to a single VLAN. Therefore, carrying traffic for multiple VLANs is the primary purpose of a trunk port.
Question: 230. Which command-line utility is commonly used to test basic IP connectivity to a destination?
- nslookup
2. ping
3. netstat
4. arp
Correct Answer: 2. ping
The ping utility is commonly used to test basic IP connectivity between a source device and a destination. It sends ICMP Echo Request messages and checks whether corresponding Echo Reply messages are received. Successful replies provide evidence that the destination is reachable at the IP layer, although they do not prove that every application or service is functioning correctly. nslookup is primarily used for DNS queries, netstat displays network connection information, and arp displays or manages ARP information. Therefore, ping is the standard basic utility for testing IP reachability.
Question: 231. What is the primary purpose of Spanning Tree Protocol in a switched network?
- Assign IP addresses to clients
2. Encrypt Layer 2 traffic
3. Prevent Layer 2 switching loops
4. Increase the MTU of Ethernet links
Correct Answer: 3. Prevent Layer 2 switching loops
Spanning Tree Protocol, or STP, prevents Layer 2 switching loops in Ethernet networks that contain redundant paths. Without loop prevention, redundant links can create broadcast storms, duplicate frames, and MAC address instability. STP logically blocks selected redundant paths while keeping them available as alternatives if an active path fails. It does not assign IP addresses, encrypt traffic, or modify Ethernet MTU values. By maintaining a loop-free Layer 2 topology while preserving redundancy, STP helps improve network stability and availability.
Question: 232. Which DNS record type maps a hostname directly to an IPv4 address?
- MX
2. AAAA
3. CNAME
4. A
Correct Answer: 4. A
An A record maps a DNS hostname to an IPv4 address. For example, a hostname such as server.example.com can have an A record pointing to an IPv4 address. An AAAA record performs a similar function for IPv6 addresses. An MX record identifies mail servers responsible for a domain, while a CNAME creates an alias pointing to another hostname. DNS records allow clients to locate services using human-readable names instead of requiring users to remember numerical IP addresses. Therefore, the A record is the correct DNS record type for IPv4 hostname resolution.
Question: 233. What is the primary purpose of network segmentation?
- To increase the number of broadcast domains and isolate traffic
2. To eliminate the need for routing
3. To make every device part of the same LAN
4. To disable network security controls
Correct Answer: 1. To increase the number of broadcast domains and isolate traffic
Network segmentation divides a network into separate logical or physical sections. Techniques such as VLANs, routing, and firewall policies can be used to isolate groups of devices and control how traffic moves between them. Segmentation can reduce unnecessary broadcast traffic and limit the impact of certain network problems or security incidents. It does not eliminate routing; in many designs, routing is required for communication between segments. Making every device part of the same LAN has the opposite effect. Therefore, traffic isolation and controlled separation are important purposes of network segmentation.
Question: 234. Which protocol is primarily responsible for automatically assigning IPv4 configuration information to clients?
- DNS
2. DHCP
3. SNMP
4. NTP
Correct Answer: 2. DHCP
Dynamic Host Configuration Protocol, or DHCP, automatically provides network configuration information to clients. Depending on the deployment, DHCP can assign an IPv4 address, subnet mask, default gateway, DNS server information, and lease duration. This reduces the need for administrators to manually configure every endpoint. DNS resolves names, SNMP is commonly used for network monitoring and management, and NTP synchronizes clocks. DHCP uses a client-server process to provide configuration information and manage address leases. Therefore, DHCP is the correct protocol for automatically assigning IPv4 network configuration.
Question: 235. What does a switch use a MAC address table for?
- To store DNS records
2. To calculate subnet masks
3. To determine which port should receive a frame
4. To assign DHCP leases
Correct Answer: 3. To determine which port should receive a frame
A switch uses its MAC address table to associate learned destination MAC addresses with specific switch ports. When a frame arrives, the switch examines its destination MAC address and checks the table to determine where the frame should be forwarded. If the destination is unknown, the switch may flood the frame within the appropriate VLAN. MAC addresses are learned from the source addresses of incoming frames and can age out over time. DNS records, subnet calculations, and DHCP leases are handled by other network functions. Thus, the MAC table supports efficient Layer 2 forwarding.
Question: 236. Which IPv6 address type is designed for communication with the nearest member of a group?
- Unicast
2. Broadcast
3. Anycast
4. Multicast
Correct Answer: 3. Anycast
An IPv6 anycast address identifies multiple interfaces, and traffic sent to that address is delivered to the nearest interface according to the routing topology. Anycast is useful for services that need geographically or topologically distributed instances, because clients can be directed toward an appropriate nearby destination. IPv6 does not use broadcast in the same way IPv4 does; multicast is used for one-to-many communication. Unicast identifies a single interface. Therefore, anycast is the address type designed to deliver traffic to the nearest member of a group.
Question: 237. Which technology combines multiple physical Ethernet links into one logical connection?
- Link aggregation
2. VLAN tagging
3. Port security
4. NAT
Correct Answer: 1. Link aggregation
Link aggregation combines multiple physical network links into a single logical interface. This can provide increased aggregate bandwidth and redundancy between connected network devices. Depending on the implementation, protocols such as LACP can negotiate and maintain the aggregated link. VLAN tagging identifies VLAN membership, port security controls access to switch ports, and NAT translates network addresses. Link aggregation is particularly useful for switch-to-switch or switch-to-server connections where both additional capacity and link redundancy are desirable. Therefore, link aggregation is the correct technology for combining multiple physical Ethernet links.
Question: 238. Which network management protocol commonly uses agents on devices to provide monitoring information?
- SMTP
2. SNMP
3. SSH
4. FTP
Correct Answer: 2. SNMP
Simple Network Management Protocol, or SNMP, is widely used to monitor and manage network devices. SNMP agents running on devices can provide information such as interface status, traffic counters, errors, and system resource statistics to a network management system. Administrators can use this information for monitoring, alerting, and troubleshooting. SMTP is used for email transport, SSH provides secure remote command-line access, and FTP transfers files. Therefore, SNMP is the protocol most directly associated with agent-based network monitoring and management.
Question: 239. What is the main advantage of using a static IP address for a network infrastructure device?
- It automatically changes when the device reconnects
2. It guarantees wireless encryption
3. It prevents all routing failures
4. It provides a consistent address for management or services
Correct Answer: 4. It provides a consistent address for management or services
A static IP address remains configured consistently rather than being dynamically assigned through a DHCP lease. This is useful for infrastructure devices such as routers, switches, servers, printers, and other services that need predictable addressing. Administrators can reliably connect to the device using its known address, and other systems can reference it consistently. A static IP does not automatically provide encryption or prevent routing failures. Dynamic addressing is useful for many client devices, but infrastructure services often benefit from predictable addresses. Therefore, consistent addressing is the key advantage.
Question: 240. Which troubleshooting approach begins by checking the physical components before moving upward through the protocol stack?
- Top-down troubleshooting
2. Random troubleshooting
3. Bottom-up troubleshooting
4. Application-first troubleshooting
Correct Answer: 3. Bottom-up troubleshooting
Bottom-up troubleshooting starts at the physical layer and progresses upward through the networking stack. An administrator may first check power, cables, interfaces, link lights, and physical connectivity before investigating data-link, network, transport, and application-layer issues. This approach can be especially useful when a device has no connectivity at all. Top-down troubleshooting begins with applications and works downward, while random troubleshooting lacks a structured diagnostic sequence. Therefore, bottom-up troubleshooting is the approach that starts with physical components and moves upward through the protocol stack.