Glossary

The following is a glossary of acronyms used throughout the book.

APT (Advanced Package Tool)

A command-line tool for handling packages on Debian-based Linux computers.

ARP (Address Resolution Protocol)

A protocol used to map network layer addresses to link layer addresses. Often used for IP to MAC address resolution.

AS (autonomous system)

A group of routers that share network prefixes under the administrative control of a single organization.

ASA (adaptive security appliance)

A Cisco firewall device.

ASDM (Adaptive Security Device Manager)

Cisco software used to manage and monitor Cisco security devices.

ASIC (application-specific integrated circuit)

A specialized circuit that is often proprietary of a particular vendor.

ATM (Asynchronous Transfer Mode)

A technology designed for the transfer of voice, video, and data through public and private networks. Largely replaced by MPLS.

BGP (Border Gateway Protocol)

The routing protocol of the Internet. BGP uses autonomous systems to exchange route information.

BSD (Berkeley Software Distribution)

A Unix operating system that was developed in Berkeley, California.

CCIE (Cisco Certified Internetwork Expert)

The expert level of certification from Cisco Systems.

CCNA (Cisco Certified Network Associate)

The associate level certification from Cisco Systems.

CCNP (Cisco Certified Network Professional)

The professional level certification from Cisco Systems.

CCP (Cisco Configuration Professional)

Software used to manage and monitor Cisco routers.

CDP (Cisco Discovery Protocol)

A Cisco proprietary protocol used to collect hardware and configuration information from directly connected Cisco devices on a network.

CIDR (Classless Inter-Domain Routing)

A shorthand method of assigning a network mask to an IP address. CIDR uses a slash, followed by the number of binary bits for the mask portion of an IP address; for example, 192.168.1.1 255.255.255.0 is written as 192.168.1.1 /24 in CIDR notation.

CPU (central processing unit)

The circuitry in a computer that’s responsible for executing code and controlling input/output operations.

DHCP (Dynamic Host Configuration Protocol)

A protocol used for dynamically applying IP addresses and other network settings to a host.

DLCI (data link connection identifier)

A link-local virtual circuit identifier used to assign frames to a PVC or SVC.

DNS (Domain Name System)

A hierarchy of database servers that map Internet hostnames to IP addresses.

EIGRP (Enhanced Interior Gateway Routing Protocol)

A Cisco proprietary advanced distance-vector routing protocol.

FTP (File Transfer Protocol)

A protocol used to transfer files from one host to another using TCP/IP. Also the name of the program that allows a user to transfer files to and from a remote host.

GLBP (Gateway Load Balancing Protocol)

A Cisco proprietary redundant router protocol that supports load-balancing.

HSRP (Hot Standby Routing Protocol)

A Cisco proprietary redundant router protocol that provides automatic router failover at a default gateway.

IDS/IPS (Intrusion Detection System/Intrusion Prevention System)

A device that monitors network activities for malicious code, usually working in conjunction with a firewall. Unwanted activities trigger alarms that are reported to a system administrator.

I/O (input/output)

Used to describe any program, operation, or device that transfers data to or from a computer or device.

IOL (IOS on Linux)

Software that runs on Linux and emulates the features of a Cisco IOS router or switch.

IOS (Internetwork Operating System)

Cisco’s primary router and switch operating system.

IOU (IOS on Unix)

Software that runs on Linux/Unix and emulates the features of a Cisco IOS router or switch.

IP (Internet Protocol)

The network layer protocol in the TCP/IP stack that provides routing and logical addressing.

IPv4 (Internet Protocol version 4)

The fourth version of the IP. IPv4 uses a 32-bit address scheme.

IPv6 (Internet Protocol version 6)

The sixth version of the IP. IPv6 uses a 128-bit address scheme.

ISL (Inter-Switch Link)

A Cisco proprietary VLAN trunking protocol, replaced by 802.1Q on modern networks.

ISP (Internet service provider)

A company that provides consumers and businesses with access to the Internet.

ISR (integrated service router)

A Cisco router model used in small businesses or home offices, usually connected to the Internet using DSL or cable modems. ISR hardware is often designed using application-specific integrated circuits.

JNCIA (Juniper Networks Certified Associate)

The Juniper entry-level associate certification for Junos OS.

