BSIG: Key Terms

NEXT - Near End Crosstalk: | Top

When two wires are near each other and are untwisted, energy from one wire can wind up on an adjacent wire and vice versa. This can cause noise at both ends of a terminated cable.

NIC - Network Interface Card: | Top

A board or adapter that provides network communication capabilities to and from a computer system.

A NIC is considered both a Layer 1 and Layer 2 Interface.

Noise: | Top

Noise is unwanted additions to optical or electomagnetic signals. No electrical signal is without noise; however, it is important to keep the signal-to-noise (S/N) ratio as high as possible. The S/N ratio is an engineering calculation and measurement that involves dividing the signal strength by the noise strength; it gives a measure of how easy it is to decipher the desired, intended signal from the unwanted, but unavoidable noise.

Normal/Common Mode: | Top

A power cable contains three wires, and problems that occur in the cable are labeled according to the particular wire(s) that are involved. If a problem exisits between the hot and neutral wire, this is referred to a normal-mode problem. If a situation involves either the hot or neutral wire and the safety ground wire, it is referred to a common-mode problem.

Normal-mode problems do not ordinarily pose a hazard to you or your computer. This is because they are usually interecepted by a computer's power supply, an uninterruptible power supply, or an AC power line filter. Common-mode problems, on the other hand can go directly to a computer's chassis without an intervening filter. Therefore, they can do more damage to data signals than normal-mode problems. In addition, they are are harder to detect.

Open Shortest Path First: | Top

A link-state hierarchical IGP routing algorithm proposed as a successor to RIP. The OSPF feature-set includes least-cost routing, multipath routing, and load balancing.

Optical Fiber - Multimode // Single Mode: | Top

Multimode Fiber:-

Supports propagation of multiple frequencies of light. Associated with intra-building cabling (LANs)

Single Mode:-

Is also called axial because the light travels down the axis of the cable. Associated with inter-building cabling and WANs. Single Mode is faster than Multimode.

Oscillation & Noise: | Top

Oscillations are also sometimes referred to as harmonics, or noise. A common cause of oscillation is an excessively long electrical wiring run, which acts like an antenna.

Organizational Unique Identifier: | Top

Three octets assigned by the IEEE in a block of 48-bit LAN (MAC) addresses.

Packet - Protocol Data Unit | Top

A logical grouping of information that includes a header containing control information and usually user data. Packets are most often used to refer to network-layer units of data.

PAP - Password Authentication Protocol: | Top

An authentication protocol that allows PPP peers authenticate one another. The remote user attempting to connect to the local router is required to send an authentication request. Unlike, CHAP, PAP passes the password and host name or username in the clear (unencrypted). PAP does not itself prevent anauthorized acces, but merely identifies the remote end. The router or access server then determines whether that user is allowed access. PAP is supported only on PPP lines.

Personal Computer - Backplane Components: | Top

  • Backplane - The large circuit board that contains slots for expansion cards.
  • Interface - A piece of hardware, such as a modem connector, that allows two devices to be connected.
  • Mouse port - A port designed to connect a mouse to a PC.
  • Network Interface Card - An expansion board inserted into a computer so that the computer can be connected to a network.
  • Parallel port - An interface capable of transferring more than one bit simultaneously. It is used to connect external devices such as printers.
  • Port - An interface on a computer to which you can connect an electronic device.
  • Power Cord - A cord used to connect an electrical device to an electrical outlet to provide power to the device.
  • Serial port - An interface that can be used for serial communication in which only one bit is transmitted at a time.
  • Sound card - An expansion card that handles all sound functions.
  • Video card - A board that plugs into a PC to give it display capabilities.
Important notes:

1. Think of a Personal Computer as a small network.
2. Internal to the Personal Computer & external through the parallel port - think parallel communications.
3. External to the Personal Computer via the Network Interface Card - think serial commununications.

