TECH FUNDAMENTALS - OSI 7-Layer Networking Model

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards

Provide the networking stack of the OSI model

Every device uses some form of the OSI layer model.

<p>Every device uses some form of the OSI layer model.</p>
2
New cards

Which ones are the host layer and the media layer?

knowt flashcard image
3
New cards

What does the media layer do?

It dictates how data is moved between point A and point B.

4
New cards

What does the host layer do?

It dictates how data is broken down and then reassembled for transport.

5
New cards

What is in the top layer (Application layer) of the model?

A web browser or a web server.

6
New cards

What is in the bottom layer (Physical layer) of the model?

A physical network card/interface.

7
New cards

How does data move in this model?

Data can be moved up and down the stack.

<p>Data can be moved up and down the stack.</p>
8
New cards

Describe the physical layer (Layer 1).

It is responsible for the physical transmission of data over a communication channel, such as a wire, cable, or wireless signal.

9
New cards

What does layer 1 define?

This layer defines the physical characteristics of the communication of raw bit streams through a medium, including voltage levels, cable types, and signaling methods, to ensure that data is transmitted accurately and reliably between devices.

10
New cards

For layer 1, what can the physical medium be?

It can be Copper (Electrical), Fibre (light) or WIFI (RF)

11
New cards

What functionalities does layer X contain?

It contains the functionalities of that layer, as well as the other layers below.

12
New cards

Let’s say we want to add more then 2 devices in a network. We can’t just connect them together like how we did with 2 devices. What device does layer 1 use for this to happen?

Use a hub

<p>Use a hub</p>
13
New cards

What is the job of the hub?

Anything received on any port is transmitted on every other port, including errors or collisions.

14
New cards

Are there addresses for devices in layer 1 netowrking?

No since all data is processed by all devices because of how the hub works.

15
New cards

What is the main issue with layer 1 architecture?

2 devices may choose to transmit at once, causing a collision to occur.

16
New cards

Does layer 1 have madia access control/forms of collision detection?

No - the network cards can technically transmit their data all at the same time.

17
New cards

Why don’t layer 1 netowrks tend to scale vary well?

The more devices that are added to a network, the higher the chances of collisions/data corruption.

18
New cards

So what are the properties of the physical layer?

  • There’s a physical shared medium

  • The same standard is used for transmitting data onto the medium

  • The same standard is used for receiving data from the medium

  • My standards, I mean the same NIC or copper wire is used for communication

  • No access control

  • Devices can’t be uniquely identified

  • This means we don’t have device to device communication

<ul><li><p>There’s a physical shared medium</p></li><li><p>The same standard is used for transmitting data onto the medium</p></li><li><p>The same standard is used for receiving data from the medium</p></li><li><p>My standards, I mean the same NIC or copper wire is used for communication</p></li><li><p>No access control</p></li><li><p>Devices can’t be uniquely identified</p></li><li><p>This means we don’t have device to device communication</p></li></ul><p></p>
19
New cards

What does layer 2 (Data Link layer) consist of?

It consists of layer 1 and layer 2

20
New cards

What 2 things does layer 2 consist of?

  • MAC address (48 bits long)

  • Frames

21
New cards

Where is the MAC address attatched?

It’s uniquely attatched to a specific piece of hardware

22
New cards

What are the 2 parts that form a MAC address?

  • The OUI (Orginizationally Unique Identifier)

  • NIC (Network Interface Controller)

Together, the MAC address of a device should be globally unique.

23
New cards

What part of the MAC address is the OUI/NIC?

OUI - The first 24 out of 48 bits.
NIC - The last 24 bits

24
New cards

What is the OUI specifically?

It’s the Orginizationally Unique Identifier. It uniquely identifies the specific hardware manufacturer or vendor of a network device.

25
New cards

What is the NIC specifically?

Unique serial number assigned by that manufacturer to that specific piece of hardware.

26
New cards

What is the difference between layer 1 and layer 2?

  • layer 1 handles the physical transmission of data through the medium. (Contains the Network Interfaces and the shared medium between them)

  • layer 2 breaks the data down into frames (And other things)

Layer 1 doesn’t know it’s transmitting the frames, it’s just transmitting the signals.

27
New cards

What are the components of the frame?

  • The Start Frame Delimiter (SFD)

  • MAC header

  • Payload

  • Frame Check Sequence (FCS)

<ul><li><p>The Start Frame Delimiter (SFD)</p></li><li><p>MAC header</p></li><li><p>Payload</p></li><li><p>Frame Check Sequence (FCS)</p></li></ul><p></p>
28
New cards

What is the SFD?

The Start Frame Delimiter lets other devices know that this is the start of the frame

29
New cards

What does the MAC header contain?

  • Source and dest. MAC address

  • Ether Type (Tells us which layer 3 protocol is putting its data in the frame)

30
New cards

What do you put into the “Destination“ component of the frame so that it can be distributed to every device in the network?

  • Put all Fs in the dest.MAC address

  • Known as a “broadcast”

31
New cards

What is contained in the Payload?

The data the frame carries from src to dest.

32
New cards

What is the FCS?

Used to identify any errors within the frame. It lets the destination to check if the frame payload has been corrupted.

33
New cards

Which layer generally provides the data in the payload?

Layer 3.

34
New cards

So how does data transmission work using both layers 1 and 2?

Layer 2 from src destination breaks down data into frames. It’s then sent through to the physical layer, so it can be sent through the medium to the destination device, which takes it froom the physical layer to layer 2 (Data Link layer), and the software in layer 2 will check if the destination address matches, and if it does, it starts to open up the frame to get the payload.

35
New cards

What is CSMA?

Carrier Sense Multiple Access: is a Media Access Control (MAC) protocol used in the Data Link layer (Layer 2) to control when a device is allowed to transmit on a shared communication medium.

36
New cards

How is it CSMA used?

Layer 2 can communicate with the layer 1 part of the network so it can detect or look for any signs of a carrier signal (Basically to see if the transmission line is being used). If any other sevice is sending data along that ethernet line, it will wait until there’s no carrier detected and then it will send.

37
New cards

What is encapsulation?

Process of taking data and wrapping it in comething else.