SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Basic Networking
Hardware
IMT 546 Group 2
David Ballantine
Kevin Cushman
Krista Holmes
Vikram Kulkarni
Agenda
 Basic LAN Definition
 Network Hardware
 Network Media
 Sample LAN Implementation
 25 Minutes – Presentation
 10 Minutes – Q&A
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.
Source: http://www.dslreports.com/faq/7985
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.).
Source: http://www.dslreports.com/faq/2262
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.
Source: http://socrates.uhwo.hawaii.edu/BusAd/Flower/330/networkdefinitions.html
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.
Source: http://socrates.uhwo.hawaii.edu/BusAd/Flower/330/networkdefinitions.html
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
Source:
http://www.practicallynetworked.com/networking/bridge_types.htm
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
Source:
http://www.practicallynetworked.com/networking/bridge_types.htm
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
Source:
http://www.practicallynetworked.com/networking/bridge_types.htm
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
Source:
http://www.practicallynetworked.com/networking/bridge_types.htm
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
Source:
http://www.practicallynetworked.com/networking/bridge_types.htm
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.
Source : http://depts.washington.edu/sacg/facilities/workshops/networking/network_adv/hardware.shtml
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.
Source : http://fcit.usf.edu/network/glossary.htm
•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.
Optical Fiber
Source : http://en.wikipedia.org/wiki/Optical_fiber
Source : http://www.delmar.edu/Courses/ITSC1391/Sem3/4LANdesign.htm
Wireless Media
Source : http://en.wikipedia.org/wiki/Wireless_LAN
•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
Source: http://homenethelp.com/home-network.asp
http://danbricklin.com/homenetwork.htm
Sample LAN Implementation
Business Configuration
Source: http://www.internalauditing.mnscu.edu/NetworkSecurity/FEBCONFB.PDF
Sample LAN Implementation
Business Configuration
Source: http://www.uccs.edu/~is681/data_signals_w2.ppt
Question & Answers

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Lan
LanLan
Lan
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
 
Network devices ppt
Network devices   pptNetwork devices   ppt
Network devices ppt
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Introduction to Networks_v0.2
Introduction to Networks_v0.2Introduction to Networks_v0.2
Introduction to Networks_v0.2
 
Cn fundamentals of networks
Cn fundamentals of networksCn fundamentals of networks
Cn fundamentals of networks
 
Wlan
WlanWlan
Wlan
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking Network
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
 
CCNA
CCNACCNA
CCNA
 
Vikash file full_final
Vikash file full_finalVikash file full_final
Vikash file full_final
 
Computer networks lan
Computer networks lanComputer networks lan
Computer networks lan
 
IEEE 802 standards
IEEE 802 standardsIEEE 802 standards
IEEE 802 standards
 
Basic networking 07-2012
Basic networking 07-2012Basic networking 07-2012
Basic networking 07-2012
 
IEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer NetworksIEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer Networks
 
Introduction of Networking
Introduction of NetworkingIntroduction of Networking
Introduction of Networking
 
Basic networking
Basic networkingBasic networking
Basic networking
 
Networking Fundamentals: Computer Network Basics
Networking Fundamentals: Computer Network BasicsNetworking Fundamentals: Computer Network Basics
Networking Fundamentals: Computer Network Basics
 

Andere mochten auch

Basic ip and networking ver 3 kl
Basic ip and networking ver 3 klBasic ip and networking ver 3 kl
Basic ip and networking ver 3 klAzhar Ali
 
Wide area network (wan)
Wide area network (wan)Wide area network (wan)
Wide area network (wan)Raaz Shrestha
 
Network ppt
Network pptNetwork ppt
Network ppthlalu861
 
Computer hardware and networking components
Computer hardware and networking componentsComputer hardware and networking components
Computer hardware and networking componentsManpreet Singh Bedi
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devicesRajesh Sadhukha
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer networkAshita Agrawal
 
Lan, man and wan ppt final
Lan, man and wan ppt finalLan, man and wan ppt final
Lan, man and wan ppt finalArushi Garg
 

Andere mochten auch (11)

Basic networking
Basic networkingBasic networking
Basic networking
 
