The OSI Model and the TCP/IP Protocol Suite

Slides:



Advertisements
Similar presentations
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 2 The OSI Model and the TCP/IP.
Advertisements

Data Communications System By Ajarn Preecha Pangsuban.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
2.1 Background Information Network Models LAYERED TASKS We use the concept of layers in our daily life. As an example, let us consider two friends.
The OSI Model and the TCP/IP Protocol Suite
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 2 The OSI Model and the TCP/IP.
Chapter 2 Network Models.
Chapter 2 Network Models Dr. Mznah Al-Rodhaan.
Data Communications Network Models.
Chapter 2 Network Models
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
The OSI Model and the TCP/IP Protocol Suite
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Computer Communication and Networks Muhammad Waseem Iqbal Lecture # 07.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
NDSL, Chang Gung University, 2.1 Chapter 2 Network Models 長庚大學資訊工程學系 陳仁暉 副教授 Tel: (03) Ext: 5990
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
The OSI Model and the TCP/IP Protocol Suite
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Kashif Bashir Chapter 2 Network Models.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
TCP/IP Protocol.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
NET 221D: NETWORKS FUNDAMENTALS Lecture 1: Introduction to Protocols and Layers Networks and Communication Department 1.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
1 Kyung Hee University Chapter 2 Network Models. 2 Kyung Hee University 2.1 LAYERED TASKS We use the concept of layers in our daily life. As an example,
Prof. Hosny Ibrahim.  Text book (TX1): Data and Computer Communications By: William Stalling, 11 th Edition 2011  Text book (TX2): Data Communications.
Chapter 2. Network Models
BZUPAGES.COM 2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models
Network Models.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Chapter 2. Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
2.1 Chapter 2 Network Models – cont. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Data Communication Network Models
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Network Models.
Chapter 2 Network Models.
Chapter 2 Network Models
Lecture 3 By Miss Irum Matloob.
Chap. 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
ADDRESSING Before you can send a message, you must know the destination address. It is extremely important to understand that each computer has several.
Net 431: ADVANCED COMPUTER NETWORKS
Lec 5 Layers Computer Networks Al-Mustansiryah University
Introduction to Protocol and Layer
Chapter 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Chapter 2 Network Models
Chapter 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models
Chapter 2 Network Models.
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Presentation transcript:

The OSI Model and the TCP/IP Protocol Suite Outline: Protocol Layers OSI Model TCP/IP Model Addressing

Application Layer This layer relates to the services that enable the user to access the network. It provide user interfaces and support user applications or services, such as software for file transfers, database access, WWW, Sand e-mail. In other words, it serves as a window through which application processes can access network services. This would be the layer that a programmer uses to allow his application to access a network service, such as linking into a database. The major duties of this layer: mail services, file transfer and access, remote log-in, accessing WWW. 1/1/2019 Nouf Aljaffan (C) 2012 - CSC 1202 Course at KSU

Communication at application layer TCP/IP Protocol Suite

The unit of communication at the application layer is a message. Note The unit of communication at the application layer is a message. TCP/IP Protocol Suite

Presentation Layer It is a layer in the OSI model. The presentation layer is responsible for translation, compression, and encryption. Deals with the actual formatting of the data. For example, data might be converted from EBCDIC to ASCII formatting so that the receiving node can understand it. 1/1/2019 Nouf Aljaffan (C) 2012 - CSC 1202 Course at KSU

Session Layer It is a layer in the OSI model. the session layer, allows two applications on different computers to open, use, and close a connection called a session. (A session is a highly structured dialog between two workstations.) Functions: Dialog control It also makes sure the session is orderly establishing, which node transmits first, how long it can transmit, and what to do in case of an error. It performs name-recognition and other functions, such as security, that are needed to allow two applications to communicate over the network. Synchronization The session layer synchronizes user tasks by placing checkpoints in the data stream. The checkpoints break the data into smaller groups for error detection. It allows information of different streams, perhaps originating from different sources, to be properly combined or synchronized. An example application is web conferencing, in which the streams of audio and video must be synchronous to avoid so-called lip synch problems. It ensures that the person displayed on screen is the current speaker.

