AAA Framework Concepts (Authentication, Authorization, Accounting)

30 soru

Soru 1Soru

Match each component of the AAA security framework to its core administrative function.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Authentication
Authorization
Accounting

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Authentication maps to identity verification; Authorization maps to privilege and resource permission determination; Accounting maps to tracking, logging, and usage recording.
Authentication is responsible for verifying identity, Authorization restricts or allows actions based on permissions, and Accounting logs session and command activity for auditing purposes.

Adım Adım Çözüm

1
Identify the primary role of Authentication in the AAA framework.
Authentication answers 'Who are you?' by verifying credentials against a local database or remote AAA server.
Establishing identity is the essential first step before any network privileges can be evaluated.
2
Identify the primary role of Authorization in the AAA framework.
Authorization answers 'What are you allowed to do?' by specifying permissible CLI commands or VLAN assignments.
Access control policy enforcement requires explicit permission checks per user session.
3
Identify the primary role of Accounting in the AAA framework.
Accounting answers 'What did you do and for how long?' by capturing log entries and session statistics.
Auditing and compliance depend on maintaining accurate time-stamped logs of administrative actions.

Anahtar Kavram

Core Pillars of the AAA Security Framework (Authentication, Authorization, Accounting)
Soru 2Soru

A network administrator is evaluating AAA protocols to manage CLI access to enterprise routers. Which feature is a key characteristic of TACACS+ compared to RADIUS?

Cevabı ve açıklamayı göster

Cevap: It encrypts the entire packet body during transmission.

Cevap

TACACS+ encrypts the entire body of the packet during transmission.
TACACS+ encrypts the entire body of the packet, providing complete confidentiality for usernames, commands, and authorization details. In contrast, RADIUS encrypts only the password field.

Adım Adım Çözüm

1
Identify the protocol characteristics of TACACS+.
TACACS+ is an administrative AAA protocol that operates over TCP port 49.
Understanding transport protocol mechanics and encryption features is fundamental when comparing TACACS+ and RADIUS.
2
Compare TACACS+ encryption mechanisms against RADIUS.
TACACS+ encrypts the entire packet payload (everything following the header), whereas RADIUS encrypts only the password attribute.
This structural difference ensures TACACS+ provides full-payload confidentiality for network device administration sessions.

Anahtar Kavram

TACACS+ vs. RADIUS AAA Protocol Differences
Tahmini Süre:45s
Soru 3Soru

A network administrator needs to restrict which specific CLI commands an engineer can execute on a router after logging in. Which AAA component is responsible for controlling the specific actions and commands a user is allowed to perform?

Cevabı ve açıklamayı göster

Cevap: Authorization

Cevap

Authorization is the AAA component responsible for specifying permissions and restricting user actions or command execution on a network device.
Authorization is the functional pillar of AAA that determines user rights, privilege levels, and allowable commands after identity has been established.

Adım Adım Çözüm

1
Identify the primary functions of the three pillars of the AAA framework
Authentication proves identity (Who are you?), Authorization grants permissions (What can you do?), and Accounting tracks actions (What did you do?).
Understanding the separation of roles within the AAA framework is essential for network access administration.
2
Match the administrator's requirement to the correct AAA function
Restricting CLI command execution requires privilege and permission enforcement, which falls under Authorization.
Authorization explicitly defines command access levels and privilege levels for an authenticated user.

Anahtar Kavram

AAA Framework Authorization Pillar
Soru 4Soru

Match each AAA framework operational characteristic or protocol mechanism on the left to its corresponding protocol or architectural implementation on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

TACACS+ Authorization Mechanics
RADIUS Accounting Architecture
TACACS+ Packet Security Architecture
RADIUS Authentication & Authorization Coupling

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

TACACS+ Authorization Mechanics pairs with discrete command verification per transaction over TCP; RADIUS Accounting Architecture pairs with separate UDP transport streams (port 1813/1646); TACACS+ Packet Security Architecture pairs with encrypting the entire payload body over TCP port 49; RADIUS Authentication & Authorization Coupling pairs with combining access-request and response attribute-value pairs while encrypting only the password field over UDP port 1812.
TACACS+ provides full-payload encryption over TCP port 49 and separates AAA pillars, enabling discrete per-command authorization checks. RADIUS couples authentication and authorization into single Access-Request/Accept exchanges over UDP port 1812 (encrypting only the password attribute) and utilizes separate UDP port streams (port 1813) for accounting.

