OSI Model - Internet and Networking, Computer Awareness - General Awareness and Knowledge - Bank Exams PDF Download
OSI Model - Internet and Networking, Computer Awareness - General Awareness and Knowledge - Bank Exams PDF Download
(/home)
The physical layer, the lowest layer of the OSI model, is concerned with the transmission and
reception of the unstructured raw bit stream over a physical medium. It provides the
hardware means of sending and receiving data on a carrier network.
Networking Device – Hub, Network Interface Card (NIC), repeater, gateway
The physical layer of the network focuses on hardware elements, such as cables, repeaters,
and network interface cards. By far the most common protocol used at the physical layer is
Ethernet. For example, an Ethernet network (such as 10BaseT or 100BaseTX) specifies the
type of cables that can be used, the optimal topology (star vs. bus, etc.), the maximum length
of cables, etc.
When obtaining data from the Physical layer, the Data Link layer checks for physical
transmission errors and packages bits into data "frames". The data link layer provides
error-free transfer of data frames from one node to another over the physical layer,
allowing layers above it to assume virtually error-free transmission over the link.
The data link layer is divided into two sub layers: The Media Access Control (MAC) layer and
the Logical Link Control (LLC) layer. The MAC sub layer controls how a computer on the
network gains access to the data and permission to transmit it. The LLC layer controls frame
synchronization, flow control and error checking.
Networking Device – Bridge, Ethernet Switches and multi layer switches, proxy server,
gateway
Some Protocols – Address Resolution Protocol (ARP), IPv4/IPv6, Internet Protocol, Routing
Information Protocol (RIP), IPX.
The Transport Layer provides transparent transfer of data between end systems, or hosts,
and is responsible for end-to-end error recovery and flow control. It relieves the higher
layer protocols from any concern with the transfer of data between them and their
peers. The transport layer controls the reliability of communications through flow control,
segmentation, and error control. Two great examples of transport protocols are TCP (as in
TCP/IP) and UDP.
The session layer sets up, coordinates and terminates conversations. Services include
authentication and re-connection after an interruption. It allows session establishment
between processes running on different stations.
Some Protocols – AppleTalk Data Stream Protocol, Remote Procedure Call Protocol (RPC)
As the sixth layer of the OSI model, the presentation layer is primarily responsible for
managing two networking characteristics: protocol and architecture. Whereas, protocol
defines a standard set of guidelines under which the network operates, the network's
architecture determines what protocol applies. Encryption is typically done at this level too.
Some Protocols – Musical instrument digital interface (MIDI), Moving picture experts group
(MPEG)