Alphabetical glossary

N glossary terms

54 definitions beginning with N.

54 terms

IPv6

NA

Neighbor Advertisement, an ICMPv6 Neighbor Discovery message used to answer Neighbor Solicitations, announce address or link-layer changes, and support reachability and duplicate-address procedures.

Read definition
Security

NAC

Network Access Control, a system that evaluates device or user identity and posture before or during network access. NAC platforms often consume DHCP bindings, DNS telemetry, and IPAM context.

Read definition
DNS

Name error

The original DNS RCODE description for NXDOMAIN, indicating that the queried domain name does not exist according to an authoritative response. It is distinct from an existing name that lacks the requested record type.

Read definition
DNS

Name server

A DNS server that answers queries from authoritative data, recursive processing, cache, forwarding, or local policy. The term alone does not specify the server's role.

Read definition
DNS

Name server identifier (NSID)

An EDNS option by which a requester asks the server to return an implementation-defined identifier for the responding instance. It is useful when many servers share an anycast or load-balanced address.

Read definition
DNS

Named

The traditional daemon process name for BIND DNS server. Administrators use configuration files and tools such as rndc to control it.

Read definition
DNS

Naming authority

The organization or system with administrative control over a namespace or zone. Authority is established operationally through delegation and control of authoritative data.

Read definition
DNS

NAPTR record

A Naming Authority Pointer record applies ordered rewriting rules to discover services or transform identifiers. It is used in ENUM, SIP, and other naming systems, often together with SRV records.

Read definition
IP

NAT

Network Address Translation changes source or destination IP addresses, often also transport ports, as traffic crosses a boundary. NAT conserves IPv4 space but complicates end-to-end identity and address attribution.

Read definition
IPv6

NAT64

A translation mechanism that lets IPv6 clients communicate with IPv4 servers by mapping between an IPv6 prefix and IPv4 addresses. DNS64 is commonly paired with it to synthesize reachable AAAA answers.

Read definition
DNS

Negative answer

An authoritative response indicating that a name does not exist or that the name exists but lacks the requested type. Resolvers can cache negative answers using the SOA information and applicable rules.

Read definition
DNS

Negative caching

Caching of authoritative negative answers so repeated nonexistent-name or missing-type queries do not repeatedly reach authoritative servers. The negative TTL is derived from the SOA according to current rules.

Read definition
IPv6

Neighbor cache

A per-interface table mapping IPv6 neighbors to link-layer addresses and reachability states. It is the IPv6 counterpart to the IPv4 ARP cache, with richer state tracking.

Read definition
IPv6

Neighbor Discovery (ND)

The ICMPv6 framework used for router discovery, prefix discovery, address resolution, neighbor reachability, redirects, and Duplicate Address Detection. It replaces ARP and several IPv4 control mechanisms.

Read definition
IPv6

Neighbor Solicitation

An ICMPv6 message used to resolve a neighbor's link-layer address, verify reachability, or perform Duplicate Address Detection. It is commonly abbreviated NS.

Read definition
IPAM

Network

A prefix-defined IP block used as a routing, subnet, or administrative object. Product terminology may distinguish a usable network from a larger container or aggregate.

Read definition
IPv4

Network address

The first address in a traditional IPv4 subnet, representing the subnet itself rather than an ordinary host. Point-to-point /31 behavior is an important exception.

Read definition
IPAM

Network bits

The leading address bits selected by a prefix length or subnet mask. They identify the network, while remaining bits identify addresses within it.

Read definition
IPAM

Network container

An aggregate IPAM object that holds subnets or child containers and supports hierarchical allocation. In Infoblox, next-available-network functions can allocate children from a container.

Read definition
IPAM

Network discovery

Automated collection of devices, interfaces, addresses, VLANs, routes, and related data from network infrastructure or cloud APIs. Discovery expands visibility but must be reconciled with intended ownership and status.

Read definition
IPAM

Network view

An administrative routing-domain context that allows overlapping address space to be represented separately. In Infoblox, networks and related IPAM objects belong to a network view.

Read definition
IPAM

Next available IP

A function that selects an address the IPAM system currently considers available within a specified network or set of networks. Safe use depends on accurate leases, reservations, discovery, exclusions, and transaction locking.

Read definition
IPAM

Next available network

A function that selects an unused child prefix of a requested size from a parent container. It is commonly used by automation to allocate subnets while preserving centralized ownership.

Read definition
DNS

Next closer name

In wildcard and DNSSEC processing, the name one label longer than the closest encloser and on the path toward the original query name. It is used to prove that no closer matching name exists.

Read definition
Routing

Next hop

The neighboring router or gateway to which a packet is forwarded on its path to a destination. DHCP can distribute default and classless routes that define next hops.

Read definition
DHCP

Next-server

A DHCP or BOOTP field or configuration identifying the server from which a client should obtain boot resources. It is commonly paired with a boot filename or URL.

Read definition
IPv6

