HP HPE6-A90 Practice Test Questions and Exam Dumps Part5 Q81-100

View Full HP HPE6-A90 Exam Dumps and Practice Test Dumps

 

Question: 81. Which device primarily operates at Layer 2 of the OSI model and forwards frames based on MAC addresses?

  1. Router
    2. Switch
    3. Firewall
    4. Modem

Correct Answer: 2

Explanation: A network switch primarily operates at Layer 2, the Data Link layer, and uses MAC addresses to make forwarding decisions. When a switch receives an Ethernet frame, it examines the destination MAC address and forwards the frame through the appropriate port when that address is known. Switches can also support features such as VLANs, trunking, and Spanning Tree Protocol. Routers primarily make Layer 3 forwarding decisions using IP addresses, while firewalls enforce security policies and modems provide specific connectivity functions. Understanding the role of each device is essential for network design and troubleshooting.

Question: 82. What does a default gateway provide to a host?

  1. A path to destinations outside the local subnet
    2. A replacement MAC address
    3. A DNS database
    4. A wireless encryption key

Correct Answer: 1

Explanation: A default gateway provides a host with a next-hop destination for traffic that needs to reach networks outside the host’s local subnet. When a destination IP address is not part of the local network, the host forwards the packet toward its configured default gateway. The gateway is typically a router or Layer 3 switch interface. A default gateway does not replace MAC addresses, act as a DNS database, or automatically provide wireless encryption. An incorrect or missing default gateway can prevent a host from reaching remote networks even when communication within the local subnet works correctly.

Question: 83. Which protocol is commonly used to synchronize clocks across network devices?

  1. FTP
    2. NTP
    3. SNMP
    4. SSH

Correct Answer: 2

Explanation: Network Time Protocol (NTP) is commonly used to synchronize clocks across computers and network devices. Accurate time is important for logging, troubleshooting, authentication systems, certificates, monitoring, and security events. NTP allows devices to obtain time information from configured time sources and maintain their clocks within an appropriate level of synchronization. FTP is used for file transfer, SNMP is commonly used for network monitoring and management, and SSH provides secure remote access. Consistent time across infrastructure makes it easier to correlate events from different devices when investigating network or security incidents.

Question: 84. Which IPv6 address type is designed for communication only within a local link?

  1. Global unicast
    2. Multicast
    3. Link-local
    4. Loopback

Correct Answer: 3

Explanation: IPv6 link-local addresses are designed for communication within the local network link and are not routed beyond that link. They are commonly used for neighbor discovery, router discovery, and other local IPv6 operations. IPv6 link-local addresses use the FE80::/10 prefix. Global unicast addresses are intended for broader routed communication, multicast addresses identify groups of receivers, and the IPv6 loopback address is used by a host to communicate with itself. Link-local addressing is an important part of IPv6 operation and is normally present on IPv6-enabled interfaces.

Question: 85. What is the primary function of DNS?

  1. Assign MAC addresses
    2. Translate domain names into IP addresses
    3. Encrypt Ethernet frames
    4. Prevent switching loops

Correct Answer: 2

Explanation: The Domain Name System (DNS) provides name-resolution services that allow applications and users to associate human-readable domain names with IP addresses and other DNS records. For example, a hostname can be resolved to an IPv4 or IPv6 address before a client establishes communication with a server. DNS does not assign MAC addresses, encrypt Ethernet frames, or prevent switching loops. Those functions are handled by different technologies. DNS can also provide records for services, mail routing, aliases, and other information, making it a fundamental service in modern IP networks.

Question: 86. Which technology is designed to prevent Layer 2 switching loops?

  1. STP
    2. DHCP
    3. DNS
    4. NAT

Correct Answer: 1

Explanation: Spanning Tree Protocol (STP) is designed to prevent Layer 2 loops in Ethernet networks containing redundant paths. Without loop-prevention mechanisms, redundant links can allow frames to circulate continuously, causing broadcast storms, MAC-table instability, and severe network disruption. STP logically blocks selected redundant paths while maintaining them as alternatives that can become active if the topology changes. DHCP provides host configuration, DNS performs name resolution, and NAT translates addresses. Network administrators should understand the spanning-tree topology and verify that redundant links behave as intended during normal operation and failure scenarios.

Question: 87. What is the purpose of a subnet mask in IPv4?

  1. Identify the network and host portions of an IP address
    2. Encrypt the IP packet
    3. Assign a DNS hostname
    4. Identify the physical switch port

Correct Answer: 1

