chapter1 changed

Upload: mehandisk

Post on 07-Apr-2018

234 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/6/2019 Chapter1 Changed

    1/58

    Introduction

    Chapter 1

  • 8/6/2019 Chapter1 Changed

    2/58

    Uses of Computer Networks

    Business Applications

    Home Applications

  • 8/6/2019 Chapter1 Changed

    3/58

    Business Applications of Networks

    Client server model

    In this model the data are stored on powerful computers called

    server.

    Users have simple machines called clients, with which they access

    remote data.

  • 8/6/2019 Chapter1 Changed

    4/58

    Business Applications of Networks (2)

    The client-server model involves requests and replies.

  • 8/6/2019 Chapter1 Changed

    5/58

    Home Network Applications

    Access to remote information

    Person-to-person communication

    Interactive entertainment

    Electronic commerce

  • 8/6/2019 Chapter1 Changed

    6/58

  • 8/6/2019 Chapter1 Changed

    7/58

    Home Network Applications (3)

    Some forms of e-commerce.

  • 8/6/2019 Chapter1 Changed

    8/58

    Transmission technology

    Two types

    Broadcast links Point-to-point links

  • 8/6/2019 Chapter1 Changed

    9/58

    Broadcast links

    Have a single communication channel shared by all the machines on

    the network

  • 8/6/2019 Chapter1 Changed

    10/58

  • 8/6/2019 Chapter1 Changed

    11/58

    Broadcast Networks (2)

    Classification of interconnected processors by scale.

  • 8/6/2019 Chapter1 Changed

    12/58

    Personal Area Network

    APANis a network that is used for communicating amongcomputers and computer devices (including telephones)in close proximity of around a few meters within a room

    PANs can be wired with a computer bus .

    PANs can also be wireless through the use ofbluetooth

  • 8/6/2019 Chapter1 Changed

    13/58

    A LAN is a networkthatis usedforcommunicating among

    computerdevices, usuallywithin an officebuildingor

    home (a few hundred meters).

    LANs enable the sharing of resourcessuch as files or

    hardware devices that may be needed by multiple users

    Is fast, with speeds from 10 Mbps to 10 Gbps

    Requires little wiring, typically a single cable connecting

    to each device

    Has lower cost compared to MANs orWANs

    Local Area Network

  • 8/6/2019 Chapter1 Changed

    14/58

    Local Area Networks

    Two broadcast networks

    (a) Bus

    (b) Ring

  • 8/6/2019 Chapter1 Changed

    15/58

    Metropolitan Area Networks

    A metropolitan area network based on cable TV.

  • 8/6/2019 Chapter1 Changed

    16/58

    Wide Area Networks

    Relation between hosts on LANs and the subnet.

  • 8/6/2019 Chapter1 Changed

    17/58

    Wide Area Networks (2)

    A stream of packets from sender to receiver.

  • 8/6/2019 Chapter1 Changed

    18/58

    Network Software

    Protocol Hierarchies

    Design Issues for the Layers

    Connection-Oriented and Connectionless Services

    Service Primitives

    The Relationship of Services to Protocols

  • 8/6/2019 Chapter1 Changed

    19/58

    Network SoftwareProtocol Hierarchies

    Layers, protocols, and interfaces.

  • 8/6/2019 Chapter1 Changed

    20/58

    Protocol Hierarchies (3)

    Example information flow supporting virtual communication in layer 5.

  • 8/6/2019 Chapter1 Changed

    21/58

    Design Issues for the Layers

    Addressing

    Error Control

    Flow Control Multiplexing

    Routing

  • 8/6/2019 Chapter1 Changed

    22/58

    Connection-Oriented and Connectionless

    Services

    Six different types ofservice.

  • 8/6/2019 Chapter1 Changed

    23/58

    Service Primitives

    Five service primitives for implementing a simple connection-

    oriented service.

  • 8/6/2019 Chapter1 Changed

    24/58

    Fundamental Parts of a Network

    Network - A network is computers connected together in a waythat allows information to be exchanged between the computers.

    Node - A node is anything that is connected to the network.

    Segment - A segment is any portion of a network that is

    separated, by a switch, bridge or router, from other parts of thenetwork.

    Topology - Topology is the way that each node is physicallyconnected to the network. Common topologies include:

  • 8/6/2019 Chapter1 Changed

    25/58

    Set of nodes is connected via a shared communication line called

    backbone.

    Information sent from a node travels along the backbone until it

    reaches its destination node

    Bus Topology

  • 8/6/2019 Chapter1 Changed

    26/58

    The ring network is like a bus network, but the end of the network is

    connected to the first node

    Nodes in the network use tokens to communicate with each other

    A token is attached to the message by the sender to identify which

    node should receive the message. as the message moves around the

    ring.

    Backbone

    Ring Topology

  • 8/6/2019 Chapter1 Changed

    27/58

    Each node is connected to a device in the center of the network

    called a hub

    The hub simply passes the signal arriving from any node to the

    other nodes in the network

    Hub

    Star Topology

  • 8/6/2019 Chapter1 Changed

    28/58

    Star Bus Topology

    S

    tar bus - Star bus combines elements of the star and bus topologies .Nodes in particular areas are connected to hubs (creating stars),and the hubs are connected together along the network backbone(like a bus network).

  • 8/6/2019 Chapter1 Changed

    29/58

  • 8/6/2019 Chapter1 Changed

    30/58

  • 8/6/2019 Chapter1 Changed

    31/58

    Reference Models

    The OSI Reference Model

    The TCP/IPReference Model

    A Comparison of OSI and TCP/IP A Critique of the OSI Model and Protocols

    A Critique of the TCP/IPReference Model

  • 8/6/2019 Chapter1 Changed

    32/58

    Reference Models

    The OSI

    reference

    model.

  • 8/6/2019 Chapter1 Changed

    33/58

    Reference Models (2)

    The TCP/IP reference model.

  • 8/6/2019 Chapter1 Changed

    34/58

    Reference Models (3)

    Protocols and networks in the TCP/IP model initially.

  • 8/6/2019 Chapter1 Changed

    35/58

    Comparing OSI and TCP/IPModels

    Concepts central to the OSI model

    Service

    s

    Interfaces

    Protocols

  • 8/6/2019 Chapter1 Changed

    36/58

    A Critique of the OSI Model and Protocols

    Why OSI did not take over the world

    Bad timing

    Bad technology Bad implementations

    Bad politics

  • 8/6/2019 Chapter1 Changed

    37/58

    Bad Timing

    The apocalypse of the two elephants.

  • 8/6/2019 Chapter1 Changed

    38/58

    A Critique of the TCP/IPReference Model

    Problems:

    Service, interface, and protocol not distinguished

    Not a general model

    Host-to-network layer not really a layer No mention of physical and data link layers

    Minor protocols deeply entrenched, hard to replace

  • 8/6/2019 Chapter1 Changed

    39/58

    Hybrid Model

    The hybrid reference model to be used in this book.

  • 8/6/2019 Chapter1 Changed

    40/58

  • 8/6/2019 Chapter1 Changed

    41/58

    The ARPANET

    (a) Structure of the telephone system.

    (b) Barans proposed distributed switching system.

  • 8/6/2019 Chapter1 Changed

    42/58

    The ARPANET (2)

    The original ARPANET design.

  • 8/6/2019 Chapter1 Changed

    43/58

    The ARPANET (3)

    Growth of the ARPANET (a) December 1969. (b) July 1970.

    (c) March 1971. (d) April 1972. (e) September 1972.

  • 8/6/2019 Chapter1 Changed

    44/58

    NSFNET

    The NSFNET backbone in 1988.

  • 8/6/2019 Chapter1 Changed

    45/58

    Internet Usage

    Traditional applications (1970 1990)

    E-mail

    News

    Remote login

    File transfer

  • 8/6/2019 Chapter1 Changed

    46/58

  • 8/6/2019 Chapter1 Changed

    47/58

    ATM Virtual Circuits

    A virtual circuit.

  • 8/6/2019 Chapter1 Changed

    48/58

    ATM Virtual Circuits (2)

    An ATM cell.

  • 8/6/2019 Chapter1 Changed

    49/58

    The ATMReference Model

    The ATM reference model.

  • 8/6/2019 Chapter1 Changed

    50/58

    The ATMReference Model (2)

    The ATM layers and sublayers and their functions.

  • 8/6/2019 Chapter1 Changed

    51/58

    Ethernet

    Architecture of the original Ethernet.

  • 8/6/2019 Chapter1 Changed

    52/58

    WirelessLANs

    (a) Wireless networking with a base station.

    (b) Ad hoc networking.

  • 8/6/2019 Chapter1 Changed

    53/58

    WirelessLANs (2)

    The range of a single radio may not cover the entire system.

  • 8/6/2019 Chapter1 Changed

    54/58

    WirelessLANs (3)

    A multicell 802.11 network.

  • 8/6/2019 Chapter1 Changed

    55/58

    Network Standardization

    WhosWho in the TelecommunicationsWorld

    WhosWho in the International StandardsWorld

    Who

    sW

    ho in the Internet StandardsW

    orld

  • 8/6/2019 Chapter1 Changed

    56/58

    ITU

    Main sectors Radiocommunications

    Telecommunications Standardization

    Development Classes ofMembers

    National governments

    Sector member

    s

    Associate members

    Regulatory agencies

    IEEE 802 St d d

  • 8/6/2019 Chapter1 Changed

    57/58

    IEEE 802 Standards

    The 802 working groups. The important ones are

    marked with *. The ones marked with are

    hibernating. The one marked with gave up.

  • 8/6/2019 Chapter1 Changed

    58/58

    Metric Units

    The principal metric prefixes.