OSI Model Questions
OSI Model Questions
Q1. What is the OSI model and what are its benefits?
Q2. What are the seven layers of the OSI model and explain their
basic functions?
Q3. What are the different protocols used in each layer of the OSI
model?
OSI Model
Protocols
Layers
ADSL, ISDN,
Physical layer
Bluetooth, Ethernet
Presentation
SSL
layer
Application
SSH, DNS, DHCP, NTP, HTTP
layer
The basic difference between the two protocols i.e., TCP and UDP is:
Data Maintains the order of data packets by assigning Does not mai
Factors TCP UDP
Check for Performs error checking by using checksums and Performs min
Errors windowing techniques checksums on
Data
Retransmits the lost or corrupted data packets until Do not retran
Retransmissio
they are received correctly data packets
n
Some devices that operate at different layers of the OSI model are:
OSI Model
Devices
Layer
Presentation
Encryption device
layer
Application
Web server, phones
layer
Q6. Is there any alternative model to the OSI model?
Yes, one possible alternative to the OSI model is the TCP/IP model. It is a
concise version of the OSI model that consists of four layers instead of
seven. The TCP/IP model is also known as the Internet model, as it
describes how the Internet works. The four layers of the TCP/IP model are:
Application Layer
Transport Layer
Internet Layer
Network Layer
Q7. What are some common network problems that can occur at
different layers of the OSI model?
Some of the network problems that can occur at different layers of the OSI
model are:
Presentation
Data corruption, encryption errors
layer
IPv4: 192.168.1.1
Format 00-B0-D0-
IPv6: fe80::c504:e3c2:c49d:543b%5
Operates
Operation Operates on the network layer of the OSI model
OSI model
Port
Protocols
Number
23 Telnet Protocol
A router functions at the Network layer of the OSI model. Its primary role
is to manage traffic between different networks by forwarding data
packets to their intended IP addresses. Apart from this, routers allow
multiple devices to use the same Internet connection. Some of the
functions of the router are:
When data arrives at the transport layer from the upper layers, it is
divided into segments. These segments are smaller units that allow
efficient network transmission. Each segment contains a sequence
number, enabling the transport layer to reassemble the message at its
destination correctly. If any packets are lost during transmission, this
process identifies and replaces them.
Q15. How can you use the ping command for troubleshooting?
On Windows:
1. Open the Start Menu, search for “Command Prompt,” and select it.
2. Type ‘ping’ followed by either:
o The IP address of the device (e.g., ‘ping 8.8.8.8’).
o The URL of a site (e.g., ‘ping google.com’).
3. Ping will send four packets of data.
4. If any packets show “request timed out,” your computer didn’t
receive a reply from the target.
The basic difference between the flow control and error control is:
Q17. What is the role of the firewall in the OSI model’s context?
In the context of the OSI model, a firewall plays a crucial role in securing
computer networks. Let’s understand the functions of firewalls and how
they operate within the layers of the OSI model.
Most of the firewall functions at the lower layers of the OSI model. There
are some advanced ones that can understand the application layer. At this
layer, they usually deal with specific applications as well as protocols.
Q18. What is CRC and at which layer does CRC work?
CRCs are good at detecting common errors that are mainly caused by
noise in transmission channels. The check value generated by CRCs has a
fixed length and is occasionally used as a hash function.
The difference between the two i.e., half-duplex and full duplex is:
Q20. Which layer provides the logical addressing that routers will
use for path determination?
Q6- Which layer of the OSI model contains the LLC sublayer and
the MAC sublayer ?
Ans- Data Link Layer. The LLC and MAC sublayers allow for different layer
2 protocols to be used, such as Ethernet, Token Ring and FDDI.
Q7- How can data be transported in different layers ?
Ans- Data is transported in bits at the Physical layer . A bit is simply a
binary digit. Either a 0 or a 1 . Data is transported in segments at the Data
Link layer . At the data link layer, user data is encapsulated in a frame.
Q9- The link for a switch connection is isolated from other data
traffic except for what type of messages?
Ans- Following are the types of messages-
i. Multicast Messages – Message are sent to a specific group of hosts on
the network.
ii. Broadcast Messages – Message is sent to all devices connected to the
LAN.
Q10- Why are the layers of the OSI model important to the
network administrator?
Ans- The Layers of OSI Model are important for the network administrator
in the following manner-
i. To troubleshoot network problems by verifying functionality of each
layer.
ii. In many cases it requires the network administrator to isolate at what
layer the network problem occurs.