OSI Model Layers: Physical to Application Protocols and Communication Methods

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:36 PM on 9/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

(Layer 1)

Physical (Bits)

2
New cards

Physical Layer(Bits)

Contains all the physical and electrical elements of OSI, like cords and cables.

3
New cards

Broadband (Layer 1)

Divides bandwidth between separate channels.

4
New cards

Baseband (Layer 1)

Uses all the bandwidth at the same time.

5
New cards

Multiplexing (Layer 1)

Enables simultaneous usage of baseband.

6
New cards

Time-Division Multiplexing (TDM)

Allows different sessions to be allocated during a time slot.

7
New cards

Statistical Time-Division Multiplexing (StatTDM)

Refers to TDM but on an as-needed basis.

8
New cards

Frequency Time-Division Multiplexing (FTDM)

Divides the medium into separate sessions.

9
New cards

Layer 2

Data Link (Frames)

10
New cards

Data Link Layer Layer 2

Packages data into frames and transmits them to the network.

11
New cards

MAC

Layer 2: Media Access Control, the numerical identifiable address of a device to the network.

12
New cards

Logical Link Control

Layer 2: Allows the recipient to verify that your message got to its intended destination.

13
New cards

Isochronous Mode

Layer 2: Uses a time clock to create slots for transmission.

14
New cards

Synchronous Mode

Layer 2: A clocking method that tells when communication can begin and end.

15
New cards

Asynchronous Mode

Layer 2:All network devices operate on their own communication timing.

16
New cards

Layer 3

Network (Packets)

17
New cards

Packet Switching

Layer 3: being divided into packets and forwarded.

18
New cards

Circuit Switching

Layer 3: A dedicated communication link between two devices.

19
New cards

Message Switching

Layer 3: Stored and forwarded; packet switching does not store.

20
New cards

Flow Control

Layer 3: Allows the device to determine if there is too much data being sent or not enough.

21
New cards

Packet Re-ordering

Layer 3: Reassembles packets that don't usually send in order.

22
New cards

ICMP

Layer 3: Internet Control Message Protocol, sends error messages and information to a certain IP address.

23
New cards

Layer 4

Transport (Segments)

24
New cards

TCP

Layer 4:Transmission Control Protocol that transports segments of data across a network.

25
New cards

UDP

Layer 4: User Datagram Protocol that transports segments across a network, very unreliable.

26
New cards

Windowing

Layer 4: Allows the client to adjust the amount of data that goes through or comes through.

27
New cards

Buffering

Layer 4: Stuffs segments that aren't ready to be used yet in an allocated space.

28
New cards

Layer 5

Session (Data)

29
New cards

Setup Session

Layer 5: Sets up user credentials to help the system identify them.

30
New cards

Maintain Session

Layer 5: Involves transferring data, reestablishing connections, and acknowledgment receipt.

31
New cards

Tearing Down Session

Layer 5: Ends the connection mutually or when the task is complete.

32
New cards

Layer 6

Presentation (Data)

33
New cards

Formatting Data

Layer 6: Ensures that all computers and devices can understand the data.

34
New cards

Encryption

Layer 6: Secures the data in transit.

35
New cards

Layer 7

Application (Data)

36
New cards

Application Services

Layer 7: Unites communicating components for more than one network application.

37
New cards

Encapsulation

Layer 7-1 :The process of putting all the layers into an 'envelope' and sending it.

38
New cards

Decapsulation

Layer 1-7: The process of taking apart the 'envelope' to process the layers.

39
New cards

PDU

Layer 7: Protocol Data Unit, a single unit of information transmitted in a computer network.

40
New cards

SYN

Layer 4: Used to sync connection during TCP 3-way handshake.

41
New cards

ACK

Layer 4: Used during 3-way handshake to acknowledge the successful connection.

42
New cards

FIN

Layer 4:Used to tear down or end the connection of the 3-way handshake.

43
New cards

RST

Layer 4: Used when an unexpected package is received.

44
New cards

PSH

Layer 4:Indicates the priority of data by the sender.

45
New cards

URG

Identifies urgent data and tells the recipient to process immediately.

46
New cards

EtherType

Layer 2:Used to indicate which type of protocol is in the frame.