Personal Computer - Electronic Components: | Top

  • Capacitor - Stores energy in the form of an electrostatic field.
  • Connector - The part of a cable that plugs into a port or an interface.
  • Integrated circuit (IC) - A device made of semiconductor material; it contains many transistors and performs a specific task.
  • Light emitting diode (LED) - A semiconductor device that emits light when a current passes through it.
  • Resistor - A device that amplifies a signal or opens and closes a circuit.
Important notes:

1. Think of a Personal Computer as a small network.
2. Internal to the Personal Computer & external through the parallel port - think parallel communications.
3. External to the Personal Computer via the Network Interface Card - think serial commununications.

Personal Computer - Information Flow: | Top

  • Boot instructions - Stored in ROM until they are sent out.
  • Software applications - Stored in RAM after they are loaded.
  • RAM and ROM - Constantly talk to the CPU through the bus.
  • Application information - Stored in RAM while applications are being used.
  • Saved information - Flows from RAM to some form of storage device.
  • Exported information - Flows from RAM and the CPU, through the bus and expansion slots, to the printer, the video card, the sound card, or the network card.

Personal Computer - Subsystems: | Top

  • Bus - A collection of wires through which data is transmitted from one part of a computer to another. It connects all the internal componets to the CPU. The industry standard architecture (ISA) and the peripheral component interconnect (PCI) are two types of buses.
  • CD-ROM drive - A compact disk read-only memory drive; a device that can read information from a CD-ROM.
  • Central processing unit (CPU) - The brains of the computer, where most calculations take place.
  • Expansion card - A printed circuit board you can insert into a computer to give it added capabilities.
  • Expansion slot - An opening in a computer where a circuit board can be inserted to add new capabilites to the computer.
  • Floppy disk drive - A disk drive that can read and write to floppy disks.
  • Hard disk drive - The device that reads and writes data on a hard disk.
  • Microprocessor - A silicon chip that contains a CPU.
  • Motherboard - The main printed circuit board of a microcomputer.
  • Power supply - The component that supplies power to a computer.
  • Printed circuit board (PCB) - A thin plate on which chips (integrated circuits) and other electronic components are placed.
  • Random-access memory (RAM) - Also know as read-write memory, RAM can have new data written to it and stored data read from it. A drawback of RAM is that it requires electrical power to maintain data storage.
  • Read-only memory (ROM) - Computer memory on which data has been prerecorded. It can only be read.
  • System unit - The main part of a PC; the system unit includes the chassis, the microprocessor, the main memory, the bus, and the ports. It does not include the keyboard or the monitor, or any external devices connection to the computer.
Important notes:

1. Think of a Personal Computer as a small network.
2. Internal to the Personal Computer & external through the parallel port - think parallel communications.
3. External to the Personal Computer via the Network Interface Card - think serial commununications.

PING - Packet Internet Groper | Top

The ping command sends ICMP echo packets and is supported both in user and privileged EXEC modes. It is used to verify the hardware connection and the logical address at the network layer. You must understand returned character responses:

  • ! - Successful receipt of an echo reply.
  • . - Timed out waiting for a datagram reply.
  • U - Destination unreachable error.
  • C - Congestion-experienced packet.
  • I - ping interrupted
  • ? - Packet type unknown.
  • & - Packet TTL exceeded
The extended ping command is supported only within privileged EXEC mode and is reached by entering ping [ return ] and then Y at the extended commands prompt.

Post Office Protocol (POP3): | Top

Is an Internet standard for storing e-mail on a mail server until you can access it it and download it to your computer. It enables users to receive mail from their in-boxes using various levels of security.

Point-to-Point Protocol: | Top

A successor to SLIP that provides router-to-router and host-to-network connections over synchronous and asynchronous circuits. PPP also has built-in security mechanisms, such as CHAP and PAP. PPP relies on two protocols: LCP and NCP.

Protocol: | Top

A formal description of a set of rules and conventions that govern how devices on a network share information.