Basic ip and networking ver 3 kl
Basic ip and networking ver 3 klBasic ip and networking ver 3 kl
Basic ip and networking ver 3 kl
 
Wide area network (wan)
Wide area network (wan)Wide area network (wan)
Wide area network (wan)
 
Lan and wan
Lan and wanLan and wan
Lan and wan
 
Lan,wan and man
Lan,wan and manLan,wan and man
Lan,wan and man
 
Network ppt
Network pptNetwork ppt
Network ppt
 
Computer hardware and networking components
Computer hardware and networking componentsComputer hardware and networking components
Computer hardware and networking components
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Lan, man and wan ppt final
Lan, man and wan ppt finalLan, man and wan ppt final
Lan, man and wan ppt final
 

Ähnlich wie Basic networking hardware pre final 1

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.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxssuser86699a
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardwareMziaulla
 
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
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer networkmiteshppt
 
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
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networksTatheer Fatima
 
2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.pptjaba kumar
 
Network system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyNetwork system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyManas Saha
 
Concept of networking
Concept of networkingConcept of networking
Concept of networkingsumit dimri
 
Westermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo Network Technologies
 

Ähnlich wie Basic networking hardware pre final 1 (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.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
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
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
 
2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt2.Introduction to Network Devices.ppt
2.Introduction to Network Devices.ppt
 
CCNA Report
CCNA ReportCCNA Report
CCNA Report
 
NET1.PPT
NET1.PPTNET1.PPT
NET1.PPT
 
My project-new-2
My project-new-2My project-new-2
My project-new-2
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
The Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet CommunicationsThe Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet Communications
 
Network system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyNetwork system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & Technology
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
Westermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet Networking
 
Networking / Internet and Web Technologies
Networking / Internet and Web TechnologiesNetworking / Internet and Web Technologies
Networking / Internet and Web Technologies
 

Kürzlich hochgeladen

Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and ClassificationsAreesha Ahmad
 
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPirithiRaju
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)Areesha Ahmad
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticssakshisoni2385
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfSumit Kumar yadav
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Servicenishacall1
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformationAreesha Ahmad
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxFarihaAbdulRasheed
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .Poonam Aher Patil
 

Kürzlich hochgeladen (20)

Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 

Basic networking hardware pre final 1

  • 1. Basic Networking Hardware IMT 546 Group 2 David Ballantine Kevin Cushman Krista Holmes Vikram Kulkarni
  • 2. Agenda  Basic LAN Definition  Network Hardware  Network Media  Sample LAN Implementation  25 Minutes – Presentation  10 Minutes – Q&A
  • 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. Source: http://www.dslreports.com/faq/7985
  • 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.). Source: http://www.dslreports.com/faq/2262
  • 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. Source: http://socrates.uhwo.hawaii.edu/BusAd/Flower/330/networkdefinitions.html
  • 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. Source: http://socrates.uhwo.hawaii.edu/BusAd/Flower/330/networkdefinitions.html
  • 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 Source: http://www.practicallynetworked.com/networking/bridge_types.htm
  • 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 Source: http://www.practicallynetworked.com/networking/bridge_types.htm
  • 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 Source: http://www.practicallynetworked.com/networking/bridge_types.htm
  • 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 Source: http://www.practicallynetworked.com/networking/bridge_types.htm
  • 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 Source: http://www.practicallynetworked.com/networking/bridge_types.htm
  • 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. Source : http://depts.washington.edu/sacg/facilities/workshops/networking/network_adv/hardware.shtml
  • 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. Source : http://fcit.usf.edu/network/glossary.htm
  • 16. •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. Optical Fiber Source : http://en.wikipedia.org/wiki/Optical_fiber
  • 18. Wireless Media Source : http://en.wikipedia.org/wiki/Wireless_LAN •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 Source: http://homenethelp.com/home-network.asp http://danbricklin.com/homenetwork.htm
  • 20. Sample LAN Implementation Business Configuration Source: http://www.internalauditing.mnscu.edu/NetworkSecurity/FEBCONFB.PDF
  • 21. Sample LAN Implementation Business Configuration Source: http://www.uccs.edu/~is681/data_signals_w2.ppt

Hinweis der Redaktion

  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….