Adım Adım Çözüm

1
Analyze transport protocols and functional separation differences between TACACS+ and RADIUS.
TACACS+ relies on reliable connection-oriented TCP (port 49) and separates AAA functions completely. RADIUS relies on connectionless UDP (ports 1812/1813 or 1645/1646) and combines authentication with authorization.
Understanding transport layer and structural coupling determines how requests are framed.
2
Evaluate encryption scope differences across packet payloads.
TACACS+ encrypts the entire payload body of the packet following the TACACS+ header. RADIUS obfuscates only the User-Password attribute using an MD5-based mechanism, leaving username and other attributes in plaintext.
This key security distinction defines how sensitive payload administrative data is protected in transit.
3
Map command-level authorization and transaction flow.
Because TACACS+ isolates authorization from authentication, a network device can send an authorization request for every command entered at the CLI prompt. RADIUS delivers user profile authorization attributes back during the initial access granting phase.
TACACS+ is optimized for device administration due to per-command granularity.

Anahtar Kavram

AAA Protocol Architecture: TACACS+ vs RADIUS mechanics, transport protocols, functional coupling, and payload encryption scope.
Soru 5Soru

A network administrator is implementing the AAA framework on an enterprise switch to manage access. Match each administrative operational task on the left to its corresponding AAA framework pillar on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Validating user credentials against a centralized database before granting access
Restricting an authenticated engineer to specific privilege levels and CLI commands
Logging session start times, duration, and executed commands for compliance tracking

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Validating user credentials matches Authentication; Restricting privilege levels and CLI commands matches Authorization; Logging session times and executed commands matches Accounting.
Authentication verifies identity ('who you are'), Authorization determines permissions and command rights ('what you can do'), and Accounting logs user activity and session details ('what you did').

Adım Adım Çözüm

1
Analyze the task of validating user credentials.
Credential validation verifies identity (Who are you?), which is the function of Authentication.
Authentication is the first pillar of AAA responsible for verifying identity.
2
Analyze the task of restricting privilege levels and CLI commands.
Restricting access and capabilities enforces permission rules (What can you do?), which is the function of Authorization.
Authorization determines the scope of actions granted to an authenticated identity.
3
Analyze the task of logging session details and command history.
Logging activities creates an audit trail (What did you do?), which is the function of Accounting.
Accounting measures resource consumption and records session event logs.

Anahtar Kavram

Core Pillars of the AAA Framework (Authentication, Authorization, Accounting)
Tahmini Süre:45s
Soru 6Soru

An enterprise network security team is designing an access control architecture for two distinct use cases: granular CLI command authorization with full packet encryption for network engineers managing infrastructure devices via SSH, and port-based 802.1X authentication for wireless clients where authentication and authorization must be evaluated together in a single protocol transaction. Which protocol deployment strategy correctly fulfills both technical requirements based on their underlying operational characteristics?

Cevabı ve açıklamayı göster

Cevap: Deploy TACACS+ over TCP port 49 for infrastructure management because it encrypts the entire packet body and separates AAA functions; deploy RADIUS over UDP ports 1812 and 1813 for 802.1X access control because it encrypts only the password field and combines authentication with authorization.

Cevap

Deploy TACACS+ over TCP port 49 for infrastructure management because it encrypts the entire packet body and separates AAA functions; deploy RADIUS over UDP ports 1812 and 1813 for 802.1X access control because it encrypts only the password field and combines authentication with authorization.
The correct strategy specifies TACACS+ over TCP port 49 for infrastructure management and RADIUS over UDP ports 1812/1813 for 802.1X network access control. TACACS+ encrypts the entire packet payload and decouples the AAA pillars, making it ideal for command-level authorization during SSH administration sessions. RADIUS encrypts only the user password field and combines authentication and authorization into single Access-Accept messages, making it the industry standard for 802.1X client authentication.

Adım Adım Çözüm

