SlideShare une entreprise Scribd logo
1  sur  21
Télécharger pour lire hors ligne
Basic Networking
       Hardware
Agenda
    Basic LAN Definition
    Network Hardware
    Network Media
    Sample LAN Implementation
LANs
   Definition ± LAN
       local area network
       Is a group of computers and associated devices that share a
        common communications line or wireless link and typically share
        the resources of a single processor or server within a small
        geographic area (for example, within an office building).
       Usually, the server has applications and data storage that are
        shared in common by multiple computer users.
       A local area network may serve as few as two or three users (for
        example, in a home network) or many as thousands of users.
LANs
   Definition ± Wireless LAN
       A local area network that transmits over the air typically in an
        unlicensed frequency such as the 2.4GHz band.
       A wireless LAN does not require lining up devices for line of sight
        transmission.
       Wireless access points (base stations) are connected to an
        Ethernet hub or server and transmit a radio frequency over an
        area of several hundred to a thousand feet which can penetrate
        walls and other non-metal barriers.
       Roaming users can be handed off from one access point to
        another like a cellular phone system.
       Laptops use wireless network cards that plug into an existing
        PCMCIA slot or that are self contained on PC cards, while stand-
        alone desktops and servers use plug-in cards (ISA, PCI, etc.).
LANs
   Characteristics ± LAN
       Topology
           The geometric arrangement of devices on the network or
            the shape of a local-area network (LAN) or other
            communications system.
       Protocols
           The rules and encoding specifications for sending data. The
            protocol defines the format and meaning of the data that is
            exchanged. The protocols also determine whether the network
            uses a peer-to-peer or client/server architecture.
       Media
           Devices can be connected by twisted-pair wire, coaxial cables,
            or fiber optic cables. Some networks do without connecting
            media altogether, communicating instead via radio waves.
LANs
   Topology types


       bus topology: All devices are connected to a central cable, called the bus
        or backbone. Bus networks are relatively inexpensive and easy to install
        for small networks. Ethernet systems use a bus topology.
       star topology: All devices are connected to a central hub. Star networks
        are relatively easy to install and manage, but bottlenecks can occur
        because all data must pass through the hub. This is not much of a
        problem anymore with the widespread deployment of switches.
       ring topology: All devices are connected to one another in the shape of a
        closed loop, so that each device is connected directly to two other
        devices, one on either side of it. Ring topologies are relatively expensive
        and difficult to install, but they offer high bandwidth and can span large
        distances.
Network Hardware
   Hub                                                       OSI Model Layers
       An unintelligent network device that sends one
        signal to all of the stations connected to it.        7 Application
       All computers/devices are competing for               6 Presentation
        attention because it takes the data that comes        5 Session
        into a port and sends it out all the other ports in   4 Transport
        the hub.
                                                              3 Network
       Traditionally, hubs are used for star topology
        networks, but they are often used with other          2 Data Link
        configurations to make it easy to add and             1 Physical
        remove computers without bringing down the
        network.
       Resides on Layer 1 of the OSI model
Network Hardware
   Switch                                             OSI Model Layers
       Split large networks into small segments,
        decreasing the number of users sharing the     7 Application
        same network resources and bandwidth.          6 Presentation
       Understands when two devices want to talk to   5 Session
        each other, and gives them a switched          4 Transport
        connection
                                                       3 Network
       Helps prevent data collisions and reduces
        network congestion, increasing network         2 Data Link
        performance.                                   1 Physical
       Most home users get very little, if any,
        advantage from switches, even when sharing a
        broadband connection.
       Resides on Layer 2 of the OSI model.
Network Hardware
   Bridge                                               OSI Model Layers
       Connects two LANs and forwards or filters data
        packets between them.                            7 Application
       Creates an extended network in which any two     6 Presentation
        workstations on the linked LANs can share        5 Session
        data.                                            4 Transport
       Transparent to protocols and to higher level     3 Network
        devices like routers.
                                                         2 Data Link
       Forward data depending on the Hardware
        (MAC) address, not the Network address (IP).     1 Physical
       Resides on Layer 2 of the OSI model.
Network Hardware
   Repeater                                              OSI Model Layers
       Used to boost the signal between two cable        7 Application
        segments or wireless access points.               6 Presentation
       Can not connect different network architecture.   5 Session
       Does not simply amplify the signal, it            4 Transport
        regenerates the packets and retimes them.         3 Network
       Resides on Layer 1 of the OSI model.              2 Data Link
                                                          1 Physical
