SlideShare a Scribd company logo
1 of 21
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 
 An unintelligent network device that sends one 
signal to all of the stations connected to it. 
 All computers/devices are competing for 
attention because it takes the data that comes 
into a port and sends it out all the other ports in 
the hub. 
 Traditionally, hubs are used for star topology 
networks, but they are often used with other 
configurations to make it easy to add and 
remove computers without bringing down the 
network. 
 Resides on Layer 1 of the OSI model 
OSI Model Layers 
7 Application 
6 Presentation 
5 Session 
4 Transport 
3 Network 
2 Data Link 
1 Physical
Network Hardware 
 Switch 
 Split large networks into small segments, 
decreasing the number of users sharing the 
same network resources and bandwidth. 
 Understands when two devices want to talk to 
each other, and gives them a switched 
connection 
 Helps prevent data collisions and reduces 
network congestion, increasing network 
performance. 
 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. 
OSI Model Layers 
7 Application 
6 Presentation 
5 Session 
4 Transport 
3 Network 
2 Data Link 
1 Physical
Network Hardware 
 Bridge 
 Connects two LANs and forwards or filters data 
packets between them. 
 Creates an extended network in which any two 
workstations on the linked LANs can share 
data. 
 Transparent to protocols and to higher level 
devices like routers. 
 Forward data depending on the Hardware 
(MAC) address, not the Network address (IP). 
 Resides on Layer 2 of the OSI model. 
OSI Model Layers 
7 Application 
6 Presentation 
5 Session 
4 Transport 
3 Network 
2 Data Link 
1 Physical
Network Hardware 
 Repeater 
 Used to boost the signal between two cable 
segments or wireless access points. 
 Can not connect different network architecture. 
 Does not simply amplify the signal, it 
regenerates the packets and retimes them. 
 Resides on Layer 1 of the OSI model. 
OSI Model Layers 
7 Application 
6 Presentation 
5 Session 
4 Transport 
3 Network 
2 Data Link 
1 Physical
Network Hardware 
 Router 
 A device that connects any number of LANs. 
 Uses standardized protocols to move packets 
efficiently to their destination. 
 More sophisticated than bridges, connecting 
networks of different types (for example, star 
and token ring) 
 Forwards data depending on the Network 
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. 
OSI Model Layers 
7 Application 
6 Presentation 
5 Session 
4 Transport 
3 Network 
2 Data Link 
1 Physical
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

More Related Content

What's hot

Network cable
Network cableNetwork cable
Network cableOnline
 
Computer networking ppt
Computer networking pptComputer networking ppt
Computer networking pptJitender Kumar
 
Networking concepts
Networking conceptsNetworking concepts
Networking conceptsseemadav1
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabhaSuprabha Sahoo
 
basic networking
basic networkingbasic networking
basic networkingAnmol Bagga
 
Network cable
Network cableNetwork cable
Network cableFrya Lora
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer networkAshita Agrawal
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Alan Mark
 
Routers.ppt
Routers.pptRouters.ppt
Routers.pptkirbadh
 
Network Types and Topologies
Network Types and TopologiesNetwork Types and Topologies
Network Types and TopologiesChristopher Brown
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devicesNumaan Tole
 

What's hot (20)

Network cable
Network cableNetwork cable
Network cable
 
Computer networking ppt
Computer networking pptComputer networking ppt
Computer networking ppt
 
Networking concepts
Networking conceptsNetworking concepts
Networking concepts
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabha
 
basic networking
basic networkingbasic networking
basic networking
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
Network cable
Network cableNetwork cable
Network cable
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
HUB Device
HUB Device HUB Device
HUB Device
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 
networking
networkingnetworking
networking
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 
Network Types and Topologies
Network Types and TopologiesNetwork Types and Topologies
Network Types and Topologies
 
Networking (2)
Networking (2)Networking (2)
Networking (2)
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
 
COMPUTER NETWORK
COMPUTER NETWORKCOMPUTER NETWORK
COMPUTER NETWORK
 

Viewers also liked

Hardware and network project
Hardware and network projectHardware and network project
Hardware and network projectasif masoad
 
Computer hardware and networking components
Computer hardware and networking componentsComputer hardware and networking components
Computer hardware and networking componentsManpreet Singh Bedi
 
Network Hardware Project
Network Hardware ProjectNetwork Hardware Project
Network Hardware Project1a2z3b
 
