Alphabetical glossary

S glossary terms

76 definitions beginning with S.

76 terms

DHCPv6

SARR

A mnemonic for the common stateful DHCPv6 exchange: Solicit, Advertise, Request, Reply. Rapid Commit can reduce the exchange to Solicit and Reply when both client and server support it.

Read definition
IPv6

SAVI

Source Address Validation Improvement, a family of mechanisms that binds IP source addresses to attachment points to reduce spoofing. SAVI can use DHCP, Neighbor Discovery, or other control-plane evidence.

Read definition
DNS

Scavenging

Automatic removal of DNS records considered stale according to timestamp and aging settings. In Microsoft DNS, both zone aging and server scavenging schedules must be configured correctly.

Read definition
DHCP

Scope

A context defining which addresses, options, or policies apply. Microsoft DHCP uses scope for an IPv4 subnet and pool, while other systems may use the term for IPv6 reachability or administrative visibility.

Read definition
DHCP

Scope option

A DHCP option configured at a particular hierarchy level, such as server, scope, policy, reservation, or class. More-specific settings often override inherited values according to product precedence.

Read definition
DHCP

Scope utilization

The amount of a DHCP scope currently leased, reserved, excluded, or available. Alerts should account for addresses that are not eligible for ordinary allocation.

Read definition
DNS

Search suffix

A domain suffix appended by a client to relative names during resolution. Multiple suffixes form a search list whose order and qualification rules can create unexpected queries.

Read definition
DNS

Secondary DNS server

An authoritative server that obtains zone data from another authoritative source, traditionally through AXFR or IXFR. It can answer clients independently and is not inherently less authoritative than the primary.

Read definition
DNS

Secondary zone

A read-only authoritative copy of a zone obtained from a primary or another secondary. It refreshes based on SOA timing, NOTIFY, and transfer behavior.

Read definition
DNSSEC

Secure

A validation state indicating that DNS data has a valid chain of trust to a configured trust anchor and its signatures verify successfully.

Read definition
DNSSEC

Secure delegation

A delegation in which the parent publishes a valid DS record for the child, allowing validators to continue the chain of trust into the child zone.

Read definition
DNS

Secure dynamic update

A DNS UPDATE process authenticated and authorized so only approved clients or services can change records. Common mechanisms include TSIG, GSS-TSIG, SIG(0), and platform identity controls.

Read definition
DDI

Security ecosystem

The set of security tools and controls that consume or influence DDI data, including SIEM, SOAR, NAC, firewalls, EDR, threat intelligence, protective DNS, and asset inventory.

Read definition
DNSSEC

Self-signed trust anchor

A DNSKEY used directly as a configured trust anchor, normally validated through its self-signature and an out-of-band trust process rather than a parent DS record.

Read definition
DNS

Serial number

The SOA field used by secondary servers to determine whether zone data has changed. Serial arithmetic wraps modulo 2^32 and should follow RFC 1982.

Read definition
DHCP

Server identifier

A value identifying the DHCP server participating in a transaction. DHCPv4 commonly uses option 54 with an IPv4 address, while DHCPv6 uses a DUID in OPTION_SERVERID.

Read definition
DHCPv6

Server unicast

An older DHCPv6 feature that allowed clients to send some messages directly to a server address advertised in an option. RFC 9915 marks the Server Unicast option and UseMulticast behavior obsolete.

Read definition
DNS

SERVFAIL

RCODE 2, indicating that the server failed to complete the operation. Causes include upstream timeout, DNSSEC validation failure, lame delegation, expired secondary zone, policy, or internal error.

Read definition
DNS

Service binding

A framework using SVCB and HTTPS records to describe alternative endpoints and connection parameters for a service. It can advertise protocols, ports, address hints, and security-related parameters.

Read definition
DNS

Service discovery

The process of locating service endpoints and parameters through DNS records or related naming conventions. SRV, NAPTR, SVCB, HTTPS, and service-specific records can participate.

Read definition
Networking

Service IP

An address representing a service rather than a single physical interface, such as a VIP, anycast address, cluster address, or load-balancer frontend.

Read definition
Operations

Service level objective (SLO)

A target for a service indicator, such as successful DNS responses, DHCP allocation time, or platform availability. SLOs are internal engineering objectives and may support an SLA.

Read definition
DNS

Service mode

The SVCB or HTTPS record form that directly describes connection parameters for a service endpoint. It uses a nonzero priority and can contain service parameters.

Read definition
IPv4

Shared address space