Network Hardware
   Router                                                 OSI Model Layers
       A device that connects any number of LANs.         7 Application
       Uses standardized protocols to move packets        6 Presentation
        efficiently to their destination.                  5 Session
       More sophisticated than bridges, connecting        4 Transport
        networks of different types (for example, star     3 Network
        and token ring)                                    2 Data Link
       Forwards data depending on the Network             1 Physical
        address (IP), not the Hardware (MAC) address.
       Routers are the only one of these four devices
        that will allow you to share a single IP address
        among multiple network clients.
       Resides on Layer 3 of the OSI model.
Network Hardware
          Additional Network Hardware Devices
              Network Interface Cards (NICs)
                   Puts the data into packets and transmits packet onto the network.
                   May be wired or wireless.
              Gateway
                   Connects networks with different protocols like TCP/IP network and IPX/SPX
                    networks.
                   Routers and Gateways often refer to the same device.
              Proxy server
                   Isolates internal network computers from the internet.
                   The user first access the proxy server and the proxy server accesses the internet
                    and retrieves the requested web page or document. The user then gets a copy
                    of that page from the proxy server.


Source: http://www.camas.wednet.edu/chs/tech/computer_tech/info/routers_hubs_bridges.htm
Common Network Media
‡Electrical (copper)
      ‡Coaxial Cable
           ‡Single copper conductor in the center surrounded by a plastic layer for
           insulation and a braided metal outer shield.
      ‡Twisted pair
           ‡Four pairs of wires twisted to certain specifications.
           ‡Available in shielded and unshielded versions.


‡Fiber-optic -         A cable, consisting of a center glass core surrounded by layers of
plastic, that transmits data using light rather than electricity.


‡Atmosphere/Wireless ± Uses Electromagnetic waves. whose frequency
range is above that of microwaves, but below that of the visible spectrum.

‡Choose Media based on :
      ‡Wiring configurations
      ‡Distance and location limitations
      ‡Speed
      ‡Reliability
      ‡Security
      ‡Budget
Copper - Twisted Pair
   Dialup over telephone line.
       DSL (Digital Subscriber Line)
             High-speed (256 Kbps ± 55 Mbps), Full-duplex.
             Asymmetric Digital Subscriber Line (ADSL) and
              High-bit-rate Digital Subscriber Line (HDSL)


   CAT5
       Ethernet cable standard defined by the Electronic
        Industries Association and Telecommunications
        Industry Association (EIA/TIA).
       Speeds up to 100 Mbps.



   Connector
       RJ-45 - Standard connectors used for unshielded
        twisted-pair cable.
Ethernet Specifications
   10BaseT
       Ethernet specification for unshielded twisted pair cable (category 3, 4, or 5), transmits
        signals at 10 Mbps (megabits per second) with a distance limit of 100 meters per
        segment.


   10BaseF
       Ethernet specification for fiber optic cable, transmits signals at 10 Mbps (megabits per
        second) with a distance limit of 2000 meters per segment.


   100BaseT
       Ethernet specification for unshielded twisted pair cabling that is used to transmit data
        at 100 Mbps (megabits per second) with a distance limit of 100 meters per segment.


   1000BaseTX
       Ethernet specification for unshielded twisted pair cabling that is used to transmit data
        at 1 Gbps (gigabits per second) with a distance limitation of 220 meters per segment.
Optical Fiber
‡Infrared light is transmitted through fiber and confined
due to total internal reflection.
‡Fibers can be made out of either plastic or glass.
‡Used for high speed backbones and pipes over long
distances.
‡Comparatively expensive.
Wireless Media
‡Wireless LAN or WLAN
   ‡ Wireless local area network that uses radio
   waves as its carrier

‡Wi-Fi (Wireless Fidelity³)
   ‡A set of standards for WLANs based on
   IEEE 802.11

‡Wi-Max
   ‡Emerging technology that can cover ranges
   up to 10 miles or more

‡Satellite/Microwave
   ‡High speed media used for longer
   distances and remote locations
Sample LAN Implementation
Home Configuration
Sample LAN Implementation
Business Configuration
Sample LAN Implementation
Business Configuration

Contenu connexe

Tendances

CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
Wireless Local Area Networks
Wireless Local Area NetworksWireless Local Area Networks
Wireless Local Area Networks
Don Norwood
 
Network components
Network componentsNetwork components
Network components
Anas Karzoun
 
ROUTER PPT
ROUTER PPTROUTER PPT
ROUTER PPT
Jw Media
 
basic networking
basic networkingbasic networking
basic networking
Anmol Bagga
 

Tendances (20)

NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Data Communications and Computer Networks
Data Communications and Computer Networks Data Communications and Computer Networks
Data Communications and Computer Networks
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
Physical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission MediaPhysical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission Media
 
Wireless Local Area Networks
Wireless Local Area NetworksWireless Local Area Networks
Wireless Local Area Networks
 
Network switch
Network switchNetwork switch
Network switch
 
Network components
Network componentsNetwork components
Network components
 
Wi fi
Wi fiWi fi
Wi fi
 
ROUTER PPT
ROUTER PPTROUTER PPT
ROUTER PPT
 
Network and Types of Networks
Network and Types of NetworksNetwork and Types of Networks
Network and Types of Networks
 
Lan technologies
Lan technologiesLan technologies
Lan technologies
 
HUB Device
HUB Device HUB Device
HUB Device
 
Wireless networking
Wireless networkingWireless networking
Wireless networking
 
basic networking
basic networkingbasic networking
basic networking
 
Wide area network (wan)
Wide area network (wan)Wide area network (wan)
Wide area network (wan)
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP Model
 

En vedette (7)

Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenance
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenance
 
Basic computer maintenance
Basic computer maintenanceBasic computer maintenance
Basic computer maintenance
 
Welcome To Your Computer Lab Ppt
Welcome To Your Computer Lab PptWelcome To Your Computer Lab Ppt
Welcome To Your Computer Lab Ppt
 
Computer Lab Management and Ethics in Using Computer
Computer Lab Management and Ethics in Using ComputerComputer Lab Management and Ethics in Using Computer
Computer Lab Management and Ethics in Using Computer
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And Software
 

Similaire à Basic-networking-hardware

Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
ssuser86699a
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
Sujee Antony
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
Aneesh Nelavelly
 

Similaire à Basic-networking-hardware (20)

Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
Networking / Internet and Web Technologies
Networking / Internet and Web TechnologiesNetworking / Internet and Web Technologies
Networking / Internet and Web Technologies
 
How to get Hardware and Networking jobs in Delhi
How to get Hardware and Networking jobs in DelhiHow to get Hardware and Networking jobs in Delhi
How to get Hardware and Networking jobs in Delhi
 
2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt
 
CCNA Training
CCNA Training CCNA Training
CCNA Training
 
Ccna presentation
Ccna presentationCcna presentation
Ccna presentation
 
Technical Ethernet
Technical EthernetTechnical Ethernet
Technical Ethernet
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
 
Lan pan class 12 ppt
Lan pan class 12 pptLan pan class 12 ppt
Lan pan class 12 ppt
 
VOICE
VOICEVOICE
VOICE
 
Lan
LanLan
Lan
 
CCNA Report
CCNA ReportCCNA Report
CCNA Report
 
01 coms 525 tcpip - networking concepts review
01   coms 525 tcpip - networking concepts review01   coms 525 tcpip - networking concepts review
01 coms 525 tcpip - networking concepts review
 
Networking devices
Networking  devices Networking  devices
Networking devices
 
final NEtworking.pptx
final  NEtworking.pptxfinal  NEtworking.pptx
final NEtworking.pptx
 

Plus de Isus Isusay

Plus de Isus Isusay (12)

Transparan proxy
Transparan proxyTransparan proxy
Transparan proxy
 
Instalasi Squid Proxy di Ubuntu
Instalasi Squid Proxy di UbuntuInstalasi Squid Proxy di Ubuntu
Instalasi Squid Proxy di Ubuntu
 
Instalasi dan-konfigurasi-mikrotik-sebagai-gateway
Instalasi dan-konfigurasi-mikrotik-sebagai-gatewayInstalasi dan-konfigurasi-mikrotik-sebagai-gateway
Instalasi dan-konfigurasi-mikrotik-sebagai-gateway
 
Bpk praktek jarkomp 1
Bpk praktek jarkomp 1 Bpk praktek jarkomp 1
Bpk praktek jarkomp 1
 