Explanation: An IPv4 subnet mask identifies which bits of an IPv4 address represent the network portion and which represent the host portion. This information allows a device to determine whether a destination is on the local subnet or must be reached through a router. For example, a /24 prefix corresponds to the subnet mask 255.255.255.0. A subnet mask does not encrypt packets, assign DNS hostnames, or identify a physical switch port. Correct subnetting is essential for efficient address allocation, routing, segmentation, and communication between network devices.

Question: 88. Which protocol is commonly used for secure command-line administration of network devices?

  1. Telnet
    2. HTTP
    3. SSH
    4. TFTP

Correct Answer: 3

Explanation: Secure Shell (SSH) provides encrypted remote command-line access to network devices and servers. It helps protect credentials and administrative traffic from being transmitted in plain text across the network. SSH is widely used for secure device management and supports authentication and encrypted sessions. Telnet can provide remote terminal access but does not provide the same modern encryption protection. HTTP is primarily used for web communication, while TFTP provides lightweight file transfer. For network administration, SSH is generally preferred when secure remote management is required.

Question: 89. What does a VLAN primarily provide within a switched network?

  1. Logical segmentation of a Layer 2 network
    2. Automatic Internet access
    3. Physical replacement of all switches
    4. Encryption of every packet

Correct Answer: 1

Explanation: A Virtual LAN (VLAN) provides logical segmentation within a switched network. Devices assigned to different VLANs can be separated into distinct broadcast domains even when they share the same physical switching infrastructure. Communication between different VLANs generally requires Layer 3 routing. VLANs can improve organization, security, traffic management, and network design flexibility. A VLAN does not automatically provide Internet access, replace physical switches, or encrypt every packet. Proper VLAN configuration also requires appropriate access and trunk settings so that traffic is assigned and transported correctly.

Question: 90. Which metric represents the amount of data successfully transferred over a network during a period of time?

  1. Latency
    2. Jitter
    3. Throughput
    4. Packet loss

Correct Answer: 3

Explanation: Throughput represents the amount of data successfully transferred across a network during a given period. It is an important measure of actual network performance and can differ from the theoretical bandwidth of a connection because of congestion, protocol overhead, errors, equipment limitations, and other factors. Latency describes delay, jitter describes variation in delay, and packet loss indicates packets that fail to reach their destination. Measuring throughput can help administrators determine whether a network connection is delivering the expected performance for applications and users.

Question: 91. What is the main purpose of ARP in an IPv4 Ethernet network?

  1. Resolve an IPv4 address to a MAC address
    2. Resolve a hostname to an IPv6 address
    3. Encrypt IP traffic
    4. Assign a subnet mask

Correct Answer: 1

Explanation: Address Resolution Protocol (ARP) is used in IPv4 networks to determine the MAC address associated with a known IPv4 address on the local network. When a host needs to send an Ethernet frame to a local IPv4 destination, it can use ARP to discover the destination’s MAC address. The resulting information may be stored temporarily in an ARP cache. DNS performs hostname resolution, encryption is handled by security protocols, and subnet masks are configured through host network settings. Understanding ARP is particularly useful when troubleshooting local IPv4 connectivity and address-resolution problems.

Question: 92. Which network service automatically provides IP configuration information to clients?

  1. DNS
    2. DHCP
    3. SNMP
    4. NTP

Correct Answer: 2

Explanation: Dynamic Host Configuration Protocol (DHCP) automatically provides network configuration information to clients. Depending on the configuration, a DHCP server can provide an IP address, subnet mask or prefix information, default gateway, DNS server addresses, lease duration, and other options. This reduces the need to configure every client manually. DNS is responsible for name resolution, SNMP is used for monitoring and management, and NTP provides time synchronization. DHCP is particularly useful in networks with many clients because centralized address management makes deployment and administration more efficient.

Question: 93. What is the purpose of a MAC address table on an Ethernet switch?

  1. Store learned associations between MAC addresses and switch ports
    2. Store DNS domain names
    3. Store user passwords
    4. Store Internet routing policies

Correct Answer: 1

Explanation: An Ethernet switch maintains a MAC address table that associates learned source MAC addresses with the switch ports where those addresses were observed. When a frame arrives, the switch can use this information to determine where to forward traffic when the destination MAC address is known. If the destination is unknown, the switch may flood the frame within the appropriate broadcast domain. The MAC address table is different from a routing table, DNS database, or authentication database. Understanding MAC learning helps explain how switches efficiently forward Ethernet frames.

Question: 94. Which type of IPv4 address is intended for communication with a group of receivers?

  1. Unicast
    2. Broadcast
    3. Multicast
    4. Loopback

