Latest 2025 Realistic Verified HPE6-A78 Dumps - 100% Free HPE6-A78 Exam Dumps [Q11-Q31]

Share

Latest 2025 Realistic Verified HPE6-A78 Dumps - 100% Free HPE6-A78 Exam Dumps

Get 2025 Updated Free HP HPE6-A78 Exam Questions and Answer


HP HPE6-A78 certification exam is an essential credential for IT professionals who want to specialize in wireless networking security solutions. HPE6-A78 exam covers a vast range of topics that are relevant to enterprise environments. Passing HPE6-A78 exam requires knowledge and skills in implementing and configuring Aruba's network security solutions effectively. Candidates who pass the HPE6-A78 exam will have a valuable credential that demonstrates their expertise in network security.

 

NEW QUESTION # 11
What role does the Aruba ClearPass Device Insight Analyzer play in the Device Insight architecture?

  • A. It resides on-prem and is responsible for running active SNMP and Nmap scans
  • B. It resides In the cloud and applies machine learning and supervised crowdsourcing to metadata sent by Collectors
  • C. It resides on-prem and provides the span port to which traffic is mirrored for deep analytics.
  • D. It resides in the cloud and manages licensing and configuration for Collectors

Answer: B


NEW QUESTION # 12
A client has accessed an HTTPS server at myhost1.example.com using Chrome. The server sends a certificate that includes these properties:
Subject name: myhost.example.com
SAN: DNS: myhost.example.com; DNS: myhost1.example.com
Extended Key Usage (EKU): Server authentication
Issuer: MyCA_Signing
The server also sends an intermediate CA certificate for MyCA_Signing, which is signed by MyCA. The client's Trusted CA Certificate list does not include the MyCA or MyCA_Signing certificates.
Which factor or factors prevent the client from trusting the certificate?

  • A. The client does not have the correct trusted CA certificates.
  • B. The certificate lacks a valid SAN, and the client does not have the correct trusted CA certificates.
  • C. The certificate lacks a valid SAN.
  • D. The certificate lacks the correct EKU.

Answer: A

Explanation:
This question is identical to Question 17, with the same certificate properties and scenario. The client (Chrome browser) accesses an HTTPS server at myhost1.example.com, and the server presents a certificate with:
Subject name: myhost.example.com
SAN: DNS: myhost.example.com; DNS: myhost1.example.com
EKU: Server authentication
Issuer: MyCA_Signing (intermediate CA)
The intermediate CA certificate (MyCA_Signing) is signed by MyCA (root CA).
The client's Trusted CA Certificate list does not include MyCA or MyCA_Signing.
The certificate validation process is the same as in Question 17:
Name Validation: The SAN includes "myhost1.example.com," which matches the server's hostname, so this passes.
EKU Validation: The EKU is "Server authentication," which is correct for HTTPS, so this passes.
Chain of Trust Validation: The client attempts to build a chain from the server's certificate to a trusted root CA:
Server certificate → MyCA_Signing → MyCA Since MyCA is not in the client's Trusted CA Certificate list, the chain cannot be validated, and the client does not trust the certificate.
Option A, "The client does not have the correct trusted CA certificates," is correct. The absence of MyCA in the client's trust store prevents the client from validating the certificate chain.
Option B, "The certificate lacks a valid SAN," is incorrect because the SAN includes "myhost1.example.com," which is valid.
Option C, "The certificate lacks the correct EKU," is incorrect because the EKU is correctly set to "Server authentication." Option D, "The certificate lacks a valid SAN, and the client does not have the correct trusted CA certificates," is incorrect because the SAN is valid; the only issue is the missing trusted CA certificates.
The HPE Aruba Networking AOS-CX 10.12 Security Guide states:
"For a client to trust a server's certificate during HTTPS communication, the client must validate the certificate chain to a trusted root CA in its trust store. If the root CA (e.g., MyCA) or intermediate CA (e.g., MyCA_Signing) is not in the client's Trusted CA Certificate list, the chain of trust cannot be established, and the client will reject the certificate. The Subject Alternative Name (SAN) must include the server's hostname, and the Extended Key Usage (EKU) must include 'Server authentication' for HTTPS." (Page 205, Certificate Validation Section) Additionally, the HPE Aruba Networking Security Fundamentals Guide notes:
"A common reason for certificate validation failure is the absence of the root CA certificate in the client's trust store. For example, if a server's certificate is issued by an intermediate CA (e.g., MyCA_Signing) that chains to a root CA (e.g., MyCA), the client must have the root CA certificate in its Trusted CA Certificate list to trust the chain." (Page 45, Certificate Trust Issues Section)
:
HPE Aruba Networking AOS-CX 10.12 Security Guide, Certificate Validation Section, Page 205.
HPE Aruba Networking Security Fundamentals Guide, Certificate Trust Issues Section, Page 45.


NEW QUESTION # 13
From which solution can ClearPass Policy Manager (CPPM) receive detailed information about client device type OS and status?

  • A. ClearPass Access Tracker
  • B. ClearPass OnGuard
  • C. ClearPass Onboard
  • D. ClearPass Guest

Answer: B

Explanation:
ClearPass Policy Manager (CPPM) can receive detailed information about client device type, OS, and status from ClearPass OnGuard. ClearPass OnGuard is part of the ClearPass suite and provides posture assessment and endpoint health checks. It gathers detailed information on the status and security posture of devices trying to connect to the network, such as whether antivirus software is up to date, which operating system is running, and other details that characterize the device's compliance with the network's security policies.
References:
Aruba ClearPass product documentation that details the capabilities of ClearPass OnGuard.
Network security resources that describe endpoint health checks and the importance of device posture assessment for access control.


NEW QUESTION # 14
An ArubaOS-CX switch enforces 802.1X on a port. No fan-through options or port-access roles are configured on the port The 802 1X supplicant on a connected client has not yet completed authentication Which type of traffic does the authenticator accept from the client?

  • A. DHCP, DNS, and EAP only
  • B. DHCP, DNS and RADIUS only
  • C. EAP only
  • D. RADIUS only

Answer: C

Explanation:
For an ArubaOS-CX switch enforcing 802.1X on a port without any fallback options or port-access roles configured, and where the supplicant on the connected client has not completed authentication, the only type of traffic the authenticator accepts from the client is EAP (Extensible Authentication Protocol). EAP is a universal authentication framework used in 802.1X for message exchange during the authentication process. The switch allows EAP packets because they are necessary for the client and the authentication server to perform the authentication process. This is standard behavior for 802.1X authenticators, which is to permit EAP traffic to pass through even before authentication is successful to facilitate the authentication exchange. This information is supported by the IEEE 802.1X standard and ArubaOS-CX security configuration guides.


NEW QUESTION # 15
What purpose does an initialization vector (IV) serve for encryption?

  • A. It enables programs to convert easily-remembered passphrases to keys of a correct length.
  • B. It enables the conversion of asymmetric keys into keys that are suitable for symmetric encryption.
  • C. It helps parties to negotiate the keys and algorithms used to secure data before data transmission.
  • D. It makes encryption algorithms more secure by ensuring that same plaintext and key can produce different ciphertext.

Answer: D

Explanation:
The primary purpose of an Initialization Vector (IV) in encryption is to ensure that the same plaintext encrypted with the same encryption key will produce different ciphertext each time it is encrypted. This variability is crucial for securing repetitive data patterns and preventing certain types of cryptographic attacks, such as replay or pattern analysis attacks. The IV adds randomness to the encryption process, making it more secure by ensuring that encrypted messages are unique, even if the plaintext and key remain unchanged. This prevents attackers from deducing patterns or inferring any useful information from repeated ciphertext.


NEW QUESTION # 16
What is one practice that can help you to maintain a digital chain or custody In your network?

  • A. Ensure that all network infrastructure devices receive a valid clock using authenticated NTP
  • B. Ensure that all network Infrastructure devices use RADIUS rather than TACACS+ to authenticate managers
  • C. Enable packet capturing on Instant AP or Mobility Controller (MC) control path on an ongoing basis.
  • D. Enable packet capturing on Instant AP or Moodily Controller (MC) datepath on an ongoing basis

Answer: A

Explanation:
To maintain a digital chain of custody in a network, a crucial practice is to ensure that all network infrastructure devices receive a valid clock using authenticated Network Time Protocol (NTP). Accurate and synchronized time stamps are essential for creating reliable and legally defensible logs. Authenticated NTP ensures that the time being set on devices is accurate and that the time source is verified, which is necessary for correlating logs from different devices and for forensic analysis.
References:
Digital forensics and network security protocols that underscore the importance of accurate timekeeping for maintaining a digital chain of custody.
NTP configuration guidelines for network devices, emphasizing the use of authentication to prevent tampering with clock settings.


