N10-007.2 Flashcards
(35 cards)
Trunk
In the context of an Ethernet network, this is a single physical or logical connection that simultaneously carries traffic for multiple VLANs. However, a trunk also refers to an interconnection between telephone switches, in the context of telephony.
Root Port
In an STP topology, every nonroot bridge has a single root port, which is the port on that switch that is closest to the root bridge, in terms of cost.
Supplicant
In a network using 802.1X user authentication, a supplicant is the device that wants to gain access to a network.
carrier-sense multiple access/collision detection (CSMA/CD)
Used on an Ethernet network to help prevent a collision from occurring and to recover if a collision does occur. CSMA/CD is only needed on half-duplex connections.
VLAN
A single broadcast domain, representing a single subnet. Typically, a group of ports on a switch is assigned to a single VLAN. For traffic to travel between two VLANs, that traffic needs to be routed.
Power over Ethernet (PoE)
Defined by the IEEE 802.3af and 802.3at standards, PoE allows an Ethernet switch to provide power to an attached device (for example, a wireless access point, security camera, or IP phone) by applying power to the same wires in a UTP cable that are used to transmit and receive data.
Designated Port
In an STP topology, every network segment has a single designated port, which is the port on that segment that is closest to the root bridge, in terms of cost. Therefore, all ports on a root bridge are designated ports.
Link Aggregation
As defined by the IEEE 802.3ad standard, link aggregation allows multiple physical connections to be logically bundled into a single logical connection.
Spanning Tree Protocol (STP)
Defined by the IEEE 802.1D standard, STP allows a network to have redundant Layer 2 connections while logically preventing a loop, which could lead to symptoms such as broadcast storms and MAC address table corruption.
Nondesignated Port
In STP terms, nondesignated ports block traffic to create a loop-free topology.
Full-Duplex
This connection allows a device to simultaneously transmit and receive data.
Authenticator
In a network using 802.1X user authentication, an authenticator forwards a supplicant’s authentication request on to an authentication server. After the authentication server authenticates the supplicant, the authenticator receives a key that is used to communicate securely during a session with the supplicant.
Default Gateway
The IP address of a router (or multilayer switch) to which a networked device sends traffic destined for a subnet other than the device’s local subnet.
Multicast
A multicast communication flow is a one-to-many flow.
Anycast
An anycast communication flow is a one-to-nearest (from the perspective of a router’s routing table) flow.
Variable-length subnet masking (VLSM)
The process of assigning various subnetwork IDs in the network to issue the appropriate number of IP addresses.
Extended Unique Identifier-64 (EUI-64)
A method in IPv6 to calculate a unique host address portion for a node using the MAC address of a device.
Neighbor Discovery
Any process whereby network elements can discover each other on the network. In the case of EIGRP, hello packets are used, for example.
Slash Notation/Prefix Notation
A method of indicating how many bits are in a subnet mask. For example, /24 is slash notation for a 24-bit subnet mask. Slash notation is also known as prefix notation.
Dual Stack
The ability of a network interface to run multiple protocols, such as IP and IPv6.
Automatic Private IP Addressing (APIPA)
Allows a networked device to self-assign an IP address from the 169.254.0.0/16 network. Note that this address is only usable on the device’s local subnet (meaning that the IP address is not routable)
Classless Interdomain Routing (CIDR)
Shortens a classful subnet mask by removing right-justified 1s from a classful mask. As a result, CIDR allows contiguous classful networks to be aggregated. This process is sometimes called route aggregation.
Block Size
The number of IP addresses in a subnet, including the subnet’s address and the subnet’s directed broadcast address.
Unicast
A unicast communication flow is a one-to-one flow.