1
Analyze device administration requirements
Device management requires per-command authorization and payload encryption for sensitive CLI interactions.
TACACS+ runs on TCP port 49, encrypts the entire packet body (providing confidentiality for command parameters), and strictly separates Authentication, Authorization, and Accounting, allowing dynamic per-command authorization checks.
2
Analyze 802.1X network access control requirements
Network access control requires combined authentication and authorization decisions for endpoint network admission.
RADIUS operates over UDP ports 1812 (authentication/authorization) and 1813 (accounting). It combines authentication and authorization into single Access-Request and Access-Accept/Reject transactions, while encrypting only the password attribute in the header.
3
Synthesize protocol selection
TACACS+ satisfies device administration; RADIUS satisfies 802.1X access control.
Matching TACACS+ (TCP 49, full encryption, modular AAA) with RADIUS (UDP 1812/1813, password-only encryption, coupled auth/assoc) fulfills all design criteria.

Anahtar Kavram

TACACS+ vs RADIUS Protocol Architecture and Operational Differences
Soru 7Soru

A network security engineer analyzes packet traces captured during remote access sessions to network infrastructure and 802.1X wireless client authentications. Which TWO statements correctly describe the architectural and packet-level differences between TACACS+ and RADIUS operations?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: TACACS+ separates authentication and authorization into independent transaction pairs, whereas RADIUS combines authentication and authorization within its access-request and access-accept exchanges.; TACACS+ uses TCP port 49 to ensure reliable transport for fine-grained command-by-command authorization, whereas RADIUS relies on UDP ports 1812 and 1813 for authentication and accounting traffic.

Cevap

The correct statements state that TACACS+ separates authentication and authorization into independent transactions while RADIUS combines them, and that TACACS+ operates over TCP port 49 while RADIUS uses UDP ports 1812 and 1813.
TACACS+ provides modular separation of authentication and authorization, enabling independent transaction pairs, and runs over TCP port 49 for reliable transmission. RADIUS bundles authentication and authorization together within single Access-Request/Accept exchanges and operates over UDP ports 1812 and 1813.

Adım Adım Çözüm

1
Analyze protocol architectural modularity for AAA functions.
Identify that TACACS+ decouples Authentication, Authorization, and Accounting into separate protocol flows, whereas RADIUS combines Authentication and Authorization into a unified Access-Request/Access-Accept exchange.
Modular functional separation allows granular per-command authorization in TACACS+.
2
Evaluate transport layer protocols and port assignments.
Confirm TACACS+ utilizes connection-oriented TCP over port 49, whereas RADIUS utilizes connectionless UDP ports 1812 (Authentication/Authorization) and 1813 (Accounting).
TCP provides session reliability required for administrative control, while UDP minimizes overhead for network access control.
3
Evaluate packet payload encryption mechanisms to reject false statements.
Recognize that TACACS+ encrypts the entire packet payload (excluding the header), while RADIUS encrypts only the password attribute in the Access-Request packet.
Misidentifying payload encryption scope is a common protocol confusion.

Anahtar Kavram

Operational and protocol mechanics distinguishing TACACS+ and RADIUS within the AAA framework.
Soru 8Soru

A network engineering team requires strict per-command authorization and per-command audit logging for administrative CLI access on core Cisco switches. Every individual command entered by a logged-in administrator must be evaluated against central security policies before execution. Which protocol selection and architectural behavior correctly satisfies these operational requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+, because its modular AAA architecture separates authentication and authorization, sending distinct TCP-based authorization requests for each individual command entered.

Cevap

TACACS+, because its modular AAA architecture separates authentication and authorization, sending distinct TCP-based authorization requests for each individual command entered.
The correct selection identifies TACACS+ as the protocol that decouples authentication and authorization over TCP port 49 with full-packet payload encryption. This modular separation enables network devices to send an authorization request for every CLI command entered by an administrator.

Adım Adım Çözüm

1
Analyze the functional access control requirement.
The requirement calls for per-command administrative authorization and CLI logging on network infrastructure devices.
Device administration requires fine-grained control over CLI commands, which is supported natively by TACACS+.
2
Compare protocol separation mechanics between TACACS+ and RADIUS.
TACACS+ completely decouples Authentication, Authorization, and Accounting (AAA), whereas RADIUS combines Authentication and Authorization into single protocol exchanges.
Decoupling authorization allows a NAS (network access server) to request explicit permission for individual CLI commands after a user has already authenticated.
3
Evaluate transport and security mechanisms for TACACS+ vs RADIUS.
TACACS+ uses TCP port 49 and encrypts the entire packet payload (body). RADIUS uses UDP ports 1812/1813 and encrypts only the password attribute.
TCP guarantees reliable delivery for per-command authorization packets, and full-payload encryption protects command strings and output sent across the network.

Anahtar Kavram

TACACS+ vs RADIUS Protocol Architecture and AAA Function Separation
Soru 9Soru

A network operations team is auditing access control protocols used across enterprise routers and switches. When comparing TACACS+ and RADIUS protocol implementations, which TWO functional characteristics belong specifically to TACACS+? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: It utilizes TCP port 49 and encrypts the entire payload of the packet.; It completely separates authentication and authorization into independent operational processes.

Cevap

The two correct functional characteristics of TACACS+ are that it utilizes TCP port 49 while encrypting the entire packet payload, and it completely separates authentication and authorization into independent operational processes.
TACACS+ is primarily engineered for administrative device access control. It uses TCP port 49 and provides full-packet payload encryption. Furthermore, TACACS+ strictly separates the authentication, authorization, and accounting functions, which permits network administrators to implement granular command-level authorization policies independently of user authentication.

Adım Adım Çözüm

1
Analyze transport layer behavior and security mechanics for TACACS+.
TACACS+ uses TCP port 49 and encrypts the entire payload.
TACACS+ relies on connection-oriented TCP for reliable communication and encrypts all packet payload data beyond the header.
2
Evaluate functional separation within the AAA architecture for TACACS+.
TACACS+ decouples authentication, authorization, and accounting.
Separating authorization from authentication enables precise, per-command CLI access control during device administration sessions.

Anahtar Kavram

TACACS+ vs RADIUS Protocol Architecture and Operational Mechanics
Tahmini Süre:2m 0s
Soru 10Soru

A network engineer must enforce a security policy requiring real-time validation of individual CLI commands executed during administrator sessions on enterprise switches. Additionally, the policy dictates that the entire communication payload between the switch and the AAA server must be encrypted. Which protocol and operational mechanism fulfill these security requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+, because it operates over TCP and decouples authorization from authentication, allowing per-command validation while encrypting the entire packet payload.

Cevap

TACACS+ is the correct choice because it uses TCP transport, decouples AAA functions to enable individual command authorization, and encrypts the entire packet payload.
TACACS+ separates the AAA pillars into discrete operations, allowing an administrator to configure per-command authorization on network devices. Furthermore, TACACS+ runs over TCP port 49 and encrypts the entire packet body beyond the 12-byte header, satisfying all requirements specified in the scenario.

Adım Adım Çözüm

1
Evaluate transport protocol and encryption characteristics
TACACS+ uses TCP port 49 and encrypts the entire packet payload (everything after the standard TACACS+ header). RADIUS uses UDP ports 1812/1813 and encrypts only the password field within Access-Request packets.
Security requirements call for full packet payload encryption.
2
Evaluate AAA functional separation for command-level authorization
TACACS+ fully separates Authentication, Authorization, and Accounting into distinct modular services, enabling per-command authorization checks before execution. RADIUS combines authentication and authorization in unified exchange messages.
Administrative command validation requires standalone authorization requests per CLI command.
3
Select the protocol that satisfies both requirements
Only TACACS+ satisfies both full packet payload encryption and decoupled per-command authorization.
Matching all technical and policy constraints leads directly to TACACS+.

Anahtar Kavram

TACACS+ vs RADIUS Protocol Capabilities and AAA Functional Separation
Soru 11Soru

A network security administrator is aligning enterprise network management requirements with AAA framework services and protocol architecture. Match each operational task or network access requirement on the left with its corresponding AAA component or protocol mechanism on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Validating user credentials against a centralized directory server during an initial 802.1X supplicant connection
Restricting an authenticated operator from executing specific privilege level configuration commands on a router
Logging start and stop timestamps, user identity, and session byte counts for administrative sessions to a central database
Encrypting the complete body of transmission packets over connection-oriented TCP port 49 during administrative sessions

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Validating credentials maps to Authentication; restricting command execution maps to Authorization; logging timestamps and session data maps to Accounting; encrypting full packet bodies over TCP port 49 maps to TACACS+ Protocol Mechanics.
Each operational requirement directly corresponds to a fundamental pillar of the AAA framework or a specific protocol implementation detail: Authentication handles identity verification, Authorization enforces command and resource access rights, Accounting logs session and audit data, and TACACS+ provides full-payload encryption over TCP port 49.

Adım Adım Çözüm

1
Identify the AAA pillar responsible for identity verification.
Validating user credentials against a central directory service establishes identity, which is the core function of Authentication.
Authentication answers the question 'Who are you?' by checking credentials.
2
Identify the AAA pillar responsible for enforcing permissions and command restrictions.
Controlling command access and restricting operational privileges maps to Authorization.
Authorization answers the question 'What are you allowed to do?' after identity has been established.
3
Identify the AAA pillar responsible for audit trailing and session metrics.
Recording timestamps, session statistics, and user activities maps to Accounting.
Accounting answers the question 'What did you do and for how long?' for compliance auditing.
4
Identify the security protocol characteristic involving full packet body encryption over TCP 49.
TCP port 49 transport with complete payload encryption is a defining feature of TACACS+.
Unlike RADIUS, which uses UDP and encrypts only the password field, TACACS+ encrypts the entire payload over TCP.

Anahtar Kavram

AAA Framework Functional Separation & TACACS+ vs RADIUS Architecture
Soru 12Soru

An enterprise security team is evaluating AAA protocol deployments across network devices. The security policy mandates that administrative CLI sessions on core routers must enforce per-command authorization and per-command accounting logs. During testing, the team observes that while RADIUS successfully authenticates incoming user sessions, it fails to perform real-time, per-command authorization checks during an active CLI session. Which architectural characteristic of RADIUS accounts for this limitation?

Cevabı ve açıklamayı göster

Cevap: RADIUS combines authentication and authorization into unified Access-Request and Access-Accept packet exchanges, preventing standalone authorization requests for individual CLI commands.

Cevap

RADIUS combines authentication and authorization within its packet exchanges, making it unable to independently authorize individual CLI commands during an active administration session.
RADIUS is designed primarily for network access control (such as 802.1X and dial-up/VPN access) where authentication and authorization occur simultaneously upon connection. Because RADIUS packages authentication and authorization attributes together inside standard Access-Request and Access-Accept packets, it cannot easily initiate separate, isolated authorization requests for individual CLI commands executed after session establishment. TACACS+, by contrast, completely decouples AAA functions, allowing per-command authorization queries.

Adım Adım Çözüm

1
Analyze the operational requirements for per-command administrative authorization.
Per-command authorization requires a protocol capable of sending separate, real-time authorization requests to the AAA server every time an administrator enters a command at the CLI.
Administrative device access requires granular command control after the initial authentication session is established.
2
Evaluate RADIUS architectural mechanics regarding AAA functional separation.
RADIUS combines authentication and authorization into unified packet exchanges (Access-Request, Access-Accept, Access-Reject).
Because authentication and authorization are coupled, RADIUS is optimized for network access control (e.g., 802.1X, VPNs) rather than per-command administrative authorization.
3
Contrast RADIUS mechanics with TACACS+ to select the correct architectural limitation.
TACACS+ modularly separates Authentication, Authorization, and Accounting, allowing standalone command authorization over TCP port 49 with full payload encryption.
The inability of RADIUS to separate authorization from initial authentication is the exact architectural reason it cannot support per-command authorization.

Anahtar Kavram

AAA Protocol Differences (TACACS+ vs RADIUS Functional Separation)
Soru 13Soru

A system administrator is configuring an authentication server to support 802.1X wireless client access across campus switch stacks. Which operational characteristic of RADIUS makes it the primary protocol choice for this network access scenario compared to TACACS+?

Cevabı ve açıklamayı göster

Cevap: It combines authentication and authorization into a single protocol process while encrypting only the user password.

