CCNA Networking Fundamentals Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/36

flashcard set

Earn XP

Description and Tags

Educational flashcards covering terminology for TCP/IP networking, Ethernet LANs, and IP routing fundamentals based on Chapters 1-3 of the CCNA Official Cert Guide.

Last updated 3:31 AM on 5/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards

Networking model

A comprehensive set of documents that collectively define everything that should happen for a computer network to work, also known as a networking architecture or blueprint.

2
New cards

Protocol

A set of logical rules that devices must follow to communicate.

3
New cards

Application Layer

The TCP/IP layer that provides an interface between software running on a computer and the network itself (e.g., HTTP, POP3, SMTP).

4
New cards

Transport Layer

The TCP/IP layer that provides services to application layer protocols, such as error recovery (e.g., TCP, UDP).

5
New cards

Adjacent-layer interaction

The concept of how adjacent layers in a networking model on a single computer work together to provide and consume services.

6
New cards

Same-layer interaction

The process where two computers use a protocol to communicate with the same layer on the other computer by using headers.

7
New cards

Encapsulation

The process of putting headers (and sometimes trailers) around some data.

8
New cards

Segment

The term used specifically to identify the entity created when encapsulating data inside transport layer headers.

9
New cards

Packet

The term used specifically to identify the entity created when encapsulating data inside network layer (IP) headers.

10
New cards

Frame

The term used specifically to identify the entity created when encapsulating data inside data-link layer headers and trailers.

11
New cards

PDU

Protocol Data Unit; an OSI term representing the bits including the headers, trailers, and encapsulated data for a specific layer.

12
New cards

Ethernet

A family of LAN standards defined by the IEEE that together define the physical and data-link layers of wired LAN technology.

13
New cards

SOHO

Small Office/Home Office; refers to small networks used for business purposes in home-based environments.

14
New cards

Switch

A networking device that provides physical ports to connect Ethernet nodes and forwards data-link frames using MAC addresses.

15
New cards

Router

A networking device that connects different parts of a TCP/IP network together for the purpose of forwarding IP packets.

16
New cards

UTP

Unshielded Twisted Pair; a type of copper cabling where wires are twisted to help cancel out electromagnetic interference (EMIEMI).

17
New cards

RJ-45

The standard connector type used for Ethernet UTP cables, containing 88 pin positions.

18
New cards

MAC Address

A 66-byte (4848-bit) binary number, often listed in hexadecimal, representing a unique interface on an Ethernet network.

19
New cards

OUI

Organizationally Unique Identifier; the first 33 bytes of a MAC address assigned to a manufacturer by the IEEE.

20
New cards

BIA

Burned-in address; the permanent MAC address encoded into the ROM chip on a NIC or Ethernet interface.

21
New cards

Broadcast address

An Ethernet address consisting of FFFF.FFFF.FFFFFFFF.FFFF.FFFF that signifies the frame should be delivered to all devices on the LAN.

22
New cards

Full duplex

A duplex mode where a device does not have to wait to send and can send and receive at the same time.

23
New cards

Half duplex

A duplex mode where a device cannot send and receive simultaneously and must wait if a frame is currently being received.

24
New cards

CSMA/CD

Carrier sense multiple access with collision detection; the algorithm used by nodes in half-duplex Ethernet to manage collisions.

25
New cards

Leased line

A point-to-point serial WAN link (or circuit) leased from a telco that delivers bits at a predetermined speed.

26
New cards

HDLC

High-Level Data Link Control; a data-link protocol for leased lines (ISOISO standard) often used with a Cisco-proprietary Type field.

27
New cards

EoMPLS

Ethernet over MPLS; an Ethernet WAN service that logically behaves as a point-to-point Ethernet connection between two routers.

28
New cards

Default Router

Also called a default gateway; the router on the same local subnet to which a host sends IP packets when the destination is in a remote subnet.

29
New cards

ARP

Address Resolution Protocol; a method used on LANs to dynamically learn the MAC address corresponding to a known IP address.

30
New cards

DNS

Domain Name System; a system used to resolve Easy-to-read hostnames into matching IP addresses for network communication.

31
New cards

Ping

A command that uses the Internet Control Message Protocol (ICMPICMP) echo request and reply to test basic IP connectivity.

32
New cards

Routing Protocol

A protocol used by routers to advertise about networks and subnets and learn the best paths through an internetwork.

33
New cards

¿Qué es same-layer interaction?

Comunicación horizontal entre la misma capa en dispositivos distintos. Ejemplo: TCP en PC1 se comunica lógicamente con TCP en PC2.

34
New cards

¿Qué es adjacent-layer interaction?

Comunicación vertical entre capas adyacentes dentro del mismo dispositivo. La capa superior usa los servicios de la capa inferior.

35
New cards

PDU names por capa TCP/IP

Transport = Segment
Network = Packet
Data Link = Frame
Physical = Bits

36
New cards

¿Cómo distingues Same-layer de Adjacent-layer en un escenario?

Same-layer = misma capa, dispositivos distintos. Adjacent-layer = capas distintas, mismo dispositivo.

37
New cards