Practical Issues for Commercial Networks

Slides:



Advertisements
Similar presentations
Chapter 7 Data Link Layer
Advertisements

Computers Are Your Future © 2008 Prentice-Hall, Inc.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
1 Fall 2005 Internetworking: Concepts, Architecture and TCP/IP Layering Qutaibah Malluhi CSE Department Qatar University.
The OSI Model and the TCP/IP Protocol Suite
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 4, Tuesday 1/30/2007)
1 Chapter 8 Local Area Networks - Internetworking.
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.
ECS 152A 1. Introduction. A Communications Model Source —generates data to be transmitted Transmitter —Converts data into transmittable signals Transmission.
Networking and Internetworking Devices Networks and Protocols Prepared by: TGK First Prepared on: Last Modified on: Quality checked by: Copyright 2009.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
CECS 474 Computer Network Interoperability Tracy Bradley Maples, Ph.D. Computer Engineering & Computer Science Cal ifornia State University, Long Beach.
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Data Link Layer Network Fundamentals – Chapter 7.
Semester 1 Module 8 Ethernet Switching Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Chapter Five Network Architecture. Chapter Objectives  Describe the basic and hybrid LAN technologies  Describe a variety of enterprise-wide and WAN.
Chapter 2 The Infrastructure. Copyright © 2003, Addison Wesley Understand the structure & elements As a business student, it is important that you understand.
Midterm Review - Network Layers. Computer 1Computer 2 2.
Section 4 : The OSI Network Layer CSIS 479R Fall 1999 “Network +” George D. Hickman, CNI, CNE.
Protocols and the TCP/IP Suite
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
1 The Internet and Networked Multimedia. 2 Layering  Internet protocols are designed to work in layers, with each layer building on the facilities provided.
Ethernet Fundamentals. The success of Ethernet is due to the following factors: Simplicity and ease of maintenance Ability to incorporate new technologies.
Spring 2006Computer Networks1 Chapter 2 Network Models.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
First, by sending smaller individual pieces from source to destination, many different conversations can be interleaved on the network. The process.
William Stallings Data and Computer Communications
CCNA Guide to Cisco Networking Chapter 2: Network Devices.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
Simple LAN Topologies  Terminators stop signals after they have reached their destination  Signal bounce –Phenomenon in which signals travel endlessly.
Chapter Objectives After completing this chapter you will be able to: Describe in detail the following Local Area Network (LAN) technologies: Ethernet.
Network Models.
Instructor & Todd Lammle
Chapter 2 Network Models.
DATA COMMUNICATION Lecture-45.
Lecture (2).
A quick intro to networking
Local Area Networks Honolulu Community College
Chapter 3 Computer Networking Hardware
Click to edit Master subtitle style
CHAPTER 2 THE OSI MODEL.
LAN Risanuri Hidayat.
Chapter 6: Network Layer
Instructor: Mr. Malik Zaib
Network Architecture Introductory material
Net 431: ADVANCED COMPUTER NETWORKS
Internetworking & Address Resolution
Network Concepts Devices
Chapter 2 Network Models.
IT Essentials 5.1 LAN Basics.
Data and Computer Communications by William Stallings Eighth Edition
NETWORKING TECHNOLOGIES (II)
Review of Important Networking Concepts
Review of Important Networking Concepts
Chapter 2 Network Models.
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
Chapter 2 Network Models.
Networks Networking has become ubiquitous (cf. WWW)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Chapter 2 Network Models.
Networking.
Data Communication and Computer Networks
Review of Important Networking Concepts
Presentation transcript:

Practical Issues for Commercial Networks Standardization the good’s: low cost, stability (many suppliers) the bad’s: time for committees to agree, innovation suppression if released too early MPP’s: use proprietary interconnecting networks LAN’s, WAN’s: follow standards Node failure tolerance A single software crash on one node can cause all nodes to stop working? LAN’s & WAN’s: can survive such failure, “hot insert” = “yes” MPP’s: not sure! (fault intolerance), “hot insert” = “no” 10-Dec-18 240-530 Digital System Architecture : Networks

