SlideShare a Scribd company logo
1 of 73
Computer
    Networks
          Class XII
Multimedia & Web Technology
Objectives
   What is a network?
   Need for networking
   Components of Network
   Types of Network
   Evolution of Networking
   Communication media
   Data Communication Terminologies
   Switching Techniques
   Digital and Analog Transmission
   Network Topologies
   Network Devices
   Communication Protocols
   Wireless/Mobile Computing
Network
 Network, a group of computers and
  associated devices that are connected by
  communication facilities.
 Network is an inter connected collection of

  autonomous computers.
 When two or more computers are joined

  together so that they are capable of
  exchanging information , they form a
  network.
Need for Networking
   Resource sharing - Through a network , data , s/
    w and h/w resources can be shared irrespective of
    the physical location of the resources and the user.
   Reliability – A file can have its copies on two or
    more computers of the network.
   Reduced Cost – Sharing resources reduces the cost
   Fast Communication – Information can be
    exchanged at a very fast speed
Components of Networks
     Workstation or Nodes
     refers to a computer that are attached to a network

     Server
    The master comp is called server.
     Facilitates the sharing of data, s/w and h/w concepts.


                                                 Server
Network Interface Unit (NIU)
   It is a device attached to each workstation and
    server.
   Helps to make connections within the network.
   Each NIU has a unique no identifying it called
    node address.
   NIU is also called terminal access point (TAP).
   Also called Network Interface Card (NIC)
   Each NIC is given a unique physical address
    called MAC address.
Evolution of Network
   In 1969 , US deptt of Defence started
    ARPANET( Advance Research Projects
    Agency NETwork).
   Goal was to connect different universities
    and US defence.
   People exchanged info and played games
   Expanded rapidly
Evolution of Network
   In mid 80’s National Science Foundation created a high
    capacity network called NSFnet.
   Allowed Academic use and private business
   Many private companies built their own networks which
    were later interconnected along with ARPANET and
    NSFnet to form Internet.
   Arpanet was shut down in 1990 .
   Govt funding for NSFnet discontinued in 1995.
   But commercial services can into the scenario which are
    still running the internet.
Types of Networks

   Local Area Network - LAN
   Metropolitan Area Network – MAN
   Wide Area Network - WAN
Local Area Network
   A Local Area Network (LAN) is a network that is confined to a
    relatively small area. It is generally limited to a geographic area
    such as a writing lab, school, or building. Rarely are LAN computers
    more than a mile apart.

   In a typical LAN configuration, one computer is designated as the
    file server. It stores all of the software that controls the network, as
    well as the software that can be shared by the computers attached
    to the network.

   Computers connected to the file server are called workstations.

   On most LANs, cables are used to connect the network interface
    cards in each computer.
MAN
   Spread over a city
   E.g. Cable T.V. networks
   Purpose is to share h/w and s/w resources
    among its users.
WAN
   Wide Area Networks (WANs) connect
    larger geographic areas, such as India, the
    United States, or the world.
    Dedicated transoceanic cabling or satellite
    uplinks may be used to connect this type
    of network.
   Connected thru public networks such as
    telephone lines , leased lines or satellites.
   Largest WAN is Internet.
LAN                       WAN
(1) Diameter of not        Span entire countries
more than few km
(2) Operate at data        <= 1 MBPS
transfer rate of several
MBPS (1 to 10 MBPS)
(3) Complete ownership     Owned by multiple
by a single organization   organizations
(4) Very low error rates   Comparatively higher
                           error rates
Transmission media or
        communication Channel


(1)   Guided Media - cables

(3)   Unguided media – waves through air,
      water or vacuum i.e. microwaves,
      radiowaves and satelites.
Cables
Following types of cables are used in
  networks
 Unshielded Twisted Pair (UTP) Cable

 Shielded Twisted Pair (STP) Cable

 Coaxial Cable

 Fiber Optic Cable

 Wireless LANs
Unshielded Twisted Pair (UTP) Cable

  Twisted pair cabling comes in two
varieties: shielded and unshielded.
Unshielded twisted pair (UTP) is the most
popular and is generally the best option
for school networks .
Shielded Twisted Pair (STP) Cable
   A disadvantage of UTP is that it may be
    susceptible to radio and electrical
    frequency interference.
   Shielded twisted pair (STP) is suitable for
    environments with electrical interference;
    however, the extra shielding can make the
    cables quite bulky.
   Shielded twisted pair is often used on
    networks using Token Ring topology.
Coaxial Cable
   Coaxial cabling has a single copper conductor at
    its center.
   A plastic layer provides insulation between the
    center conductor and a braided metal shield .
   The metal shield helps to block any outside
    interference from fluorescent lights, motors, and
    other computers.
   Outer shield provides the ground.
Optical Fibers

 •Fiber optic cabling consists of a center glass core
 surrounded by several layers of protective materials.
 •It transmits light rather than electronic signals
 eliminating the problem of electrical interference.
 •This makes it ideal for certain environments that
 contain a large amount of electrical interference.
 •It has also made it the standard for connecting
 networks between buildings, due to its immunity to the
 effects of moisture and lighting.
Microwave
Microwave is an Electromagnetic waves in
 the frequency range of about 2 to 40 GHz
Microwave is a direct line-of-sight
transmission.
The Microwave communication consists of a
transmitter, receiver and the atmosphere.
In microwave communication, parabolic
antennas are mounted on towers to send a
beam to other antennas tens of KM away.
The higher the tower , the greater the range .
Wireless LANs

•Not all networks are connected with cabling; some
networks are wireless.


•Wireless LANs use high frequency radio signals,
infrared light beams, or lasers to communicate
between the workstations and the file server or hubs.


•Each workstation and file server on a wireless
network has some sort of transceiver/antenna to
send and receive the data.
Wireless LAN contd.
   For longer distance, wireless communications
    can also take place through cellular telephone
    technology, microwave transmission, or by
    satellite.
   Wireless networks are great for allowing laptop
    computers or remote computers to connect to
    the LAN.
   Wireless networks are also beneficial in older
   buildings where it may be difficult or impossible
    to install cables.
Internet
 Internet is worldwide network of computer networks.

        How does it work?
•Most computers are not connected
directly to the internet.
•They are connected to smaller
networks
•Which are connected through
gateways to the internet backbone
Gateway
   Gateway is a device
    that connects
    dissimilar networks.
   A backbone is a
    central
    interconnecting
    structure that
    connects one or more
    networks just like the
    trunk of a tree.
How does internet work?
   At the source comp the message to be sent is
    broken down into small parts called packets.
   Each packet is given a serial no e.g. 1,2,3
   All these packet are sent to the destination
    computer
   The destination comp receives the packets in
    random order( 10 may come before 1)
   The packets are reassembled in the order of
    their no and message is restored.
How it functions smoothly?
   Every computer connected to the internet uses same set
    of rules for communication.
   Set of rules is called protocol
   Communication protocol used by internet is TCP/IP
   The TCP (Transmission control protocol) part is
    responsible for dividing the message into packets on the
    source comp and reassembling them at the destination
    comp.
   The IP (Internet Protocol) is responsible for handling the
    address of the destination comp so that the packet is
    sent to its proper destination.
Future of Internet- InterSpace

  InterSpace is a client /server software
program that allows multiple users to
communicate online with real time audio ,
video and text chat in dynamic 3D
environments.
Few terms related to Network
     Workstation or Nodes
     refers to a computer that are attached to a network

     Server
    The master comp is called server.
     Facilitates the sharing of data, s/w and h/w concepts.

                                           Server
Few terms related to Network
       Two types of servers
Non Dedicated server              Dedicated server

Workstation doubles              One   computer
   up as a server                                       reserved
                                  for server job.
Slower,   requires more memory
                                  Faster

Used  in small networks called
                                  The networks using such a
Peer-to-peer networks
                                  server is called Master – slave
                                  network.
Network Interface Unit (NIU)
   It is a device attached to each workstation and
    server.
   Helps to make connections within the network.
   Each NIU has a unique no identifying it called
    node address.
   NIU is also called terminal access point (TAP).
   Also called Network Interface Card (NIC)
   Each NIC is given a unique physical address
    called MAC address.
How data is transmitted across networks?


 Switching Techniques are used for
 transmitting data across networks.

3 types of switching techniques are there.
 Circuit Switching

 Message Switching

 Packet Switching
Circuit Switching
   Physical connection between the two computers is
    established and then data is transmitted from source to
    destination computer.
   When a computer places a telephone call , the switching
    equipment within the telephone system seeks out a
    physical copper path from sender’s to receiver’s
    telephone.
   It sets up end-to-end connection between computers
    before any data can be sent.
Message Switching
   The source comp sends the data to
    the switching office first which stores
    the data in its buffer.
   It then looks for a free link to another
    switching office and then sends the
    data to this office.
   Process is continued till the data is
    delivered to the destination
    computer.
   It is also known as store and forward
    technique.
Packet Switching
   There is a tight upper limit on the block size. In
    message switching there was no upper limit.
   A fixed size of packet is specified.
   All the packets are stored in main memory in
    switching office. In message switching packets
    are stored on disk.
   This increases the performance as access time is
    reduced.
Transmission media or
        communication Channel


(1)   Guided Media - cables

(3)   Unguided media – waves through air,
      water or vacuum i.e. microwaves,
      radiowaves and satelites.
Cables
Following types of cables are used in
  networks
 Unshielded Twisted Pair (UTP) Cable

 Shielded Twisted Pair (STP) Cable

 Coaxial Cable

 Fiber Optic Cable

 Wireless LANs
Unshielded Twisted Pair (UTP) Cable

  Twisted pair cabling comes in two
varieties: shielded and unshielded.
Unshielded twisted pair (UTP) is the most
popular and is generally the best option
for school networks .
Shielded Twisted Pair (STP) Cable
   A disadvantage of UTP is that it may be
    susceptible to radio and electrical
    frequency interference.
   Shielded twisted pair (STP) is suitable for
    environments with electrical interference;
    however, the extra shielding can make the
    cables quite bulky.
   Shielded twisted pair is often used on
    networks using Token Ring topology.
Coaxial Cable
   Coaxial cabling has a single copper conductor at
    its center.
   A plastic layer provides insulation between the
    center conductor and a braided metal shield .
   The metal shield helps to block any outside
    interference from fluorescent lights, motors, and
    other computers.
   Outer shield provides the ground.
Optical Fibers

 •Fiber optic cabling consists of a center glass core
 surrounded by several layers of protective materials.
 •It transmits light rather than electronic signals
 eliminating the problem of electrical interference.
 •This makes it ideal for certain environments that
 contain a large amount of electrical interference.
 •It has also made it the standard for connecting
 networks between buildings, due to its immunity to the
 effects of moisture and lighting.
Wireless LANs

•Not all networks are connected with cabling; some
networks are wireless.


•Wireless LANs use high frequency radio signals,
infrared light beams, or lasers to communicate
between the workstations and the file server or hubs.


•Each workstation and file server on a wireless
network has some sort of transceiver/antenna to
send and receive the data.
Wireless LAN contd.
   For longer distance, wireless communications
    can also take place through cellular telephone
    technology, microwave transmission, or by
    satellite.
   Wireless networks are great for allowing laptop
    computers or remote computers to connect to
    the LAN.
   Wireless networks are also beneficial in older
   buildings where it may be difficult or impossible
    to install cables.
