Alphabetical glossary

P glossary terms

39 definitions beginning with P.

39 terms

DNSSEC

P-code

A generic informal reference to a protocol or algorithm code point. Documentation should use the exact registry field, such as DNSSEC algorithm number, digest type, or option code, to avoid ambiguity.

Read definition
DHCP

PAD option

A zero-length or padding option used to align or fill option areas without conveying configuration. DHCPv4 option 0 is Pad.

Read definition
DNS

Parent zone

The zone immediately above a delegated child zone. It publishes the delegation NS RRset, optional DS records, and any required glue.

Read definition
DHCP

Partner down

A failover state in which one server is administratively or automatically authorized to assume broader responsibility because its peer is considered unavailable. Entering the state incorrectly can create duplicate allocation risk.

Read definition
DNS

Passive DNS

A system that collects and indexes observed DNS query or response data over time without actively probing every name. It supports investigations, threat intelligence, asset discovery, and historical correlation.

Read definition
IPv4

PAT

Port Address Translation, a form of NAT that maps many internal connections to one or a few external addresses by translating transport ports. It is often called NAT overload.

Read definition
DHCPv6

PD

Common abbreviation for Prefix Delegation. DHCPv6 PD assigns a prefix to a requesting router rather than only assigning a single interface address.

Read definition
DHCPv6

Peer-address

A field in a relay message identifying the client or previous relay from which the message was received. It helps preserve the relay chain and return path.

Read definition
Standards

PEN

Private Enterprise Number, an IANA-assigned numeric identifier for an organization. PENs namespace vendor-specific data in DHCP, SNMP, DUIDs, and other protocols.

Read definition
DHCP

Per-link configuration

Configuration selected based on the client's network link, usually identified by GIADDR, link-address, interface, relay information, or subnet selection options.

Read definition
DNS

Persistent connection

A TCP, TLS, QUIC, or other session reused for multiple DNS transactions rather than opened for each query. Persistence improves efficiency but requires connection limits and idle-time management.

Read definition
DNS

Persistent record

A record protected from automatic aging, scavenging, cleanup, or synchronization deletion. The term is product-specific and does not define a distinct DNS resource-record type.

Read definition
Operations

Ping

A diagnostic operation that sends ICMP echo requests and measures replies. Ping tests IP reachability, not DNS correctness or application availability, and devices may intentionally ignore it.

Read definition
DHCP

Pool

A collection of resources from which a service selects a member. In DHCP it is an address range; in GSLB or load balancing it is a group of application endpoints.

Read definition
DHCP

Pool exhaustion

A state in which no eligible addresses or prefixes remain for new clients. Causes include genuine growth, excessive lease duration, starvation attacks, stale leases, exclusions, or a poorly sized subnet.

Read definition
Networking

Port

A transport-layer number used by TCP, UDP, SCTP, or DCCP to identify an application endpoint. DNS commonly uses port 53, DHCPv4 uses 67/68, and DHCPv6 uses 546/547.

Read definition
DDI

Pre-provisioning

Creating addresses, reservations, DNS records, options, or metadata before a device or service is activated. Good workflows include ownership, expiration, and cleanup controls to prevent permanent stale data.

Read definition
IPv6

Pref64

An IPv6 prefix used by NAT64 to embed or represent IPv4 destinations. Networks can advertise a Pref64 in Router Advertisements, and DNS64 uses a configured prefix for synthesis.

Read definition
DNS

Preference

A relative selection value whose interpretation depends on the protocol. MX and SRV use numeric preference or priority, while DHCPv6 servers can send an OPTION_PREFERENCE value to influence client selection.

Read definition
IPv6

Preferred lifetime

The period during which an IPv6 address or prefix is preferred for new communication. After it expires but before valid lifetime ends, the resource is deprecated and should generally not be selected for new sessions.

Read definition
IPAM

Prefix

A contiguous IP address block identified by leading network bits and a prefix length. Prefixes support routing aggregation, subnetting, allocation, and policy.

Read definition
DHCPv6

Prefix delegation

A DHCPv6 function that assigns prefixes to routers for downstream use. It separates routed-prefix allocation from individual host-address assignment.

Read definition
IPAM

Prefix length

The number of leading bits that identify the network portion of an address, written after a slash. Larger prefix-length numbers represent smaller address blocks.

Read definition
IPv6

Prefix policy

Host rules that rank source and destination address pairs, influencing address selection when multiple IPv4 and IPv6 choices exist. Policy can affect which DNS answer a client actually uses.

Read definition
IPAM

Prefix utilization

A measure of how much child space within an aggregate prefix has been allocated or assigned. It differs from host-address utilization inside a single subnet.

Read definition
DNS

Primary DNS server

The authoritative server or data source from which a zone is provisioned and updated before changes reach secondaries. "Primary" describes the provisioning relationship, not necessarily traffic preference or a single server.

Read definition
DNS

Primary zone

A locally writable authoritative zone whose source data is maintained on that server or integrated data store. Other servers can obtain copies through transfer or replication.

Read definition
IP

Private address

An address intended for private networks rather than direct global routing. IPv4 private blocks are defined by RFC 1918, while IPv6 Unique Local Addresses use fc00::/7 with locally assigned space commonly from fd00::/8.

Read definition
Cloud

Private hosted zone

A cloud-managed authoritative zone visible only within associated virtual networks, accounts, or resolver endpoints. Connectivity and resolver rules determine who can query it.

Read definition
DNS

Private namespace

A DNS namespace intended for limited administrative or network scope rather than the public DNS. Collision risk exists if an internal suffix later becomes delegated publicly or is used by another connected organization.

Read definition
DHCP

Private-use option

An option code range reserved for local or vendor use rather than global standardization. Private-use codes can collide when devices or organizations expect different meanings.

Read definition
Operations

Probe

An active test used to measure reachability, latency, correctness, or service health. DNS probes may query specific names and validate answers, flags, timing, and server identity.

Read definition
DNS

Protective DNS

A recursive DNS service that uses threat intelligence and policy to block or redirect access to malicious domains while producing security telemetry. It can be delivered on premises, in cloud, or as a hybrid service.

Read definition
DDI

Provisioning

The automated or manual creation and delivery of DDI configuration for a new service, device, site, or tenant. Provisioning should include validation, ownership, rollback, and post-change checks.

Read definition
DNS

PTR record

A Pointer record maps a reverse-domain name to another domain name, most commonly mapping an IPv4 or IPv6 address to a host name. Multiple PTRs are technically possible but can confuse applications.

Read definition
DNS

Public suffix

A domain suffix under which independent parties can register names, such as com or co.uk, as identified by policy data such as the Public Suffix List. It is not always the same as a DNS zone boundary.

Read definition
DNS

Punycode

The encoding algorithm used by IDNA to represent Unicode labels using ASCII characters. Encoded A-labels begin with xn--.

Read definition
DHCP

PXE

Preboot Execution Environment, a framework that uses DHCP and a boot transfer protocol to start a system from the network. DHCP identifies architecture, boot server, and boot file or menu information.

Read definition