Computer Hardware Day4 Networks

Embed Size (px)

Citation preview

  • 8/12/2019 Computer Hardware Day4 Networks

    1/40

    Computer Networks

    Sarbjeet Prasad [email protected]

  • 8/12/2019 Computer Hardware Day4 Networks

    2/40

    Computer Network

    A network is a group of computers connectedtogether in a way that allows information tobe exchanged between the computers.

  • 8/12/2019 Computer Hardware Day4 Networks

    3/40

    Computer Network contd.

    A network is first and foremost a system toenable communications among multiplelocations and people.

    A network also creates synergy , where thesum of the whole is potentially greater thanthe sum total of the parts.

  • 8/12/2019 Computer Hardware Day4 Networks

    4/40

    Why Network?

    In today's business world, reliable andefficient access to information has becomean important asset in the quest to achieve acompetitive advantage.File cabinets and mountains of papers havegiven way to computers that store and

    manage information electronically.

  • 8/12/2019 Computer Hardware Day4 Networks

    5/40

    Why Network? contd.

    Coworkers thousands of miles apart canshare information instantaneously, just ashundreds of workers in a single location cansimultaneously review research datamaintained online.

  • 8/12/2019 Computer Hardware Day4 Networks

    6/40

    Why Network? contd.

    The Internet is the most striking example ofcomputer networking, linking millions ofcomputers around the world.

  • 8/12/2019 Computer Hardware Day4 Networks

    7/40

    Physical Networking-the Hardware

    The physical part of networking is all

    hardware. Its tangible -you can hold it in yourhand. Its the wiring and network cards andcomputers and hub and all other stuff thatallows the network to function.

  • 8/12/2019 Computer Hardware Day4 Networks

    8/40

    Physical topology

    A physical topology is simply thearrangement of a network.Kind of topologies:Bus (simplicity)Star (Reliability)

    Ring (Reliability and speed)

  • 8/12/2019 Computer Hardware Day4 Networks

    9/40

    Bus

  • 8/12/2019 Computer Hardware Day4 Networks

    10/40

    Star

  • 8/12/2019 Computer Hardware Day4 Networks

    11/40

    Token ring

  • 8/12/2019 Computer Hardware Day4 Networks

    12/40

    Logical topology

    Bus and star topologies are often used forEthernet networks, which are the mostpopular types of network; ring topologies are

    used for Token Ring , which is less popularbut equally functionalThe main differences between Ethernet,Token Ring and FDDI (complex startopology) topologies stem from how theyallow computers to communicate with eachother.

  • 8/12/2019 Computer Hardware Day4 Networks

    13/40

    Logical topology contd.

    Ethernet, Token Ring and FDDI are referredas logical topologies. Unlike physicaltopologies, which you can touch and pick up,logical topologies are not concerned withwires, cabling, and hardware; logicaltopologies are the rules of the road for

    networks.FDDI (pronounced fid-ee) and stands for Fiber Distributed Data Interface.

  • 8/12/2019 Computer Hardware Day4 Networks

    14/40

    A typical network consists of:

    nodes (computers)

    a connecting medium (wired or wireless)specialized network equipment like routers orhubs or switch.

  • 8/12/2019 Computer Hardware Day4 Networks

    15/40

    Node

    A node is anything that is connected to thenetwork. While a node is typically acomputer, it can also be something like aprinter or CD-ROM tower.

  • 8/12/2019 Computer Hardware Day4 Networks

    16/40

    Medium

    Ethernet devices attach to a commonmedium that provides a path along which theelectronic signals will travel. Historically, thismedium has been coaxial copper cable , buttoday it is more commonly a twisted pair orfiber optic cabling.

  • 8/12/2019 Computer Hardware Day4 Networks

    17/40

    coaxial copper cable twisted pair

  • 8/12/2019 Computer Hardware Day4 Networks

    18/40

    Specialized network equipment

    Switches (a network connection point) allowdifferent nodes , typically a computer of anetwork to communicate directly with oneanother in a smooth and efficient manner.

  • 8/12/2019 Computer Hardware Day4 Networks

    19/40

    Networking hardware's

    Wiring and cabling are used to connectdevices.

    A Hub or Switch or MAU is a device thatprovide the network with a single point ofcontact for all other devices.Router and bridges are devices that move(manages) data flow between networks.

  • 8/12/2019 Computer Hardware Day4 Networks

    20/40

    LAN and WAN

    Local Area Network (LAN) - A LAN is anetwork of computers that are in the samegeneral physical location, usually within abuilding or a campus. If the computers are farapart (such as across town or in differentcities), then a Wide Area Network (WAN) is

    typically used.

  • 8/12/2019 Computer Hardware Day4 Networks

    21/40

    Protocols

    ProtocolsIn networking, the term protocol refers to aset of rules that govern communications.Protocols are to computers what language isto humans. Since this slide is in English, tounderstand it you must be able to read

    English. Similarly, for two devices on anetwork to successfully communicate, theymust both understand the same protocols.

  • 8/12/2019 Computer Hardware Day4 Networks

    22/40

    The Ethernet rule (CSMA/CD)

    The acronym CSMA/CD signifies carrier-sense multiple access with collisiondetection and describes how the Ethernetprotocol regulates communication amongnodes.

  • 8/12/2019 Computer Hardware Day4 Networks

    23/40

    Carrier sense

    Carrier sense: Before a station transmits, it"listens" to the medium to determine ifanother station is transmitting. If the mediumis quiet, the station recognizes that this is anappropriate time to transmit.

  • 8/12/2019 Computer Hardware Day4 Networks

    24/40

    Multiple access

    The term multiple access means when oneEthernet station transmits, all the stations onthe medium hear the transmission.

  • 8/12/2019 Computer Hardware Day4 Networks

    25/40

    Collision detection

    Collision-in terms of networking, the thing thathappens when two computers attempt totransmit data on the same network wire at thesame time . This create a conflict; bothcomputers sense the collision, stoptransmitting , and wait a random amount of

    time before retransmitting.

  • 8/12/2019 Computer Hardware Day4 Networks

    26/40

    Networking Hardwares

  • 8/12/2019 Computer Hardware Day4 Networks

    27/40

    Physical Network

    Network Interface Card (NIC) - Everycomputer (and most other devices) isconnected to a network through an NIC. Inmost desktop computers, this is an Ethernetcard (normally 10 or 100 Mbps) that isplugged into a slot on the computer's

    motherboard.

  • 8/12/2019 Computer Hardware Day4 Networks

    28/40

    Add-in NIC Card

  • 8/12/2019 Computer Hardware Day4 Networks

    29/40

    Build-in (integrated) NIC card

  • 8/12/2019 Computer Hardware Day4 Networks

    30/40

    Patch panel Patch cord

    RJ-45 Jack

  • 8/12/2019 Computer Hardware Day4 Networks

    31/40

    Switch or hub

  • 8/12/2019 Computer Hardware Day4 Networks

    32/40

    Bandwidth

    A term used to describe the maximum speedat which a given device (such as a networkcard or modem) can transfer data.Bandwidth is measured in kilobits per secondor megabits per second.

  • 8/12/2019 Computer Hardware Day4 Networks

    33/40

    Internet

    The Internet is a network of networks.

    The Internet is a series of private computernetworks connected to each other.

  • 8/12/2019 Computer Hardware Day4 Networks

    34/40

    Intranet

    Typically, if you build a LAN or WAN-that is, aprivate network-using Internet standards, youhave created an internal Internet, or Intranet.

  • 8/12/2019 Computer Hardware Day4 Networks

    35/40

    Extranet

    If you connect your intranet to the Internetand make provisions for your customers andbusiness partners to use pieces of yourintranet to do business with you, youve gonea step beyond an intranet and created anextranet.

  • 8/12/2019 Computer Hardware Day4 Networks

    36/40

    The OSI reference modelTCP/IP addressing

    Identifying different component of a LAN

  • 8/12/2019 Computer Hardware Day4 Networks

    37/40

    IPX

    Internetworking Packet Exchange (IPX).Designed by Novell

    On the whole, IPX is easy to install andsimple to use.Not an open standard

  • 8/12/2019 Computer Hardware Day4 Networks

    38/40

    NetBIOS and NetBEUI

    Network Basic Input/Output System(NetBIOS) and NetBIOS Extended UserInterface (NetBEUI) are single-site networkprotocols.

  • 8/12/2019 Computer Hardware Day4 Networks

    39/40

    Summary

    A protocol is a set of rules for sending andreceiving data across a network.Logical topologies instruct the hardware howto packetize and transmit data across thephysical topology.

  • 8/12/2019 Computer Hardware Day4 Networks

    40/40

    Summary contd.

    Protocols handle the translation of data fromapplication to the logical topology.

    TCP/IP, IPX, NetBIOS/NetBEUI

    Ethernet, Token Ring, FDDI, ATM

    Bus, Star, Ring Physical topology

    Logical topology

    Protocol