terminology.dox 1.3 KB

12345678910111213141516171819202122232425262728
  1. // Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
  2. //
  3. // This Source Code Form is subject to the terms of the Mozilla Public
  4. // License, v. 2.0. If a copy of the MPL was not distributed with this
  5. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. /**
  7. @page terminology Terminology
  8. This page explains some common abbreviations and terms:
  9. - CA - Control Agent. That's a separate module that talks with Kea DHCPv4, DHCPv6 (and soon also D2)
  10. over control channel and exposes their internal commands using RESTful interface.
  11. - D2 - This is a nickname of DHCP-Dynamic DNS server module. Since using the full name is awkward,
  12. we often use shortened version of it: D2.
  13. - DHCP - Dynamic Host Configuration Protocol. There are two similar, but operationally different
  14. protocols: DHCPv4 and DHCPv6. When v4 or v6 is not specified, the DHCP expression applies to both.
  15. - DHCPv4 - Dynamic Host Configuration Protocol for IPv4, a protocol that defines how IPv4 hosts can
  16. obtain IPv4 addresses and other configuration from the servers. Defined in RFC2131.
  17. - DHCPv6 - Dynamic Host Configuration Protocol for IPv6, a protocol that defines how IPv6 hosts and
  18. router can obtain IPv6 addresses, IPv6 prefixes and other configuration from the servers. Defined
  19. in RFC3315.
  20. */