LAN (local area network)

A network that connects computers and peripherals within a small geographic area, such as a single building or a group of buildings.

LMI (logical management interface)

A signaling standard used between routers and Frame Relay switches.

MAC (media access control)

A unique identifier that’s written into the firmware of a network Ethernet card. MAC addresses are used for communication on a physical network segment.

MPLS (Multiprotocol Label Switching)

A packet-forwarding technology that uses labels to make data forwarding decisions. Replaces ATM and Frame Relay on modern networks.

MTU (maximum transmission unit)

The maximum frame size of a protocol data unit. The Ethernet default frame size is 1500 bytes, but it can be reduced or increased depending on your Ethernet hardware and drivers.

NAT (network address translation)

A method of using a single IP address on an edge router or firewall so that devices on the network behind the edge device can access networks (like the Internet) beyond the edge using a single IP address. NAT is responsible for rewriting datagram headers to keep track of packets between the edge device and the inside hosts.

NIO (Network Input/Output)

Used to describe any program, operation, or device that transfers data to or from a computer or device over a network.

NPE (Network Processing Engine)

A Cisco chassis card that provides additional functionality to some Cisco router models, such as the c7200.

NVRAM (non-volatile random access memory)

A type of memory that retains its contents when power is turned off.

OS (operating system)

Manages a computer’s memory, processes, and all of its software and hardware.

OSPF (Open Shortest Path First)

An interior gateway protocol that uses a link-state database and a shortest path first (SPF) algorithm to calculate the best routes to reach a network.

OVA (Open Virtual Appliance)

A standard file format used for packaging and distributing virtual appliances that can be run using virtual machine software, such as VirtualBox and VMware.

POS (Packet over SONET)

A communications protocol used for transmitting Point-to-Point Protocol (PPP) packets over SONET.

PVC (permanent virtual circuit)

A permanent connection that’s established between two or more nodes in a Frame Relay or ATM network.

QEMU (Quick Emulator)

An open source machine emulator and virtualizer.

RAM (random access memory)

A type of memory that does not retain its contents when power is turned off.

RIP (Routing Information Protocol)

A distance vector protocol that primarily uses hop count as a metric for choosing the best route to remote networks. Often referred to as routing by rumor.

SSH (Secure Shell)

Used for securely logging into a remote machine and executing commands on a remote machine.

SONET (Synchronous Optical Network)

A protocol used to synchronously transfer data over fiber-optic networks.

SVC (switched virtual circuit)

A dynamic connection that’s established between two or more nodes in a Frame Relay or ATM network.

TAR (Tape Archive) files

Creates and manipulates streaming archive files.

TCP (Transmission Control Protocol)

The connection-oriented transport layer of the TCP/IP stack. TCP is responsible for creating reliable end-to-end connections.

TFTP (Trivial File Transfer Protocol)

TFTP allows users to transfer files to and from a remote machine using no authentication or error correction.

UDP (User Datagram Protocol)

A connectionless transport layer protocol that does not use handshaking. UDP exchanges datagrams without acknowledgments.

VIRL (Virtual Internet Routing Lab)

Cisco’s network simulation platform that includes virtual machines running Cisco’s core network operating systems.

VLAN (virtual local area network)

A mechanism for partitioning a layer-2 network into separate broadcast domains.

VM (virtual machine)

A program that emulates specific hardware and allows you to install and run operating systems designed for that hardware.

VMDK (virtual machine disk)

A virtual hard disk image file that is often used by virtual machine software, such as VMware, VirtualBox, and QEMU.

VPCS (Virtual PC Simulator)

A simple program that simulates the basic networking features and commands of a PC.

VPN (virtual private network)

A group of security protocols that allow two devices to share encrypted information over a public network (like the Internet).

VPNC (Virtual Private Network Connection)

A software client for Cisco VPN3000 Concentrator, IOS devices, and PIX devices.

VRRP (Virtual Router Redundancy Protocol)

An open standard redundant router protocol that provides automatic router failover at a default gateway.

WAN (wide area networks)

A network that covers a wide geographic range, often made up of multiple networks connected using one or more VPNs.

WIC (WAN interface card)

A Cisco proprietary interface card that often provides serial port interfaces to a router.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset