CCNA 200-301 Key Vocabulary Terms.

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/76

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

77 Terms

1
New cards

what is adjacent-layer interaction?

The topic of how on one computer, two adjacent layers in in a network model work together, with the lower layer providing services to the higher layer.

2
New cards

De-encapsulation

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.

3
New cards

Encapsulation

The placement pf data from a higher layer protocol behind the header or in-between an ethernet header and trailer.

4
New cards

Frame

A term referring to a data link header and trailer, plus the data encapsulated between the header and trailer.

These are sent on layer 1 for TCP/IP and layer 2 for OSI

5
New cards

what is a packet?

A logical grouping of bytes that includes the network layer header and encapsulated data.

6
New cards

PDU

Protocol Data Unit.

A generic term referring to the header defined by some layer of a networking model, and the data encapsulated by the header (sometimes the trailer as well ) of that layer, does not include any lower layers headers and trailers just like a packet.

7
New cards

What is same-layer interaction?

The communication between two networking devices for the purposes of the functions defined at ta particular layer of a networking model, with that communication happening by using a header defined by the layer of the model. The two devices set values in the header, send the header and encapsulated data, with the receiving devices interpreting the header to decide what action to take.

Exchanging Frames, Packets etc and then determining the next action is simpler cisco.

8
New cards

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).

In TCP/Ip a segment also called a L4PDU refers to the TCP header and it's encapsulated data.

In ethernet this refers to a single ethernet cable of collision domain.

9
New cards

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.

10
New cards

IEEE

Institute of Electrical and Electronics Engineers. A professional organization that develops communications and network standards, among other activities.

11
New cards

ethernet link

A generic term for any physical link between two Ethernet nodes, no matter what type of cabling is used.

12
New cards

NIC

A Network Interface Card is a piece of hardware that allows a computer to connect to a network.

13
New cards

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.

14
New cards

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 100BASE-TX 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.

15
New cards

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.

16
New cards

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.

17
New cards

unicast address

Generally, any address in networking that represents a single device or interface, instead of a group of addresses (as would be represented by a multicast or broadcast address).

18
New cards

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.

19
New cards

Frame Check Sequence (FCS)

A field in many data link trailers used as part of the error-detection process.

20
New cards

Multimode Fiber (MMF)

Type of fiber-optic cable that uses LEDs and emits light at multiple angles.

21
New cards

Single-mode fiber (SMF)

Fiber-optic cable that allows only a single light wave to pass down the cable.

22
New cards

EMI

Electromagnetic Interference

23
New cards

Core

in fiber-optic cabling, the center cylinder of the cable, made of fiberglass, through which light passes is the CORE.

24
New cards

Leased line

A serial communications circuit between two points, provided by some service provider, typically a telephone company (telco). Because the telco does not sell a physical cable between the two endpoints, instead charging a monthly fee for the ability to send bits between the two sites, the service is considered to be a leased service.

25
New cards

WAN

Wide Area Network

26
New cards

LAN

Local Area Network

27
New cards

Telco

A common abbreviation for telephone company.

Most often used in reference to the telco box.

28
New cards

serial link

most commonly used to connect to leased lines and frame relay access links if used at all nowadays.

29
New cards

HDLC (High-level Data Link Control)

A bit-oriented synchronous data link layer protocol developed by the International Organization for Standardization (ISO).

30
New cards

Ethernet over MPLS (Multi Protocol Label Switching)

A term referring to an ethernet WAN service.

31
New cards

default router (default gateway)

On an IP host, the IP address of some router to which the host sends packets when the packet's destination address is on a subnet other than the local subnet.

32
New cards

routing table

A list of routes in a router, with each route listing the destination subnet and mask, the router interface out which to forward packets destined to that subnet, and as needed, the next-hop router's IP address.

33
New cards

IP subnet

Subdivisions of a Class A, B, or C network, as configured by a network administrator. Subnets allow a single Class A, B, or C network to be used instead of multiple networks, and still allow for a large number of groups of IP addresses, as is required for efficient IP routing.

34
New cards

Routing protocols

Examples of routing protocols include Enhanced Interior Gateway Routing Protocol (EIGRP), Open Shortest Path First (OSPF), and Routing Information Protocol (RIP).

