1.1 Explain concepts related to the Open System Interconnection (OSI) reference model.

0.0(0)
studied byStudied by 5 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What is Layer 1 responsible for?

  • The physical connection between devices, including the transmission and reception of raw bit streams over a physical medium such as cables and wireless signals.

2
New cards

Key Aspects of Layer 1

  • Physical Media: The cables and connectors used to connect devices

  • Hardware Devices: Network interface cards (NICs), hubs, repeaters, and modems

3
New cards

Anything related to the physical components and their role in transmitting data is?

  • a part of Layer 1

4
New cards

Layer 2 - Data Link Layer

  • formats messages into data frames and adds headers with destination and source MAC addresses.

5
New cards

Data Link layer uses

  • MAC addresses to identify devices on the same local network.

6
New cards

Logical Link Control (LLC)

  • Identifies Network layer protocols and encapsulates them, handles flow control, and sequencing.

7
New cards

What is the main responsibility of the Data Link layer?

  • The Data Link layer handles the physical transmission of data, error notification, network topology, and flow control.

8
New cards

What is the role of MAC addresses at the Data Link layer?

  • MAC addresses uniquely identify devices on a local network for proper data delivery.

9
New cards

What are the two sublayers of the Data Link layer?

  • The two sublayers are Media Access Control (MAC) and Logical Link Control (LLC).

10
New cards

Responsibilities of Layer 3

  • Logical Device Addressing: Assigning addresses to devices so they can be identified on the network.

  • Determining the Best Path: Finding the best route to send data from one device to another.

11
New cards

Protocols like RIP, EIGRP, and OSPF ?

  • help routers communicate and update each other about network paths.

12
New cards

What is the main responsibility of the Network layer?

  • The Network layer is responsible for logical device addressing, tracking device locations, and determining the best way to move data between devices.

13
New cards

What device operates at the Network layer and provides routing services?

  • Routers operate at the Network layer and provide routing services.

14
New cards

Layer 4 - Transport Layer

  • Provides end-to-end data transport services, establishing a logical connection between sending and receiving hosts.

  • Handles the segmentation and reassembly of data for end-to-end communication between hosts

15
New cards

Layer 4 - Protocols Used

  • It uses protocols like TCP for reliable communication and UDP for faster, unreliable communication

16
New cards

What are the two main protocols used at the Transport layer, and how do they differ?

  • TCP is reliable and connection-oriented, using acknowledgments, sequencing, and flow control, while UDP is faster, connectionless, and does not guarantee delivery.

17
New cards

Layer 5 - Session Layer

  • sets up, manages, and tears down sessions between presentation layer entities.

  • coordinates communication between systems

18
New cards

The session layer keeps data?

  • from different applications separate, allowing multiple sessions, like multiple browser tabs, to function independently

19
New cards

Why is data separation important at the Session layer?

  • Data separation ensures that an application's data remains separate from other applications' data, allowing multiple sessions to run independently.

20
New cards

Layer 6 - Presentation focus

  • Takes data from one system, changes it into a common format that all systems understand, and then sends it off.

21
New cards

Layer 6 Role and Function:

  • Responsible for data translation and code formatting.

22
New cards

The Application layer

  • is where users interact with the computer

23
New cards

Layer 7 - Application Layer Responsibilities:

  • Identifies and establishes communication partners.

  • Supports activities like file transfers, email, remote access, network management, and client-server processes.

24
New cards

How do applications like Google Chrome interact with the Application layer?

  • Applications like Chrome use Application layer protocols, such as HTTPS or FTP, to interact with remote resources

25
New cards

Do applications like Microsoft Word reside in the Application layer?

  • No, applications like Microsoft Word do not reside in the Application layer