Chapter 2. Network Models

Slides:



Advertisements
Similar presentations
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Advertisements

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.
Chapter 2 Network Models Dr. Mznah Al-Rodhaan.
Data Communications Network Models.
NETWORK MODELS T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
Chapter 2 Network Models
Lecturer: Tamanna Haque Nipa
The OSI Model and the TCP/IP Protocol Suite
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
HW for Chapter 1 Review Questions: 3, 4, 5, 6, 7, 8, and 11 Exercises: 16, 18, 21, 22, 23, and
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
NDSL, Chang Gung University, 2.1 Chapter 2 Network Models 長庚大學資訊工程學系 陳仁暉 副教授 Tel: (03) Ext: 5990
Presentation on Osi & TCP/IP MODEL
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
Kashif Bashir Chapter 2 Network Models.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
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:Computer Networks Fundamentals
The OSI Model.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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,
BZUPAGES.COM 2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
Chapter 2 Network Models
Network Models.
Ch 2. Network Models. 1. LAYERED TASKS Concept of layers – Consider two friends who communicate through mail – What happens when one sends a letter to.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
Chapter 2. Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Overview of Data Communications and Networking
1/15 Chapter 5 Open Systems Interconnection Model.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
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.
Lecturer: Mrs. Rohani bt Hassan
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Network Models. 2.1 what is the Protocol? A protocol defines the rules that both the sender and receiver and all intermediate devices need to follow,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
Network Models.
Chapter 2 Network Models.
Chapter 2 Network Models
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
The OSI Model & the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
Lec 5 Layers Computer Networks Al-Mustansiryah University
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.
Network Model.
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:

Chapter 2. Network Models Layered Tasks The OSI Model Layers in the OSI Model TCP/IP Protocol Suite Addressing

Layered Model: Sending a Letter

OSI Model Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards 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 ISO is the organization, OSI is the model

OSI Model ISO is the organization. OSI is the model

Interaction between layers in the OSI model Layer and interface

An exchange using the OSI model Encapsulation with header and possibly trailer

Physical Layer The physical layer is responsible for movements of individual bits from one hop (node) to the next Mechanical and electrical specification, the procedures and functions

Physical Layer: Duties Physical characteristics of interfaces and media Representation of bits Data rate Synchronization of bits Line configuration Physical topology Transmission mode

Data Link Layer The data link layer is responsible for moving frames from one hop (node) to the next Transform the physical layer to a reliable (error-free) link

Data Link Layer: Duties Framing Physical addressing Flow control Error control Access control

Hop-to-Hop Delivery

Network Layer The network layer is responsible for the delivery of packets from the source host to the destination host

Network Layer: Duties Logical addressing and routing

Transport Layer The transport layer is responsible for delivery of a message from one process to another

Transport Layer: Duties Service-point (port) addressing Segmentation and reassembly Connection control Flow control Error control

Reliable Process-to-Process Delivery of a Message

Session Layer Session layer is responsible for dialog control and synchronization

Presentation Layer Presentation layer is responsible for translation, compression, and encryption

Application Layer Application layer is responsible for providing services to the user

Application Layer: Services Network virtual terminal Mail services File transfer, access, and management Directory services

Summary of Layers

TCP/IP and OSI Model

TCP/IP Protocol Suite Host-to-network : Physical and data link layer No specific protocol Network layer IP(Internet Protocl), ARP(Address Resolution Protocol), RARP(Reverse ARP), ICMP(Internet Control Message Protocol), IGMO(Internet Group Message Protocol) Transport layer TCP(Transmission Control Protocol), UDP(User Datagram Protocl), SCTP(Stream Control Transmission Protocol), Application Layer Combined session, presentation, and application layers

Addressing Four levels of addresses in TCP/IP protocols Physical (link), logical (IP, network), port, and specific addresses

Relationship of Layers and Addresses

07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address. A node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (bus topology LAN). As the figure shows, the computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver. 07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address.

Logical (IP) Address The physical addresses will change from hop to hop, but the logical addresses usually remain the same

Port Address The physical addresses change from hop to hop, but the logical and port addresses usually remain the same

Specific Address Some application have user-friendly addresses that are designed for that specific address Example 1: e-mail address: kchung@kw.ac.kr Defines the recipient of an e-mail Example 2: URL (Universal Resource Locator) : www.kbs.co.kr Used to find a document on the WWW