Network Layers - the OSI 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/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:59 AM on 4/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

OSI

Open Systems Interconnection - internationally agreed standard describing how data is transmitted from one device to another

2
New cards

How many OSI layers are there?

5, which organise and synchronise data exchange (2 - 5 are conceptual)

3
New cards

Layer 1 of the OSI model

Physical - The cabling and the ports the cables are connected to. A carrying path.

4
New cards

What is most internal cabling these days?

CAT-6 (ethernet)

5
New cards

Layer 2 of the OSI model

Data link layer - where the correct receiving addresses are matched with the correct sending addresses.

6
New cards

What is layer 2 used for?

To find the MAC address of the correct devices.

7
New cards

What is Ethernet?

A network protocol used on the data link layer that defines when to transmit, transmission speeds and media. It has transfer speeds of more than a gigabit per second.

8
New cards

What does the second protocol on the data link layer do?

Ensures an address can only have one set of packets arriving at it at a time, avoiding cross-talk / data mix-up.

9
New cards

Layer 3 - OSI model

Network Layer - IP is used on this layer to find the correct network.

10
New cards

What do routers do?

They hold tables of IP addresses and use them to send data packets to the right address. If their table does not hold the required address, they pass the data packet to another router.

11
New cards

How many attempts are there before a data packet is discarded?

64, but can be 0 - 255. Time to Live variable used.

12
New cards

Layer 4 - OSI model

Transport Layer - where data is broken down into packets. Transmission Control Protocol (TCP) used.

13
New cards

What are acknowledgements used for?

To make sure the connection is in a proper state (packets in order, data error-free), every time a communication is made between devices. Necessary for connections that need accurate data transfer (phone calls).

14
New cards

Layer 5 - OSI model

Application Layer - Various protocols are used on this layer, to do with the applications the data packets will be used with. (e.g. Hypertext Transfer protocol (HTTP) is used when transferring HTML files, Simple Mail Transfer protocol (SMTP) is used for sending emails)