Alphabetical glossary

L glossary terms

23 definitions beginning with L.

23 terms

DNS

Label

A component of a domain name separated by dots in presentation form. On the wire, a standard label is length-prefixed and generally limited to 63 octets.

Read definition
DNS

Lame delegation

A delegation that points to a server that is not authoritative for the delegated zone or cannot serve it correctly. Lame delegations cause resolution delays, intermittent failures, and operational noise.

Read definition
Operations

Last known good

A previously validated configuration or data state retained for rollback or recovery. DDI changes should define how to restore a last-known-good zone, database, or service configuration.

Read definition
DHCP

Lease

The time-bounded right for a client to use an address or prefix and associated configuration. Lease state is maintained by both client and server.

Read definition
DHCP

Lease database

The server data store containing lease bindings, states, identities, and timing. Backup, replication, integrity, and recovery of this database are central to DHCP availability.

Read definition
DHCP

Lease duration

The amount of time an address or prefix remains valid before renewal or expiration. Short leases increase churn and server traffic, while long leases slow reclamation and configuration change.

Read definition
DHCP

Lease history

A record of past address-to-client associations and state changes. It supports troubleshooting, security attribution, capacity analysis, and compliance retention.

Read definition
DHCP

Lease reclamation

The process of returning expired, released, or administratively cleared addresses to an available state. Reclamation may include grace periods, conflict checks, DNS cleanup, and history retention.

Read definition
DHCP

Leasequery

A protocol family that allows authorized systems to request current or historical binding information from DHCP servers. It is used by relays, access concentrators, security platforms, and IPAM systems.

Read definition
Routing

Least-specific route

The route with the shortest matching prefix length. When no more-specific route exists, traffic follows the least-specific matching route, often the default route.

Read definition
IP

Link

A communication domain on which nodes can exchange IP packets without an intervening router. DHCPv6 and Neighbor Discovery use link identity rather than IPv4-style broadcast domains.

Read definition
DHCPv6

Link-address

A field in a Relay-forward message used to identify the client link to the DHCPv6 server. The server uses it to select appropriate address or prefix pools and options.

Read definition
IP

Link-local address

An address valid only on the local link and not routed beyond it. IPv6 link-local unicast uses fe80::/10, while IPv4 link-local uses 169.254.0.0/16.

Read definition
IPv6

LLA

Common abbreviation for IPv6 link-local address. Every IPv6-enabled interface generally has one, and routing protocols and Neighbor Discovery frequently use it.

Read definition
DNS-like protocol

LLMNR

Link-Local Multicast Name Resolution, a multicast protocol for resolving names on a local link when DNS is unavailable. It is not DNS, can create security exposure, and is often disabled in managed environments.

Read definition
DHCP

Load balance

A failover mode or traffic design in which multiple servers actively handle clients according to a hash, split, relay selection, or load balancer. For DHCP, shared lease state and consistent client handling are critical.

Read definition
DNS

LOC record

A Location record encodes geographic coordinates, altitude, size, and precision for a domain name. It is not widely deployed and should not be relied on as a current asset-location system.

Read definition
DNS

Local data

DNS records or policy answers configured directly in a resolver rather than learned from public authoritative resolution. Examples include local zones, hosts entries, block responses, and internal overrides.

Read definition
DNS

Local zone

A resolver-controlled zone that provides authoritative-like local answers, negative responses, redirects, or policy for a selected namespace. It does not necessarily exist in the global DNS hierarchy.

Read definition
DNS

Local-host zone

A locally served namespace used for host-specific or network-specific answers, often to override external data or provide private names. The term and exact semantics vary by resolver implementation.

Read definition
Routing

Longest-prefix match

The routing rule that chooses the matching route with the greatest prefix length. It explains why a more-specific route overrides an aggregate or default route.

Read definition
IPAM

Low-water mark

A threshold indicating that available address capacity has fallen below a desired reserve. It can trigger alerts, expansion, or automated allocation from a parent block.

Read definition