N
name resolution
The process of translating an IP address to a name that is easily remembered by a person. In a TCP/IP environment, a name such as www.example.com is translated into its IP equivalent by the Domain Name Service (DNS).
neighbor
An adjacent system reachable by traversing a single subnetwork; an immediately adjacent device. Also called peer. See also adjacency.
Neighbor Discovery Protocol (NDP)
An IPv6 protocol that nodes on the same link use to discover each other’s presence, determine each other’s Link Layer addresses, find routers, and maintain reachability information about the paths to active neighbors. NDP is defined in RFC 2461 and is equivalent to the Address Resolution Protocol (ARP) used with IPv4.
NETCONF (Network Configuration Protocol)
A mechanism to install, manipulate, and delete the configuration of network devices. The operations, notifications, and the database contents supported by a particular NETCONF server are extensible, and defined with a modeling language called YANG. The database is used to store YANG data structures which represent the configuration of the device containing the NETCONF server. This configuration can be saved in non-volatile storage so the configuration can be restored upon reboot. Defined in RFC 6241.
network
A group of computers and related devices connected by a communications channel capable of sharing resources among several users. A network consists of transmission media, devices such as routers or switches, and protocols that make message sequences meaningful.
A network can range from a peer-to-peer network connecting a small number of users in an office or department, to a Local Area Network (LAN) connecting many users, to a wide area network (WAN) connecting users on several networks spread over a wide geographic area.
network address translation (NAT)
A method to use one set of IP addresses for an internal inetwork and a second set of addresses for the public Internet. This allows an organization to shield internal addresses from the public Internet. NAT is configured on the router at the border of an internal network and the Internet. NAT translates the internal local addresses to globally unique IP addresses before sending packets to the Internet and vice versa. Defined by RFC 1631.
network administrator
The person responsible for the day-to-day operation and management of a network.
network design model
A hierarchical model originally defined by Cisco that divides a network into three functional areas, or layers. This model optimizes network hardware and software to perform specific roles.
The roles that each layer performs are:
The access layer provides local user access to the network
The distribution layer connects network services to the access layer, and implements policies regarding security, traffic loading, and routing
The core layer provides high-speed transport for the distribution layer
See also collapsed core.
Network Element (NE)
Any device in a network such as a host, router, switch, or firewall that performs a service or function for the network.
Network Functions Virtualization (NFV)
The ability to decouple network services from dedicated hardware devices to be hosted on a virtual machine (VM). Once the network services are under the control of a hypervisor, the services can be performed on standard x86 servers.
network layer
network segment
A portion of a computer network that is separated from the rest of the network by a device such as a router or switch. Each segment can contain one or more hosts.
Network Services Module (NSM)
The base module in OcNOS that communicates with every OcNOS routing and switching process. The protocol components use APIs exposed by the NSM client, which act as conduits to transfer data between the protocol modules and NSM.
Network Time Protocol (NTP)
A protocol used to synchronize the system clocks of hosts on a network to Universal Coordinated Time (UTC). A device can update its clock automatically by configuring itself as an NTP client. Using NTP enables the device to record accurate times of events. Defined by RFC 5905.
Neutron
The networking component of OpenStack that provides “networking as a service” between virtual NICs managed by other OpenStack services.
Neutron provides a “plug-in” mechanism that lets network operators enable different technologies. It also lets tenants create multiple private networks and control their IP addressing. Organizations have control over security and compliance policies, Quality of Service (QoS), monitoring and troubleshooting, as well as the ability to deploy network services, such as a firewall, intrusion detection, and Virtual Private Network (VPN) instances.
next hop
The next device to which a protocol data unit (PDU) is sent on its way to its destination.
Next Hop Label Forwarding Entry (NHLFE)
An Multi-Protocol Label Switching (MPLS) entry containing next hop information (interface and next hop address) and label manipulation instructions; it can also include label encoding, L2 encapsulation information, and other information to process packets in the associated stream.
node
An addressable device such as a host, router, or switch, attached to a network, that transmits and receives data.
north/south
The flow of traffic traversing between users and a data center (spanning-tree). Contrast with east/west.
northbound
An interface that allows a network component to communicate with a higher-level component. A northbound interface hides complex details of operations. Northbound flow can be thought of as going upward. In architectural diagrams, northbound interfaces are drawn at the top of the component. See also southbound.
Not-So-Stubby-Area (NSSA)
An extension of a Open Shortest Path First (OSPF) stub area. OSPF uses an NSSA as a transit to send external routes to other areas or to domains that are not part of the OSPF autonomous system. OSPF does not flood external routes from other areas into an NSSA, but does translate and flood route information from the NSSA into other areas such as the backbone. Defined by RFC 1587.
Last modified date: 06/16/2023