The IPv4 block 100.64.0.0/10 reserved for service-provider shared-address use, especially carrier-grade NAT. It is not an RFC 1918 private block.

Read definition
DHCPv4

SIADDR

The BOOTP/DHCP "next server" address field, historically used to identify a server involved in the client's bootstrap process. Modern DHCP boot behavior may instead use options.

Read definition
DNSSEC

Signature expiration

The time after which an RRSIG is no longer valid. Signing automation must refresh signatures early enough to survive outages, propagation, and clock differences.

Read definition
DNSSEC

Signer

The system or process that creates RRSIG records using DNSSEC private keys. It may run inline on an authoritative server, on a hidden primary, in an HSM-backed service, or offline.

Read definition
Security

Sinkhole

A controlled destination to which malicious or unwanted traffic is redirected for blocking, observation, or remediation. DNS sinkholes use policy answers to direct clients there.

Read definition
IPv6

Site-local address

A deprecated IPv6 unicast scope formerly associated with fec0::/10. It was replaced operationally by Unique Local Addresses and should not be used in new designs.

Read definition
DHCP

Site-specific option

A DHCP option code intended for local site use. Such options can conflict across organizations and should be carefully documented when networks merge or devices move.

Read definition
IPv6

SLAAC

Stateless Address Autoconfiguration, by which an IPv6 host forms addresses from Router Advertisement prefixes without a DHCPv6 address lease. DHCPv6 can still provide other configuration, and address registration can improve visibility.

Read definition
DNS

Slave server

An older term for a secondary authoritative DNS server. Current standards terminology prefers secondary because it is more precise and neutral.

Read definition
DNS

SOA minimum

The final field of the SOA record. Historically it had multiple interpretations; current negative-caching rules use it with the SOA TTL to determine the negative TTL.

Read definition
DNS

SOA record

The Start of Authority record identifies key zone parameters including MNAME, RNAME, serial, refresh, retry, expire, and minimum fields. Every authoritative zone has an SOA at its apex.

Read definition
IPv4/IPv6 transition

Softwire

A tunneling or translation mechanism used to deliver IPv4 service over IPv6 or vice versa. DHCP options can provision mechanisms such as MAP-E, MAP-T, Lightweight 4over6, and 4RD.

Read definition
DHCPv6

SOLICIT

The initial DHCPv6 client message used to locate servers and request addresses, prefixes, or other configuration. Servers normally answer with ADVERTISE unless Rapid Commit is used.

Read definition
IP

Source address

The IP address placed in a packet to identify its sender from the network perspective. It may differ from an application identity and can be translated or spoofed.

Read definition
IPv6

Source address selection

Host logic for choosing the most appropriate source address for a destination based on scope, deprecation, label, precedence, and prefix matching. Incorrect choices can cause asymmetric or failed connectivity.

Read definition
IPAM

Source of truth

The system or governed data set designated as authoritative for a class of information. In DDI, one system may own intended allocation while discovery or DHCP owns observed runtime state, so ownership must be explicit.

Read definition
Security

Source validation

Verification that a packet's source address is legitimate for the interface, route, binding, or customer from which it arrived. Techniques include ACLs, uRPF, DHCP snooping bindings, SAVI, and provider filtering.

Read definition
IP

Special-purpose address

An address block reserved for a defined technical purpose rather than ordinary global unicast use, such as loopback, documentation, link-local, benchmarking, or NAT64 discovery. IANA maintains current registries.

Read definition
DNS

Special-use domain

A domain name reserved by an RFC for special behavior, such as localhost, invalid, test, or onion. Applications and resolvers may treat such names differently from ordinary public DNS names.

Read definition
DNS

SPF

Sender Policy Framework, an email-authentication mechanism that publishes which systems are authorized to send mail for a domain, normally in a DNS TXT record. The dedicated SPF RR type is obsolete for deployment.

Read definition
Availability

Split brain

A failure in which peer nodes lose communication and both act as the active authority, potentially creating conflicting leases or configuration. Quorum, fencing, MCLT, and operational procedures reduce the risk.

Read definition
DNS

Split DNS

A design in which the same name or namespace produces different data depending on the requesting client or network context. It can be implemented with views, separate authoritative systems, private zones, or resolver policy.

Read definition
DHCP

Split scope

A legacy DHCPv4 availability design in which two independent servers each own a non-overlapping portion of a subnet's address range, often in an 80/20 ratio. DHCP failover is generally preferred when supported.

Read definition
DNS

SRV record

A Service record identifies the target host and port for a named service, with priority and weight values for selection. The owner name normally begins with _service._protocol.

