A network security administrator is troubleshooting authentication failures for remote client devices connecting to internal corporate resources over a VPN. While directory browsing and LDAP user lookups function normally, domain authentication requests to the Key Distribution Center (KDC) fail whenever kerberos ticket sizes exceed the standard maximum transmission unit (MTU) or fall back to connection-oriented transport. Inspection of the perimeter firewall logs shows blocked traffic destined for the domain controller. Which port and transport protocol combination must be permitted on the firewall to allow complete Kerberos authentication traffic?
- TCP and UDP port 88Cevap
- BUDP port 88 only
- CTCP port 389
- DTCP port 445
Cevap
Permitting TCP and UDP port 88 on the firewall is required for full Kerberos authentication functionality.
Kerberos authentication services (KDC) operate on port 88 using both TCP and UDP protocols. UDP port 88 handles standard small authentication requests, while TCP port 88 is required when ticket payloads exceed buffer/MTU sizes or require connection-oriented delivery.
Adım Adım Çözüm
Anahtar Kavram
Kerberos Port and Transport Protocol Requirements