Sampdf
Sampdf
CLASS:BSCS-1
ROLL NO:222201017
ASSIGNMENT NO 3
OSI MODEL
1-What is OSI Model?
The open systems interconnection (OSI) model is a conceptual model created by the International Organization for
Standardization which enables diverse communication systems to communicate using standard protocols. In plain
English, the OSI provides a standard for different computer systems to be able to communicate with each other.
• A layer should only be created where the definite levels of abstraction are needed.
• The function of each layer should be selected as per the internationally standardized protocols.
• The number of layers should be large so that separate functions should not be put in the same layer. At the
same time, it should be small enough so that architecture doesn’t become very complicated.
• In the late 1970s, the ISO conducted a program to develop general standards and methods of networking.
• In 1973, an Experimental Packet Switched System in the UK identified the requirement for defining the
higher-level protocols.
• In the year 1983, OSI model was initially intended to be a detailed specification of actual interfaces.
• In 1984, the OSI architecture was formally adopted by ISO as an international standard
6-Physical Layer:
The physical layer is responsible for the physical cable or wireless connection between network nodes. It defines
the connector, the electrical cable or wireless technology connecting the devices, and is responsible for
transmission of the raw data, which is simply a series of 0s and 1s, while taking care of bit rate control.
7- Data Link Layer:
The data link layer establishes and terminates a connection between two physically connected nodes on a network.
It breaks up packets into frames and sends them from source to destination. This layer is composed of two parts—
Logical Link Control (LLC), which identifies network protocols.
8- Transport Layer:
The transport layer takes data transferred in the session layer and breaks it into “segments” on the transmitting
end. It is responsible for reassembling the segments on the receiving end, turning it back into data that can be used
by the session layer. The transport layer carries out flow control, sending data at a rate that matches the
connection speed of the receiving device.
9- Network Layer:
The network layer has two main functions. One is breaking up segments into network packets, and reassembling
the packets on the receiving end. The other is routing packets by discovering the best path across a physical
network. The network layer uses network addresses (typically Internet Protocol addresses) to route packets to a
destination node.
This is done by following protocol rules. Thus, each layer takes data from the adjacent layer, Handles it according
to these rules, and then sends the processed data to the next layer on the other side
THE END