UPSC Exam  >  UPSC Notes  >  Famous Books for UPSC Exam (Summary & Tests)  >  OSI Model - Internet & Networking, Computer Awareness

OSI Model - Internet & Networking, Computer Awareness | Famous Books for UPSC Exam (Summary & Tests) PDF Download

The Open System Interconnection (OSI) model defines a networking framework to implement protocols in seven layers. You must at first understand that OSI model is not tangible rather it is conceptual. You can encounter questions related to OSI model in Computer section of upcoming NICL AO and other banking recruitment exams. Although from bank exam's point of view you do not need to dive much deep into the technicality of the topic and networking concepts but a basic knowledge is required as questions can be framed from the OSI Models concept. Keep on reading to know the basic concepts and terminology of OSI Model.

 

The International Standards Organization (ISO) developed the Open Systems Interconnection (OSI) model. Layers 1-4 are considered the lower layers, and mostly concern themselves with moving data around. Layers 5-7, the upper layers, contain application-level data. Each layer has a protocol data unit which is an open-system interconnection (OSI) term used in telecommunications that refers to a group of information added or removed by a layer of the OSI model. OSI layer may also have specific protocols which are a set of rules that governs the communications between computers on a network. 

Layer 1- Physical Layer

 

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

Protocol Data Unit - Bit

Some Protocols - Ethernet

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.

Layer 2 – Data Link Layer

 

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

Protocol Data Unit - Frame

Some Protocols – Ethernet, Point to Point Protocol (PPP)

Layer 3 – Network Layer

 

The network layer controls the operation of deciding which physical path the data should take based on network conditions, priority of service, and other factors. When data arrives at the Network layer, the source and destination addresses contained inside each frame are examined to determine if the data has reached its final destination. If the data has reached the final destination, then network layer formats the data into packets delivered up to the Transport layer. Otherwise, the Network layer updates the destination address and pushes the frame back down to the lower layers.

Networking Device – Router, multi layer switches, gateway, proxy server

Protocol Data Unit - Packets

Some Protocols – Address Resolution Protocol (ARP), IPv4/IPv6, Internet Protocol, Routing Information Protocol (RIP), IPX.

Layer 4 – Transport Layer

 

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.

Networking Device –  proxy server, gateway

Protocol Data Unit – Segments for TCP, Datagram for UDP

Some Protocols – SPX, TCP

TCP, paired with IP, is by far the most popular protocol at the transport level. If the IPX protocol is used at the network layer, then it is paired with SPX at the transport layer.

Layer 5 – Session Layer

 

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.

Networking Device –  gateway, Logical Ports

Protocol Data Unit – Data/Session

Some Protocols – AppleTalk Data Stream Protocol,  Remote Procedure Call Protocol (RPC)

Layer 6 – Presentation Layer

 

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.

Networking Device –  gateway

Protocol Data Unit –  Data/ Encoded User Data

Some Protocols – Musical instrument digital interface (MIDI), Moving picture experts group (MPEG)

Layer 7 – Application Layer

 

The application layer serves as the window for users and application processes to access network services. Everything at this layer is application-specific. This layer provides application services for file transfers, e-mail, and other network software services. Telnet and FTP are applications that exist entirely in the application level.

Networking Device –  gateway

Protocol Data Unit – Data

Some Protocols – DNS, FTP, SMTP, POP3, IMAP, Telnet, HTTP

The document OSI Model - Internet & Networking, Computer Awareness | Famous Books for UPSC Exam (Summary & Tests) is a part of the UPSC Course Famous Books for UPSC Exam (Summary & Tests).
All you need of UPSC at this link: UPSC
545 videos|966 docs|373 tests

Top Courses for UPSC

FAQs on OSI Model - Internet & Networking, Computer Awareness - Famous Books for UPSC Exam (Summary & Tests)

1. What is the OSI Model and how does it relate to internet and networking?
Ans. The OSI (Open Systems Interconnection) Model is a conceptual framework that standardizes the functions of a communication system into seven different layers. Each layer has specific tasks and responsibilities, and they work together to ensure data is transmitted correctly over a network. The OSI Model is important in internet and networking as it allows different systems to communicate with each other, regardless of their underlying hardware or software.
2. What are the seven layers of the OSI Model?
Ans. The seven layers of the OSI Model are as follows: 1. Physical Layer: This layer deals with the physical transmission of data, including the electrical, mechanical, and functional aspects of the network. 2. Data Link Layer: This layer provides error-free transfer of data frames between nodes over a physical link. It also handles flow control and error correction. 3. Network Layer: The network layer is responsible for addressing and routing data packets across different networks. It determines the best path for data transmission. 4. Transport Layer: This layer ensures reliable and orderly delivery of data from one end to another. It handles segmentation, reassembly, flow control, and error recovery. 5. Session Layer: The session layer establishes, manages, and terminates communication sessions between applications. It also provides synchronization and checkpointing. 6. Presentation Layer: This layer deals with the syntax and semantics of the information exchanged between systems. It handles data compression, encryption, and decryption. 7. Application Layer: The application layer provides a connection between user applications and the network. It includes protocols for services like email, file transfer, and remote login.
3. How does the OSI Model facilitate communication between different types of computer systems?
Ans. The OSI Model facilitates communication between different types of computer systems by providing a common framework and set of standards. Each layer of the model performs specific functions, which allows different systems to understand and interpret the data being transmitted. The model ensures that data is properly encapsulated and formatted at each layer, making it compatible with different hardware and software configurations. This standardized approach enables interoperability and seamless communication between diverse systems.
4. What is the role of the Network Layer in the OSI Model?
Ans. The Network Layer in the OSI Model is responsible for addressing and routing data packets across different networks. It adds network addresses to data packets, allowing them to be properly routed through interconnected networks. This layer determines the best path for data transmission, taking into account factors such as network congestion, network topology, and quality of service requirements. The Network Layer ensures that data reaches its intended destination efficiently and reliably, even when multiple networks are involved.
5. How does the OSI Model relate to computer awareness and network troubleshooting?
Ans. The OSI Model is essential for computer awareness and network troubleshooting as it provides a systematic approach to understanding and analyzing network issues. By dividing the network functionality into seven layers, it becomes easier to identify the source of a problem and narrow down the troubleshooting process. Each layer has specific functions, and if an issue occurs, it can be localized to a particular layer. This helps network administrators and technicians in diagnosing and resolving problems more efficiently. Additionally, the OSI Model serves as a common language for communication, enabling effective collaboration between IT professionals when troubleshooting complex network issues.
545 videos|966 docs|373 tests
Download as PDF
Explore Courses for UPSC exam

Top Courses for UPSC

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

shortcuts and tricks

,

practice quizzes

,

OSI Model - Internet & Networking

,

Summary

,

ppt

,

Free

,

Computer Awareness | Famous Books for UPSC Exam (Summary & Tests)

,

Sample Paper

,

Important questions

,

MCQs

,

OSI Model - Internet & Networking

,

Objective type Questions

,

study material

,

video lectures

,

Extra Questions

,

Computer Awareness | Famous Books for UPSC Exam (Summary & Tests)

,

Previous Year Questions with Solutions

,

pdf

,

OSI Model - Internet & Networking

,

Viva Questions

,

mock tests for examination

,

Computer Awareness | Famous Books for UPSC Exam (Summary & Tests)

,

Semester Notes

,

Exam

,

past year papers

;