Match each AAA framework operational characteristic or protocol mechanism on the left to its corresponding protocol or architectural implementation on the right.
- TACACS+ Authorization MechanicsExecutes discrete command verification per transaction over a dedicated TCP connection after initial identity verification.
- RADIUS Accounting ArchitectureUtilizes separate UDP transport streams (port 1813 or 1646) with accounting request/response packets independent of access-granting exchanges.
- TACACS+ Packet Security ArchitectureEncrypts the entire payload body of every protocol frame using a shared secret key over TCP port 49.
- RADIUS Authentication & Authorization CouplingCombines access-request and response attribute-value pairs into a single exchange over UDP port 1812, encrypting only the password field.
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
Anahtar Kavram
AAA Protocol Architecture: TACACS+ vs RADIUS mechanics, transport protocols, functional coupling, and payload encryption scope.