1.2 Explain devices, applications, protocols and services at their appropriate OSI layers. Flashcards

1
Q

OSI

A

Model for how applications communicate over a network.
Open Systems Interconnection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The advantages of the OSI model

A

It distinctly separates services, interfaces, and protocols.
It supports both connection-oriented services and connectionless services.
Troubleshooting model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The dis-advantages of the OSI model

A

It is purely a theoretical model
When OSI appeared, the TCP/IP protocols were already implemented.
There is a duplication of services in various layers. Services like addressing, flow control and error control are offered by multiple layers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Charateristics of OSI Layer 1

A

Physical Layer.
sets standards for sending and receiving electrical signals between devices.
How digital data bits are converted to electric pulses, radio waves or pulses of light and moved across network cables
specifications for cables an connector
physical topology.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What PDU does layer 2 use and name 4 features.

A

Layer 2, also known as the Data Link Layer.

  • Framing: It encapsulates network layer packets into frames, adding a header and a trailer to each frame for synchronization and error checking.
  • Physical Addressing: It uses MAC addresses to ensure that frames are delivered to the correct endpoint within a network.
  • Error Detection and Correction: It employs mechanisms like CRC (Cyclic Redundancy Check) to detect errors in frames and sometimes correct them.
  • Flow Control: It manages data transmission rates to prevent fast senders from overwhelming slow receivers.
  • Access Control: When two or more devices are connected to the same link, Layer 2 protocols determine which device has control over the link at any given time.

This layer ensures that data is transferred reliably and efficiently from one node to another, making it a foundational element for network communication. If you need more detailed information or have other questions, feel free to ask!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

data link layer LLC

A

The Logical Link Control (LLC) is the upper sublayer of the Data Link Layer (Layer 2) in the OSI model. It serves as an interface between the Network Layer and the Medium Access Control (MAC) sublayer. Here’s a brief overview of its functions:

  • Multiplexing: LLC allows multiple network protocols (like IP, IPX, and DECnet) to coexist within a multipoint network and be transported over the same network medium.
  • Flow Control: It can manage the data flow between devices to prevent data congestion.
  • Error Management: LLC can provide automatic repeat request (ARQ) error management mechanisms to ensure data integrity.
  • Interface Role: It acts as a bridge between the MAC sublayer and the network layer, facilitating communication and protocol management.

The LLC is particularly important in IEEE 802 networks, such as Ethernet, Wi-Fi (IEEE 802.11), and others, where it plays a crucial role in managing frame synchronization, error checking, and network protocol multiplexing¹²³⁴.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

layer 3

A

Describes how data is routed access networks and on to the destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Layer 4

A

Transport.the sending application choose between connection-oriented TCP and connectionless UDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

layer 5 session.

A

This layer allresponible for establishing, maintaining and terminating connection between programs on communicatin devices.
ows users on different machines to establish active communications sessions between them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ISO

A

International Organization for standardization = created OSI

ISO is derived from the Greek “isos”, meaning equal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly