Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Notes  >  Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering

Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering - Computer Science Engineering (CSE) PDF Download

The OSI Model and the TCP/IP Protocol Suite

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

OBJECTIVES

To discuss the idea of multiple layering in data communication and networking and the interrelationship between layers.

To discuss the OSI model and its layer architecture and to show the interface between the layers.
To briefly discuss the functions of each layer in the OSI model.
To introduce the TCP/IP protocol suite and compare its layers with the ones in the OSI model.
To show the functionality of each layer in the TCP/IP protocol with some examples.
To discuss the addressing mechanism used in some layers of the TCP/IP protocol suite for the delivery of a message from the source to the destination.

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

Example

Assume Maria and Ann are neighbors with a lot of common ideas. However, Maria speaks only Spanish, and Ann speaks only English. Since both have learned the sign language in their childhood, they enjoy meeting in a cafe a couple of days per week and exchange their ideas using signs. Occasionally, they also use a bilingual dictionary. Communication is face to face and Happens in one layer

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

Example

Now assume that Ann has to move to another town because of her job. Before she moves, the two meet for the last time in the same cafe. Although both are sad, Maria surprises Ann when she opens a packet that contains two small machines. The first machine can scan and transform a letter in English to a secret code or vice versa. The other machine can scan and translate a letter in Spanish to the same secret code or vice versa. Ann takes the first machine; Maria keeps the second one. The two friends can still communicate using the secret code, as shown in Fig.

Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering - Computer Science Engineering (CSE)

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

THE OSI MODEL

Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards. Almost three-fourths of countries in the world are represented in the ISO. An ISO standard that covers all aspects of network communications is the Open Systems Interconnection (OSI) model. It was first introduced in the late 1970s.

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

Topics Discussed in the Section

Layered Architecture
Layer-to-layer Communication
Encapsulation
Layers in the OSI Model

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

NOTE

 

ISO is the organization;

OSI is the model.

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

The OSI model

Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering - Computer Science Engineering (CSE)

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

PHYSICAL LAYER

Responsible for movement of data from one node to another node.

• Concerned with
•Physical Characteristics of the medium
•Representation of bits- Electrical, Electromagnetic, Optical
•Data rate
•Line Configuration
•Synchronization
•Physical Topology
•Transmission Mode- Simplex, Duplex, Half Duplex

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

Physical Layer

Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering - Computer Science Engineering (CSE)

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

DATA LINK LAYER

Responsible for moving frames from one node to the other- Next hop delivery

Framing- divides the data from N/W layer into frames
Physical Addressing- Sender and Rx if the Rx is within the N/W, otherwise next hop addressing.
Data Flow Control on the sender
Error detection/control with the use of trailer
Access control- in case of Multi Link system

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

NETWORK LAYER

Source to Destination Delivery of Packets
Not required in peer-to-peer delivery
Adds Logical addresses of sender and Rx.
Routing for internetwork communication

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

Network Layer

Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering - Computer Science Engineering (CSE)

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

TRANSPORT LAYER

  • Process to Process Delivery of message b/w Tx & Rx
  • Create connection b/w two end ports for sake of security.
  • Service Point or Port Addressing – Yahoo Messenger
  • Segmentation and Reassembly- Divide the message received from Session layer in to Segments and number them to make a sequence for reassembly at the receiving side
  • Flow Control
  • End to End rather than across a link.
  • Controls duplication of message
  • Connection Control
    • Connection Oriented Transport Layer, like Telephone
    • Connectionless Transport Layer, like E-Mail
  • Error Control
  • End to End rather than across a link.
  • Sending transport layer makes ensure that the entire message arrives at the receiving transport layer without error.

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

SESSION LAYER

Network dialog controller. Establishes, maintains and Synchronizes interaction b/w comm. systems
Dialog Controlling – Half Duplex or Full Duplex
Synchronization – Allows a process to add checkpoints to a stream of data

 

The OSI Model and the TCP/IP Protocol Suite------------- Next Slide------------------- Behrouz A. Forouzan

PRESENTATION LAYER

  • Concerned with Syntax and Semantics of the information exchanged b/w the two communication systems
  • Translation – Encoding and Decoding
    • Sender to Common format on Sending side
    • Common to Receiving format on Rx side
  • Encryption – for security and privacy purpose
  • Compression – reducing the number of bits to sent over network.