Nibble boundary

A boundary aligned on a four-bit hexadecimal digit. IPv6 reverse DNS is simplest when prefixes are delegated on nibble boundaries because each label in ip6.arpa represents one hexadecimal digit.

Read definition
Infoblox

NIOS

The Infoblox operating system and DDI software platform used by Grid Masters, DNS/DHCP members, and related appliances or virtual instances. Features and terms vary by NIOS version and license.

Read definition
Infoblox

NIOS-X

Infoblox's cloud-native service architecture for delivering selected networking and security capabilities through managed on-premises or cloud-connected service instances. It is distinct from traditional NIOS Grid architecture.

Read definition
DNS

No-refresh interval

The first phase of Microsoft DNS aging during which repeated refreshes do not update a record's timestamp. It reduces replication traffic while still allowing actual record changes.

Read definition
DNS

NODATA

An informal but widely used term for an authoritative response where the queried name exists but no record of the requested type exists. The response normally has NOERROR rather than NXDOMAIN.

Read definition
DNS

Node

A position in the DNS namespace that can own one or more resource record sets. A node can exist even without A or AAAA records.

Read definition
DNS

Non-recursive query

A query with the RD bit clear. The server returns data it already has from authority or cache, or a referral, without being asked to perform recursion.

Read definition
DHCPv6

Non-temporary address

An ordinary stateful IPv6 address carried in an IA_NA, contrasted with the obsolete IA_TA temporary-address mechanism. The address still has preferred and valid lifetimes.

Read definition
DNS

NOTIFY

A DNS message that informs secondary servers that a zone may have changed so they can check the SOA serial and refresh promptly instead of waiting for the normal refresh timer.

Read definition
DNS

NS record

A Name Server record identifies an authoritative server for a zone or delegated child. Apex authoritative NS records and parent-side delegation NS records are separate RRsets.

Read definition
DNS

NS set

The group of NS records associated with a zone apex or delegation. Redundant servers should be independently reachable and consistently configured.

Read definition
DNSSEC

NSEC record

A DNSSEC record that links to the next existing name in canonical order and lists record types present at its owner. It proves name or type nonexistence but can permit zone walking.

Read definition
DNSSEC

NSEC3 opt-out

A flag allowing NSEC3 chains in delegation-heavy zones to omit some unsigned delegations. It reduces signing cost but changes the security proof around insecure delegations.

Read definition
DNSSEC

NSEC3 record

A hashed denial-of-existence record designed to make straightforward zone enumeration more difficult than NSEC. It adds iterations, salt, and opt-out behavior, with operational and computational tradeoffs.

Read definition
DNSSEC

NSEC3PARAM record

A zone-apex record publishing the NSEC3 parameters used to generate hashed owner names, such as algorithm, iterations, and salt. Validators primarily rely on parameters in NSEC3 records themselves.

Read definition
DNS

NSID

The abbreviation for Name Server Identifier, an EDNS option used to identify the responding server instance behind a shared service address.

Read definition
DNS

NSLOOKUP

A long-standing command-line DNS query tool available on many operating systems. It is useful for basic testing, though dig, Resolve-DnsName, or drill often expose more protocol detail.

Read definition
DNS

NSSET

A registry or provisioning object representing the authoritative name servers and sometimes their addresses for a domain. The exact object model depends on the registry protocol or platform.

Read definition
IPv6

NUD

Neighbor Unreachability Detection, the Neighbor Discovery process that tracks whether a neighbor is reachable and probes when necessary. Neighbor-cache entries move through states such as REACHABLE, STALE, DELAY, and PROBE.

Read definition
DNS

Null MX

An MX RRset consisting of a single record with preference 0 and target dot, explicitly stating that the domain accepts no email. It is clearer than relying on failed implicit delivery.

Read definition
Routing

Null route

A route that discards matching traffic, often used for emergency mitigation or to make sinkhole destinations unreachable. It operates at IP routing rather than DNS policy.

Read definition
DNS

NXDOMAIN

The DNS RCODE indicating that the queried domain name does not exist. It applies to the name, not merely the requested record type, and can be cached as a negative answer.

Read definition
DNS

NXDOMAIN hijacking

Replacement of a legitimate NXDOMAIN response with a redirect, search page, advertisement, or other synthesized answer. It can break DNSSEC, application assumptions, and diagnostic accuracy.

Read definition
DNS

NXDOMAIN redirection

A policy or service behavior that substitutes another answer when a name should return NXDOMAIN. It may be used for captive portals or policy, but it changes standard DNS semantics.

Read definition
DNS

NXDOMAIN spike

A sudden rise in nonexistent-name responses. Causes can include typos, missing suffixes, search-list behavior, stale applications, DGAs, random-subdomain attacks, or failed service discovery.

Read definition
DNSSEC

NXNAME record

A DNS record type assigned for compact denial of existence. It is intended to support efficient authenticated nonexistence mechanisms defined by its associated specification.

Read definition