cc/td/doc/product/rtrmgmt/ciscoasu/nr/nr3.0
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Glossary

Glossary


A Record

A Domain Name System (DNS) A record maps a host's name to its address. It specifies the Internet Protocol address (in dotted decimal form) of the host. There should be one A record for each host address.

Anonymous FTP

An File Transfer Protocol (FTP) session that uses login name anonymous to access public files. A server that permits anonymous FTP often allows the password guest.

Authoritative Name Server

A DNS Name server that possesses complete information about a zone.

Binding

A collection of bindings managed by the main and backup DHCP servers.

Binding Database

A collection of configuration parameters associated with a DHCP client

Bit Swiping

Involves separating the IP address in the middle of an octet.

Caching Name Server

A caching name server retains information (cache) learned from other name servers so that it can answer requests quickly.

Classes

Address classes are used to identify networks of varying sizes. The class membership is specified in the first octet of the Internet address. There are five classes: A, B, C, D,
and E.

Class of Address

The category of an IP address. The class of an address determines the location of the boundary between network prefix and host prefix. Internet addresses can be A, B, C, D, or E level addresses. Class D addresses are used for multicast and are not used on hosts. Class E addresses are for experimental use only.

Cluster

A cluster is a group of DNS or DHCP servers that share the same Network Registrar database.

CNAME Record

A CNAME record is used for nicknames or aliases. The name associated with the Resource Record is the nickname. The data portion is the official or canonical name.

Connectionless Service

A connectionless service treats each packet or datagram as a separate entity that contains the source and destination addresses. The alternative is a connection-based service using a protocol, such as TCP. The IP protocol UDP is often used to implement connectionless services.

Delegation

The act of assigning responsibility for a subdomain to another organization.

DHCP Options

DHCP configuration parameters and other control information that are carried in the tagged data items and stored in the options field of a DHCP message.

DNS Refresh

This interval tells the secondary server how often to check the accuracy of its data.

Domain Levels

A top-level or first-level is a child of the root. A second-level domain is a child of the first-level domain.

Domain Name

A domain name that can be of two types: absolute or relative. An absolute name is the fully qualified domain name (FQDN) and is terminated with a period. A relative name is relative to the current domain and does not end with a period.

Domain Name Aliases

Domain name aliases are pointers from one domain name to another, the official (or canonical) domain name.

Domain Namespace

All the nodes within a domain's large inverted tree are called the domain namespace.

Dotted Decimal Notation

The syntactic representation for a 32-bit integer that consists of four 8-bit numbers written in base 10 with periods (dots) separating them for a representation of IP addresses. Many TCP/IP application programs accept dotted decimal notation in place of destination machine names.

Epoch Date

A point in history chosen as the data from which time is measured. TCP/IP uses January 1, 1990, Universal Time (formerly called Greenwich Mean Time) as its epoch date. When TCP/IP programs exchange date or time of day they express time as the number of seconds past the epoch date.

Forwarder

A forwarder is a DNS server that has been designated to handle all off-site queries. Using forwarders relieves other DNS servers from having to send packets off-site.

FQDN

Fully Qualified Domain Name. The absolute domain name that unambiguously specifies a host's location in the DNS hierarchy.

Glue Records

A glue record is the DNS A (address) record that specifies the address of a subdomain's authoritative name server. You only need glue records in the server delegating a domain, not in the domain itself.

HINFO

DNS Host Info. This record provides information about the hardware and software of the host machine.

IN-ADDR.ARPA

The DNS address mapping domain that allows you to index host addresses and names. It allows the Internet to convert IP addresses back to host names.

IXFR

Incremental zone transfers allow Network Registrar to update a slave (secondary zone) by transferring only the change data from the primary server.

Lame Delegation

Lame delegation occurs when DNS servers listed in the parent's delegation of a zone do not know that they are authoritative for the zone.

Lease Grace Period

The lease grace period is the length of time that the lease is retained in the DHCP server's database after it has expired. This grace period protects a client's lease in cases where the client and server are in different time zones, the computer's clocks are not synchronized, or the client was not on the network when the lease expired.

Leases

Leases are used to specify how long a computer can use an assigned IP address. When the lease expires, the computer has to renew the lease with the DHCP server.

Loopback Address

A name server has a zone that enables the server to direct traffic to itself. The host number is almost always 127.0.0.1.

Mail Exchanger

A computer that accepts electronic mail. Some mail exchangers forward the mail to other computers. DNS has a separate address type for mail exchangers.