PDU - Protocol Data Unit: | Top

  • Layer 1 = Bits - 0s / 1s - on / off
  • Layer 2 = Frames - encapsulates network layer information and adds physical addresses.
  • Layer 3 = Packets - encapsulates data & attaches header. The packets or datagrams include the logical addresses.
  • Layer 4 = Segments - grouping of data into more manageable parts.
PRI - Primary Rate Interface: | Top

An ISDN interface to primary rate access which consists of a single 64-kbps D channel plus 23 (T1) or 30 (E1) B (Bearer) channels for voice and data.

Proxy ARP - Proxy Address Resolution Protocol: | Top

A variation of the ARP protocol in which an intermediate device (for example, a router) sends an ARP response on behalf of an end node to the requesting host. Proxy ARP can lessen bandwidth use on slow-speed WAN links.

PVC - Permanent Virtual Circuit: | Top

A virutal circuit that is permanently established. PVCs save bandwidth associated with circuit establishment and tear-down in situations where certain virtual circuits must exist all the time.

QoS - Quality of Service: | Top

A measure of performance for a tranmission system that reflects its transmission quality and service availability.

RAM - Random Access Memory: | Top

Volatile memory that can be read and written by a microprocessor.

Critical note: Data within RAM is only available when a device is powered-up!

RARP - Reverse Address Resolution Protocol: | Top

A protocol that provides a method for finding IP (logical-binary) addresses based a MAC (physical-hexidecimal) addresses.

Ring Topology: | Top

A network topology that consists of a series of repeaster connected to one another by unidirectional transmission links to form a single closed loop. Each station on the network connects to the network at a repeater. Although logically they are rings, ring topologies are most often organized in a closed loop star.

RIP - Routing Information Protocol: | Top

A protocol supplied with UNIX BSD systems. It is the most common Interior Gateway Procotol (IGP) in the Internet.

Key characteristics:

  • It is a distance-vector protocol.
  • Hop count is used as a metric for path selection.
  • The maximum allowable hop count is 15.
  • Routing updates are broadcast every 30 seconds by default.

ROM - Read Only Memory: | Top

Non-volatile memory that can be read, but not written, by a microprocessor.

Sag/Brownout: | Top

A sag is a brownout that last less than a second. These incidents occur when voltage on the power line falls below 80 percent of the normal voltage. Sometimes they are called overloaded circuits. Brownouts can also be caused intentionally by utility companies seeking to reduce the power drawn by users during peak period. Like surges, sags and brownouts account for a large proportion of the power problems that effect networks and the computing devices attached to them

Router: | Top

A network layer (3) device that uses one or more metrics to determine the optimal path along which network traffic should be forwarded. Routers forward packets from one network to another based on network-layer information contained in routing updates.

Routers can be configured externally:

  • From the console terminal (a computer connected to the router through a console port) during its installation.
  • Via a modem by using the auxiliary port.
  • From virtual terminals, after the router has been installed on the network.
  • From TFTP server on the network.

Router - Internal Configuration Components: | Top

The following play an important part in the startup process:

  • RAM/DRAM - Stores routing tables, the ARP cache, the fast-switching cache, packet buffering (shared RAM), and packet hold queues. RAM also provides running memory for a router's configuration file while the router is powered. RAM content is lost during a powerdown or restart.
  • Nonvalatile RAM(NVRAM) - Nonvolatile RAM stores the router's backup/startup configuration file. NVRAM content is retained during a powerdown or restart.
  • Flash memory - Acts as erasable, reprogrammable ROM that holds the operating system image and microcode. Flash memory enables software updates without removing and replacing processor chips. Flash memory content is retained during power down or restart. Flash memory also can store multiple versions of IOS software.
  • ROM - Contains power-on diagnostics, a bootstrap program, and minimal operating system software. Software upgrades in ROM require removing and replacing pluggable chips on the motherboard.