Cevap

RADIUS combines authentication and authorization into a single protocol exchange and encrypts only the password field, making it the industry standard for 802.1X network access control.
The correct answer accurately identifies key attributes of RADIUS: it combines authentication and authorization into a unified exchange and encrypts only the password attribute in the request body. This combined model is optimized for network access control applications like 802.1X.

Adım Adım Çözüm

1
Analyze the scenario requirement
The requirement focuses on 802.1X network access control for wireless clients and switch ports.
802.1X architectures rely heavily on RADIUS because network access decisions (Authentication and Authorization) occur simultaneously upon connection.
2
Compare RADIUS functional mechanics with TACACS+
RADIUS operates via UDP (ports 1812/1813), combines authentication and authorization into single transactions, and encrypts only the password attribute.
TACACS+ uses TCP port 49, separates AAA processes independently (allowing per-command authorization for administrator CLI access), and encrypts the entire packet body.
3
Identify the correct option describing RADIUS behavior
Combining authentication and authorization while encrypting only the password is the defining operational behavior of RADIUS.
This functional pairing aligns directly with network access control standards like 802.1X.

Anahtar Kavram

RADIUS vs TACACS+ Protocol Architectural Differences
Soru 14Soru

A network infrastructure team is selecting a centralized AAA protocol to secure administrative CLI access to enterprise switches. The security policy dictates that all communication between the network devices and the AAA server must have its entire packet payload encrypted, and the solution must support granular authorization for individual CLI commands. Which protocol satisfies these security requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+

Cevap

TACACS+ meets both requirements by encrypting the full packet body and separating authorization from authentication to permit command-level control.
TACACS+ is a AAA protocol operating over TCP port 49. It encrypts the entire body of the packet (all payload data beyond the TACACS+ header) and separates AAA functions, making it ideal for network device administration where granular per-command authorization is required.

Adım Adım Çözüm

1
Analyze the payload encryption requirement.
Full-packet payload encryption is required. TACACS+ encrypts the entire body of the packet, whereas RADIUS only encrypts the password attribute.
Security policy specifies full-packet encryption rather than selective field encryption.
2
Analyze the command authorization requirement.
Granular command-level authorization is required. TACACS+ separates authentication, authorization, and accounting, allowing individual command checks. RADIUS combines authentication and authorization into single attribute-value pairs.
Separation of AAA functions is necessary for per-command authorization.

Anahtar Kavram

TACACS+ vs RADIUS AAA protocol features and encryption mechanisms
Soru 15Soru

A network security administrator is configuring centralized security management for enterprise switches and routers. Match each AAA pillar or protocol characteristic on the left with its correct operational description on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Authentication
Authorization
Accounting
TACACS+ Security Architecture

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Authentication matches with verifying user credentials. Authorization matches with defining allowed privileges and commands. Accounting matches with logging user activity and session details. TACACS+ Security Architecture matches with encrypting the full payload and separating AAA functions over TCP port 49.
Authentication verifies credentials (who you are), Authorization controls permitted actions/commands (what you can do), Accounting logs user session details (what you did), and TACACS+ architecture relies on TCP port 49 while providing full-packet payload encryption and modular separation of AAA functions.

Adım Adım Çözüm

1
Identify the core definition of Authentication
Authentication answers 'Who are you?' by verifying credentials such as usernames and passwords.
Establishing identity is the primary first step in the AAA framework.
2
Identify the core definition of Authorization
Authorization answers 'What can you do?' by defining permitted command levels and access rights.
Once identity is proven, permissions must be enforced per user role.
3
Identify the core definition of Accounting
Accounting answers 'What did you do?' by tracking session start/stop times and commands executed.
Auditing requires keeping log records of user actions.
4
Identify the architectural mechanics of TACACS+
TACACS+ decouples AAA operations and uses TCP port 49 with full-packet payload encryption.
Unlike RADIUS which combines authentication/authorization and encrypts passwords only, TACACS+ provides total payload encryption and modular AAA separation.

Anahtar Kavram

AAA Framework Pillars and TACACS+ Protocol Architecture
Soru 16Soru