Master Name Server

An authoritative server (primary or secondary) that transfers zones to secondary servers through zone transfers.

MCD

The name of the Network Registrar internal database.

MX Record

Mail Exchange record. Specifies where mail for a domain name should be delivered. You can have multiple MX records for a single domain name, ranked in preference order.

NACK

Short for No Acknowledgment.

Network ID

The portion of the 32-bit IP address that identifies which network a particular system is on. It is determined by performing an AND operation of the subnet mask and the IP address.

NOTIFY

An RFC standard that enables DNS master servers to inform their slaves that changes have been made to their zones. The changes are not communicated in the NOTIFY packet, instead the slaves initiate a zone transfer in response.

Policy

A group of DHCP attributes applied to a single scope or group of scopes.

Primary Masters

A primary name server gets the data for the zone, for which it is authoritative, from the location configuration database on the host on which it runs.

PTR Record

Pointer record. Used to enable special names to point to some other location in the domain tree. They are used in the IN-ADDR.ARPA records for translation of addresses to names. PTRs should refer to official names (that is, canonical) and not aliases.

Recursive Queries

When a DNS query is recursive, the name server asks other DNS server for any non-authoritative data not in its own cache.

Reservation

An IP address that is reserved for a specific DHCP client.

Resolvers

Resolvers are the client part of the DNS client/server mechanism. They create queries that are sent across a network to a name server. The resolver queries a name server, interprets responses, and returns information to the requesting programs.

Resource Record Types

There are many Resource Record types. They include SOA, NS, A, CNAME, HINFO, WKS, MX and PTR. For more information, see the "Resource Records" appendix.

Reverse Zones

A domain namespace that uses names as addresses in order to support IP address queries. See also IN-ADDR.ARPA.

Root Name Server

Root name servers know the addresses of the authoritative name servers for all the top-level domains.

Round-Robin

The ability of a DNS server to rearrange the order of its multiple same-type records each time it is queried.

Scope

An administrative grouping of TCP/IP addresses.

Secondary Masters

A secondary name server gets it zone data from another name server authoritative for the zone. When a secondary name server starts up, it contacts the name server from which it receives updates and pulls over the zone data.

Slave Forwarders

Slave forwarders are DNS servers that behave like stub resolvers and pass most queries on to another name server for resolution. See also Stub Resolver.

Slave Servers

A Slave Server is a DNS server that always forwards queries it cannot answer from its cache to a fixed list of forwarding servers instead of querying the name servers for the root and other domains.

SOA

Start of Authority. This Resource Record designates the start of a zone.

Stable Storage

Contains information about IP address bindings so that in the event of server failure information is not lost.

Stub Resolver

A stub resolver is a server that hands off queries to another server to resolve instead of performing the full resolution itself.

Subnetting

Involves dividing one Class A network into multiple subnetworks.

Subnet Address Pool

A set of IP addresses associated with.a network number and subnet mask, including secondary subnets.

Subzone

A partition in a domain that has been delegated. It is represented as a child of the parent node. It always ends with the name of its parent, for example, engineering.cisco.com. is a subzone of cisco.com.

Supernetting

Involves dividing a Class B or C network into various other networks; usually splitting the networks among different organizations.

Universal Time

The international standard time reference that was formerly called Greenwich Mean Time. It is also called universal coordinated time or UCT.

Well-Known Port

Any set of IP protocol port numbers preassigned for specific uses by transport level protocols, for example, TCP and UDP. Each server listens at a well-known port so clients can locate it.

WKS

Well Known Services. A record is used to list the services provided by the host. The common protocols are TCP or UDP.

Zone

A zone is a delegation point in the DNS tree hierarchy. It contains all the names from a certain point downward except for those names that have been delegated to other zones. A zone defines the contents of a contiguous section of the domain space, usually bounded by administrative boundaries. Each zone has configuration data that are composed of entries called Resource Records. A zone can map exactly to a single domain, but can also include only part of a domain with the remainder delegated to other subzone name servers.

Zone of Authority

Zone of Authority or zone is a term used in DNS to refer to the group of names for which a given name server is an authority.

Zone Transfer

This occurs when a secondary DNS server starts up and updates itself from the primary server.



hometocprevnextglossaryfeedbacksearchhelp
Posted: Thu Nov 18 12:30:32 PST 1999
Copyright 1989-1999©Cisco Systems Inc.