Computer Networking & OSI Model Key Concepts

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/34

flashcard set

Earn XP

Description and Tags

A complete list of vocabulary flashcards covering the OSI model, networking devices, protocols, ports, IP address formats, and key networking concepts.

Last updated 5:18 PM on 9/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

OSI Model

A model that explains how data travels between devices by dividing network communication into 7 layers.

2
New cards

All People Seem To Need Data Processing

The mnemonic used to remember the 7 OSI layers from Layer 7 to Layer 1 (Application, Presentation, Session, Transport, Network, Data Link, Physical).

3
New cards

Application Layer (Layer 7)

The top layer of the OSI model that provides network services directly to end-user applications, utilizing protocols such as HTTP, HTTPS, FTP, DNS, and SMTP.

4
New cards

Presentation Layer (Layer 6)

The OSI layer that translates, encrypts, compresses, and formats data, associated with TLS/SSL, JPEG, and ASCII.

5
New cards

Session Layer (Layer 5)

The OSI layer that starts, manages, and ends communication sessions between devices.

6
New cards

Transport Layer (Layer 4)

The OSI layer that handles end-to-end data delivery using two major protocols: TCP and UDP.

7
New cards

Network Layer (Layer 3)

The OSI layer that routes data between networks using IP addresses, primarily operated on by routers.

8
New cards

Data Link Layer (Layer 2)

The OSI layer that handles communication between devices on the same local network using MAC addresses, primarily operated on by switches.

9
New cards

Physical Layer (Layer 1)

The OSI layer that transmits bits as electrical, light, or radio signals, involving Ethernet cables, fiber-optic cables, connectors, and radio signals.

10
New cards

Firewall

A network device or system used to filter network traffic and help prevent unwanted or unauthorized access based on IP addresses, ports, protocols, and rules.

11
New cards

Protocol

A set of rules that determines how devices communicate across a network.

12
New cards

DMZ (Demilitarized Zone)

A separate network area for systems that need outside access while helping protect the private internal network.

13
New cards

Router

A networking device that operates primarily at Layer 3 (Network) to route traffic between different networks using IP addresses.

14
New cards

Switch

A networking device that operates primarily at Layer 2 (Data Link) to connect devices on a local network and send data to the correct device using MAC addresses.

15
New cards

IPv4 Address

A 32-bit network address made of four decimal numbers separated by periods (such as 192.168.1.1).

16
New cards

IPv6 Address

A 128-bit network address made of hexadecimal values separated by colons (such as 2001:db8::1), created because available IPv4 address space was limited.

17
New cards

LAN (Local Area Network)

A network covering a small local area, such as a home, dorm, office, or school building.

18
New cards

WAN (Wide Area Network)

A network that connects networks across a large geographic area, with the Internet being the largest example.

19
New cards

WLAN (Wireless Local Area Network)

A local area network that uses wireless connections such as Wi-Fi.

20
New cards

VLAN (Virtual Local Area Network)

A way to logically separate devices into different networks even when they may share physical networking equipment.

21
New cards

TCP Three-Way Handshake

The process TCP uses to begin communication, consisting of three sequential steps: SYN, SYN-ACK, and ACK.

22
New cards

MAC Address (Media Access Control)

An identifier associated with a device's network interface, operating at Layer 2 (Data Link).

23
New cards

TCP (Transmission Control Protocol)

A connection-oriented protocol where key word is reliability, providing ordered data delivery for applications like web traffic, email, and file transfers.

24
New cards

UDP (User Datagram Protocol)

A connectionless protocol where key word is speed, sending data without guaranteeing delivery or order for applications like live video, voice calls, and online gaming.

25
New cards

Port Number Range

The full range of port numbers from 0 through 65,535, totaling 65,536 possible port numbers with 65,535 being the highest possible port number.

26
New cards

Port 21

The port commonly used by FTP for control connections.

27
New cards

Port 22

The port used by SSH.

28
New cards

Port 23

The port used by Telnet, which is considered insecure because it does not encrypt the session like SSH does.

29
New cards

Port 25

The port commonly used by SMTP.

30
New cards

Port 53

The port commonly used by DNS.

31
New cards

Port 80

The port used by HTTP by default.

32
New cards

Port 443

The default port used by HTTPS, which uses TLS encryption to secure HTTP communication (where 'S' stands for Secure).

33
New cards

TCP/IP Model

A four-layer network framework ordered from top to bottom as Application → Transport → Internet → Network Access.

34
New cards

Private IPv4 Address Ranges

Reserved IPv4 ranges consisting of 10.0.0.0–10.255.255.255 (10.x.x.x), 172.16.0.0–172.31.255.255 (172.16–31.x.x), and 192.168.0.0–192.168.255.255 (192.168.x.x).

35
New cards

ARP (Address Resolution Protocol)

A protocol that finds the MAC address associated with an IPv4 address on a local network (IP address → MAC address).