The document Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering - Computer Science Engineering (CSE) is a part of Computer Science Engineering (CSE) category.
All you need of Computer Science Engineering (CSE) at this link: Computer Science Engineering (CSE)
Are you preparing for Computer Science Engineering (CSE) Exam? Then you should check out the best video lectures, notes, free mock test series, crash course and much more provided by EduRev. You also get your detailed analysis and report cards along with 24x7 doubt solving for you to excel in Computer Science Engineering (CSE) exam. So join EduRev now and revolutionise the way you learn!
Sign up for Free Download App for Free

FAQs on Chapter : The OSI Model and the TCP/IP Protocol Suite, Engineering - Computer Science Engineering (CSE)

1. What is the OSI Model and how does it relate to the TCP/IP Protocol Suite?
Ans. The OSI (Open Systems Interconnection) Model is a conceptual framework that defines how different computer systems can communicate with each other. It consists of seven layers, each responsible for a specific function in the communication process. The TCP/IP Protocol Suite, on the other hand, is a set of protocols that are used for communication over the internet. It is based on the principles of the OSI Model, with each layer in the OSI Model corresponding to one or more protocols in the TCP/IP Protocol Suite.
2. What are the seven layers of the OSI Model and what are their functions?
Ans. The seven layers of the OSI Model are as follows: 1. Physical Layer: This layer is responsible for the physical transmission of data over the network, including the electrical, mechanical, and functional aspects. 2. Data Link Layer: This layer handles the reliable transmission of data frames between nodes on the same network, ensuring error-free and ordered delivery. 3. Network Layer: The network layer is responsible for the routing of data packets from the source to the destination across different networks. 4. Transport Layer: This layer provides end-to-end communication between hosts, ensuring reliable and error-free data delivery. 5. Session Layer: The session layer establishes, manages, and terminates communication sessions between applications. 6. Presentation Layer: This layer is responsible for the formatting, encryption, and compression of data to be transmitted. 7. Application Layer: The application layer provides services directly to the end-user applications, enabling network access and resource sharing.
3. What are the main protocols in the TCP/IP Protocol Suite?
Ans. The TCP/IP Protocol Suite consists of several protocols, including: 1. Internet Protocol (IP): This protocol is responsible for addressing and routing packets over the internet. 2. Transmission Control Protocol (TCP): TCP provides reliable, connection-oriented communication between hosts, ensuring the ordered delivery of data packets. 3. User Datagram Protocol (UDP): UDP is a connectionless protocol that provides fast, unreliable communication between hosts. 4. Internet Control Message Protocol (ICMP): ICMP is used for error reporting and diagnostic functions in IP networks. 5. Hypertext Transfer Protocol (HTTP): HTTP is used for transferring hypertext documents over the internet, commonly used in web browsing.
4. How does the TCP/IP Protocol Suite differ from the OSI Model?
Ans. While both the TCP/IP Protocol Suite and the OSI Model are used to understand and describe network communication, they have some key differences. The OSI Model is a conceptual framework that defines seven distinct layers, each with its specific functions. On the other hand, the TCP/IP Protocol Suite is a set of protocols that are actually implemented in network communication. Another difference is that the OSI Model is a theoretical model, while the TCP/IP Protocol Suite is a practical implementation widely used in real-world networks, especially on the internet.
5. Why is the OSI Model important in computer networking?
Ans. The OSI Model is essential in computer networking because it provides a standardized way of understanding and describing network communication. It allows network engineers and developers to design, implement, and troubleshoot networks more effectively by providing a common language and framework. The OSI Model also helps in the interoperability of different network technologies and protocols. By dividing the network communication process into different layers, it allows for modular design and the possibility of using different protocols at each layer. This flexibility enables the integration of diverse network technologies and the development of new protocols without affecting the entire network architecture.
Download as PDF
Related Searches

Chapter : The OSI Model and the TCP/IP Protocol Suite

,

study material

,

mock tests for examination

,

Important questions

,

past year papers

,

Sample Paper

,

Objective type Questions

,

MCQs

,

Chapter : The OSI Model and the TCP/IP Protocol Suite

,

Engineering - Computer Science Engineering (CSE)

,

video lectures

,

Free

,

shortcuts and tricks

,

Previous Year Questions with Solutions

,

Summary

,

pdf

,

Chapter : The OSI Model and the TCP/IP Protocol Suite

,

Engineering - Computer Science Engineering (CSE)

,

ppt

,

Engineering - Computer Science Engineering (CSE)

,

Semester Notes

,

Exam

,

practice quizzes

,

Extra Questions

,

Viva Questions

;