0
0
Computer Networksknowledge~20 mins

OSI model seven layers in Computer Networks - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
OSI Model Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Identify the correct order of OSI layers from bottom to top
Which of the following lists the OSI model layers in the correct order starting from the lowest (closest to physical hardware) to the highest (closest to the user)?
APhysical, Data Link, Network, Transport, Session, Presentation, Application
BApplication, Presentation, Session, Transport, Network, Data Link, Physical
CPhysical, Network, Data Link, Transport, Session, Presentation, Application
DData Link, Physical, Network, Transport, Session, Presentation, Application
Attempts:
2 left
💡 Hint
Remember, the Physical layer is the lowest layer dealing with hardware signals.
📋 Factual
intermediate
1:30remaining
Which OSI layer is responsible for routing packets?
In the OSI model, which layer is primarily responsible for determining the path data takes across networks?
ATransport layer
BSession layer
CData Link layer
DNetwork layer
Attempts:
2 left
💡 Hint
Think about which layer handles logical addressing and path selection.
🚀 Application
advanced
2:00remaining
Determine which OSI layer handles encryption and decryption
If a network device encrypts data before sending and decrypts it upon receiving, which OSI layer is it operating at?
ATransport layer
BSession layer
CPresentation layer
DApplication layer
Attempts:
2 left
💡 Hint
This layer formats data and manages encryption.
🔍 Analysis
advanced
2:00remaining
Analyze which OSI layer manages session connections
Which OSI layer is responsible for establishing, managing, and terminating communication sessions between applications?
ATransport layer
BSession layer
CData Link layer
DNetwork layer
Attempts:
2 left
💡 Hint
This layer controls dialogues and connections between computers.
Comparison
expert
2:30remaining
Compare the roles of Transport and Data Link layers
Which statement correctly compares the Transport layer and the Data Link layer in the OSI model?
AThe Transport layer manages end-to-end communication and error recovery, while the Data Link layer manages node-to-node data transfer and error detection.
BThe Transport layer handles physical transmission of bits, while the Data Link layer manages routing between networks.
CThe Transport layer encrypts data, while the Data Link layer compresses data.
DThe Transport layer establishes sessions, while the Data Link layer manages application interfaces.
Attempts:
2 left
💡 Hint
Think about which layer ensures reliable delivery and which handles local network communication.