Cut Networking

download Cut Networking

of 28

Transcript of Cut Networking

  • 8/2/2019 Cut Networking

    1/28

    Basics of Networking

  • 8/2/2019 Cut Networking

    2/28

    TYPES OF NETWORKS

    LAN LOCALAREANETWORK ISASMALL

    GEOGRAPHICALAREASUCHASOURSCHOOLBOARD.

    MAN METROPOLITAN AREANETWORK ISA

    NETWORKOVERALARGER GEOGRAPHICALAREA

    SUCHAS

    THE

    PROVI

    NCIAL

    GOVER

    NME

    NT.

    WAN WIDEAREANETWORK ISA NETWORKUSED

    OVERAN EXTREMELYLARGE GEOGRAPHICALAREA

    SUCHASTHE FEDERAL GOVERNMENT.

    Basics of Networking

  • 8/2/2019 Cut Networking

    3/28

    NETWORKSARE BROKEN INTO 3 TOPOLOGIES.

    THEYARE:

    yBUSTOPOLOGY

    ySTARTOPOLOGY

    yRING TOPOLOGY

    Basics of Networking

  • 8/2/2019 Cut Networking

    4/28

    BUSTOPOLOGYALLOWSINFORMATION TO BE

    DIRECTED FROMONECOMPUTERTOTHEOTHER.LOTSOF BINARYCOLLISION THOUGH.

    Basics of Networking

  • 8/2/2019 Cut Networking

    5/28

    STARTOPOLOGY ISTHEMOSTCOMMON TYPEUSED.ALLCOMPUTERSAREATTACHEDTOAHUB.

    LESSCOLLISIONSANDMOSTEFFICIENT.

    Basics of Networking

  • 8/2/2019 Cut Networking

    6/28

    RING TOPOLOGY- USESATOKEN TOPASS

    INFORMATION FROM 1 COMPUTERTOTHEOTHER.

    ATOKEN ISATTACHEDTOTHEMESSAGE BYTHE

    SENDERTOIDENTIFYWHICHCOMPUTERSHOULD

    RECEIVETHEMESSAGE.ASTHEMESSAGEMOVES

    AROUNDTHERING, EACHCOMPUTEREXAMINES

    THETOKEN.IF THECOMPUTERIDENTIFIESTHETOKENASITSOWN, THEN ITWILLPROCESSTHE

    INFORMATION.

    Basics of Networking

  • 8/2/2019 Cut Networking

    7/28

    ADISADVA

    NTA

    GE

    O

    FA

    TOKE

    NRI

    NGIS

    IFO

    NE

    COMPUTERIS BROKEN ORDOWN, THEMESSAGE

    CANNOT BEPASSEDTOTHEOTHERCOMPUTERS.

    Basics of Networking

  • 8/2/2019 Cut Networking

    8/28

    The seven layers of the OSIModel are:

    Layer 1 PHYSICALLayer 2 DATA-LINK

    Layer 3 NETWORK

    Layer 4 TRANSPORT

    Layer 5 SESSION

    Layer 6 PRESENTATION

    Layer 7 APPLICATION

    Basics of Networking

  • 8/2/2019 Cut Networking

    9/28

    THEPHYSICALLAYER

    The physical layer is concerned with transmitting

    raw bits over a communication channel thoughhubs, wires (cat5UTP), modems, network cards

    basically anything that is physical to the network.

    When looking at network cables, there are

    2 types that affect nodes.They are:

    In networking, computers are also known as

    Hosts or Nodes.

    Basics of Networking

  • 8/2/2019 Cut Networking

    10/28

    Cables

  • 8/2/2019 Cut Networking

    11/28

    THE DATA-LINK LAYER

    The data link layer takes raw transmission and

    transform it into a line that appears free oftransmission errors in the network layer.

    The Data-Link Layer also is where you would find

    the MAC Address. (Media Access Control). To find the

    MAC Address of your computer, or any computer:Start/Programs/MS Prompt and type: ipconfig/all

    Basics of Networking

    "C:\WINDOWS>" prompt, type "tracert

    www.howstuffworks.com"

  • 8/2/2019 Cut Networking

    12/28

    THE NETWORK LAYER

    The network layer is concerned with controlling

    the operation of the subnet.AROUTER is used todetermining how packets are routed from sourceto destination.

    If one path is busy, then the router will select another

    path for the packets to travel. So really, the packetscan all have different paths and find their way to the

    final destination.

    Basics of Networking

  • 8/2/2019 Cut Networking

    13/28

    THE NETWORK LAYER

    The router has millions of IP addressing built into

    the software, and knows where to send the packets.

    IP stands for Internet Protocol and is basically an

    address that the packets will be sent to.

    An example would be 216.27.61.137

    Basics of Networking

  • 8/2/2019 Cut Networking

    14/28

    THE NETWORK LAYER

    If you look at the IP Address, the number are broken

    into different categories.216. 27.61.137

    Classification Hosts

    216. 27.61.137

    Octets

    Basics of Networking

  • 8/2/2019 Cut Networking

    15/28

    Classifications can be broken into 3 classes. They are:

    Class A - Only the first octet is used for addressing andthe balance used for hosts.

    Class B - The first two octet are used for addressing

    and the balance used for hosts.

    Class C - The first three octet are used for addressing

    and the balance used for hosts.

    Basics of Networking

  • 8/2/2019 Cut Networking

    16/28

    Class A - This class is for very large networks,

    such as a major international company might have.

    IP addresses with a first octet from 1 to 126 are

    part of this class.

    Basics of Networking

  • 8/2/2019 Cut Networking

    17/28

    Class B - This class is used for medium-sized networks.

    A good example is a large college campus.

    IP addresses with a first octet from 128 to 191

    are part of this class.Class B addresses also include

    the second octet as part of the Net identifier.

    Basics of Networking

  • 8/2/2019 Cut Networking

    18/28

    Class C - Class C addresses are commonly used for

    small to mid-size businesses.IP addresses

    with a first octet from 192 to 223 are part of this

    class.Class C addresses also include the second

    and third octets as part of the Net identifier.

    Basics of Networking

  • 8/2/2019 Cut Networking

    19/28

    Loopback - The IP address 127.0.0.1 is used

    as th

    e loopback address.Th

    is means that it is

    used by the host computer to send a message

    back to itself.

    Basics of Networking

    LOOPBACK

  • 8/2/2019 Cut Networking

    20/28

    THE TRANSPORT LAYER

    The transport layer DIRECTSPACKETS, splits it up into

    smaller units if need be, pass these to the networkand ensure that the pieces are travelling in an

    orderly fashion.

    A series of protocols are also established in this

    layer to ensure proper flow of the packets.

    You can basically describe the Transport Layer as

    a TRAFFIC COP.

    Basics of Networking

  • 8/2/2019 Cut Networking

    21/28

    THE SESSION LAYER

    The session layer allows different machines to

    establish sessions between themselves.

    Once communications are established, encryption

    then begins both parties.

    Basics of Networking

  • 8/2/2019 Cut Networking

    22/28

    THE PRESENTATION LAYER

    The Presentation Layers job is managing data

    structures and converting from the representationused inside the computer to the network standard

    representation an visa versa.

    In English terms, the Presentation layer basically

    takes the packets and re-assembles them so you can

    open the e-mail or the attachment.

    If any packets got lost along the way, or were

    damaged, then the Presentation layer will send a

    sign to the sender that it requires the specific packet.

    Basics of Networking

  • 8/2/2019 Cut Networking

    23/28

    THE APPLICATION LAYER

    The Application layer contains a variety of protocols

    that are commonly required.

    AnotherApplication layer function is file transfer.

    Different file systems have different file naming

    conventions, different ways of representing text lines,and so on.

    Transferring a file between two different systemsrequires handling and other incompatibilities.

    Basics of Networking

  • 8/2/2019 Cut Networking

    24/28

  • 8/2/2019 Cut Networking

    25/28

    SOAP - Simple Object Access

    ProtocolSOAP defines a standa rd way to encode objects

    within network packets using XML.

    DHCPThe Dynamic Host Configura tion Protocol

    (DHCP) supports automatic address assignmentand improved configuration management of IP

    networks.

    THE APPLICATION LAYER

    Basics of Networking

  • 8/2/2019 Cut Networking

    26/28

    IPv6 - Internet Protocol version 6

    IPv6 promises to relieve the current IP addressshortage, and this new version of the protocol

    may also increa se performance and improve

    administration capabilities.

    PPPoE

    The Point to Point Protocol over Ethernet(PPPoE) standard helps access providers

    manage their broadband service delivery, and

    it can also improve the ease of use for DSL and

    cable modem customers.

    THE APPLICATION LAYER

    Basics of Networking

  • 8/2/2019 Cut Networking

    27/28

    Thank You.

    Basics of Networking

  • 8/2/2019 Cut Networking

    28/28

    Basics of Networking

    RESOURCES

    http:/ / www2.rad.com/ networks/ 1994/ osi/ osi.htm

    http://compnetworking.about.com/library/glossary/bldef-bandwidth.htm

    http:/ / www.dei.isep.ipp.pt/docs/ arpa- -1.html

    www.3com.com/other/pdfs/infra/ corpinfo/en_US/501302.pdf - IP Addressing

    http://computer.howstuffworks.com/question549.htm

    Networks, Interfaces and Integrated Circuits

    ( Graham Smyth and Christine Stephenson)

    www.cisco.com