NEW QUESTION # 17
The first exhibit shows roles on the MC, listed in alphabetic order. The second and third exhibits show the configuration for a WLAN to which a client connects. Which description of the role assigned to a user under various circumstances is correct?

  • A. A user authenticates successfully with 802.1X, and the RADIUS Access-Accept includes an Aruba-User-Role VSA set to "employeel." The client's role is "employeel."
  • B. A user authenticates successfully with 802.1X. and the RADIUS Access-Accept includes an Aruba-User-Role VSA set to "employee." The client's role is "guest."
  • C. A user authenticates successfully with 802.1 X. and the RADIUS Access-Accept includes an Aruba-User-Role VSA set to "employeel." The client's role is "guest."
  • D. A user fails 802.1X authentication. The client remains connected, but is assigned the "guest" role.

Answer: A

Explanation:
In a WLAN setup that uses 802.1X for authentication, the role assigned to a user is determined by the result of the authentication process. When a user successfully authenticates via 802.1X, the RADIUS server may include a Vendor-Specific Attribute (VSA), such as the Aruba-User-Role, in the Access-Accept message. This attribute specifies the role that should be assigned to the user. If the RADIUS Access-Accept message includes an Aruba-User-Role VSA set to "employee1", the client should be assigned the "employee1" role, as per the VSA, and not the default "guest" role. The "guest" role would typically be a fallback if no other role is specified or if the authentication fails.


NEW QUESTION # 18
You need to implement a WPA3-Enterprise network that can also support WPA2-Enterprise clients. What is a valid configuration for the WPA3-Enterprise WLAN?

  • A. CNSA mode disabled with 256-bit keys
  • B. CNSA mode disabled with 128-bit keys
  • C. CNSA mode enabled with 256-bit keys
  • D. CNSA mode enabled with 128-bit keys

Answer: A

Explanation:
In an Aruba network, when setting up a WPA3-Enterprise network that also supports WPA2-Enterprise clients, you would typically configure the network to operate in a transitional mode that supports both protocols. CNSA (Commercial National Security Algorithm) mode is intended for networks that require higher security standards as specified by the US National Security Agency (NSA). However, for compatibility with WPA2 clients, which do not support CNSA requirements, you would disable CNSA mode. WPA3 can use 256-bit encryption keys, which offer a higher level of security than the 128-bit keys used in WPA2.


NEW QUESTION # 19
Refer to the exhibit.

This Aruba Mobility Controller (MC) should authenticate managers who access the Web Ul to ClearPass Policy Manager (CPPM) ClearPass admins have asked you to use RADIUS and explained that the MC should accept managers' roles in Aruba-Admin-Role VSAs Which setting should you change to follow Aruba best security practices?

  • A. Clear the MSCHAP check box
  • B. Disable local authentication
  • C. Change the local user role to read-only
  • D. Change the default role to "guest-provisioning"

Answer: B

Explanation:
For following Aruba best security practices, the setting you should change is to disable local authentication.
When integrating with an external RADIUS server like ClearPass Policy Manager (CPPM) for authenticating administrative access to the Mobility Controller (MC), it is a best practice to rely on the external server rather than the local user database. This practice not only centralizes the management of user roles and access but also enhances security by leveraging CPPM's advanced authentication mechanisms.
References:
Aruba Networks official best practice documentation, which recommends centralized authentication for administrative access.
Security standards and guidelines that promote the use of external RADIUS servers for authentication purposes.


NEW QUESTION # 20
You have been asked to rind logs related to port authentication on an ArubaOS-CX switch for events logged in the past several hours But. you are having trouble searching through the logs What is one approach that you can take to find the relevant logs?

  • A. Enable debugging for "portaccess" to move the relevant logs to a buffer.
  • B. Configure a logging Tiller for the "port-access" category, and apply that filter globally.
  • C. Specify a logging facility that selects for "port-access" messages.
  • D. Add the "-C and *-c port-access" options to the "show logging" command.

Answer: B

Explanation:
In ArubaOS-CX, managing and searching logs can be crucial for tracking and diagnosing issues related to network operations such as port authentication. To efficiently find logs related to port authentication, configuring a logging filter specifically for this category is highly effective.
Logging Filter Configuration: In ArubaOS-CX, you can configure logging filters to refine the logs that are collected and viewed. By setting up a filter for the "port-access" category, you focus the logging system to only capture and display entries related to port authentication events. This approach reduces the volume of log data to sift through, making it easier to identify relevant issues.
Global Application of Filter: Applying the filter globally ensures that all relevant log messages, regardless of their origin within the switch's modules or interfaces, are captured under the specified category. This global application is crucial for comprehensive monitoring across the entire device.
Alternative Options and Their Evaluation:
Option A: Adding "-C and *-c port-access" to the "show logging" command is not a standard command format in ArubaOS-CX for filtering logs directly through the show command.
Option C: Enabling debugging for "portaccess" indeed increases the detail of logs but primarily serves to provide real-time diagnostic information rather than filtering existing logs.
Option D: Specifying a logging facility focuses on routing logs to different destinations or subsystems and does not inherently filter by log category like port-access.


