Network Models.

Slides:



Advertisements
Similar presentations
Computer Networks - part V
Advertisements

Exercises and Solutions Lecture 1
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.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
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
NETWORKING CONCEPTS. OSI MODEL Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
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
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
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
Internet Model. Interfaces Between Layers The passing of the data and network information down through the layers of the sending device and back up.
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.
MODULE I NETWORKING CONCEPTS.
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
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
BZUPAGES.COM 2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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
Chapter 2. Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1/15 Chapter 5 Open Systems Interconnection Model.
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.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Chapter 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
ADDRESSING Before you can send a message, you must know the destination address. It is extremely important to understand that each computer has several.
IOS Network Model 2nd semester
Lec 5 Layers Computer Networks Al-Mustansiryah University
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
The OSI Model and the TCP/IP Protocol Suite
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.
Network Model.
OSI Model OSI MODEL.
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:

Network Models

2-1 LAYERED TASKS Figure 2.1 Tasks involved in sending a letter There are 3 different activities at the sender site and 3 at the receiver site. Must be done in the order of the layers. Each layer at the sending site uses the services of the layer right below it. Figure 2.1 Tasks involved in sending a letter

2-2 THE 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. Topics covered: Layered Architecture Peer-to-Peer Processes Encapsulation

Figure 2.2 Seven layers of the OSI model

Advantages of Layering 2-2 THE OSI MODEL Advantages of Layering Easier application development Network can change without all programs being modified Breaks complex tasks into subtasks Each layer handles a specific subset of tasks Communication occurs between different layers on the same node or stack (INTERFACES) – vertical communications between similar layers on different nodes or stacks (PEER-TO-PEER PROCESSES) – horizontal communications

Figure 2.3 The interaction between layers in the OSI model User support layers Network support layers

Figure 2.4 An exchange using the OSI model

2-3 LAYERS IN THE OSI MODEL Figure 2.5 Physical layer The physical layer is responsible for movements of individual bits from one hop (node) to the next. The interface and the type of the physical transmission medium Raw bits -> signals Bit duration How the devices are connected to the media (point-to-point, or multipoint) How devices are connected to each other(mesh, star, ring, bus, or hybrid) The direction of transmission( simplex, half-duplex, or full-duplex).

Figure 2.6 Data link layer The data link layer is responsible for moving frames from one hop (node) to the next. Makes the raw transmission facility (physical layer), reliable. Error-free to the upper layer (network). Divides the stream of bits into frames (data units) Adds a header to define the send and/or receiver of the frame Flow control mechanism to avoid overwhelming the receiver (receiver slower than sender). Detect and retransmit damaged or lost frames. Recognize duplicate frames.

Figure 2.7 Hop-to-hop delivery Communication at the data link layer occurs between two adjacent nodes. For a to f, 3 partial deliveries are made. a to b, b to e, and e to f. Different headers.

Figure 2.8 Network layer The network layer is responsible for the delivery of individual packets from the source host to the destination host. Ensures that each packet gets from origin to final destination. If two systems are connected to the same link, there is usually no need for a network layer. If different links, need. Network layer adds logical addresses of the sender and receiver Routing: routers/switchers route or switch the packets to their final destination.

Figure 2.9 Source-to-destination delivery When packet gets B, B makes a decision based on the final F. B is a router, it uses its routing table to find that the next hop is router E, so send to E.

Figure 2.10 Transport layer The transport layer is responsible for the delivery of a entire message from one process to another. Ensures the whole message arrives intact and in order, overseeing both error control and flow control at the source-to-destination level. Service-point addressing: specific process (like email, msn, etc) A message is divided into segments, containing a sequence number

Figure 2.11 Reliable process-to-process delivery of a message

Figure 2.12 Session layer Establishes, maintains, and synchronized the interaction among communicating systems. Synchronization: allows a process to add checkpoints, or synchronization points, to a stream of data. •Responsible for enforcing the rules of dialog (e.g., Does a connection permit half-duplex or full-duplex communication?), synchronizing the flow of data, and reestablishing a connection in the event a failure occurs.

Figure 2.13 Presentation layer The presentation layer is responsible for translation, compression, and encryption. • Provides for data formats, translations, and code conversions. • Concerned with syntax and semantics of data being transmitted. • Encodes messages in a format that is suitable for electronic transmission. • Data compression and encryption done at this layer. • Receives message from application layer, formats it, and passes it to the session layer.

Figure 2.14 Application layer The application layer is responsible for providing services to the user.

Figure 2.15 Summary of layers

2-4 TCP/IP PROTOCOL SUITE The layers in the TCP/IP protocol suite do not exactly match those in the OSI model. The original TCP/IP protocol suite was defined as having four layers: host-to-network, internet, transport, and application. However, when TCP/IP is compared to OSI, we can say that the TCP/IP protocol suite is made of five layers: physical, data link, network, transport, and application. Topics covered: Physical and Data Link Layers Network Layer Transport Layer Application Layer

Figure 2.16 TCP/IP and OSI model

Information unit of each layer

2-5 ADDRESSING Four levels of addresses are used in an internet employing the TCP/IP protocols: physical, logical, port, and specific. Figure 2.17 Addresses in TCP/IP

Figure 2.18 Relationship of layers and addresses in TCP/IP

Figure 2.19 Physical addresses 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). The computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver. In most data link protocols, the destination address (87) comes before the source address (10).

A 6-byte (12 hexadecimal digits) physical address. 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. 07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address.