Interfaces are network connections on the motherboard or on separate interface modules, through which packets enter and exit a router. When configuring the router, you must go through one or more of these external interfaces. Examples interfaces include:

  • Console port.
  • Auxiliary port.
  • Ethernet port.
  • Serial port.

Routed Protocol: | Top

A protocol that be routed by a router. A router must be able to interpret the logical internetwork as specified by that routed protocol. Examples of routed protocols are AppleTalk, DECnet, and IP.

Routing Protocol: | Top

A protocol that accomplishes routing through the implementation of a specific routing algorithm. Examples of routing protocols are IGRP, OSPF, and RIP.

Its purpose is to learn the available routes, place the best routes into the routing table, and remove routes when they are no longer available.

  • Exterior Routing Protocol: A routing protocol designed for use between two different networks that are under the control of two different organizations. These are typically used between ISPs or between a company and an ISP. For example, a company would run BGP, an exterior routing protocol between one of its routers and a router inside an ISP.
  • Interior Routing Protocol: A routing protocol designed for use in a network whoses parts are under the control of a single organization. For example, an entire company might choose the IGRP routing protocol, which is an interior routing protocol.
  • Distance Vector: The logic behind the behavior of some interior routing protocols, such as RIP and IGRP.
  • Link State: The logic behind the behavior of some interior routing protocols, such as OSPF.
  • Balanced Hybrid: The logic behind the behavior of EIGRP, which is more like distance vector than link state but is different from these other two types of routing protocols.
  • Dijkstra Shortest Path First (SPF) Algorithm: Magic math used by link-state protocols, such as OSPF, when the routing table is calculated.
  • Diffusing Update Algorithm (DUAL): The process by which EIGRP routers collectively calculate routing tables.
  • Convergence: The time required for routers to react to changes in the network, removing bad routes and adding new, better routes so that the currently best routes are in all the router's routing tables.

Routing Procotols - Balanced Hybrid:

Balanced Hybrid is a term created by Cisco to describe the inner workings of EIGRP, which uses the Diffusing Update Algorithm (DUAL) to calculate routes. A balanced hyrbrid protocol exchanges more topology information than distance vector routing protocol, but it does not require the full topology or the computation-intensive Dijkstra algorithm to compute loop-free routes.

Enhanced IGRP (EIGRP) is a balanced hybrid routing protocol. DUAL is the underlying algoithm. DUAL defines a method for each router to not only calculate the best current route to each subnet, but also to calculate alternative routes that could be used if the current route fails. An alternative route, using what DUAL defines as a neighboring feasible successor route, is guaranteed to be loop-free, so convergence can happen quickly. EIGRP also transmits the subnet mask for each routing entry. Therefore, features such as VLSM and route summarization are easily supported.

Routing Procotols - Convergence:

Routing protocols, which are used to determine the best route for traffic from a particular source to a particular destination, are fundamental to dynamic routing. Whenever the topology of the network changes because of growth, reconfiguration, or failure, the network knowledge base also must change. The knowledge needs to reflect an accurate, consistent view of the new toplogy. This accurate, consistent view is call convergence.

When all routers in a network are operating with the same knowledge, the network is said to have converged. Fast convergence is a desirable network feature because it reduces the period of time that routers have outdated knowledge for making routing decisions that could be incorrect, wasteful, or both.

Routing Procotols - Distance-Vector:

Distance-Vector routing protocols pass periodic copies of a routing table from router to router. Each router receives a routing table from its direct neighbor. For example, Router B receives information from Router A - Router B adds a distance vector number (such as a number of hops), increases the the distance vector, and then passes the routing table on to its neighbor, Router C. This same step-by-step process occurs in all directions between direct-neighbor routers.

In this way, the protocol accumulates network distances so that it can maintain a database of network topology information. Distance-vector protocols do not allow a router to know the exact topology of a network.

Routing Procotols - Link-State:

Link-state protocols use a topology database that is created on each router. Entries describing every router, every router's attached links, and every router's neighboring routers are included in the database so that each router can build a complete map of the network. The topology database is processed by an algorithm call the Dijkstra Short Path First (SPF) algorithm for choosing the best routes to add to the routing table. This detailed topology information, along with Dijkstra algorithm, helps link-state protocols avoid loops and converge quickly.

Routing Procotols - Distance-Vector Versus Link-State:

Segment - Protocol Data Unit: | Top

Be careful with this term. In context - a single transport-layer unit of information.

Shielding: | Top

In cable that employs shielding, a metal braid or foil surrounds each wire pair or group of wire pairs. This shielding acts as a barrier to any interfering signals. However, as with increasing the size of conductors, using braid or foil covering increases the diameter of the cable and the cost as well. Therefore, cancellation is more commonly used technique to protect the wire from undesirable interference.

Simplex Transmission: | Top

The capability for tranmission in only one direction between a sending and a receiving station. Broadcast television is an example of simplex technology.

STP - Spanning-Tree Protocol: | Top

The main function of Spanning-Tree Protocol is to allow duplicate switched/bridged paths without incurring the latency effects of loops in the network.

Bridges and switches make their forwarding decisions for unicast frames based on the destination MAC address in the frame. If the MAC address is unknown, the device floods the frame out all ports in an attempt to reach the desired destination. It also does this for all broadcast frames.

The Spanning-Tree Algorithm, implemented by the Spanning-Tree Protocol, prevents loops by calculating a stable spanning-tree network topology. When creating fault-tolerant networks, a loop-free path must exisit between all Ethernet nodes in the network. The Spanning-Tree Algorithm is used to calculate a loop-free path. Spanning-tree frames, called "bridge protocol data units" (BPDUs), are sent and received by all switches in the netowrk at regular intervals and are used to determine the spanning-tree topology.

A switch uses Spanning-Tree Protocol on all Ethernet and Fast Ethernet based VLANs. Spanning-Tree Protocol detects and breaks loops by placing some connections in standby mode, which are activated in the event of an active connection failure.

The Spanning-Tree Protocol states are:

  • Blocking - No frames forwarded, BPDUs heard.
  • Listening - No frames forwarded, listening for frames.
  • Learning - No frames forwarded, learning addresses.
  • Forwarding - Frames forwarded, learning addresses.
  • Disabled - No frames forwarded, no BPDUs heard.

Spike: | Top

A spike is an impulse that produces a voltage overload on the power line. Generally speaking, spikes last between .5 and 100 microseconds. In simple terms, when a spike occurs, it means that the power line has momentarily been struck with a powerful hit of at least 240 V on a power supply rated for 120 V (100 percent increase).

SPX - Sequenced Packet Exchange (Novell): | Top

A reliable, connection-orientated protocol that supplements the datagram service provided by network layer protocols.

Star Topology: | Top

A LAN topology in which endpoints on a network are connected to a common central switch by point-to-point links. A ring topology that is organized as a star implements a unidirectional closed-loop star, instead of point-to-point links.

Static Route: | Top

A route that is explicitly configured and entered into the routing table by default. Static routes take precedence over routes chosen by dynamic routing protocols. Key concept - use less overhead compared with Dynamic Routes.

Surge: | Top

A surge is a voltage increase above 110 percent of the normal voltage carried by a power line. Typically, such incidents last only a few seconds; however, this type of power disruption is responsible for nearly all hardware damage that computer users experience. This is because most computer power supplies that run 120 V are not built to handle more than 132 V for any length of time. Hubs are particularly vulnerable to electrical surges because of the sensitive love-voltage data lines.

Stub Network | Top

A network that has only a single connection to a router.

Switch: | Top

A network device that filters, forwards and floods frames based on the destination address of each frame. The switch operates at the data-link layer of the OSI model.

Switching Modes: | Top

Switching is the process of taking an incoming frame from one interface and delivering it out through another interface.

