0
0
Computer Networksknowledge~10 mins

OSI model seven layers in Computer Networks - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to name the first layer of the OSI model.

Computer Networks
The first layer of the OSI model is called the [1] layer.
Drag options to blanks, or click blank then click option'
APhysical
BSession
CNetwork
DTransport
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing the Physical layer with the Network layer.
Choosing the Session or Transport layer which are higher layers.
2fill in blank
medium

Complete the code to name the layer responsible for routing data between devices.

Computer Networks
The [1] layer is responsible for routing data between different networks.
Drag options to blanks, or click blank then click option'
AData Link
BNetwork
CApplication
DPhysical
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Data Link layer which handles local network communication.
Confusing with Application layer which is the top layer.
3fill in blank
hard

Fix the error in naming the OSI model layer that manages end-to-end communication.

Computer Networks
The [1] layer manages end-to-end communication and error recovery.
Drag options to blanks, or click blank then click option'
ANetwork
BSession
CTransport
DPresentation
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Transport with Session layer which manages sessions.
Choosing Network layer which handles routing.
4fill in blank
hard

Fill both blanks to complete the sentence about OSI layers.

Computer Networks
The [1] layer translates data formats, while the [2] layer manages communication sessions.
Drag options to blanks, or click blank then click option'
APresentation
BPhysical
CSession
DData Link
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up Data Link and Physical layers with these functions.
Confusing Session with Transport layer.
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension describing OSI layers.

Computer Networks
osi_layers = {1: '[1]', 2: '[2]', 3: '[3]'}
Drag options to blanks, or click blank then click option'
APhysical
BData Link
CNetwork
DTransport
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up the order of layers.
Including Transport as one of the first three layers.