35
New cards

dotted decimal notation

The format used for IP version 4 addresses, in which four decimal values are used, separated by periods (dots).

36
New cards

IPv4 address

In IP version 4 (IPv4), a 32-bit address assigned to hosts using TCP/IP. Each address consists of a network number,

37
New cards

unicast IP address

An IP address that represents a single interface. In IPv4, these addresses come from the Class A, B, and C ranges.

38
New cards

Subnetting

The process of subdividing a Class A, B, or C network into smaller groups called subnets.

39
New cards

ARP

Address Resolution Protocol. An Internet protocol used to map an IP address to a MAC address. Defined in RFC 826.

40
New cards

Ping

An Internet Control Message Protocol (ICMP) echo message and its reply; ping often is used in IP networks to test the reachability of a network device.

Most commonly used and needed troubleshooting tool.

41
New cards

startup-config file

In Cisco IOS switches and routers, the name of the file that resides in NVRAM memory, holding the device's configuration that will be loaded into RAM as the running-config file when the device is next reloaded or powered on.

42
New cards

Flood

The result of the LAN switch forwarding process for broadcasts and unknown unicast frames. Switches forward these frames out all interfaces, except the interface in which the frame arrived. Switches also flood multicasts by default, although this behavior can be changed.

43
New cards

local username

local username

A username (with matching password), configured on a router or switch. It is considered local because it exists on the router or switch, and not on a remote server.

44
New cards

AAA

Authentication, authorization, and accounting. Authentication confirms the identity of the user or device. Authorization determines what the user or device is allowed to do. Accounting records information about access attempts, including inappropriate requests.

45
New cards

AAA server

AAA server

A server that holds security information and provides services related to user login, particularly authentication (is the user who he says he is?), authorization (once authenticated, what do we allow the user to do?), and accounting (tracking the user).

46
New cards

VLAN interface

A configuration concept inside Cisco switches, used as an interface between IOS running on the switch and a VLAN supported inside the switch, so that the switch can assign an IP address and send IP packets into that VLAN.

47
New cards

history buffer

In a Cisco router or switch, the function by which IOS keeps a list of commands that the user has used in this login session, both in EXEC mode and configuration mode. The user can then recall these commands for easier repeating or making small edits and issuing similar commands.

48
New cards

name resolution

The process by which an IP host discovers the IP address associated with a hostname, often involving sending a DNS request to a DNS server, with the server supplying the IP address used by a host with the listed hostname.

49
New cards

autonegotiation

autonegotiation

An IEEE standard mechanism (802.3u) with which two nodes can exchange messages for the purpose of choosing to use the same Ethernet standards on both ends of the link, ensuring that the link functions and functions well.

It chooses what it thinks is the best duplex (full or half) based on the information it has of the two links.

50
New cards

full duplex

Generically, any communication in which two communicating devices can concurrently send and receive data. In Ethernet LANs, the allowance for both devices to send and receive at the same time, allowed when both devices disable their CSMA/CD logic.

51
New cards

half duplex

Generically, any communication in which only one device at a time can send data. In Ethernet LANs, the normal result of the CSMA/CD algorithm that enforces the rule that only one device should send at any point in time.

52
New cards

802.1Q

The IEEE standardized protocol for VLAN trunking, which also includes RSTP details.

We use this standard exclusively at work.

53
New cards

trunk

In campus LANs, an Ethernet segment over which the devices add a VLAN header that identifies the VLAN in which the frame exists.

typically trunks are what you want to configure to pass data to the next device also known as untagged.

54
New cards

trunking administrative mode

trunking administrative mode

The configured trunking setting on a Cisco switch interface, as configured with the switchport mode command.

55
New cards

virtual LAN (VLAN)

A group of devices, connected to one or more switches, with the devices grouped into a single broadcast domain through switch configuration. VLANs allow switch administrators to separate the devices connected to the switches into separate VLANs without requiring separate physical switches, gaining design advantages of separating the traffic without the expense of buying additional hardware.

56
New cards

VLAN Trunking Protocol (VTP)

