Networking 2 Reviewer - OSI, TCP/IP, and Cisco Commands

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

1/42

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering OSI model layers, TCP/IP, IPv4/IPv6 specifications, LAN design concepts, network hardware definitions, and essential Cisco CLI commands.

Last updated 4:27 AM on 8/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

43 Terms

1
New cards

OSI Model

Open Systems Interconnection model consisting of 7 layers that explains how devices communicate over a network.

2
New cards

Layer 7: Application

The layer where network applications and services are used, allowing apps to use the network.

3
New cards

Layer 6: Presentation

The layer that formats data so other devices can understand it, handling formatting, translation, encoding, compression, and encryption/decryption.

4
New cards

Layer 5: Session

The layer that manages conversations between applications by starting, maintaining, synchronizing, and ending communication.

5
New cards

Layer 4: Transport

The layer responsible for delivering data from one application to another.

6
New cards

Layer 3: Network

The layer that decides where data should go by handling IP addresses, routing, packet forwarding, and path selection.

7
New cards

Layer 2: Data Link

The layer that handles communication between devices on the same local network using MAC addresses and frames.

8
New cards

Layer 1: Physical

The layer responsible for the actual physical transmission of data by sending bits.

9
New cards

TCP (Transmission Control Protocol)

A reliable (careful) transport layer protocol.

10
New cards

UDP (User Datagram Protocol)

A fast and simple transport layer protocol.

11
New cards

IPv4

Internet Protocol Version 4, which uses 32 bits (4 octets ranging from 0 to 255) and decimal numbers.

12
New cards

IPv6

Internet Protocol Version 6, which uses 128 bits (8 groups) and hexadecimal numbers, offering a much larger address space.

13
New cards

TCP/IP Model

A 4-layer network model consisting of Application, Transport, Internet, and Network Access / Link layers.

14
New cards

IPv4 Class A

IPv4 class with an address range of 1-127, default mask /8, used for very large networks.

15
New cards

IPv4 Class B

IPv4 class with an address range of 128-191, default mask /16, used for medium/large networks.

16
New cards

IPv4 Class C

IPv4 class with an address range of 192-223, default mask /24, used for small networks.

17
New cards

IPv4 Class D

IPv4 class with an address range of 224-239, used for multicast.

18
New cards

IPv4 Class E

IPv4 class with an address range of 240-255, used for experimental/reserved purposes.

19
New cards

Access Layer

The layer in hierarchical LAN design that connects directly to users.

20
New cards

Distribution Layer

The layer in hierarchical LAN design that acts as a connection point between Access and Core layers.

21
New cards

Core Layer

The backbone layer in hierarchical LAN design.

22
New cards

Redundancy

Having a backup system or link in place within a network.

23
New cards

Failure Domain

The part of the network affected when something fails; smaller domains result in less damage.

24
New cards

Link Aggregation

Combining multiple physical links into one logical link.

25
New cards

OSPF (Open Shortest Path First)

A link-state routing protocol designed for large networks featuring fast convergence.

26
New cards

Port Density

The number of ports a switch has.

27
New cards

PoE (Power over Ethernet)

A technology that carries electrical power to a device over a network cable.

28
New cards

Multilayer Switch

A device that performs both switching and routing.

29
New cards

Router

A network device that connects different networks.

30
New cards

In-Band Management

Managing a network device through the network or internet connection.

31
New cards

Out-of-Band Management

Managing a network device outside the network when the primary network connection is not available.

32
New cards

show ip route

Cisco command that displays the routing table.

33
New cards

show ip protocols

Cisco command that displays routing protocols.

34
New cards

show interfaces

Cisco command that displays interface information.

35
New cards

show ip interface brief

Cisco command that displays quick interface status.

36
New cards

show running-config

Cisco command that displays the current configuration.

37
New cards

show mac-address-table

Cisco command that displays MAC addresses.

38
New cards

show cdp neighbors

Cisco command that displays neighboring Cisco devices.

39
New cards

show port-security

Cisco command that displays port security information.

40
New cards

copy running-config startup-config

Cisco command that saves the current running configuration to the startup configuration.

41
New cards

erase startup-config

Cisco command that erases saved configuration.

42
New cards

reload

Cisco command that reloads the device.

43
New cards

delete flash:vlan.dat

Cisco command that deletes VLAN information from flash memory.