Correct Answer: 3

Explanation: An IPv4 multicast address identifies a group of receivers rather than a single destination. Hosts can join multicast groups and receive traffic addressed to those groups when appropriate multicast mechanisms are configured. Unicast communication targets a specific destination, broadcast targets all relevant hosts within a broadcast domain, and loopback addresses are used for communication within the local host. Multicast is useful for applications that need to deliver the same content to multiple interested receivers without treating every receiver as a separate unicast destination.

Question: 95. What is the main function of a router?

  1. Forward packets between different IP networks
    2. Store website files
    3. Convert electrical power to fiber signals
    4. Assign usernames to network users

Correct Answer: 1

Explanation: A router forwards packets between different IP networks based on Layer 3 addressing and routing information. It examines the destination IP address and selects an appropriate next hop or outgoing interface using its routing table and route-selection process. Routers can also provide functions such as routing protocols, access control, NAT, and other services depending on the platform. Website storage is typically provided by servers, power conversion is handled by appropriate physical equipment, and user identity management belongs to authentication or directory systems. Routing is fundamental to communication between separate IP networks.

Question: 96. Which technology allows multiple private IPv4 hosts to share a smaller number of public IPv4 addresses?

  1. NAT/PAT
    2. STP
    3. LLDP
    4. NTP

Correct Answer: 1

Explanation: Network Address Translation with Port Address Translation (NAT/PAT) allows multiple private IPv4 hosts to share one or a smaller number of public IPv4 addresses. PAT distinguishes individual connections by using transport-layer port information while translating the internal addresses to an external address. This technique has been widely used to conserve limited public IPv4 address space. STP prevents Layer 2 loops, LLDP provides neighbor discovery, and NTP synchronizes clocks. NAT/PAT can also influence how inbound and outbound connectivity works, so administrators must understand the translation behavior when troubleshooting applications.

Question: 97. Which tool is commonly used to test whether an IP host is reachable?

  1. ping
    2. nslookup
    3. arp
    4. ipconfig

Correct Answer: 1

Explanation: The ping utility is commonly used to test IP reachability by sending ICMP Echo Request messages and checking for corresponding Echo Replies. It can provide basic information about whether a destination responds and may also show round-trip time. Ping results should be interpreted carefully because firewalls or security policies may block ICMP even when other services remain reachable. nslookup is primarily used for DNS queries, arp displays or manages address-resolution information, and ipconfig displays local network configuration. Ping is therefore a useful first troubleshooting tool, but it does not prove that every application service is functioning.

Question: 98. What does QoS primarily help network administrators manage?

  1. Traffic priority and resource allocation
    2. Physical cable color
    3. User account passwords
    4. Domain registration ownership

Correct Answer: 1

Explanation: Quality of Service (QoS) mechanisms help manage network traffic by applying policies such as classification, marking, queuing, scheduling, policing, or shaping. These techniques can help prioritize important traffic when network resources are constrained. Real-time applications such as voice and video may require appropriate treatment because delay, jitter, and packet loss can affect their performance. QoS does not increase physical link capacity by itself, determine cable color, manage user passwords, or control domain ownership. Effective QoS begins with identifying traffic requirements and applying appropriate policies throughout the relevant network path.

Question: 99. Which security principle gives users only the access required to perform their responsibilities?

  1. Least privilege
    2. Open access
    3. Maximum exposure
    4. Shared authentication

Correct Answer: 1

Explanation: The principle of least privilege means that users, applications, and systems should receive only the permissions necessary to perform their authorized responsibilities. Limiting privileges can reduce the potential impact of compromised accounts, accidental actions, and unauthorized access. Least privilege can be implemented through role-based permissions, access-control policies, administrative restrictions, and other security mechanisms. It does not mean that every user receives unrestricted access or that credentials should be shared. Applying least privilege consistently is an important part of reducing unnecessary access within enterprise networks and information systems.

Question: 100. Which document is most useful for recording the physical and logical relationships among network devices?

  1. Network diagram
    2. Password list
    3. Software license
    4. Purchase receipt

Correct Answer: 1

Explanation: A network diagram provides a visual representation of network infrastructure and can document physical or logical relationships among devices. Depending on its purpose, a diagram may show switches, routers, firewalls, access points, links, IP networks, VLANs, and other components. Accurate diagrams can make troubleshooting, maintenance, planning, and change management easier. A password list, software license, or purchase receipt serves a different administrative purpose. Network documentation should be kept current as infrastructure changes so that administrators can rely on it when diagnosing problems or planning future network modifications.