Computer hardware presentation
Computer hardware presentationComputer hardware presentation
Computer hardware presentationJisu Dasgupta
 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. pptNaveen Sihag
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And SoftwareSteven Cahill
 
Storage Devices
Storage DevicesStorage Devices
Storage Deviceszfhh01
 
Presemtation Storage Devices
Presemtation Storage DevicesPresemtation Storage Devices
Presemtation Storage DevicesDjorkayf
 
INPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICESINPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICESAbhinav Kp
 
Hardware & networking corporate presentation
Hardware & networking   corporate presentationHardware & networking   corporate presentation
Hardware & networking corporate presentationIThinkChennai
 
Ch5 storagedevices(updated)
Ch5 storagedevices(updated)Ch5 storagedevices(updated)
Ch5 storagedevices(updated)cs001
 
Hardware & networking
Hardware & networkingHardware & networking
Hardware & networkingAjay Mistry
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingKhan Rahimeen
 
Computer Network Complete Introduction
Computer Network Complete IntroductionComputer Network Complete Introduction
Computer Network Complete IntroductionAhmar Hashmi
 
Input, Output and Storage Devices
Input, Output and Storage DevicesInput, Output and Storage Devices
Input, Output and Storage Devicesguest30320a
 
Computer Hardware and software
Computer Hardware and softwareComputer Hardware and software
Computer Hardware and softwareVisualBee.com
 

Viewers also liked (20)

Hardware and network project
Hardware and network projectHardware and network project
Hardware and network project
 
Computer hardware and networking components
Computer hardware and networking componentsComputer hardware and networking components
Computer hardware and networking components
 
computer Hardware and Networking
computer Hardware and Networkingcomputer Hardware and Networking
computer Hardware and Networking
 
Network Hardware Project
Network Hardware ProjectNetwork Hardware Project
Network Hardware Project
 
Computer hardware presentation
Computer hardware presentationComputer hardware presentation
Computer hardware presentation
 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. ppt
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And Software
 
Cluster configuration best practices
Cluster configuration best practicesCluster configuration best practices
Cluster configuration best practices
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
 
Presemtation Storage Devices
Presemtation Storage DevicesPresemtation Storage Devices
Presemtation Storage Devices
 
INPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICESINPUT,OUTPUT AND STORAGE DEVICES
INPUT,OUTPUT AND STORAGE DEVICES
 
Hardware & networking corporate presentation
Hardware & networking   corporate presentationHardware & networking   corporate presentation
Hardware & networking corporate presentation
 
Ch5 storagedevices(updated)
Ch5 storagedevices(updated)Ch5 storagedevices(updated)
Ch5 storagedevices(updated)
 
Lan & vlan
Lan & vlanLan & vlan
Lan & vlan
 
Hardware & networking
Hardware & networkingHardware & networking
Hardware & networking
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
Computer Network Complete Introduction
Computer Network Complete IntroductionComputer Network Complete Introduction
Computer Network Complete Introduction
 
Input, Output and Storage Devices
Input, Output and Storage DevicesInput, Output and Storage Devices
Input, Output and Storage Devices
 
Computer Hardware and software
Computer Hardware and softwareComputer Hardware and software
Computer Hardware and software
 
3 lan man wan
3 lan man wan3 lan man wan
3 lan man wan
 

Similar to Computer networks--networking hardware

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...Soumen Santra
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardwareokelloerick
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxssuser86699a
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1Sujee Antony
 
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 DelhiSilicon Univ
 
Basic-networking-hardware
Basic-networking-hardwareBasic-networking-hardware
Basic-networking-hardwareIsus Isusay
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Aneesh Nelavelly
 
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 reviewPalanivel Kuppusamy
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networksTatheer Fatima
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer networkmiteshppt
 
presentation_internet.pptx
presentation_internet.pptxpresentation_internet.pptx
presentation_internet.pptxbantisworld
 
Networking presentation
Networking presentationNetworking presentation
Networking presentationGajan Hai
 
Rajesh basics of networking and routing
Rajesh basics of networking and routingRajesh basics of networking and routing
Rajesh basics of networking and routingr123027
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)Parvesh Taneja
 
2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.pptjaba kumar
 

Similar to Computer networks--networking hardware (20)

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
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
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
 
Arvind Singh
Arvind SinghArvind Singh
Arvind Singh
 