Read definition
IPv6

SSAC

A mistaken or informal rendering sometimes used for SLAAC. The standardized acronym is SLAAC, Stateless Address Autoconfiguration.

Read definition
DNS

Stale answer

An expired cached response served by a resolver when authoritative refresh is temporarily impossible and policy permits serving stale data. It can improve resilience during outages while carrying an EDE explanation.

Read definition
DNS

Stale record

A record that no longer reflects the current device, address, owner, or service. Stale data can cause misrouting, security exposure, and incorrect capacity reports.

Read definition
DHCPv6

Stateful DHCPv6

DHCPv6 operation in which the server assigns addresses or prefixes and maintains bindings, typically through IA_NA or IA_PD. Router Advertisements still provide default-router information.

Read definition
DHCPv6

Stateless DHCPv6

DHCPv6 used only to provide configuration such as DNS or domain search information without assigning addresses. Clients normally learn addresses through SLAAC and send INFORMATION-REQUEST.

Read definition
DHCP

Static mapping

A persistent client-to-address association configured by an administrator. Products may implement it as a reservation, fixed address, manual allocation, or host object.

Read definition
DNS

Static record

A DNS record created without an aging timestamp or otherwise protected from automatic scavenging. "Static" describes management behavior, not a distinct DNS record type.

Read definition
Routing

Static route

A manually configured route rather than one learned through a dynamic routing protocol. DHCP can provide limited static-route information to hosts through options.

Read definition
DNS

Stealth server

An authoritative server not listed in the public NS RRset, often used as a hidden primary or internal transfer source. The term is informal.

Read definition
DNS

Stub resolver

A simple resolver on an endpoint that sends queries to a recursive resolver and does little or no iterative resolution itself. Operating-system libraries commonly provide stub functionality.

Read definition
DNS

Stub zone

A zone configuration containing only enough authoritative data, usually SOA, NS, and glue, to locate the zone's current authoritative servers. It tracks delegation data without storing the full zone.

Read definition
DNS

Subdelegation

A delegation from one zone to a child zone below it. Each subdelegation creates a new zone cut and administrative boundary.

Read definition
DNS

Subdomain

A domain contained beneath another domain in the DNS hierarchy. A subdomain is not necessarily a separate zone unless a delegation creates a zone cut.

Read definition
DNS

Subdomain takeover

An attack in which a DNS record points to a deprovisioned third-party resource that an attacker can claim. Removing dangling records and validating external targets reduces risk.

Read definition
IPAM

Subnet

A prefix used as an on-link network or administrative allocation unit. In IPv4 it has a network mask and usually network and broadcast addresses; IPv6 LANs commonly use /64.

Read definition
IPAM

Subnet ID

The portion of an address plan used to distinguish subnets within a larger assigned prefix. In IPv6 enterprise planning, it often refers to bits between the global routing prefix and the interface identifier.

Read definition
IPv4

Subnet mask

A 32-bit mask identifying network and host bits in an IPv4 address. Contiguous masks are represented more compactly by CIDR prefix length.

Read definition
DHCPv4

Subnet selection option

An option that lets a client or relay identify the subnet from which an address should be selected when GIADDR or the receiving interface is insufficient.

Read definition
DHCP

Suboption

A typed field nested within another DHCP option, such as circuit ID inside option 82 or vendor-specific data inside an enterprise container. Its namespace is defined by the parent option.

Read definition
DNS

Suffix

A sequence of ending labels in a domain name. DNS hierarchy, search lists, public-suffix policy, and QNAME minimization all use suffix concepts in different ways.

Read definition
IPAM

Supernet

A larger aggregate prefix that contains multiple smaller networks. Supernetting supports route summarization and hierarchical address management.

Read definition
DHCP

Superscope

A Microsoft DHCP grouping of multiple IPv4 scopes on the same physical network. It supports multinets where several logical subnets share one broadcast domain, but routing and client behavior must be designed carefully.

Read definition
DNS

SVCB record

A Service Binding record that describes alternative service endpoints and connection parameters. It supports alias mode and service mode and is the base format specialized by the HTTPS record.

Read definition
DNS

SvcParam

A key-value parameter carried in SVCB or HTTPS RDATA, such as alpn, port, ipv4hint, ipv6hint, ech, or mandatory. IANA maintains the parameter-key registry.

Read definition
Operations

Synthetic monitoring

Automated tests that periodically perform DNS lookups, DHCP transactions, API calls, or application checks from controlled probes. It measures user-like outcomes even when no real user reports an issue.

Read definition