Types of Networks

   Local Area Network - LAN
   Metropolitan Area Network – MAN
   Wide Area Network - WAN
Local Area Network
   A Local Area Network (LAN) is a network that is confined to a
    relatively small area. It is generally limited to a geographic area
    such as a writing lab, school, or building. Rarely are LAN computers
    more than a mile apart.

   In a typical LAN configuration, one computer is designated as the
    file server. It stores all of the software that controls the network, as
    well as the software that can be shared by the computers attached
    to the network.

   Computers connected to the file server are called workstations.

   On most LANs, cables are used to connect the network interface
    cards in each computer.
MAN
   Spread over a city
   E.g. Cable T.V. networks
   Purpose is to share h/w and s/w resources
    among its users.
WAN
   Wide Area Networks (WANs) connect
    larger geographic areas, such as India, the
    United States, or the world.
    Dedicated transoceanic cabling or satellite
    uplinks may be used to connect this type
    of network.
   Connected thru public networks such as
    telephone lines , leased lines or satellites.
   Largest WAN is Internet.
LAN                       WAN
(1) Diameter of not        Span entire countries
more than few km
(2) Operate at data        <= 1 MBPS
transfer rate of several
MBPS (1 to 10 MBPS)
(3) Complete ownership     Owned by multiple
by a single organization   organizations
(4) Very low error rates   Comparatively higher
                           error rates
Topologies
   The pattern of interconnection of nodes in
    a network is called the topology.
Bus topology


   A linear bus topology consists of a main run of
    cable with a terminator at each end .

   All nodes (file server, workstations, and
    peripherals) are connected to the linear cable.
Bus topology
Advantages of a Linear Bus Topology

• Easy to connect a computer or peripheral to a linear bus.

• Requires less cable length than a star topology.

Disadvantages of a Linear Bus Topology

•Entire network shuts down if there is a break in the main cable.

•Terminators are required at both ends of the backbone cable.

•Difficult to identify the problem if the entire network shuts down.

•Nodes must be intelligent . Each node is directly connected to the
central bus.
Star Topology
Star topology


A star topology is designed with each node (file server,
workstations, and peripherals) connected directly to a central
network hub or concentrator
Data on a star network passes through the hub or concentrator
before continuing to its destination.
The hub or concentrator manages and controls all functions of
the network. It also acts as a repeater for the data flow.
Star topology
Advantages of a Star Topology
 Easy to install and wire.
 No disruptions to the network when connecting
  or removing devices.
 Easy to detect faults and to remove parts.


 Disadvantages of a Star Topology
 Requires more cable length than a linear
  topology.
 If the hub or concentrator fails, nodes attached
  are disabled.
 More expensive than linear bus topologies
  because of the cost of the concentrators.
Ring Topology
   Ring Network, a local area network
    formed in a ring (closed loop) topology
    that uses token passing as a means of
    regulating traffic on the line.

•On a token ring network, a token governing the right to transmit is
passed from one station to the next in a physical circle.

•If a station has information to transmit, it “seizes” the token, marks
it as being in use, and inserts the information

•. The “busy” token, plus message, is then passed around the circle,
copied when it arrives at its destination, and eventually returned to
the sender.
• The sender removes the attached message and then passes the
freed token to the next station in line.
Advantages of Ring Topology
   Short Cable length as compared to star .
   No wiring closet space required.
   Suitable for optical fibres
        - high speed
        - traffic travels in one direction.
Disadvantages of Ring Topology
   Node failure causes network failure.
   Difficult to diagnose faults.
   Network reconfiguration is difficult. It is
    not possible to shut down a small section
    of the ring.
Tree Topology

•A tree topology combines
characteristics of linear bus and star
topologies.
•It consists of groups of star-
configured workstations connected
to a linear bus backbone cable.
• Tree topologies allow for the
expansion of an existing network,
and enable schools to configure a
network to meet their needs
Tree Topology
Advantages of a Tree Topology
 Point-to-point wiring for individual segments.
 Supported by several hardware and software
  venders.

Disadvantages of a Tree Topology
 Overall length of each segment is limited by the
  type of cabling used.
 If the backbone line breaks, the entire segment
  goes down.
 More difficult to configure and wire than other
  topologies.
Considerations When Choosing
             a Topology:
   Money. A linear bus network may be the least
    expensive way to install a network; you do not have to
    purchase concentrators.
   Length of cable needed. The linear bus network uses
    shorter lengths of cable.
   Future growth. With a star topology, expanding a
    network is easily done by adding another concentrator.
   Cable type. The most common cable in schools is
    unshielded twisted pair, which is most often used with
    star topologies.
Network Device
                      Modem
   Modems are most frequently used to
    enable computers to communicate with
    each other across telephone lines.
   Stands for Modulation – demodulation.
   Converts digital signal to analog signal and
    vice versa.
   Two types- Internal and External
RJ 45 Connector



   Register Jack 45 is an 8 wire connector
    which is commonly used to connect
    computers on LAN.

   Looks like RJ-11 telephone connector
Ethernet Card
   Ethernet, is a LAN
    architecture developed by the
    Xerox corporation in 1976,
    originally for linking
    minicomputers at the Palo
    Alto Research Center.
   Computers that uses Ethernet
    architecture have to install
    ethernet card .
   Now computers are coming
    fitted with ethernet card.
Hub