NEW QUESTION # 21
Your ArubaoS solution has detected a rogue AP with Wireless intrusion Prevention (WIP). Which information about the detected radio can best help you to locate the rogue device?

  • A. the confidence level
  • B. the match method
  • C. the match type
  • D. the detecting devices

Answer: B


NEW QUESTION # 22
What is a difference between radius and TACACS+?

  • A. RADIUS combines the authentication and authorization process while TACACS+ separates them.
  • B. RADIUS uses Attribute Value Pairs (AVPs) in its messages, while TACACS+ does not use them.
  • C. RADIUS encrypts the complete packet, white TACACS+ only offers partial encryption.
  • D. RADIUS uses TCP for Its connection protocol, while TACACS+ uses UDP tor its connection protocol.

Answer: A


NEW QUESTION # 23
You are deploying a new wireless solution with an HPE Aruba Networking Mobility Master (MM), Mobility Controllers (MCs), and campus APs (CAPs). The solution will include a WLAN that uses Tunnel for the forwarding mode and WPA3-Enterprise for the security option.
You have decided to assign the WLAN to VLAN 301, a new VLAN. A pair of core routing switches will act as the default router for wireless user traffic.
Which links need to carry VLAN 301?

  • A. Only links on the path between APs and the core routing switches
  • B. Only links between MC ports and the core routing switches
  • C. All links in the campus LAN to ensure seamless roaming
  • D. Only links on the path between APs and the MC

Answer: B

Explanation:
In an HPE Aruba Networking AOS-8 architecture with a Mobility Master (MM), Mobility Controllers (MCs), and campus APs (CAPs), the WLAN is configured to use Tunnel forwarding mode and WPA3-Enterprise security. In Tunnel mode, all user traffic from the APs is encapsulated in a GRE tunnel and sent to the MC, which then forwards the traffic to the appropriate VLAN. The WLAN is assigned to VLAN 301, and the core routing switches act as the default router for wireless user traffic.
Tunnel Forwarding Mode: In this mode, the AP does not directly place user traffic onto the wired network. Instead, the AP tunnels all user traffic to the MC over a GRE tunnel. The MC then decapsulates the traffic and places it onto the wired network in the specified VLAN (VLAN 301 in this case). This means the VLAN tagging for user traffic occurs at the MC, not at the AP.
VLAN 301 Assignment: Since the WLAN is assigned to VLAN 301, the MC will tag user traffic with VLAN 301 when forwarding it to the wired network. The core routing switches, acting as the default router, need to receive this traffic on VLAN 301 to route it appropriately.
Therefore, VLAN 301 needs to be carried on the links between the MC ports and the core routing switches, as this is where the MC forwards the user traffic after decapsulating it from the GRE tunnel.
Option A, "Only links on the path between APs and the core routing switches," is incorrect because, in Tunnel mode, the APs do not directly forward user traffic to the wired network. The traffic is tunneled to the MC, so the links between the APs and the core switches do not need to carry VLAN 301 for user traffic (though they may carry other VLANs for AP management).
Option B, "Only links on the path between APs and the MC," is incorrect for the same reason. The GRE tunnel between the AP and MC carries encapsulated user traffic, and VLAN 301 tagging occurs at the MC, not on the AP-to-MC link.
Option C, "All links in the campus LAN to ensure seamless roaming," is incorrect because VLAN 301 only needs to be present where the MC forwards user traffic to the wired network (i.e., between the MC and the core switches). Extending VLAN 301 to all links is unnecessary and could introduce security or scalability issues.
Option D, "Only links between MC ports and the core routing switches," is correct because the MC places user traffic onto VLAN 301 and forwards it to the core switches, which act as the default router.
The HPE Aruba Networking AOS-8 8.11 User Guide states:
"In Tunnel forwarding mode, the AP encapsulates all user traffic in a GRE tunnel and sends it to the Mobility Controller (MC). The MC decapsulates the traffic and forwards it to the wired network on the VLAN assigned to the WLAN. For example, if the WLAN is assigned to VLAN 301, the MC tags the user traffic with VLAN 301 and sends it out of its wired interface to the upstream switch. Therefore, the VLAN must be configured on the links between the MC and the upstream switch or router that acts as the default gateway for the VLAN." (Page 275, Tunnel Forwarding Mode Section) Additionally, the HPE Aruba Networking Wireless LAN Design Guide notes:
"When using Tunnel mode, the VLAN assigned to the WLAN must be carried on the wired links between the Mobility Controller and the default router for the VLAN. The links between the APs and the MC do not need to carry the user VLAN, as all traffic is tunneled to the MC, which handles VLAN tagging." (Page 52, VLAN Configuration Section)
:
HPE Aruba Networking AOS-8 8.11 User Guide, Tunnel Forwarding Mode Section, Page 275.
HPE Aruba Networking Wireless LAN Design Guide, VLAN Configuration Section, Page 52.