An enterprise network policy mandates strict access controls for network engineers managing edge routers. The policy requires that user identity verification and command execution permission checks operate as completely decoupled processes, allowing individual CLI commands to be evaluated independently by a central server after a session is established. Which operational characteristic of TACACS+ satisfies this requirement?

Cevabı ve açıklamayı göster

Cevap: Complete separation of authentication, authorization, and accounting functions into distinct, modular transactions

Cevap

TACACS+ architecture fully decouples authentication, authorization, and accounting, which enables per-command authorization checks during an established administrative session over reliable TCP port 49.
TACACS+ separates authentication, authorization, and accounting into distinct functional processes and uses TCP port 49 for reliable transport. This modular separation enables network devices to send independent authorization requests for individual CLI commands executed during an active administrative session.

Adım Adım Çözüm

1
Analyze the policy requirements
The scenario requires decoupled authentication and authorization services to perform per-command authorization checks.
Administrative device access requires fine-grained control over which specific CLI commands a user can run.
2
Compare TACACS+ and RADIUS functional separation mechanics
TACACS+ separates AAA services into modular transactions over TCP port 49, whereas RADIUS combines authentication and authorization into unified transactions over UDP.
Modular functional separation allows a device to request authorization decisions for individual commands without re-authenticating.

Anahtar Kavram

TACACS+ vs. RADIUS Functional Architecture (Decoupled AAA vs. Combined Auth/Author)
Soru 17Soru

A network manager is evaluating centralized AAA protocols to secure network infrastructure devices and access points. Which TWO operational characteristics distinguish TACACS+ from RADIUS? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: TACACS+ encrypts the entire packet payload, whereas RADIUS encrypts only the password field.; TACACS+ separates Authentication and Authorization into distinct processes, allowing per-command authorization.

Cevap

TACACS+ encrypts the entire packet payload (rather than just the password field) and separates Authentication and Authorization into distinct processes to allow per-command authorization.
TACACS+ provides full-packet payload encryption (enhancing security for administrative traffic) and maintains modular separation of Authentication and Authorization (enabling per-command authorization policies).

Adım Adım Çözüm

1
Identify payload encryption behavior for TACACS+ versus RADIUS.
TACACS+ encrypts the entire body of every packet, whereas RADIUS encrypts only the MD5-hashed password attribute.
Full-packet encryption in TACACS+ prevents unauthorized observers from reading usernames, authorization commands, and accounting logs.
2
Analyze functional decoupling of AAA pillars in TACACS+.
TACACS+ decouples authentication from authorization, enabling granular per-command control during administrative CLI sessions.
RADIUS binds authentication and authorization together in single packet exchanges, making per-command authorization impractical.

Anahtar Kavram

TACACS+ vs RADIUS Architectural and Security Differences
Soru 18Soru

A network administrator needs to implement centralized AAA for managing CLI access to enterprise switches and routers. The organization security policy strictly mandates per-command authorization checks for every command an administrator executes, as well as full-packet encryption for all AAA network communications. Which protocol and operational characteristic fulfill these security requirements?

Cevabı ve açıklamayı göster

Cevap: TACACS+, because it separates AAA functions to support granular per-command authorization and encrypts the complete packet payload.

Cevap

TACACS+, because it separates AAA functions to support granular per-command authorization and encrypts the complete packet payload.
TACACS+ uses TCP port 49 and completely decouples authentication, authorization, and accounting. This modularity enables per-command authorization, where every CLI command issued by an operator can be evaluated by the server before execution on the device. Furthermore, TACACS+ encrypts the entire payload of every packet, protecting sensitive configuration data and usernames.

Adım Adım Çözüm

1
Analyze the requirement for per-command authorization.
TACACS+ separates Authentication and Authorization into distinct steps, allowing a device to query the AAA server for permission prior to executing each individual command. RADIUS combines Authentication and Authorization into a single response, making per-command authorization impractical.
Functional separation of AAA components determines the capability for granular command authorization.
2
Analyze the requirement for full-packet encryption.
TACACS+ encrypts the entire body of the packet following the header. RADIUS only encrypts the password field within the Access-Request packet, leaving username and authorization attributes in cleartext.
Protocol encryption specifications differ between TACACS+ and RADIUS.
3
Synthesize protocol characteristics to select the correct protocol.
TACACS+ provides both modular AAA separation (enabling per-command authorization) and full-packet encryption, satisfying both criteria.
Only TACACS+ satisfies both administrative access control requirements.