•A common connection point for devices in a network.
• Hubs are commonly used to connect segments of a LAN.
•A hub contains multiple ports.
• A passive hub serves simply as a conduit for the data,
enabling it to go from one device (or segment) to another.
•Active hub electrically amplify the signal as it moves from one
connected device to another.
•Support 8, 12 or 24 RJ-45 ports
•Used in star or ring topology.
Switch
   A switch (switching hub) in the context of networking refers to a device
    which filters and forwards data packets across a network.

    Unlike a standard hub which simply replicates what it receives on one port
    onto all the other ports, a switching hub keeps a record of the MAC
    addresses of the devices attached to it.

    When the switch receives a data packet, it forwards the packet directly to the
    recipient device by looking up the MAC address.

    A network switch can utilise the full throughput potential of a networks
    connection for each device making it a natural choice over a standard hub.

    In other words, say for instance you had a network of 5 PCs and a server all
    connected with 10Mbps UTP cable, with a hub the throughput (10Mbps)
    would be shared between each device, with a switch each device could utilise
    the full 10Mbps connection.
Repeater
   A repeater is an electronic device that receives a
    weak or low-level signal and retransmits it at a
    higher level or higher power, so that the signal can
    cover longer distances without degradation.
Bridge – connects two LANS having the same
   protocol – (e.g. Ethernet or Token ring)


                                        LAN A




                                      Data         not
                                      destined for
                                      other network
                       Bridge         is    prevented
                                      from    passing
                                      over the bridge.




                                           LAN B
Bridge
   In telecommunication networks, a bridge is a product that connects
    a local area network (LAN) to another local area network that uses
    the same protocol (for example, Ethernet or Token Ring).


   You can envision a bridge as being a device that decides whether a
    message from you to someone else is going to the local area
    network in your building or to someone on the local area network
    in the building across the street.


   A bridge examines each message on a LAN, "passing" those known
    to be within the same LAN, and forwarding those known to be on
    the other interconnected LAN (or LANs).
Router
   Router is a specialized network device used to interconnect
    different types of computer network that uses different protocols
    e.g. Ethernet to a mainframe.
Uses of Router
A router can be used to connect
 a Local Area Network (LAN) to another
  LAN,
 a Wide Area Network (WAN) to another
  WAN,
 a LAN to the Internet.
Working of Router

     Routers transmit data packets
    through these networks
    determine the best path of
    transmission, based on a number
    of factors, including traffic load,
    line speed, and costs.
Gateway

   Gateway is a device that
    connects dissimilar networks.

   Establishes intelligent connection
    between a local network and
    external networks with
    completely different structures.

   Gateway is the ISP that connects
    the user to the internet.
LAN design- General Network Design Process
                  Access needs and costs



           Select topologies and technologies to
                       satisfy needs


                   Model Network workload



             Simulate behavior under expected load




                   Perform sensitivity test


                  Rework design as needed
Thank you

More Related Content

What's hot (20)

Computer networks
Computer networksComputer networks
Computer networks
 
Basics Of Networking (Overview)
Basics Of Networking (Overview)Basics Of Networking (Overview)
Basics Of Networking (Overview)
 
PPT ON COMPUTER NETWORK AND IT'S TYPES.
PPT ON COMPUTER NETWORK AND IT'S TYPES.PPT ON COMPUTER NETWORK AND IT'S TYPES.
PPT ON COMPUTER NETWORK AND IT'S TYPES.
 
Computer networks
Computer networksComputer networks
Computer networks
 
Networking
NetworkingNetworking
Networking
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 
Types of Networks
Types of NetworksTypes of Networks
Types of Networks
 
Computer network ppt communication
Computer network ppt communicationComputer network ppt communication
Computer network ppt communication
 
LAN (Local Area Network)
LAN (Local Area Network)LAN (Local Area Network)
LAN (Local Area Network)
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
 
Network ppt
Network pptNetwork ppt
Network ppt
 
Networking Fundamentals
Networking  FundamentalsNetworking  Fundamentals
Networking Fundamentals
 
Network technology ppt
Network technology pptNetwork technology ppt
Network technology ppt
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission Media
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
 
IP Address
IP AddressIP Address
IP Address
 
protocols and types of protocols.
protocols and types of protocols.protocols and types of protocols.
protocols and types of protocols.
 

Viewers also liked

BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniquesAmit Kumar
 
Switching Techniques
Switching TechniquesSwitching Techniques
Switching Techniquestameemyousaf
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basicsYoohyun Kim
 
Basic of telecommunication presentation
Basic of telecommunication presentationBasic of telecommunication presentation
Basic of telecommunication presentationhannah05
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends Mathew Sweezey
 
Networking And Telecommunications
Networking And TelecommunicationsNetworking And Telecommunications
Networking And TelecommunicationsUMaine
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And SoftwareSteven Cahill
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devicesRajesh Sadhukha
 

Viewers also liked (18)

BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniques
 
Network switch
Network switchNetwork switch
Network switch
 
Code Switching
Code SwitchingCode Switching
Code Switching
 
Switching
SwitchingSwitching
Switching
 
Switching Techniques
Switching TechniquesSwitching Techniques
Switching Techniques
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
 
Basic of telecommunication presentation
Basic of telecommunication presentationBasic of telecommunication presentation
Basic of telecommunication presentation
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking
NetworkingNetworking
Networking
 
The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends The Future of Marketing 2016: New Roles, and Trends
The Future of Marketing 2016: New Roles, and Trends
 
Networking And Telecommunications
Networking And TelecommunicationsNetworking And Telecommunications
Networking And Telecommunications
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And Software
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Basic concept of management
Basic concept of managementBasic concept of management
Basic concept of management
 
Key Digital Trends for 2017
Key Digital Trends for 2017Key Digital Trends for 2017
Key Digital Trends for 2017
 

Similar to Networking concepts

Computer networking class 12
Computer networking class 12Computer networking class 12
Computer networking class 12LakshyaT
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.pptSri Latha
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.pptnilesh405711
 
Network protocol
Network protocolNetwork protocol
Network protocolQadarAhmed1
 