A Cisco-proprietary messaging protocol used between Cisco switches to communicate configuration information about the existence of VLANs, including the VLAN ID and VLAN name.

57
New cards

VTP transparent mode

VTP transparent mode

One of three VTP operational modes. Switches in transparent mode can configure VLANs, but they do not tell other switches about the changes, and they do not learn about VLAN changes from other switches.

58
New cards

Layer 3 switch

A switch that can also do routing.

we prefer routers however when you need to consider cost and you don't need as much processing power this is a good option

59
New cards

access interface

access interface

A LAN network design term that refers to a switch interface connected to end-user devices, configured so that it does not use VLAN trunking.

This is used when you want an ethernet link to go to a host. Also called untagging.

60
New cards

data VLAN

data VLAN

A VLAN used by typical data devices connected to an Ethernet, like PCs and servers. Used in comparison to a voice VLAN.

61
New cards

voice VLAN

VLAN defined for use by IP Phones, with the Cisco switch notifying the phone about the voice VLAN ID so that the phone can use 802.1Q frames to support traffic for the phone and the attached PC (which uses a data VLAN)

AKA whatever Vlan is assigned and configured with the IP's alloted for VOIP phones.

62
New cards

static access interface

A LAN network design term, synonymous with the term access interface, but emphasizing that the port is assigned to one VLAN as a result of static configuration rather than through some dynamic process.

63
New cards

Spanning Tree Protocol (STP)

A protocol defined by IEEE standard 802.ID. Allows switches and bridges to create a redundant LAN, with the protocol dynamically causing some ports to block traffic, so that the bridge/switch forwarding logic will not cause frames to loop indefinitely around the LAN

64
New cards

blocking state

In STP, a port state in which no received frames are processed and the switch forwards no frames out the interface, with the exception of STP messages.

65
New cards

BPDU Guard

A Cisco switch feature that listens for incoming STP BPDU messages, disabling the interface if any are received. The goal is to prevent loops when a switch connects to a port expected to only have a host connected to it.

66
New cards

bridge ID

An 8-byte identifier for bridges and switches used by STP and RSTP. It is composed of a 2-byte priority field followed by a 6-byte System ID field that is usually filled with a MAC address.

67
New cards

BPDU

Bridge protocol data unit. The generic name for Spanning Tree Protocol messages.

68
New cards

designated port

designated port

In both STP and RSTP, a port role used to determine which of multiple interfaces on multiple switches, each connected to the same segment or collision domain, should forward frames to the segment. The switch advertising the lowest-cost Hello BPDU onto the segment becomes the DP.

69
New cards

EtherChannel

EtherChannel

A feature in which up to eight parallel Ethernet segments exist between the same two devices, each using the same speed. May be a Layer 2 EtherChannel, which acts like a single link for forwarding and Spanning Tree Protocol logic, or a Layer 3 EtherChannel,which acts like a single link for the switch’s Layer 3 routing logic.

70
New cards

forward delay

forward delay

An STP timer, defaulting to 15 seconds, used to dictate how long an interface stays in the listening state and the time spent in learning state. Also called the forward delay timer.

71
New cards

Hello BPDU

Hello BPDU

The STP and RSTP message used for the majority of STP communications, listing the root’s bridge ID, the sending device’s bridge ID, and the sending device’s cost with which to reach the root.

72
New cards

PortFast

PortFast

A switch STP feature in which a port is placed in an STP forwarding state as soon as the interface comes up, bypassing the listening and learning states. This feature is meant for ports connected to end-user devices.

73
New cards

root port

root port

In STP and RSTP, the one port on a nonroot switch in which the least-cost Hello is received. Switches put root ports in a forwarding state.

74
New cards

root switch

In STP and RSTP, the switch that wins the election by virtue of having the lowest bridge ID and, as a result, sends periodic Hello BPDUs (default, 2 seconds).

75
New cards

root cost

root cost

The STP cost from a nonroot switch to reach the root switch, as the sum of all STP costs for all ports out which a frame would exit to reach the root.

76
New cards

Rapid Spanning Tree Protocol (RSTP)

Defined in IEEE 802.lw. Defines an improved version of STP that converges much more quickly and consistently than STP (802.Id).

77
New cards

ETH