Jarkomp 1 bab 5
Jarkomp 1 bab 5Jarkomp 1 bab 5
Jarkomp 1 bab 5
 
Jarkomp 1 bab4
Jarkomp 1 bab4Jarkomp 1 bab4
Jarkomp 1 bab4
 
Jarkomp bab3
Jarkomp bab3Jarkomp bab3
Jarkomp bab3
 
Jarkomp bab2
Jarkomp bab2Jarkomp bab2
Jarkomp bab2
 
Jarkomp bab1
Jarkomp bab1Jarkomp bab1
Jarkomp bab1
 
Load balancing mikrotik
Load balancing mikrotikLoad balancing mikrotik
Load balancing mikrotik
 
Hotspot dengan mikrotik
Hotspot dengan mikrotikHotspot dengan mikrotik
Hotspot dengan mikrotik
 
17290770 Setting Buat Router Mikrotik
17290770 Setting Buat Router Mikrotik17290770 Setting Buat Router Mikrotik
17290770 Setting Buat Router Mikrotik
 

Basic-networking-hardware

  • 1. Basic Networking Hardware
  • 2. Agenda Basic LAN Definition Network Hardware Network Media Sample LAN Implementation
  • 3. LANs Definition ± LAN local area network Is a group of computers and associated devices that share a common communications line or wireless link and typically share the resources of a single processor or server within a small geographic area (for example, within an office building). Usually, the server has applications and data storage that are shared in common by multiple computer users. A local area network may serve as few as two or three users (for example, in a home network) or many as thousands of users.
  • 4. LANs Definition ± Wireless LAN A local area network that transmits over the air typically in an unlicensed frequency such as the 2.4GHz band. A wireless LAN does not require lining up devices for line of sight transmission. Wireless access points (base stations) are connected to an Ethernet hub or server and transmit a radio frequency over an area of several hundred to a thousand feet which can penetrate walls and other non-metal barriers. Roaming users can be handed off from one access point to another like a cellular phone system. Laptops use wireless network cards that plug into an existing PCMCIA slot or that are self contained on PC cards, while stand- alone desktops and servers use plug-in cards (ISA, PCI, etc.).
  • 5. LANs Characteristics ± LAN Topology The geometric arrangement of devices on the network or the shape of a local-area network (LAN) or other communications system. Protocols The rules and encoding specifications for sending data. The protocol defines the format and meaning of the data that is exchanged. The protocols also determine whether the network uses a peer-to-peer or client/server architecture. Media Devices can be connected by twisted-pair wire, coaxial cables, or fiber optic cables. Some networks do without connecting media altogether, communicating instead via radio waves.
  • 6. LANs Topology types bus topology: All devices are connected to a central cable, called the bus or backbone. Bus networks are relatively inexpensive and easy to install for small networks. Ethernet systems use a bus topology. star topology: All devices are connected to a central hub. Star networks are relatively easy to install and manage, but bottlenecks can occur because all data must pass through the hub. This is not much of a problem anymore with the widespread deployment of switches. ring topology: All devices are connected to one another in the shape of a closed loop, so that each device is connected directly to two other devices, one on either side of it. Ring topologies are relatively expensive and difficult to install, but they offer high bandwidth and can span large distances.
  • 7. Network Hardware Hub OSI Model Layers An unintelligent network device that sends one signal to all of the stations connected to it. 7 Application All computers/devices are competing for 6 Presentation attention because it takes the data that comes 5 Session into a port and sends it out all the other ports in 4 Transport the hub. 3 Network Traditionally, hubs are used for star topology networks, but they are often used with other 2 Data Link configurations to make it easy to add and 1 Physical remove computers without bringing down the network. Resides on Layer 1 of the OSI model
  • 8. Network Hardware Switch OSI Model Layers Split large networks into small segments, decreasing the number of users sharing the 7 Application same network resources and bandwidth. 6 Presentation Understands when two devices want to talk to 5 Session each other, and gives them a switched 4 Transport connection 3 Network Helps prevent data collisions and reduces network congestion, increasing network 2 Data Link performance. 1 Physical Most home users get very little, if any, advantage from switches, even when sharing a broadband connection. Resides on Layer 2 of the OSI model.
  • 9. Network Hardware Bridge OSI Model Layers Connects two LANs and forwards or filters data packets between them. 7 Application Creates an extended network in which any two 6 Presentation workstations on the linked LANs can share 5 Session data. 4 Transport Transparent to protocols and to higher level 3 Network devices like routers. 2 Data Link Forward data depending on the Hardware (MAC) address, not the Network address (IP). 1 Physical Resides on Layer 2 of the OSI model.
  • 10. Network Hardware Repeater OSI Model Layers Used to boost the signal between two cable 7 Application segments or wireless access points. 6 Presentation Can not connect different network architecture. 5 Session Does not simply amplify the signal, it 4 Transport regenerates the packets and retimes them. 3 Network Resides on Layer 1 of the OSI model. 2 Data Link 1 Physical
  • 11. Network Hardware Router OSI Model Layers A device that connects any number of LANs. 7 Application Uses standardized protocols to move packets 6 Presentation efficiently to their destination. 5 Session More sophisticated than bridges, connecting 4 Transport networks of different types (for example, star 3 Network and token ring) 2 Data Link Forwards data depending on the Network 1 Physical address (IP), not the Hardware (MAC) address. Routers are the only one of these four devices that will allow you to share a single IP address among multiple network clients. Resides on Layer 3 of the OSI model.
  • 12. Network Hardware Additional Network Hardware Devices Network Interface Cards (NICs) Puts the data into packets and transmits packet onto the network. May be wired or wireless. Gateway Connects networks with different protocols like TCP/IP network and IPX/SPX networks. Routers and Gateways often refer to the same device. Proxy server Isolates internal network computers from the internet. The user first access the proxy server and the proxy server accesses the internet and retrieves the requested web page or document. The user then gets a copy of that page from the proxy server. Source: http://www.camas.wednet.edu/chs/tech/computer_tech/info/routers_hubs_bridges.htm
  • 13. Common Network Media ‡Electrical (copper) ‡Coaxial Cable ‡Single copper conductor in the center surrounded by a plastic layer for insulation and a braided metal outer shield. ‡Twisted pair ‡Four pairs of wires twisted to certain specifications. ‡Available in shielded and unshielded versions. ‡Fiber-optic - A cable, consisting of a center glass core surrounded by layers of plastic, that transmits data using light rather than electricity. ‡Atmosphere/Wireless ± Uses Electromagnetic waves. whose frequency range is above that of microwaves, but below that of the visible spectrum. ‡Choose Media based on : ‡Wiring configurations ‡Distance and location limitations ‡Speed ‡Reliability ‡Security ‡Budget
  • 14. Copper - Twisted Pair Dialup over telephone line. DSL (Digital Subscriber Line) High-speed (256 Kbps ± 55 Mbps), Full-duplex. Asymmetric Digital Subscriber Line (ADSL) and High-bit-rate Digital Subscriber Line (HDSL) CAT5 Ethernet cable standard defined by the Electronic Industries Association and Telecommunications Industry Association (EIA/TIA). Speeds up to 100 Mbps. Connector RJ-45 - Standard connectors used for unshielded twisted-pair cable.
  • 15. Ethernet Specifications 10BaseT Ethernet specification for unshielded twisted pair cable (category 3, 4, or 5), transmits signals at 10 Mbps (megabits per second) with a distance limit of 100 meters per segment. 10BaseF Ethernet specification for fiber optic cable, transmits signals at 10 Mbps (megabits per second) with a distance limit of 2000 meters per segment. 100BaseT Ethernet specification for unshielded twisted pair cabling that is used to transmit data at 100 Mbps (megabits per second) with a distance limit of 100 meters per segment. 1000BaseTX Ethernet specification for unshielded twisted pair cabling that is used to transmit data at 1 Gbps (gigabits per second) with a distance limitation of 220 meters per segment.
  • 16. Optical Fiber ‡Infrared light is transmitted through fiber and confined due to total internal reflection. ‡Fibers can be made out of either plastic or glass. ‡Used for high speed backbones and pipes over long distances. ‡Comparatively expensive.
  • 17.
  • 18. Wireless Media ‡Wireless LAN or WLAN ‡ Wireless local area network that uses radio waves as its carrier ‡Wi-Fi (Wireless Fidelity³) ‡A set of standards for WLANs based on IEEE 802.11 ‡Wi-Max ‡Emerging technology that can cover ranges up to 10 miles or more ‡Satellite/Microwave ‡High speed media used for longer distances and remote locations