A senior network security engineer is updating the centralized management architecture for core enterprise switches and firewalls. Enterprise compliance mandates that all administrative communications must completely separate authentication processes from command-by-command authorization rules, while encrypting the entire packet payload during transit across the management network. Which authentication protocol and transport configuration must the engineer deploy on the network access servers to satisfy all compliance parameters?
- TACACS+ utilizing TCP port 49Cevap
- BRADIUS utilizing UDP port 1812
- CTACACS+ utilizing UDP port 49
- DRADIUS utilizing TCP port 1813
Cevap
TACACS+ utilizing TCP port 49 satisfies all corporate compliance parameters by encrypting the full packet body payload and separating authentication and authorization functions.
TACACS+ natively operates over TCP port 49 and is designed specifically for device access control. It completely separates Authentication, Authorization, and Accounting, allowing granular per-command administrative permissions. Furthermore, TACACS+ encrypts the full body of each packet, meeting the stringent compliance rules specified in the scenario.
Adım Adım Çözüm
Anahtar Kavram
AAA Protocol Differentiation (RADIUS vs TACACS+)