Summery of OSI Layers TCP/IP Protocol Suite

ADDRESSING Four levels of addresses are used in an internet employing the TCP/IP protocols: physical address logical address port address application-specific address. Each address is related to a one layer in the TCP/IP architecture TCP/IP Protocol Suite

Example 1: physical addresses TCP/IP Protocol Suite

Example 1: physical addresses In the previous figure a node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (a LAN). At the data link layer, this frame contains physical (link) addresses in the header. These are the only addresses needed. The rest of the header contains other information needed at this level. As the figure shows, the computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver. The data link layer at the sender receives data from an upper layer. It encapsulates the data in a frame. The frame is propagated through the LAN. Each station with a physical address other than 87 drops the frame because the destination address in the frame does not match its own physical address. The intended destination computer, however, finds a match between the destination address in the frame and its own physical address.

A 6-byte (12 hexadecimal digits) physical address As we will see later, most local area networks use a 48-bit (6-byte) physical address written as 12 hexadecimal digits; every byte (2 hexadecimal digits) is separated by a colon, as shown below: 07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address

Example 2: logical addresses Figure 2.17 shows a part of an internet with two routers connecting three LANs. Each device (computer or router) has a pair of addresses (logical and physical) for each connection. In this case, each computer is connected to only one link and therefore has only one pair of addresses. Each router, however, is connected to three networks. So each router has three pairs of addresses, one for each connection. Although it may be obvious that each router must have a separate physical address for each connection, it may not be obvious why it needs a logical address for each connection. We discuss these issues in Chapters 11 and 12 when we discuss routing. The computer with logical address A and physical address 10 needs to send a packet to the computer with logical address P and physical address 95. We use letters to show the logical addresses and numbers for physical addresses, but note that both are actually numbers, as we will see in later chapters. TCP/IP Protocol Suite

Example 2: logical addresses The previous figure shows a part of an internet with two routers connecting three LANs. Each device (computer or router) has a pair of addresses (logical and physical) for each connection. In this case, each computer is connected to only one link and therefore has only one pair of addresses. Each router, however, is connected to three networks. So each router has three pairs of addresses, one for each connection. The computer with logical address A and physical address 10 needs to send a packet to the computer with logical address P and physical address 95. We use letters to show the logical addresses and numbers for physical addresses, but note that both are actually numbers, as we will see in later chapters.

Note The physical addresses will change from hop to hop, but the logical addresses remain the same. TCP/IP Protocol Suite

A 16-bit port address represented as one single number the purpose of ports is to uniquely identify different applications or processes running on a single computer and thereby enable them to share a single physical connection to a packet- switched network like the Internet. As we will see later, a port address is a 16-bit address represented by one decimal number as shown. 753 A 16-bit port address represented as one single number TCP/IP Protocol Suite

Example 3: port address Figure 2.18 shows two computers communicating via the Internet. The sending computer is running three processes at this time with port addresses a, b, and c. The receiving computer is running two processes at this time with port addresses j and k. Process a in the sending computer needs to communicate with process j in the receiving computer. Note that although both computers are using the same application, FTP, for example, the port addresses are different because one is a client program and the other is a server program, as we will see in Chapter 17. TCP/IP Protocol Suite

Example 3: port address The previous figure shows two computers communicating via the Internet. The sending computer is running three processes at this time with port addresses a, b, and c. The receiving computer is running two processes at this time with port addresses j and k. Process a in the sending computer needs to communicate with process j in the receiving computer. Note that although both computers are using the same application, FTP, for example, the port addresses are different because one is a client program and the other is a server program.

Note The physical addresses change from hop to hop, but the logical and port addresses usually remain the same. TCP/IP Protocol Suite

References http://pluto.ksi.edu/~cyh/cis370/ebook/ch 05b.htm CSC 1202 2012-2013 Lecture Notes. Chapter 2 in TCP/IP Protocol Suite , 4th ed, Behrouz A. Forouzan