A
Access Control List (ACL)
A set of rules used to filter traffic. Each rule specifies a set of conditions (such as source address, destination address, type of packet, or combination of these items) that a packet must meet to match the rule. When a device determines that an ACL applies to a packet, it tests the packet against the conditions of all rules. The first match determines whether the packet is permitted or denied.
access layer
In the
network design model, the layer that connects devices such as desktops, laptops, servers, and printers to the network and provides end users access to network resources. This layer accepts traffic into a network and can pass that traffic to the
distribution layer. The access layer is usually built using
Layer 2 (L2) switching such as
Spanning Tree Protocol (STP). This layer connects logical broadcast domains and provides isolation to groups of users. Typically,
Virtual Local Area Network (VLAN) instances are implemented as broadcast domains in the access layer. Also called the edge layer. See also
customer edge (CE),
provider edge (PE).
acknowledgment (ACK)
Notification sent from one network device to another to acknowledge that some event (for example, receipt of a message) has occurred.
active route
Route chosen from all routes in a
Routing Information Base (RIB) to reach a destination. Active routes are installed in the
Forwarding Information Base (FIB).
address
A unique identifier for a device on a network, either as a sender or receiver. An address can be a physical address or a logical address.
address family
A specific type of network addressing supported by a routing protocol. Examples are IPv4 unicast and IPv4 multicast.
address resolution
The process of translating the address of an entity on one system to the equivalent address of the same entity on another system. For instance, translating an
IP address to its
Domain Name Service (DNS) name. See also
Address Resolution Protocol (ARP).
Address Resolution Protocol (ARP)
adjacency
The relationship between neighboring devices for exchanging routing information. Adjacent devices share a common
network segment.
A given device can have multiple adjacencies, but each adjacency consists of only two devices connected by one link. A
protocol data unit (PDU) that goes between them does not have to pass through any other network devices. See also
neighbor.
administrative distance
How reliable the source of the route is considered to be. A lower value is preferred over a higher value. An administrative distance of 255 indicates no confidence in the source; routes with this distance are not installed in the
Routing Information Base (RIB). Also called route preference.
Advanced Encryption Standard (AES)
A cryptographic algorithm for use by U.S. Government organizations to protect sensitive (unclassified) information. Defined in Federal Information Processing Standards (FIPS) PUB 197.
advertising
Process in which routing or service updates are sent at specified intervals so that other devices on the network can maintain lists of usable routes.
Agent Extensibility (AgentX)
A protocol used to implement
Simple Network Management Protocol (SNMP) that defines communications between an SNMP agent and an SNMP client. AgentX does not directly communicate with an SNMP client, but relies on the agent to handle the protocol details of SNMP. Defined by RFC 2741.
aggregate route
A single entry in a
routing table that represents a combination of groups of routes that have common addresses. See also
route summarization.
alarm indication signal (AIS)
A signal transmitted instead of the normal signal to maintain transmission continuity and to indicate to the receiving device that a transmission interruption (fault) has occurred either at the equipment originating the AIS signal or upstream of that equipment.
American National Standards Institute (ANSI)
A voluntary organization of corporate, government, and other members that develops international and U.S. standards relating to, among other things, communications and networking. ANSI is a member of the International Electrotechnical Commission (IEC) and the
International Organization for Standardization (ISO).
application-specific integrated circuit (ASIC)
An integrated circuit that is designed for a specific application.
area
A logical division of devices that maintains detailed routing information about itself as well as routing information that allows it to reach other routing subdomains. An area divides a network into small, manageable pieces, reducing the amount of information each device must store and maintain about all other devices.
In
Intermediate System to Intermediate System (IS-IS) and
Open Shortest Path First (OSPF), an area is a set of contiguous networks and hosts within an
autonomous system (AS) that have been administratively grouped together.
area border router (ABR)
A
router on the border of one or more
Open Shortest Path First (OSPF) areas that connects those areas to the
backbone network. An ABR is a member of both the OSPF backbone and its attached areas. Therefore, an ABR maintains
routing tables for both the backbone topology and the topology of the other areas. See also
Not-So-Stubby-Area (NSSA),
stub area.
authentication
A process that verifies that data is not altered during transmission and ensures that users are communicating with the individual or organization that they believe they are communicating with.
authentication, authorization, and accounting (AAA)
A framework for controlling access to computer resources, enforcing policies, auditing usage, and providing the information necessary to bill for services:
• Authentication determines who the user is and whether to grant that user access to the network
• Authorization determines what the user can do
• Accounting tracks the user’s activities and provides an audit trail that can be used for billing or resource tracking
Authentication Header (AH)
An
Internet Protocol Security (IPsec) protocol that authenticates either all or part of the contents of a packet by adding a header with a a
hash message authentication code (HMAC) calculated based on the values in the packet. AH provides authentication but not confidentiality. See also
Encapsulating Security Payload (ESP).
Automatic Protection Switching (APS)
A means to detect a signal failure or signal degrade on a working channel and switch traffic to a protection channel. There are two types of APS:
autonomous system (AS)
A network controlled as a single administrative entity sharing a common routing strategy. An autonomous system is subdivided into
areas. An AS runs an
Interior Gateway Protocol (IGP) such as
Routing Information Protocol (RIP),
Open Shortest Path First (OSPF), or
Intermediate System to Intermediate System (IS-IS) within its boundaries. An AS uses an
Exterior Gateway Protocol (EGP) to exchange routing information with other ASs.
autonomous system border router (ASBR)
An ASBR is a link between the OSPF autonomous system and the outside network. An ASBR exchanges routing information with routers in other ASes. The ASBR redistributes routing information received from other ASs throughout its own AS. An ASBR must reside in a standard OSPF area.
availability
The amount of time that a system is available during time periods when it is expected to be available. Availability is often measured as a percentage of an elapsed year. For example, 99.95% availability equates to 4.38 hours of downtime in a year (0.0005 * 365 * 24=4.38) for a system that is expected to be available all the time.
Last modified date: 06/16/2023