NEW QUESTION # 24
What is one of the roles of the network access server (NAS) in the AAA framewonx?

  • A. It negotiates with each user's device to determine which EAP method is used for authentication
  • B. It determines which resources authenticated users are allowed to access and monitors each users session
  • C. It enforces access to network services and sends accounting information to the AAA server
  • D. It authenticates legitimate users and uses policies to determine which resources each user is allowed to access.

Answer: D


NEW QUESTION # 25
A company with 439 employees wants to deploy an open WLAN for guests. The company wants the experience to be as follows:
*Guests select the WLAN and connect without having to enter a password.
*Guests are redirected to a welcome web page and log in.
The company also wants to provide encryption for the network for devices that are capable. Which security options should you implement for the WLAN?

  • A. Captive portal and WPA3-Personal
  • B. WPA3-Personal and MAC-Auth
  • C. Opportunistic Wireless Encryption (OWE) and WPA3-Personal
  • D. Captive portal and Opportunistic Wireless Encryption (OWE) in transition mode

Answer: D

Explanation:
Opportunistic Wireless Encryption (OWE) provides encrypted communications on open Wi-Fi networks, which addresses the company's desire to have encryption without requiring a password for guests. It can work in transition mode, which allows for the use of OWE by clients that support it, while still permitting legacy clients to connect without encryption. Combining this with a captive portal enables the desired welcome web page for guests to log in.


NEW QUESTION # 26
A company has an Aruba solution with a Mobility Master (MM) Mobility Controllers (MCs) and campus Aps. What is one benefit of adding Aruba Airwave from the perspective of forensics?

  • A. Airwave is required to activate Wireless Intrusion Prevention (WIP) services on the ArubaOS solution
  • B. AirWave enables low level debugging on the devices across the ArubaOS solution
  • C. Airwave can provide more advanced authentication and access control services for the AmbaOS solution
  • D. Airwave retains information about the network for much longer periods than ArubaOS solution

Answer: D

Explanation:
Adding Aruba Airwave to an Aruba solution that includes a Mobility Master (MM), Mobility Controllers (MCs), and campus APs offers several benefits, notably in the realm of network forensics. One of the significant advantages is that Airwave can retain detailed information about the network for much longer periods than what is typically possible with just ArubaOS solutions. This extensive data retention is crucial for forensic analysis, allowing network administrators and security professionals to conduct thorough investigations of past incidents. With access to historical data, professionals can identify trends, pinpoint security breaches, and understand the impact of specific changes or events within the network over time.
References:
Aruba's official product documentation and user guides for Airwave and ArubaOS, which outline features, benefits, and use cases related to network management and forensic capabilities.
Industry case studies and whitepapers that discuss the implementation and advantages of integrating Airwave into existing network infrastructure for enhanced monitoring and security.


NEW QUESTION # 27
What is an example of passive endpoint classification?

  • A. WMI scans
  • B. SSH scans
  • C. TCP fingerprinting
  • D. SNMP scans

Answer: C