Interconnection Networks Examples 10 Mbits/sec Ethernet (IEEE 802.3): appeared since 1978, still being used today! carrier sensing with exponential backoff on collision detection Multiple Ethernets with devices to allow Ethernets to operate in parallel! 10 Mbit/sec Ethernet successors? FDDI: shared media (too late) ATM (too late?) Switched Ethernet 100 Mbit Ethernet (Fast Ethernet) Gigabit Ethernet 10-Dec-18 240-530 Digital System Architecture : Networks

240-530 Digital System Architecture : Networks Connecting Networks Bridges: connect LANs together, passing traffic from one side to another depending on the addresses in the packet. operate at the Ethernet protocol level usually simpler and cheaper than routers Routers or Gateways: these devices connect LANs to WANs or WANs to WANs and resolve incompatible addressing. Generally slower than bridges, they operate at the internetworking protocol (IP) level Routers divide the interconnect into separate smaller subnets, which simplifies manageability and improves security 10-Dec-18 240-530 Digital System Architecture : Networks

Increasing Bandwidth with Bridges 10-Dec-18 240-530 Digital System Architecture : Networks

Packet Format for CM-5, Ethernet and ATM Data size/header size - CM-5: 4-20/4 - Ethernet: 0-1500/26 - ATM: 48/5 10-Dec-18 240-530 Digital System Architecture : Networks

240-530 Digital System Architecture : Networks Internetworking allows computers on independent and incompatible networks to communicate reliably and efficiently Enabling technologies: software standards that allow reliable communications without reliable networks Hierarchy of software layers, giving each layer responsibility for portion of overall communications task, called protocol families or protocol suites 10-Dec-18 240-530 Digital System Architecture : Networks

Transmission Control Protocol/Internet Protocol (TCP/IP) This protocol family is the basis of the Internet IP makes best effort to deliver; TCP guarantees delivery TCP/IP used even when communicating locally: NFS uses IP even though communicating across homogeneous LAN One of the most important innovations in the communication community Software standards enable internetworking technologies 10-Dec-18 240-530 Digital System Architecture : Networks

Standford--Berkeley Connection 10-Dec-18 240-530 Digital System Architecture : Networks

Generic Protocol Stack communication occurs logically at the same level of the protocol, called peer-to-peer, but is implemented via services at the lower level Danger is each level increases latency if implemented as hierarchy (e.g., multiple check sums) 10-Dec-18 240-530 Digital System Architecture : Networks

240-530 Digital System Architecture : Networks IP and TCP Headers Application sends message TCP breaks into 64KB segments, adds 20B header IP adds 20B header, sends to network If Ethernet, broken into 1500B packets with headers, trailers Header, trailers have length field, destination, window number, version, ... 10-Dec-18 240-530 Digital System Architecture : Networks

An ATM Network of Workstations Why not use ATM as LAN? 10-Dec-18 240-530 Digital System Architecture : Networks

Relationship between TCP, IP and AAL-5 layers 10-Dec-18 240-530 Digital System Architecture : Networks

240-530 Digital System Architecture : Networks Networking Summary Protocols allow heterogeneous networking Protocols allow operation in the presence of failures Standardization is key for LAN & WAN Internetworking protocols used as LAN protocols => large overhead for LAN Integrated circuit revolutionizing networks as well as processors Switch is a specialized computer Faster networks and high overheads violate of Amdahl’s Law 10-Dec-18 240-530 Digital System Architecture : Networks

240-530 Digital System Architecture : Networks Homework Exercises: 7.1, 7.2, 7.3, 7.8, 7.13 This homework will be counted as two homeworks Due date: July, 20, 2001 10-Dec-18 240-530 Digital System Architecture : Networks

240-530 Digital System Architecture : Networks Assignment II Describe TCP/IP protocol in detail Explain each field of the TCP and IP headers Write a report Due date: July, 27, 2001 10-Dec-18 240-530 Digital System Architecture : Networks

240-530 Digital System Architecture : Networks 240-530 Midterm Exam. Cover Chapter 6 and 7 Date and time: will be discussed 10-Dec-18 240-530 Digital System Architecture : Networks