Network + Chapter 1 OSI Reference Model

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

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:14 AM on 6/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Layer 1

Physical

2
New cards

Layer 2

Data link

3
New cards

layer 3

Network

4
New cards

Layer 4

Transport

5
New cards

Layer 5

Session

6
New cards

Layer 6

Presentation

7
New cards

Layer 7

Application

8
New cards

Devices that operate at the physical layer

Hubs, repeaters, and network cables

9
New cards

Hub

A basic networking device that connects multiple computers or other network devices together (layer 1)

10
New cards

Repeaters

Devices that are extend the range of a network by amplifying the signal (layer 1)

11
New cards

The data link layer (layer 2)

Responsible for node-to-node data transfer and error detection and correction

12
New cards

Cyclic Redundancy Check (CRC)

Data and error checking code (layer 2)

13
New cards

Switch

Connects multiple devices within a network and learns MAC addresses to determine the destination of each data frame (layer 2)

14
New cards

Bridges

Connect two or more network segments allowing them to function as a single network. They reduce traffic by dividing the network into segments (layer 2).

15
New cards

MAC Address (Media Access Control)

A hardware address that uniquely identifies each node on a network (Layer 2)

16
New cards

Network Interface Cards (NICs)

Hardware components installed in computers and other network devices providing physical connections to the network and convert data from the device into a format transmittable over the network (Layer 1 + Layer 2)

17
New cards

Network Layer 3

Responsible for routing data between different networks

18
New cards

Router

A device that forwards data packets between different networks by analyzing the destination IP address (Layer 3)

19
New cards

Routing Tables

Contains the information about possible paths helping to determine the most efficient route for data to travel (layer 3)

20
New cards

Layer 3 Switch

Connects devices within the same local network forwarding data based on MAC addresses but also can route data between different parts of the network such as VLANs or subnets

21
New cards

Transport (layer 4)

Handles error correction and data flow control and can provide end-to-end communication.

22
New cards

TCP - Transmission Control Protocol

Connection-oriented network communication providing reliable, ordered, and error-checked delivery of data between applications (layer 4)

23
New cards

Handshake (3 way handshake)

TCP establishing a connection between sender and receiver before any data is transmitted (both sides agree to connection parameters)

24
New cards

UDP - User datagram protocol

Sends datagrams (packets) to the receiver without checking whether they arrive or are in order (used for streaming and gaming because speed is of the essence)

25
New cards

Firewalls

Security devices that monitor and control incoming and outgoing network traffic based on predetermined security rules (layer 4).

26
New cards

Session (Layer 5)

Responsible for establishing, maintaining, and terminating sessions between two communicating devices.

27
New cards

Session

A connection for an ongoing exchange of data between two systems (layer 5).

28
New cards

Checkpointing

Allows the session to resume from a certain point if there is an interruption (layer 5)

29
New cards

Presentation layer (layer 6)

Translates data between the application layer and the lower layers. Responsible for data encryption, decryption, compression, and format translation.

30
New cards

Application layer (layer 7)

The closest layer to the end user. Handles protocols such as HTTP, FTP, and SMTP providing network services directly to applications such as web browsers, email clients, and file transfer programs.

31
New cards

WAFs - Web Application Firewalls

protect web applications by filtering and monitoring HTTP/HTTPs requests blocking web based threats (layer 7).

32
New cards

IPS devices - Intrusion Prevention System

detect and block sophisticated attacks that may exploit vulnerabilities in applications (Mainly operate at layer 7).