comp ntwrkz lec 1

Upload: ahmed-jahanzab

Post on 10-Apr-2018

226 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/8/2019 Comp Ntwrkz Lec 1

    1/48

    Course Overview and Introduction to

    Computer Networks

    Computer Communicationsand Networks

    (lecture 1)

    Aadil Zia Khan

  • 8/8/2019 Comp Ntwrkz Lec 1

    2/48

    Agenda Course Overview & Teaching

    Style.

    Introduction to and Applications ofComputer Networks.

  • 8/8/2019 Comp Ntwrkz Lec 1

    3/48

    Teaching Style

    Interactive.

    Application of concepts.

    Quizzes in almost every class.

    Assignments to test concepts.

    In class practice questions.

  • 8/8/2019 Comp Ntwrkz Lec 1

    4/48

    Description & Objective

    Introduce you to computer networks

    and communications concepts.

    See how they give strategicadvantage in businesses.

    Enable you to study new

    technologies in information and

    communication technologies on your

    own.

  • 8/8/2019 Comp Ntwrkz Lec 1

    5/48

    T

    ext Book Primary

    Data Communications and

    Computer Networks A BusinessUsers Approach, 5th Ed., Cengage

    Learning, 2009.

    Reference

    Handouts and Case Studies may beprovided.

  • 8/8/2019 Comp Ntwrkz Lec 1

    6/48

    Course Group http://groups.google.com/group/co

    mputernetworksbnu

  • 8/8/2019 Comp Ntwrkz Lec 1

    7/48

    GradeD

    istribution Quizzes & Assignments 30%

    Mid Term Exam 30%

    Final Exam 40%

    May vary if need be

  • 8/8/2019 Comp Ntwrkz Lec 1

    8/48

    Agenda Introduction to computer and

    communication networks concepts.

    Definitions.

    Real life uses and applications of

    networks.

  • 8/8/2019 Comp Ntwrkz Lec 1

    9/48

    The Language of

    Computer Networks Computer network an

    interconnection of computers and

    computing equipment using eitherelectrical wires, radio waves or

    optical fibers over small or large

    geographic areas.

  • 8/8/2019 Comp Ntwrkz Lec 1

    10/48

    The Language of

    Computer Networks Local area network networks that

    are small in geographic size

    spanning a room, floor, building, orcampus.

    For example

    Network within a university.

    Network within a software house.

    Computer Gaming in LAN Parties.

  • 8/8/2019 Comp Ntwrkz Lec 1

    11/48

    The Language of

    Computer Networks Wide area network (WAN)???

  • 8/8/2019 Comp Ntwrkz Lec 1

    12/48

    The Language of

    Computer Networks Wide area network a large

    network that encompasses parts of

    states, multiple states, countries,and the world.

    The internet.

  • 8/8/2019 Comp Ntwrkz Lec 1

    13/48

    The Language of

    Computer Networks Metropolitan area network

    networks that span a typical city.

    For example Different offices of the same

    company (mobilink service centers)

    might be connected together using a

    high speed link. Different universities of Lahore can

    be connected by a dedicated link.

  • 8/8/2019 Comp Ntwrkz Lec 1

    14/48

    The Language of

    Computer Networks Personal area network a network

    of a few meters, between wireless

    devices such as PDAs, laptops, andsimilar devices.

    For example synchronizing your

    phones address book with your

    computers address book.

  • 8/8/2019 Comp Ntwrkz Lec 1

    15/48

    The Language of

    Computer Networks Voice network a network that

    transmits only voice signals.

    Almost extinct.

    For example

    Walkie Talkies.

    Rescue 1122 communication

    network.

  • 8/8/2019 Comp Ntwrkz Lec 1

    16/48

    The Language of

    Computer Networks Data network a network that

    transmits voice and computer data.

    Convergence- previously disjoint,voice and data traffic is serviced by

    the same network.

    For example

    Cell phone transmits voice.

    Cell phone can be used to browse

    the internet.

    Cell phone can be used take

    pictures and forward them to friends.

  • 8/8/2019 Comp Ntwrkz Lec 1

    17/48

    The Language of

    Computer Networks Data communications the actual

    transfer/transmission of voice or

    data over some network.

  • 8/8/2019 Comp Ntwrkz Lec 1

    18/48

    The Language of

    Computer Networks Telecommunications the study of

    telephones and the systems that

    transmit telephone signals. Gradually becoming simply data

    communications since telecom

    service providers provide data

    communication services (like SMS,MMS and email) as well.

  • 8/8/2019 Comp Ntwrkz Lec 1

    19/48

  • 8/8/2019 Comp Ntwrkz Lec 1

    20/48

    The Language of

    Computer Networks Network measurementthe

    measurement of bandwidth and

    latency of the links in a network. Latency - total time taken for

    data/voice to reach the destination.

    Bandwidth - amount of data that can

    be carried from one point to anotherin a given time period.

    Useful for fault diagnoses and

    optimization.

  • 8/8/2019 Comp Ntwrkz Lec 1

    21/48

    Anatomy of Networks

    Workstations

    Computers, tablets, PDA.

    End users of the network.

  • 8/8/2019 Comp Ntwrkz Lec 1

    22/48

    Anatomy of Networks

    Servers

    Provide service to the end users.

    Webpages.

    Instant messaging.

    Email.

    Share files.

    Movies and mp3s.

  • 8/8/2019 Comp Ntwrkz Lec 1

    23/48

    Anatomy of Networks

    Network hubs

    Connect work stations and servers.

    Any data packet coming from oneport is sent to all other ports.

    Port is where a work station

    connects to the network.

    Port is an interface.

    Receiving computer decides if the

    packet is for it.

  • 8/8/2019 Comp Ntwrkz Lec 1

    24/48

    Anatomy of Networks

    Network hubs

    Problem

    Since every packet is sent out toevery computer on the network,

    there is a lot of wasted transmission.

    Wasted transmission causes

    inefficiency due to collisions. Typically used on small networks.

  • 8/8/2019 Comp Ntwrkz Lec 1

    25/48

    Anatomy of Networks

    Network bridges

    A bridge goes one step up on a hub

    in that it looks at the destination ofthe packet before sending.

    It maintains list of destinations

    available at a port. If the destination

    address is not on a port it will nottransmit the data on that port.

    Typically used to separate parts of a

    network that do not communicate

    regularly.

  • 8/8/2019 Comp Ntwrkz Lec 1

    26/48

    Anatomy of Networks

    Routers

    Connect LAN to WAN and WAN to

    WAN. Responsible for finding the shortest

    paths (sort of) between source and

    destination.

  • 8/8/2019 Comp Ntwrkz Lec 1

    27/48

    Anatomy of Networks

    Switches

    Generic term for machines which

    forward data packets intelligently. Router is layer 3 switch.

    Bridge is layer 2 switch.

    More on this and on layering in later

    lectures.

  • 8/8/2019 Comp Ntwrkz Lec 1

    28/48

    Anatomy of Networks

    Protocol

    Special set of rules that end points

    in a telecommunication connectionuse to establish connection and

    communicate.

  • 8/8/2019 Comp Ntwrkz Lec 1

    29/48

    Networks all around us

    Why should you be studying

    computer and communications

    networks. Networks are all around us.

    They make life easier.

    They give strategic advantage in

    businesses.

  • 8/8/2019 Comp Ntwrkz Lec 1

    30/48

    Networks all around us

    Enterprise Resource Planning

    Systems

    An integrated information systemthat serves all departments within an

    enterprise. HR, Finance, Sales etc.

    Impossible without data

    communication between thesedepartments.

    Impossible without data

    communication between workstation

    and ERP System.

  • 8/8/2019 Comp Ntwrkz Lec 1

    31/48

    Networks all around us

    Distributed Teams

    Virtual workspace

    Taking example of a softwareindustry, one team member may in

    USA while the other would be in

    Pakistan.

  • 8/8/2019 Comp Ntwrkz Lec 1

    32/48

    Networks all around us

    Business at the speed of thought

    Book written by Bill Gates on how

    business and technology areintegrated, and how digital

    infrastructures and information

    networks can help getting an edge

    on the competition.

  • 8/8/2019 Comp Ntwrkz Lec 1

    33/48

    Networks all around us

    Business at the speed of thought

    Due to technology, the speed of

    business is accelerating at an ever-increasing rate, and to survive, it

    must develop an infrastructure--a

    "digital nervous system"--that allows

    for the unfettered movement ofinformation inside a company.

  • 8/8/2019 Comp Ntwrkz Lec 1

    34/48

    Networks all around us

    Business at the speed of thought

    Gates writes that "The most

    meaningful way to differentiate yourcompany from your competition ... is

    to do an outstanding job with

    information. How you gather,

    manage, and use information willdetermine whether you win or lose.

  • 8/8/2019 Comp Ntwrkz Lec 1

    35/48

    Networks all around us

    Teradata-Coca Cola Japan

    Teradata is a company which

    provides tools for data warehousingand data mining.

    managing massive amount of data

    and gathering important information

    and patterns from this data. Coca Cola Japan used Teradata as

    backend for its vending machines.

    On stock depletion, the information

    was quickly communicated.

  • 8/8/2019 Comp Ntwrkz Lec 1

    36/48

    Networks all around us

    Viral Marketing

    These days many companies use

    sites like youtube to upload videoswhich advertise their products. This

    saves money since Television Ads

    are expensive.

  • 8/8/2019 Comp Ntwrkz Lec 1

    37/48

    Networks all around us

    Sensor Networks

    These are networks in which

    sensors take reading of theenvironment and share the

    information.

    Can be used to monitor crops.

    Can be used in safety criticalenvironments.

    Other situations???

  • 8/8/2019 Comp Ntwrkz Lec 1

    38/48

    Networks all around us

    RFID Networks

    Radio Frequency Identification

    Object of interest, such as cargo, isassigned an RFID.

    RFID Tags transmit information

    used to monitor the location.

    Can also be used to monitor quality.For example vegetable cargo can be

    damaged if the warehouse

    temperature increases.

    Motorway toll plazas use RFID tags.

  • 8/8/2019 Comp Ntwrkz Lec 1

    39/48

    Networks all around us

    Vehicular Networks

    A network is maintained between

    the moving vehicles. Can be used for predicting and

    avoiding traffic jams, collisions etc.

  • 8/8/2019 Comp Ntwrkz Lec 1

    40/48

    Networks all around us

    Emergency Services

    Have been cases where patient

    stuck in a remote area carried outsurgery on themselves, while being

    guided online by a surgeon miles

    apart.

  • 8/8/2019 Comp Ntwrkz Lec 1

    41/48

    Networks all around us

    Distance Learning

    People having access to the internet

    can study at a foreign universityfrom the comfort of their homes.

    Population in remote and rural areas

    can get quick access to education.

    Virtual University Pakistan.

  • 8/8/2019 Comp Ntwrkz Lec 1

    42/48

    Networks all around us

    Ubiquitous Computing

    The time is near when computers

    would be ubiquitous. You will manage your microwave

    oven, bath tub etc. from your office

    desktop.

    You will switch on and off yourelectrical appliances using SMS etc.

  • 8/8/2019 Comp Ntwrkz Lec 1

    43/48

    Networks all around us

    Military

    Future battles will be fought from a

    single room. Drones are a preview of what is to

    come.

    In the near future, drones,

    unmanned surveillance groundvehicles tanks, and just maybe

    human fighters, would be

    communicating in real time to fight

    battles.

  • 8/8/2019 Comp Ntwrkz Lec 1

    44/48

    Networks all around us

    E-Services

    Buy tickets, reserve airline seats.

    24-hour banking. Pay bills.

    Do shopping (Ebay,Amazon).

  • 8/8/2019 Comp Ntwrkz Lec 1

    45/48

    Networks all around us

    Staying Connected

    Social Networking (Orkut, LinkedIn)

    Email Much faster than the traditional snail

    mail approach.

    Cheaper telephones

    There was a time a call to USA costhundreds of rupees per minute.

    Voice over IP (VoIP) has made it

    free/almost free.

    Skype, GoogleTalk etc.

  • 8/8/2019 Comp Ntwrkz Lec 1

    46/48

    Networks all around us

    File Sharing

    Share important data with ease.

    Future is paperless offices.

  • 8/8/2019 Comp Ntwrkz Lec 1

    47/48

    Networks all around us

    Leisure

    Internet Browsing.

    Watch videos online. Listen to online radios.

    IPTV.

  • 8/8/2019 Comp Ntwrkz Lec 1

    48/48

    References

    Course book slides.

    Wiki.