Unit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.pptUnit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.pptArumugam90
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.pptSaagar Shetage
 
Network- computer networking by vinod ppt
Network- computer networking by vinod pptNetwork- computer networking by vinod ppt
Network- computer networking by vinod pptDhruvilSTATUS
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.pptkrishna683602
 
Advanced Computer Network-20210426203825.ppt
Advanced Computer Network-20210426203825.pptAdvanced Computer Network-20210426203825.ppt
Advanced Computer Network-20210426203825.pptSmitaPatil541701
 
Computer Network basic
Computer Network basicComputer Network basic
Computer Network basicCeoTranDang
 
The Computer Network - All the basic Knowledge
The Computer Network - All the basic KnowledgeThe Computer Network - All the basic Knowledge
The Computer Network - All the basic Knowledgessuseree2ffc
 
Network how to configure switch router .ppt
Network how to configure switch router .pptNetwork how to configure switch router .ppt
Network how to configure switch router .pptPawanKayande1
 
Computer Network and its applications, different kinds of technologies and di...
Computer Network and its applications, different kinds of technologies and di...Computer Network and its applications, different kinds of technologies and di...
Computer Network and its applications, different kinds of technologies and di...ssuser036308
 
Computer Networking - Complete Resume Guide
Computer Networking - Complete Resume GuideComputer Networking - Complete Resume Guide
Computer Networking - Complete Resume Guidezcorpio
 

Similar to Networking concepts (20)

Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 
Networking
NetworkingNetworking
Networking
 
Computer networking class 12
Computer networking class 12Computer networking class 12
Computer networking class 12
 
final NEtworking.pptx
final  NEtworking.pptxfinal  NEtworking.pptx
final NEtworking.pptx
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.ppt
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.ppt
 
Network protocol
Network protocolNetwork protocol
Network protocol
 
Network.ppt
Network.pptNetwork.ppt
Network.ppt
 
Basic Networking.ppt
Basic Networking.pptBasic Networking.ppt
Basic Networking.ppt
 
Unit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.pptUnit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.ppt
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.ppt
 
Network- computer networking by vinod ppt
Network- computer networking by vinod pptNetwork- computer networking by vinod ppt
Network- computer networking by vinod ppt
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.ppt
 
Networking devices.ppt
Networking devices.pptNetworking devices.ppt
Networking devices.ppt
 
Advanced Computer Network-20210426203825.ppt
Advanced Computer Network-20210426203825.pptAdvanced Computer Network-20210426203825.ppt
Advanced Computer Network-20210426203825.ppt
 
Computer Network basic
Computer Network basicComputer Network basic
Computer Network basic
 
The Computer Network - All the basic Knowledge
The Computer Network - All the basic KnowledgeThe Computer Network - All the basic Knowledge
The Computer Network - All the basic Knowledge
 
Network how to configure switch router .ppt
Network how to configure switch router .pptNetwork how to configure switch router .ppt
Network how to configure switch router .ppt
 
Computer Network and its applications, different kinds of technologies and di...
Computer Network and its applications, different kinds of technologies and di...Computer Network and its applications, different kinds of technologies and di...
Computer Network and its applications, different kinds of technologies and di...
 
Computer Networking - Complete Resume Guide
Computer Networking - Complete Resume GuideComputer Networking - Complete Resume Guide
Computer Networking - Complete Resume Guide
 

More from seemadav1

More from seemadav1 (17)

Fatma
FatmaFatma
Fatma
 
Fatma
FatmaFatma
Fatma
 
Deepali adhana
Deepali adhanaDeepali adhana
Deepali adhana
 
Kalpana mind map
Kalpana  mind mapKalpana  mind map
Kalpana mind map
 
Kjain
KjainKjain
Kjain
 
Dipti goel
Dipti goelDipti goel
Dipti goel
 
Dipti goel
Dipti goelDipti goel
Dipti goel
 
Meenu makker
Meenu makkerMeenu makker
Meenu makker
 
Seema xml
Seema xmlSeema xml
Seema xml
 
Test
TestTest
Test
 
Xml tutorial
Xml tutorialXml tutorial
Xml tutorial
 
Seema xml
Seema xmlSeema xml
Seema xml
 
Xml tutorial
Xml tutorialXml tutorial
Xml tutorial
 
Xml tutorial
Xml tutorialXml tutorial
Xml tutorial
 
Xml ppt
Xml pptXml ppt
Xml ppt
 
Xml ppt
Xml pptXml ppt
Xml ppt
 
Xml ppt
Xml pptXml ppt
Xml ppt
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