Anahtar Kavram

TACACS+ vs RADIUS Protocol Mechanics
Soru 19Soru

In an enterprise network infrastructure, AAA services and security protocols provide identity verification, access control, and activity tracking for administrative sessions. Match each operational requirement or behavioral characteristic on the left with its corresponding AAA framework pillar or security protocol on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Determining whether an authenticated network engineer has permission to execute specific configuration commands on a switch.
Tracking and logging the start time, duration, and commands executed during an active CLI maintenance session.
Encrypting only the user password within the Access-Request packet payload while operating over UDP transport.
Encrypting the entire payload body of every communication packet exchanged over TCP port 49.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The items correctly match as follows: Authorization corresponds to controlling command execution rights; Accounting corresponds to session duration and command execution logging; RADIUS protocol corresponds to password-only encryption over UDP; TACACS+ protocol corresponds to full packet payload encryption over TCP port 49.
Authorization handles user permissions and command execution rights, while Accounting handles session auditing and activity logs. From a protocol standpoint, RADIUS encrypts only the password using UDP, whereas TACACS+ encrypts the entire payload using TCP port 49.

Adım Adım Çözüm

1
Analyze the access control requirement for command execution.
Matches Authorization.
Authorization defines what actions, services, or commands an authenticated entity is permitted to perform.
2
Analyze the logging and reporting requirement for CLI activity.
Matches Accounting.
Accounting records session usage data, timestamping, and user activities for audit trails.
3
Analyze protocol transport and encryption behavior for partial payload protection.
Matches RADIUS protocol.
RADIUS relies on UDP transport and limits its encryption to the user password field.
4
Analyze protocol transport and encryption behavior for full payload protection.
Matches TACACS+ protocol.
TACACS+ uses reliable TCP transport on port 49 and encrypts all packet payloads.

Anahtar Kavram

AAA Pillars and AAA Protocol Mechanics (TACACS+ vs RADIUS)
Soru 20Soru

During a security compliance audit of a network management architecture, an engineer observes that per-command authorization and granular command accounting cannot be enforced for CLI sessions authenticated via RADIUS. Which protocol characteristic explains this limitation of RADIUS compared to TACACS+?

Cevabı ve açıklamayı göster

Cevap: RADIUS combines authentication and authorization into unified packet exchanges, whereas TACACS+ decouples them to allow independent per-command authorization requests.

Cevap

RADIUS combines authentication and authorization into unified packet exchanges, whereas TACACS+ decouples all three AAA services to allow granular, per-command authorization requests.
The correct answer highlights that RADIUS couples authentication and authorization together during initial access validation, making it impractical for per-command verification. TACACS+ maintains complete modularity between Authentication, Authorization, and Accounting, sending separate authorization packets for every command executed during an administrative session.

Adım Adım Çözüm

1
Identify the AAA architectural requirement described in the audit scenario.
The requirement calls for per-command CLI authorization and granular command-level accounting.
Administrative network device management (device administration) often requires verifying each command entered by an engineer against a central policy.
2
Compare RADIUS and TACACS+ operational mechanics for Authorization.
RADIUS binds Authentication and Authorization into one operational exchange (Access-Request / Access-Accept), sending authorization attributes upon initial login. TACACS+ separates Authentication and Authorization into discrete transaction types.
Decoupling authorization allows TACACS+ to query the AAA server for explicit permission prior to executing individual CLI commands.
3
Select the option that accurately reflects protocol separation rules.
The option identifying that RADIUS combines authentication and authorization whereas TACACS+ decouples them explains the limitation.
This structural difference makes TACACS+ optimal for device administration and RADIUS optimal for network access control.

Anahtar Kavram

AAA Protocol Functional Separation (TACACS+ vs RADIUS)
Tahmini Süre:1m 30s
Sayfa 1 / 2Sonraki
AAA Framework Concepts (Authentication, Authorization, Accounting) Alıştırma Soruları — Cisco CCNA | Examkin