Part I of ICND1 text Flashcards
adjacent-layer interaction
the general topic of how on one computer, two adjacent layers in a networking architectural model work together, with the lower layer providing services to the higher layer
deencapsulation
on a computer that receives data over a network, the process in which the device interprets the lower-layer headers and, when finished with each header, removes the header, revealing the next-higher-layer PDU
encapsulation
the placement of data from a higher-layer protocol behind the header (and in some cases, between a header and trailer) of the next-lower-layer protocol. For example, an IP packet could be encapsulated in an Ethernet header and trailer before being sent over an Ethernet.
frame
a term regerring to a data link header and trailer, plus the data encapsulated between the header and trailer
networking model
a generic term referring to any set of protocols and standards collecteed into a comprehensive grouping that, when followed by the devices in a network, allows all the devices to communivate. Examples include TCP/IP and OSI
packet
a logical grouping of bytes that includes the network layer header and encapsulated data, but specifically does not include any headers and trailers below the network layer
protocol data unit (PDU)
A generic term referring to the header defined by some layer of a networking model, and the data encapsulated by the header (and possibly trailer) of that layer, but specifically not including any lower-layer headers and trailers.
same-layer interaction
The communication between two networking devices for the purposes of the functions defined at a particular layer of a networking model, with that communication happening by using a header defined by that layer of the model. The two devices set values in the header, send the header and encapsulated data, with the receiving device(s) interpreting the header to decide what action to take.
segment
In TCP, a term used to describe a TCP header and its encapsulated data (also called an L4PDU). Also in TCP, the process of accepting a large chunk of data from the application layer and breaking it into smaller pieces that fit into TCP segments. In Ethernet, a segment is either a single Ethernet cable or a single collision domain (no matter how many cables are used).
1000BASE-T
A name for the IEEE Gigabit Ethernet standard that uses four-pair copper cabling, a speed of 1000 Mbps (1 Gbps), and a maximum cable length of 100 meters.
100BASE-T
A name for the IEEE Fast Ethernet standard that uses two-pair copper cabling, a speed of 100 Mbps, and a maximum cable length of 100 meters.
Broadcast address
Generally, any address that represents all devices, and can be used to send one message to all devices. In Ethernet, the MAC address of all binary 1s, or FFFF.FFFF.FFFF in hex. For IPv4, see subnet broadcast address.
Crossover cable
An Ethernet cable that swaps the pair used for transmission on one device to a pair used for receiving on the device on the opposite end of the cable. In 10BASE-T and 100BASETX networks, this cable swaps the pair at pins 1,2 to pins 3,6 on the other end of the cable, and the pair at pins 3,6 to pins 1,2 as well.
Ethernet
A series of LAN standards defined by the IEEE, originally invented by Xerox Corporation and developed jointly by Xerox, Intel, and Digital Equipment Corporation.
Ethernet address
A 48-bit (6-byte) binary number, usually written as a 12-digit hexadecimal number, used to identify Ethernet nodes in an Ethernet network. Ethernet frame headers list a destination and source address field, used by the Ethernet devices to deliver Ethernet frames to the correct destination.
Ethernet frame
A term referring to an Ethernet data link header and trailer, plus the data encapsulated between the header and trailer.
Ethernet link
A generic term for any physical link between two Ethernet nodes, no matter what type of cabling is used.
Ethernet port
A generic term for the opening on the side of any Ethernet node, typically in an Ethernet NIC or LAN switch, into which an Ethernet cable can be connected.
Fast Ethernet
The common name for all the IEEE standards that send data at 100 megabits per second.
Frame Check Sequence
A field in many data link trailers used as part of the error-detection process.
Gigabit Ethernet
The common name for all the IEEE standards that send data at 1 gigabit per second.
IEEE
Institute of Electrical and Electronics Engineers. A professional organization that develops communications and network standards, among other activities.
MAC address
A standardized data link layer address that is required for every device that connects to a LAN. Ethernet MAC addresses are 6 bytes long and are controlled by the IEEE. Also known as a hardware address, a MAC layer address, and a physical address.
Network interface card (NIC)
A computer card, sometimes an expansion card and sometimes integrated into the motherboard of the computer, that provides the electronics and other functions to connect to a computer network. Today, most NICs are specifically Ethernet NICs, and most have an RJ-45 port, the most common type of Ethernet port.
RJ-45
A popular type of cabling connector used for Ethernet cabling. It is similar to the RJ-11 connector used for telephone wiring in homes in the United States. RJ-45 allows the connection of eight wires.
Straight-through cable
In Ethernet, a cable that connects the wire on pin 1 on one end of the cable to pin 1 on the other end of the cable, pin 2 on one end to pin 2 on the other end, and so on.