Two switching modes can be used to forward a frame through a switch:

  • Store-and-forward - The entire frame is received before any forwarding takes place. The destination and/or the source addresses are read and filters are applied before the frame is forwarded. Latency occurs while the frame is being received; the latency is greater with larger frames because the entire frame takes longer to read. Error detection is high because of the time available to the switch to check for errors while waiting for the entire frame to be received.
  • Cut-through - The switch reads the destination address before receiving the entire frame. The frame is then forwarded before the entire frame arrives. This mode decreases the latency of the transmission and has poor error detection. Fast-forward and fragment-free are two forms of cut-through switching:
    • Fast-forward switching offers the lowest level of latency by immediately forwarding a packet after receiving the destination address. Because fast-forward switching does not check for errors, there may be times when frames are relayed with errors. Although this occurs infrequently, the destination network adapter discards the faulty frame upon receipt. In networks with high collision rates, this can negatively affect available bandwidth. Use the fragment-free option to reduce the number of collision frames forwarded with errors. In fast-forward mode, latency is measured from the first bit received to the first bit transmitted, or first in, first out (FIFO).
    • Fragment-free switching filters out collision fragments, which are the majority of packet errors, before forwarding begins. In a properly functioning network, collision fragments must be smaller than 64 bytes. Anything greater than 64 bytes is a valid packet and is usually received without error. Fragement-free switching waits until the recived packet has been determined not to be a collision fragment before forwarding the packet. In fragment-free mode, latency is measured as FIFO.
The latency of each switching mode depends on how the switch forwards the frames. The faster the switching mode, the smaller the latency in the switch. To accomplish faster frame forwarding, the switch takes less time to check for errors. The tradeoff is less error checking, which can lead to a higher number of retranmissions.

Synchronous Transmission: | Top

Digital signals that are transmitted with precise clocking. Such signals have the same frequency, with individual characters encapsulated in control bits (called start bits and stop bits) that designated the beginning and end of each character.

Subnet Mask: | Top

A 32-bit address mask used in IP to indicate the bits of an IP address that are being used for the subnet address.

TCP - Transmission Control Protocol: | Top

A connection-orientated transport-layer protocol that provides reliable full-duplex data transmission.

Telnet: | Top

Is a standard terminal emulation protocol. It is used for remote connections, enabling users to log in to remote systems to use resources as if they were connected to a local system.

Throughput: | Top

The rate information arriving at, and possibly passing through, a particular point in a network system.

Timing Jitter: | Top

All digital systems are clocked, meaning clock pulses cause everything to happen. Clock pulses cause a CPU to calculate, data to store in memory, and the NIC to send bits. If the clock on the source host is not synchronized with the destination, which is quite likely, timing jitter is the result.

Token: | Top

A frame that contains control information. Possession of the token allows a network device to transmit data onto a network.

Token Ring: | Top

A "token" passing LAN developed and supported by IBM. Token Ring runs at 4 or 16 Mbps over a ring topology. Similar to 802.5. (Deterministic - taking turns)

Trace: | Top

Uses TTL values to generate messages from each router used along the path. This command is very powerful in its capability to locate failures in the path from the source to the destination. You must understand trace command responses:

  • !H - The probe was received by the router but not forwarded, which is usually due to an access list issue.
  • P - The protocol was unreachable.
  • N - The network was unreachable.
  • U - The port was unreachable.
  • * - Timed out.

Trailer | Top

Control information appended to data when encapsulating the data for network transmission.

Tree Topology: | Top

A LAN topology similar to a bus topology, except that tree networks can contain branches with multiple nodes. Transmissions from a station propagate the length of the medium and are received by all other stations.

Time-To-Live: | Top

A field in an IP header that indicates how long a packet is considered valid.

Twisted-Pair Cable: | Top

Is a 4 or 8-conductor (pins) copper transmission medium:

STP - Shield Twisted-Pair:- A two-pair wiring medium used in a variety of network implementations. STP has a layer of shielded insulation to reduce EMI.

