title: 6 - Network Support navPrev: 5-crypto-and-encryption-types.html navPrevText: 5 - Kerberos Crypto and Encryption Types navUp: ../user-guide.html navUpText: User Guide navNext: 7-dependency.html navNextText: 7 - Dependency

6 - Network Support

  • Include UDP and TCP transport.
  • Default KDC server implementation.
    • The Networking Classes in the JDK is used.
  • Netty based KDC server implementation.
    • Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
    • With better throughput, lower latency.