Explanation:
Endpoint classification in HPE Aruba Networking ClearPass Policy Manager (CPPM) involves identifying and categorizing devices on the network to enforce access policies. CPPM supports two types of profiling methods: passive and active.
Passive Profiling: Involves observing network traffic that devices send as part of their normal operation, without CPPM sending any requests to the device. Examples include DHCP fingerprinting, HTTP User-Agent analysis, and TCP fingerprinting.
Active Profiling: Involves CPPM sending requests to the device to gather information, such as SNMP scans, WMI scans, or SSH probes.
Option A, "TCP fingerprinting," is correct. TCP fingerprinting is a passive profiling method where CPPM analyzes TCP packet headers (e.g., TTL, window size) in the device's normal network traffic to identify its operating system. This does not require CPPM to send any requests to the device, making it a passive method.
Option B, "SSH scans," is incorrect. SSH scans involve actively connecting to a device over SSH to gather information (e.g., system details), which is an active profiling method.
Option C, "WMI scans," is incorrect. Windows Management Instrumentation (WMI) scans involve CPPM querying a Windows device to gather information (e.g., OS version, installed software), which is an active profiling method.
Option D, "SNMP scans," is incorrect. SNMP scans involve CPPM sending SNMP requests to a device to gather information (e.g., system description, interfaces), which is an active profiling method.
The HPE Aruba Networking ClearPass Policy Manager 6.11 User Guide states:
"Passive profiling methods observe network traffic that endpoints send as part of their normal operation, without ClearPass sending any requests to the device. An example of passive profiling is TCP fingerprinting, where ClearPass analyzes TCP packet headers (e.g., TTL, window size) to identify the device's operating system. Active profiling methods, such as SNMP scans, WMI scans, or SSH scans, involve ClearPass sending requests to the device to gather information." (Page 246, Passive vs. Active Profiling Section) Additionally, the ClearPass Device Insight Data Sheet notes:
"Passive profiling techniques, such as TCP fingerprinting, allow ClearPass to identify devices without generating additional network traffic. By analyzing TCP attributes in the device's normal traffic, ClearPass can fingerprint the OS, making it a non-intrusive method for endpoint classification." (Page 3, Profiling Methods Section)
:
HPE Aruba Networking ClearPass Policy Manager 6.11 User Guide, Passive vs. Active Profiling Section, Page 246.
ClearPass Device Insight Data Sheet, Profiling Methods Section, Page 3.


NEW QUESTION # 28
You have been instructed to look in the ArubaOS Security Dashboard's client list Your goal is to find clients mat belong to the company and have connected to devices that might belong to hackers Which client fits this description?

  • A. MAC address d8:50:e6:f3;TO;ab; Client Classification Interfering. AP Classification Rogue
  • B. MAC address d8:50:e6:f3;6d;a4; Client Classification Authorized; AP Classification, interfering
  • C. MAC address d8:50:e6:f3;6e;60; Client Classification Interfering. AP Classification Interfering
  • D. MAC address d8:50:e6 f3;6e;c5; Client Classification Interfering. AP Classification Neighbor

Answer: C


NEW QUESTION # 29
What is one way that WPA3-PerSonal enhances security when compared to WPA2-Personal?

  • A. WPA3-Personal is more complicated to deploy because it requires a backend authentication server
  • B. WPA3-Personai is more resistant to passphrase cracking Because it requires passphrases to be at least 12 characters
  • C. WPA3-Personai prevents eavesdropping on other users' wireless traffic by a user who knows the passphrase for the WLAN.
  • D. WPA3-Perscn3i is more secure against password leaking Because all users nave their own username and password

Answer: D


NEW QUESTION # 30
What is one of the roles of the network access server (NAS) in the AAA framewonx?

  • A. It negotiates with each user's device to determine which EAP method is used for authentication
  • B. It determines which resources authenticated users are allowed to access and monitors each users session
  • C. It enforces access to network services and sends accounting information to the AAA server
  • D. It authenticates legitimate users and uses policies to determine which resources each user is allowed to access.

Answer: C

Explanation:
In the AAA (Authentication, Authorization, and Accounting) framework, the role of the Network Access Server (NAS) is to act as a gateway that enforces access to network services and sends accounting information to the AAA server. The NAS initially requests authentication information from the user and then passes that information to the AAA server. It also enforces the access policies as provided by the AAA server after authentication and provides accounting data to the AAA server based on user activity.
:
Technical literature on AAA protocols which often includes a description of the roles and responsibilities of a Network Access Server.
Network security resources that discuss the NAS function within the AAA framework.


NEW QUESTION # 31
......


HP HPE6-A78 certification exam is designed to test the knowledge and skills of network professionals in the area of Aruba network security. HPE6-A78 exam validates the candidates' ability to implement and manage secure network solutions using Aruba technology. Aruba Certified Network Security Associate Exam certification is ideal for network security professionals who are looking to advance their careers and demonstrate their expertise in Aruba network security.

 

HPE6-A78 Dumps PDF and Test Engine Exam Questions: https://skillsoft.braindumpquiz.com/HPE6-A78-exam-material.html