Basic-networking-hardware
Basic-networking-hardwareBasic-networking-hardware
Basic-networking-hardware
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
 
Networking / Internet and Web Technologies
Networking / Internet and Web TechnologiesNetworking / Internet and Web Technologies
Networking / Internet and Web Technologies
 
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
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
 
Lan
LanLan
Lan
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
presentation_internet.pptx
presentation_internet.pptxpresentation_internet.pptx
presentation_internet.pptx
 
Networking presentation
Networking presentationNetworking presentation
Networking presentation
 
Rajesh basics of networking and routing
Rajesh basics of networking and routingRajesh basics of networking and routing
Rajesh basics of networking and routing
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
Unit_1.pptx
Unit_1.pptxUnit_1.pptx
Unit_1.pptx
 
2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt
 
Technical Ethernet
Technical EthernetTechnical Ethernet
Technical Ethernet
 

Recently uploaded

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 

Recently uploaded (20)

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 

Computer networks--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  An unintelligent network device that sends one signal to all of the stations connected to it.  All computers/devices are competing for attention because it takes the data that comes into a port and sends it out all the other ports in the hub.  Traditionally, hubs are used for star topology networks, but they are often used with other configurations to make it easy to add and remove computers without bringing down the network.  Resides on Layer 1 of the OSI model OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 8. Network Hardware  Switch  Split large networks into small segments, decreasing the number of users sharing the same network resources and bandwidth.  Understands when two devices want to talk to each other, and gives them a switched connection  Helps prevent data collisions and reduces network congestion, increasing network performance.  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. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 9. Network Hardware  Bridge  Connects two LANs and forwards or filters data packets between them.  Creates an extended network in which any two workstations on the linked LANs can share data.  Transparent to protocols and to higher level devices like routers.  Forward data depending on the Hardware (MAC) address, not the Network address (IP).  Resides on Layer 2 of the OSI model. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 10. Network Hardware  Repeater  Used to boost the signal between two cable segments or wireless access points.  Can not connect different network architecture.  Does not simply amplify the signal, it regenerates the packets and retimes them.  Resides on Layer 1 of the OSI model. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 11. Network Hardware  Router  A device that connects any number of LANs.  Uses standardized protocols to move packets efficiently to their destination.  More sophisticated than bridges, connecting networks of different types (for example, star and token ring)  Forwards data depending on the Network 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. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 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
  • 19. Sample LAN Implementation Home Configuration
  • 20. Sample LAN Implementation Business Configuration
  • 21. Sample LAN Implementation Business Configuration

Editor's Notes

  1. Coaxial - Cable consisting of a single copper conductor in the center surrounded by a plastic layer for insulation and a braided metal outer shield. Twisted pair - Network cabling that consists of four pairs of wires that are manufactured with the wires twisted to certain specifications. Available in shielded and unshielded versions. Uses Electromagnetic waves. whose frequency range is above that of microwaves, but below that of the visible spectrum. Wireless - Through which microwave, laser, and infrared transmission occurs.
  2. A very popular and widely used. Has a long history of usage. Asymmetric Digital Subscriber Line (ADSL), which allocates line bandwidth asymmetrically with downstream (CO to customer premises) data rates of up to 9 Mbps and upstream rates of up to 640 Kbps, depending on the implementation High-bit-rate Digital Subscriber Line (HDSL), which supports high-speed, full-duplex communication up to T1 or E2 speeds over multiple twisted-pair lines Symmetric Digital Subscriber Line (SDSL), which supports standard telephone communication and T1 or E1 data communication over a single twisted-pair line Very High-rate Digital Subscriber Line (VDSL), which supports downstream speeds of up to 52 Mbps over short distances One of five grades of UTP cabling described in the EIA/TIA-568B standard.
  3. Important ones.. A very common medium used widely.
  4. The light transmitted through the fiber is typically infrared and confined due to total internal reflection within the material. Fiber has the ability to carry more information over much longer distances. Being more and more widely used…
  5. This chart provides a comparison of the 802.3 standards for 10 and 100 BaseT over copper and fiber media.
  6. The last link with the users is wireless, to give a network connection to all users in a building or campus. The backbone network usually uses cables. Wimax could be typically used within a city
  7. Ask for class inputs…ashttp://homenethelp.com/home-network.aspk what types of LAN configs….