Networking concepts

  • 1. Computer Networks Class XII Multimedia & Web Technology
  • 2. Objectives  What is a network?  Need for networking  Components of Network  Types of Network  Evolution of Networking  Communication media  Data Communication Terminologies  Switching Techniques  Digital and Analog Transmission  Network Topologies  Network Devices  Communication Protocols  Wireless/Mobile Computing
  • 3. Network  Network, a group of computers and associated devices that are connected by communication facilities.  Network is an inter connected collection of autonomous computers.  When two or more computers are joined together so that they are capable of exchanging information , they form a network.
  • 4. Need for Networking  Resource sharing - Through a network , data , s/ w and h/w resources can be shared irrespective of the physical location of the resources and the user.  Reliability – A file can have its copies on two or more computers of the network.  Reduced Cost – Sharing resources reduces the cost  Fast Communication – Information can be exchanged at a very fast speed
  • 5. Components of Networks  Workstation or Nodes refers to a computer that are attached to a network  Server The master comp is called server. Facilitates the sharing of data, s/w and h/w concepts. Server
  • 6. Network Interface Unit (NIU)  It is a device attached to each workstation and server.  Helps to make connections within the network.  Each NIU has a unique no identifying it called node address.  NIU is also called terminal access point (TAP).  Also called Network Interface Card (NIC)  Each NIC is given a unique physical address called MAC address.
  • 7. Evolution of Network  In 1969 , US deptt of Defence started ARPANET( Advance Research Projects Agency NETwork).  Goal was to connect different universities and US defence.  People exchanged info and played games  Expanded rapidly
  • 8. Evolution of Network  In mid 80’s National Science Foundation created a high capacity network called NSFnet.  Allowed Academic use and private business  Many private companies built their own networks which were later interconnected along with ARPANET and NSFnet to form Internet.  Arpanet was shut down in 1990 .  Govt funding for NSFnet discontinued in 1995.  But commercial services can into the scenario which are still running the internet.
  • 9. Types of Networks  Local Area Network - LAN  Metropolitan Area Network – MAN  Wide Area Network - WAN
  • 10. Local Area Network  A Local Area Network (LAN) is a network that is confined to a relatively small area. It is generally limited to a geographic area such as a writing lab, school, or building. Rarely are LAN computers more than a mile apart.  In a typical LAN configuration, one computer is designated as the file server. It stores all of the software that controls the network, as well as the software that can be shared by the computers attached to the network.  Computers connected to the file server are called workstations.  On most LANs, cables are used to connect the network interface cards in each computer.
  • 11. MAN  Spread over a city  E.g. Cable T.V. networks  Purpose is to share h/w and s/w resources among its users.
  • 12. WAN  Wide Area Networks (WANs) connect larger geographic areas, such as India, the United States, or the world.  Dedicated transoceanic cabling or satellite uplinks may be used to connect this type of network.  Connected thru public networks such as telephone lines , leased lines or satellites.  Largest WAN is Internet.
  • 13. LAN WAN (1) Diameter of not Span entire countries more than few km (2) Operate at data <= 1 MBPS transfer rate of several MBPS (1 to 10 MBPS) (3) Complete ownership Owned by multiple by a single organization organizations (4) Very low error rates Comparatively higher error rates
  • 14. Transmission media or communication Channel (1) Guided Media - cables (3) Unguided media – waves through air, water or vacuum i.e. microwaves, radiowaves and satelites.
  • 15. Cables Following types of cables are used in networks  Unshielded Twisted Pair (UTP) Cable  Shielded Twisted Pair (STP) Cable  Coaxial Cable  Fiber Optic Cable  Wireless LANs
  • 16. Unshielded Twisted Pair (UTP) Cable Twisted pair cabling comes in two varieties: shielded and unshielded. Unshielded twisted pair (UTP) is the most popular and is generally the best option for school networks .
  • 17. Shielded Twisted Pair (STP) Cable  A disadvantage of UTP is that it may be susceptible to radio and electrical frequency interference.  Shielded twisted pair (STP) is suitable for environments with electrical interference; however, the extra shielding can make the cables quite bulky.  Shielded twisted pair is often used on networks using Token Ring topology.
  • 18. Coaxial Cable  Coaxial cabling has a single copper conductor at its center.  A plastic layer provides insulation between the center conductor and a braided metal shield .  The metal shield helps to block any outside interference from fluorescent lights, motors, and other computers.  Outer shield provides the ground.
  • 19. Optical Fibers •Fiber optic cabling consists of a center glass core surrounded by several layers of protective materials. •It transmits light rather than electronic signals eliminating the problem of electrical interference. •This makes it ideal for certain environments that contain a large amount of electrical interference. •It has also made it the standard for connecting networks between buildings, due to its immunity to the effects of moisture and lighting.
  • 20. Microwave Microwave is an Electromagnetic waves in the frequency range of about 2 to 40 GHz Microwave is a direct line-of-sight transmission. The Microwave communication consists of a transmitter, receiver and the atmosphere. In microwave communication, parabolic antennas are mounted on towers to send a beam to other antennas tens of KM away. The higher the tower , the greater the range .
  • 21. Wireless LANs •Not all networks are connected with cabling; some networks are wireless. •Wireless LANs use high frequency radio signals, infrared light beams, or lasers to communicate between the workstations and the file server or hubs. •Each workstation and file server on a wireless network has some sort of transceiver/antenna to send and receive the data.
  • 22. Wireless LAN contd.  For longer distance, wireless communications can also take place through cellular telephone technology, microwave transmission, or by satellite.  Wireless networks are great for allowing laptop computers or remote computers to connect to the LAN.  Wireless networks are also beneficial in older  buildings where it may be difficult or impossible to install cables.
  • 23. Internet Internet is worldwide network of computer networks. How does it work? •Most computers are not connected directly to the internet. •They are connected to smaller networks •Which are connected through gateways to the internet backbone
  • 24. Gateway  Gateway is a device that connects dissimilar networks.  A backbone is a central interconnecting structure that connects one or more networks just like the trunk of a tree.
  • 25. How does internet work?  At the source comp the message to be sent is broken down into small parts called packets.  Each packet is given a serial no e.g. 1,2,3  All these packet are sent to the destination computer  The destination comp receives the packets in random order( 10 may come before 1)  The packets are reassembled in the order of their no and message is restored.
  • 26. How it functions smoothly?  Every computer connected to the internet uses same set of rules for communication.  Set of rules is called protocol  Communication protocol used by internet is TCP/IP  The TCP (Transmission control protocol) part is responsible for dividing the message into packets on the source comp and reassembling them at the destination comp.  The IP (Internet Protocol) is responsible for handling the address of the destination comp so that the packet is sent to its proper destination.
  • 27. Future of Internet- InterSpace InterSpace is a client /server software program that allows multiple users to communicate online with real time audio , video and text chat in dynamic 3D environments.
  • 28. Few terms related to Network  Workstation or Nodes refers to a computer that are attached to a network  Server The master comp is called server. Facilitates the sharing of data, s/w and h/w concepts. Server
  • 29. Few terms related to Network Two types of servers Non Dedicated server Dedicated server Workstation doubles One computer up as a server reserved for server job. Slower, requires more memory Faster Used in small networks called The networks using such a Peer-to-peer networks server is called Master – slave network.
  • 30. Network Interface Unit (NIU)  It is a device attached to each workstation and server.  Helps to make connections within the network.  Each NIU has a unique no identifying it called node address.  NIU is also called terminal access point (TAP).  Also called Network Interface Card (NIC)  Each NIC is given a unique physical address called MAC address.
  • 31. How data is transmitted across networks? Switching Techniques are used for transmitting data across networks. 3 types of switching techniques are there.  Circuit Switching  Message Switching  Packet Switching
  • 32. Circuit Switching  Physical connection between the two computers is established and then data is transmitted from source to destination computer.  When a computer places a telephone call , the switching equipment within the telephone system seeks out a physical copper path from sender’s to receiver’s telephone.  It sets up end-to-end connection between computers before any data can be sent.
  • 33. Message Switching  The source comp sends the data to the switching office first which stores the data in its buffer.  It then looks for a free link to another switching office and then sends the data to this office.  Process is continued till the data is delivered to the destination computer.  It is also known as store and forward technique.
  • 34. Packet Switching  There is a tight upper limit on the block size. In message switching there was no upper limit.  A fixed size of packet is specified.  All the packets are stored in main memory in switching office. In message switching packets are stored on disk.  This increases the performance as access time is reduced.
  • 35. Transmission media or communication Channel (1) Guided Media - cables (3) Unguided media – waves through air, water or vacuum i.e. microwaves, radiowaves and satelites.
  • 36. Cables Following types of cables are used in networks  Unshielded Twisted Pair (UTP) Cable  Shielded Twisted Pair (STP) Cable  Coaxial Cable  Fiber Optic Cable  Wireless LANs
  • 37. Unshielded Twisted Pair (UTP) Cable Twisted pair cabling comes in two varieties: shielded and unshielded. Unshielded twisted pair (UTP) is the most popular and is generally the best option for school networks .
  • 38. Shielded Twisted Pair (STP) Cable  A disadvantage of UTP is that it may be susceptible to radio and electrical frequency interference.  Shielded twisted pair (STP) is suitable for environments with electrical interference; however, the extra shielding can make the cables quite bulky.  Shielded twisted pair is often used on networks using Token Ring topology.
  • 39. Coaxial Cable  Coaxial cabling has a single copper conductor at its center.  A plastic layer provides insulation between the center conductor and a braided metal shield .  The metal shield helps to block any outside interference from fluorescent lights, motors, and other computers.  Outer shield provides the ground.
  • 40. Optical Fibers •Fiber optic cabling consists of a center glass core surrounded by several layers of protective materials. •It transmits light rather than electronic signals eliminating the problem of electrical interference. •This makes it ideal for certain environments that contain a large amount of electrical interference. •It has also made it the standard for connecting networks between buildings, due to its immunity to the effects of moisture and lighting.
  • 41. Wireless LANs •Not all networks are connected with cabling; some networks are wireless. •Wireless LANs use high frequency radio signals, infrared light beams, or lasers to communicate between the workstations and the file server or hubs. •Each workstation and file server on a wireless network has some sort of transceiver/antenna to send and receive the data.
  • 42. Wireless LAN contd.  For longer distance, wireless communications can also take place through cellular telephone technology, microwave transmission, or by satellite.  Wireless networks are great for allowing laptop computers or remote computers to connect to the LAN.  Wireless networks are also beneficial in older  buildings where it may be difficult or impossible to install cables.
  • 43. Types of Networks  Local Area Network - LAN  Metropolitan Area Network – MAN  Wide Area Network - WAN
  • 44. Local Area Network  A Local Area Network (LAN) is a network that is confined to a relatively small area. It is generally limited to a geographic area such as a writing lab, school, or building. Rarely are LAN computers more than a mile apart.  In a typical LAN configuration, one computer is designated as the file server. It stores all of the software that controls the network, as well as the software that can be shared by the computers attached to the network.  Computers connected to the file server are called workstations.  On most LANs, cables are used to connect the network interface cards in each computer.
  • 45. MAN  Spread over a city  E.g. Cable T.V. networks  Purpose is to share h/w and s/w resources among its users.
  • 46. WAN  Wide Area Networks (WANs) connect larger geographic areas, such as India, the United States, or the world.  Dedicated transoceanic cabling or satellite uplinks may be used to connect this type of network.  Connected thru public networks such as telephone lines , leased lines or satellites.  Largest WAN is Internet.
  • 47. LAN WAN (1) Diameter of not Span entire countries more than few km (2) Operate at data <= 1 MBPS transfer rate of several MBPS (1 to 10 MBPS) (3) Complete ownership Owned by multiple by a single organization organizations (4) Very low error rates Comparatively higher error rates
  • 48. Topologies  The pattern of interconnection of nodes in a network is called the topology.
  • 49. Bus topology  A linear bus topology consists of a main run of cable with a terminator at each end .  All nodes (file server, workstations, and peripherals) are connected to the linear cable.
  • 50. Bus topology Advantages of a Linear Bus Topology • Easy to connect a computer or peripheral to a linear bus. • Requires less cable length than a star topology. Disadvantages of a Linear Bus Topology •Entire network shuts down if there is a break in the main cable. •Terminators are required at both ends of the backbone cable. •Difficult to identify the problem if the entire network shuts down. •Nodes must be intelligent . Each node is directly connected to the central bus.
  • 52. Star topology A star topology is designed with each node (file server, workstations, and peripherals) connected directly to a central network hub or concentrator Data on a star network passes through the hub or concentrator before continuing to its destination. The hub or concentrator manages and controls all functions of the network. It also acts as a repeater for the data flow.
  • 53. Star topology Advantages of a Star Topology  Easy to install and wire.  No disruptions to the network when connecting or removing devices.  Easy to detect faults and to remove parts. Disadvantages of a Star Topology  Requires more cable length than a linear topology.  If the hub or concentrator fails, nodes attached are disabled.  More expensive than linear bus topologies because of the cost of the concentrators.
  • 54. Ring Topology  Ring Network, a local area network formed in a ring (closed loop) topology that uses token passing as a means of regulating traffic on the line. •On a token ring network, a token governing the right to transmit is passed from one station to the next in a physical circle. •If a station has information to transmit, it “seizes” the token, marks it as being in use, and inserts the information •. The “busy” token, plus message, is then passed around the circle, copied when it arrives at its destination, and eventually returned to the sender. • The sender removes the attached message and then passes the freed token to the next station in line.
  • 55. Advantages of Ring Topology  Short Cable length as compared to star .  No wiring closet space required.  Suitable for optical fibres - high speed - traffic travels in one direction.
  • 56. Disadvantages of Ring Topology  Node failure causes network failure.  Difficult to diagnose faults.  Network reconfiguration is difficult. It is not possible to shut down a small section of the ring.
  • 57. Tree Topology •A tree topology combines characteristics of linear bus and star topologies. •It consists of groups of star- configured workstations connected to a linear bus backbone cable. • Tree topologies allow for the expansion of an existing network, and enable schools to configure a network to meet their needs
  • 58. Tree Topology Advantages of a Tree Topology  Point-to-point wiring for individual segments.  Supported by several hardware and software venders. Disadvantages of a Tree Topology  Overall length of each segment is limited by the type of cabling used.  If the backbone line breaks, the entire segment goes down.  More difficult to configure and wire than other topologies.
  • 59. Considerations When Choosing a Topology:  Money. A linear bus network may be the least expensive way to install a network; you do not have to purchase concentrators.  Length of cable needed. The linear bus network uses shorter lengths of cable.  Future growth. With a star topology, expanding a network is easily done by adding another concentrator.  Cable type. The most common cable in schools is unshielded twisted pair, which is most often used with star topologies.
  • 60. Network Device Modem  Modems are most frequently used to enable computers to communicate with each other across telephone lines.  Stands for Modulation – demodulation.  Converts digital signal to analog signal and vice versa.  Two types- Internal and External
  • 61. RJ 45 Connector  Register Jack 45 is an 8 wire connector which is commonly used to connect computers on LAN.  Looks like RJ-11 telephone connector
  • 62. Ethernet Card  Ethernet, is a LAN architecture developed by the Xerox corporation in 1976, originally for linking minicomputers at the Palo Alto Research Center.  Computers that uses Ethernet architecture have to install ethernet card .  Now computers are coming fitted with ethernet card.
  • 63. Hub •A common connection point for devices in a network. • Hubs are commonly used to connect segments of a LAN. •A hub contains multiple ports. • A passive hub serves simply as a conduit for the data, enabling it to go from one device (or segment) to another. •Active hub electrically amplify the signal as it moves from one connected device to another. •Support 8, 12 or 24 RJ-45 ports •Used in star or ring topology.
  • 64. Switch  A switch (switching hub) in the context of networking refers to a device which filters and forwards data packets across a network. Unlike a standard hub which simply replicates what it receives on one port onto all the other ports, a switching hub keeps a record of the MAC addresses of the devices attached to it. When the switch receives a data packet, it forwards the packet directly to the recipient device by looking up the MAC address. A network switch can utilise the full throughput potential of a networks connection for each device making it a natural choice over a standard hub. In other words, say for instance you had a network of 5 PCs and a server all connected with 10Mbps UTP cable, with a hub the throughput (10Mbps) would be shared between each device, with a switch each device could utilise the full 10Mbps connection.
  • 65. Repeater  A repeater is an electronic device that receives a weak or low-level signal and retransmits it at a higher level or higher power, so that the signal can cover longer distances without degradation.
  • 66. Bridge – connects two LANS having the same protocol – (e.g. Ethernet or Token ring) LAN A Data not destined for other network Bridge is prevented from passing over the bridge. LAN B
  • 67. Bridge  In telecommunication networks, a bridge is a product that connects a local area network (LAN) to another local area network that uses the same protocol (for example, Ethernet or Token Ring).  You can envision a bridge as being a device that decides whether a message from you to someone else is going to the local area network in your building or to someone on the local area network in the building across the street.  A bridge examines each message on a LAN, "passing" those known to be within the same LAN, and forwarding those known to be on the other interconnected LAN (or LANs).
  • 68. Router  Router is a specialized network device used to interconnect different types of computer network that uses different protocols e.g. Ethernet to a mainframe.
  • 69. Uses of Router A router can be used to connect  a Local Area Network (LAN) to another LAN,  a Wide Area Network (WAN) to another WAN,  a LAN to the Internet.
  • 70. Working of Router  Routers transmit data packets through these networks  determine the best path of transmission, based on a number of factors, including traffic load, line speed, and costs.
  • 71. Gateway  Gateway is a device that connects dissimilar networks.  Establishes intelligent connection between a local network and external networks with completely different structures.  Gateway is the ISP that connects the user to the internet.
  • 72. LAN design- General Network Design Process Access needs and costs Select topologies and technologies to satisfy needs Model Network workload Simulate behavior under expected load Perform sensitivity test Rework design as needed