Networking Version2 10/27/2015Slide 1 Format Layered models of processes The seven layers OSI Model Network Requirements Network Topology.

Slides:



Advertisements
Similar presentations
Layer 1 of the TCP/IP protocol stack: Network Access Layer (NAL). Functions, performed on the layer. МАС address in Ethernet networks. Layer 1 of the TCP/IP.
Advertisements

Review of Important Networking Concepts
INTRODUCTION TO COMPUTER NETWORKS CS-107 INTRODUCTION TO COMPUTING Aug-Dec,2010 Alak Roy Assistant Professor Dept. of CSE Royal Group of Institution .
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
Chapter 2 Network Models.
Three-Layer Model Distributed data communications involves three primary components: Networks Computers Applications Three corresponding layers Network.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
PROTOCOLS AND ARCHITECTURE Lesson 2 NETS2150/2850.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Chapter 1 Read (again) chapter 1.
1 Review of Important Networking Concepts Introductory material. This module uses the example from the previous module to review important networking concepts:
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
Internet Technologies Networking / Internet Protocols (TCP/IP) Server/Client Software Communication via Ports Web Page Technology Recipe of Web Page Development.
Protocol Reference Model of OSI
Lecturer: Tamanna Haque Nipa
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
The OSI and TCP/IP Models Last Update Copyright 2009 Kenneth M. Chipps Ph.D.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
12 September 2015 CCENT ICND1 Exam Topics Review TCP/IP and OSI Networking Models.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
Chapter 2 Network Models
07/10/09 M.Chai; E.R.Edwards 07/10/09 Staffordshire University School of Computing The OSI Model and TCP/IP Slide 1.
Protocols and the TCP/IP Suite
Network Architecture & Standards
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
Computer Networks (CS 132/EECS148) General Networking Example Karim El Defrawy Donald Bren School of Information and Computer Science University of California.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Bob Baker Open Systems Interconnection OSI Reference model –Layer 7 application –Layer 6 presentation –Layer 5 session –Layer 4 transport –Layer 3 network.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
CS 447 Networks and Data Communication
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications 1.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Internet Model. Interfaces Between Layers The passing of the data and network information down through the layers of the sending device and back up.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
Higher National Diploma1 Network Concepts OSI 7 Layer model.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Networking Fundamentals Introduction and OSI model.
03 - Winter 2006ECE 766 Computer Interfacing and Protocols 1 Protocol Hierarchies First networks: hardware comes first Increased complexity  network architecture.
Chapter 2 Dissecting the OSI Model
LOCAL AREA NETWORKS. LAN PROTOCOL ARCHITECTURE The basic functions of a LAN is organized by set of layering protocols. IEEE 802 Reference Model Protocols.
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.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
1 Protocol Layering Myungchul Kim Tel:
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
THE NETWORKS Theo Chakkapark. Open System Interconnection  The tower of power!  The source of this power comes from the model’s flexibility.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
Data flow Types of connections TopologyStarMeshBusRingHybrid.
Comparison Between OSI & TCP/IP Model
- 1 - DPNM Review of Important Networking Concepts J. Won-Ki Hong Dept. of Computer Science and Engineering POSTECH Tel:
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
Spring Ch 17 Internetworking Concepts, Architecture, and Protocols Part III Internetworking.
Data Link Issues Relates to Lab 2.
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
Protocols and the TCP/IP Suite
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
Network Architecture Introductory material
Lec 5 Layers Computer Networks Al-Mustansiryah University
Packet Sniffing.
Review of Important Networking Concepts
Telecommunications and Networking
Computer Networking A Top-Down Approach Featuring the Internet
Review of Important Networking Concepts
Presentation transcript:

Networking Version2 10/27/2015Slide 1 Format Layered models of processes The seven layers OSI Model Network Requirements Network Topology

Networking Version2 10/27/2015Slide 2 ISO OSI Reference Model International Standards Organisation the standards body Open Systems Interconnection seven layer reference model tasks of a communications system broken down into manageable parts organised into a hierarchical architecture.

Networking Version2 10/27/2015Slide 3 OSI model – Why bother? Real-world network protocols don’t implement the OSI seven layer protocol stack model But nearly all network protocols are based on a simplified layered model The layered model helps us think about the many processes involved in communicating over networks A good model provides support for thinking

Networking Version2 10/27/2015Slide 4 Communication Between Two Systems

Networking Version2 10/27/2015Slide 5 ISO OSI Reference Model

Networking Version2 10/27/2015Slide 6 ISO OSI Reference Model Each layer takes data (a Protocol Data Unit(PDU)) from the layer above Each layer processes and encapsulates the data into a new PDU Each layer passes the new PDU to the lower layer

Networking Version2 10/27/2015Slide 7 Data Transformation

Networking Version2 10/27/2015Slide 8 Encapsulation Physical Layer MAC Layer Network Layer (IP) Transport Layer (TCP) ----DATA---- TCP - HEAD ----DATA----TCP - HEADIP - HEAD ----DATA----TCP - HEADIP - HEADMAC - HEAD Data field TCP PDU IP Packet MAC frame CRC

Networking Version2 10/27/2015Slide 9 The Seven Layer Model Please do not throw sausage pizza away! All People Seem To Need Data Processing At the top, the Application layer provides OS services for application software At the bottom, the Physical layer deals with wiring issues Application Presentation Session Transport Network Data link Physical

Networking Version2 10/27/2015Slide 10 TCP / IP Reference model Existed before OSI model Uses TCP - Transmission Control Protocol IP Internet Protocol

Networking Version2 10/27/2015Slide 11 OSI ModelTCP/IP Transmission Control Protocol/Internet Protocol (TCP/IP)

Networking Version2 10/27/2015Slide 12

Networking Network Requirements High data rate ? Bank transaction Web browsing Low delay ? live video/ audio links routine backup Version2 10/27/2015Slide 13

Networking Version2 10/27/2015Slide 14 Network Requirements Low (zero) error rate ? video signal bank account details Guaranteed Connection safety critical control internet phone

Networking Version2 10/27/2015Slide 15 Mesh Topology Fully connected 3 lines : 2 ports per machine

Networking Version2 10/27/2015Slide 16 Mesh Topology Fully connected 6 lines : 3 ports per machine

Networking Version2 10/27/2015Slide 17 Mesh Topology Fully connected 10 lines : 4 ports per machine

Networking Version2 10/27/2015Slide 18 Mesh Topology Fully connected systems use too much wiring. Each computer may need an interface for each connection. Not a practical system.

Networking Version2 10/27/2015Slide 19 Star Topology STAR

Networking Version2 10/27/2015Slide 20 Ring Topology RING

Networking Version2 10/27/2015Slide 21 Bus Topology BUS

Networking Version2 10/27/2015Slide 22 Conclusion We have discussed:- Standard “root concepts” of networking Layered models of processes and layers in our conceptual model of networking Why protocols are required for interoperability Brief of the seven layers of the OSI model and encapsulation Basics of Network Requirements Types of network topologies