UTP - Unshielded Twisted-Pair:- A four-pair wiring medium used in a variety of network implementations. It falls into five grades:

  • Category 1 - good for telephone communications.
  • Category 2 - good for transmitting data up to 4 Mbps.
  • Category 3 - good for transmitting data up to 10 Mbps.
  • Category 4 - good for transmitting data up to 16 Mbps. (Token Ring)
  • Category 5 - good for transmitting data up to 100 Mbps. (Most commonly used today)
Note: There are other grades of UTP but they are not referred to within the material.

UDP - User Datagram Protocol: | Top

A connectionless transport-layer protocol in the TCP/IP protocol stack. UDP is a simple protocol that exchanges datagrams without acknowledgements or guaranteed delivery, requiring that error processing and retransmission be handled by other protocols.

UPS - Uninterruptible Power Supply: | Top

A backup device designed to provide an uninterrupted power source in the event of a power failure. UPSs are commonly installed on file servers and wiring hubs.

Virtual Circuit: | Top

A logical circuit created to ensure reliable communication between two network devices. It is defined by a VPI/VCI pair and can be either permanent (PVC) or switched (SVC). Virtual circuits are used in Frame Relay and X.25.

VLAN (Virtual Local Area Network): | Top

A group of devices on a LAN that are configured (using management software) so that they can communicate as if they are attached to the same wire, when in fact they are located on a number of different LAN segments. Because VLANs are based on logical instead of physical connections, they are extremely flexible.

It is important to remember that the devices or users within a VLAN can be grouped by function, department, application, and so on, regardless of their physical segment location.

A VLAN creates a single broadcast domain that is not restricted to a physical segment and is treated like a subnet.

VTP (VLAN Trunking Protocol): | Top

VTP is a Layer 2 messaging protocol that maintains VLAN configuration consistency throughout a common administration domain. VTP manages the additions, deletions, and name changes of VLANs across multiple switches, minimizing misconfigurations and configuration inconsistencies that can cause problems, such as duplicate VLAN names or incorrect VLAN-type specifications.

VTP advertisements are flooded throughout the management domain every 5 minutes, or whenever there is a change in VLAN configurations. Included in a VTP advertisement is a configuration revision number, as well as VLAN names and numbers, and information about which switches have ports assigned to each VLAN. By configuring the details on one server and propagating the information through advertisements, all swithces know the names and numbers of all VLANs.

One of the most important components of the VTP advertisements is the configuration revision number. Each time a VTP server modifies its VLAN informaiton, it increments the configuration revision number by one. The VTP server then sends out a VTP advertisement that includes the new configuration revision number. When a switch receives a VTP advertisement with a larger configuration revision number, it updates its VLAN configuration.

VTP operates in one of three modes:

  • Server mode
  • Client mode
  • Transparent mode
VTP servers can create, modify, and delete VLANs and other configuration parameters of the entire VTP domain; this information, in turn, is propagated to the VTP clients in the same domain. VTP servers save VLAN configurations in the Catalyst NVRAM, whereas, in clients, the VLAN configuration is not stored. VTP messages are transmitted by the server out all trunk connections.

A VTP client cannot create, change or delete VLANs, nor can it save VLAN configurations in nonvolatile memory.

VTP transparent mode provides an option so that some switches can use VTP but other swithces can ignore VTP, while not stopping other swithces from using it. A switch in transparent mode forwards VTP advertisements received from other switches that are part of the same management domain, while ignoring the information in the VTP message. A switch configured in VTP transparent mode can create, delete, and modify VLANs, but the changes are not transmitted to other switches in the domain. The changes affect the local switch only.

WAN - Wide Area Network: | Top

A data communications network that serves users across a broad geographic area and often uses transmission devices provided by common carriers*. Frame Relay, SMDS, and X.25 are examples of WANs.

* Qwest, Worldcom, AT&T, Sprint.

Window Size: | Top

The number of packets/messages that can be transmitted while waiting an acknowledgement.

BSIG: Key Terms