SlideShare a Scribd company logo
1 of 10
Common NetworkDevices
Network switches
Computernetworkingdevices are units that mediate data in a
computernetwork and are also called networkequipment.Units which
are the last receiver or generate data are called hosts or data terminal
equipment.
Hub[edit]
Hubs connect computers togetherin a star topology network. Due to
their design, they increase the chances for collisions.Hubs operate in
the physical layer of the OSI model and have no intelligence.Hubs flood
incomingpackets to all ports all the time. For this reason,if a network
is connected usinghubs,the chances of a collision increases linearly
with the numberof computers (assumingequal bandwidth use).Hubs
pose a security risk since all packets are flooded to all ports all the time.
If a userhas packet sniffing software, they can extract data from the
networkand potentiallydecode it and use it. Hubs make it easy to "spy"
on users on the same LAN as you.
Repeater[edit]
A wireless repeater.
A repeateris an electronicdevice that receives a signal and retransmits
it at a higherlevel and/orhigher power, or onto the other side of an
obstruction,so that the signal can cover longerdistances without
degradation.Becauserepeaters workwith the actual physical signal,
and do not attempt to interpret the data being transmitted, they
operate on the physical layer, the first layer of the OSI model.
Repeaters are majorlyemployed in long distance transmission to reduce
the effect of attenuation.It is important to note that repeaters do not
amplify the original signal but simply regenerate it.
Modem [edit]
Modem (from modulator-demodulator)is a device that turns the digital
1s and 0s of a personal computerinto sounds that can be transmitted
over the telephone lines of Plain Old Telephone Systems (POTS),and
once received on the other side, converts those sounds back into a form
used by a USB, Ethernet, serial,or network connection.Modemsare
generallyclassified by the amount of data they can send in a given time,
normallymeasured in bits per second,or "bps".
NIC (Network Interface Card) [edit]
A networkinterface card is a computerhardware componentdesigned
to allow computers to communicate overa computernetwork. It is both
an OSI layer 1 (physical layer) and layer 2 (data link layer) device, as it
provides physical access to a networkingmedium and provides a low-
level addressingsystem through the use of MAC addresses.It allows
users to connect to each other either by using cables or wirelessly.Most
motherboards todaycome equipped with a network interface card in the
form of a controller, with the hardware built into the board itself,
eliminatingthe need for a standalone card.
Media converters [edit]
Media converters are simple networkingdevices that make it possible to
connect two dissimilarmedia types such as twisted pair with fiber optic
cabling. Theywere introduced to the industrynearly two decades ago,
and are importantin interconnectingfiberoptic cabling-based systems
with existing copper-based,structured cablingsystems. Media
converters support many differentdata communication protocols
including Ethernet,T1/E1, T3/E3,as well as multiple cabling types
such as coaxial, twisted pair, multimode and single-mode fiberoptics.
When expandingthe reach of a Local Area Networkto span multiple
locations,media converters are useful in connectingmultiple LANs to
form one large "campus area network" that spans over a limited
geographicarea. As local networks are primarily copper-based,media
converters can extend the reach of the LAN over single-modefiberup to
130 kilometers with 1550 nm optics.
Basic switch [edit]
Switches are often confused with bridges because theyalso operate at
thedata link layer of the OSI model.Similar to a hub, switches provide
a central connection between two or more computers on a network, but
with some intelligence.Theyprovide traffic control for packets; rather
than forwardingdata to all the connected ports, a switch forwards data
only to the port on which the destination system is connected.Theyuse
a databaseof MAC addresses to determine where computers are located
and very efficiently send packets only where they need to go. The
database is created dynamicallyas computers communicate on the
network. The switch simply watches the incomingpackets and
memorizes the MAC address and port a packet arrives on. If a packet
arrives with a destination computerthat the switch does not have an
address for in its MAC address table, it will flood the packet out all
connected ports. A switch creates separate collision domains for each
physical connection.A switch will only create separate broadcast
domains if separate VLANs (Virtual Local Area Networks) are assigned
to different ports on the switch. Otherwise,a broadcastreceived on one
port will be flooded out all ports except the one it came in on.
Bridge [edit]
Bridges can be identified by the fact that they operate at the data link
layer of the OSI model.Bridges have intelligence and can "bridge" two
of their ports togetherat very high speed.Theyuse a database of MAC
addresses to determine where computers are located and very efficiently
send frames only where they need to go. The database is created
dynamicallyas computers communicate on the network. A bridge
simply watches the incomingframe and memorizes the MAC address
and port a frame arrives on. It uses this information to locate a
computerif a packet comes in that must be forwarded to it. If a frame
arrives at the bridge and the bridge does not know where to send it, the
bridge will flood the frame just like a hub does. Bridging is often
inaccuratelycalled switching.
Wireless access point [edit]
A wireless access point (WAP or AP) is a device that allows wireless
communicationdevices to connectto a wireless network usingWi-Fi,
Bluetooth or related standards.The WAP usuallyconnects to a wired
network, and can relay data betweenthe wireless devices (such as
computers or printers) and wired devices on the network.
A typical corporate use involves attaching several WAPs to a wired
networkand then providingwireless access to the office Local Area
Network. Within the range of the WAPs,the wireless end user has a
full networkconnection with the benefitof mobility. In this instance,
the WAP functions as a gatewayfor clients to access the wired network.
A Hot Spot is a common publicapplication of WAPs, where wireless
clients can connect to the Internetwithoutregard for the particular
networks to which they have attached for the moment.The concept has
become common in large cities, where a combination ofcoffeehouses,
libraries,as well as privately owned open access points, allow clients to
stay more or less continuouslyconnected to the Internet,while moving
around.A collection of connected Hot Spots can be referred to as a lily-
pad network.
Home networks generallyhave only one WAP to connectall the
computers in a home.Most are wireless routers, meaningconverged
devices that include a WAP,router, and often an Ethernetswitch in the
same device. Many also converge a broadband modem.In places where
most homes have their own WAP within range of the neighbors' WAP,
it's possible for technicallysavvy people to turn off their encryption and
set up a wireless communitynetwork, creating an intra-city
communicationnetworkwithoutthe need of wired networks.
Basic router [edit]
Routers operate at the networklayer of the OSI model and efficiently
route information between Local Area Networks. Since routers operate
in the third layer, the networklayer, they must understand layer3
addressing...such as TCP/IP.A router will divide a broadcastdomain by
not forwardingbroadcasts on one connected networkto another
connected network.Routers operate in two different planes:the control
plane,in which the router learns the outgoinginterface that is most
appropriate for forwardingspecific packets to specific destinations,and
the forwardingplane, which is responsiblefor the actual process of
sendinga packet received on a logical interface to an outbound logical
interface.
Basic firewall [edit]
A firewall is a part of a computer system or networkthat is designed to
block unauthorized access while permitting outward communication.It
is also a device or set of devices configured to permit, deny, encrypt,
decrypt, or proxy all computertraffic between differentsecurity
domains based upon a set of rules and other criteria.
Firewalls can be implemented in both hardware and software, or a
combinationof both. Firewalls are frequentlyused to prevent
unauthorized Internetusers from accessingprivate networks connected
to the Internet. All messages enteringor leavingthe Local Area
Network pass through the firewall, which examines each messageand
blocks those that do not meet the specified security criteria. Without
proper configuration,a firewall can often become worthless.Standard
security practices dictate a "default-deny"firewall ruleset,in which the
only networkconnections which are allowed are the ones that have been
explicitly allowed.
Basic DHCP (Dynamic Host ConfigurationProtocol)server [edit]
When a DHCP-configured client(be it a computeror any other network-
aware device) connects to a network,the DHCP client sends a broadcast
query requestingnecessaryinformation from a DHCP server. The
DHCP server manages a pool of IP addresses and information about
client configuration parameters such as the default gateway,the
domain name,theDNS (Domain Name System) servers, otherservers
such as time servers, and so forth. Upon receipt of a valid requestthe
server will assign the computeran IP address,a lease (the length of
time for which the allocation is valid), and other IP configuration
parameters,such as the subnetmask and the default gateway.The
query is typically initiated immediatelyafter bootingand must be
completed before the client can initiate IP-based communicationwith
other hosts.
Networking hardware
Networking hardware mayalso be known as network
equipment orcomputer networking devices.
Units which are the last receiver or generate data are
called hosts or data terminal equipment.[citationneeded]
All these terms refer to devices facilitating the use of a computer
network. Specifically, they mediate data in a computernetwork.[1]
Range
Typically, networkinghardware includes gateways,routers,network
bridges, switches,hubs,and repeaters.But it also includes hybrid
networkdevices such as multilayerswitches, protocol converters, bridge
routers, proxy servers, firewalls,networkaddress
translators,multiplexers,networkinterface controllers,wireless
networkinterface controllers,modems,ISDN terminal adapters,line
drivers, wireless access points, networkingcables and other related
hardware.
The most common kind of networkinghardware todayis a copper-
based Ethernetadapterbecause of its standard inclusion on most
modern computersystems. Wireless networking has,however,become
increasinglypopular,especiallyfor portable and handheld devices.
Other hardware prevalentin computernetworkingincludes data
center equipment(such as file servers, databaseserversandstorage
areas), networkservices (such as DNS, DHCP,email, etc.) as well as
devices which assure content delivery.
Takinga wider view, mobile phones,PDAs and even modern coffee
machines mayalso be considered networkinghardware.As technology
advances and IP-based networks are integrated into building
infrastructure and household utilities,networkhardware will becomes
an ambiguous term owingto the vastly increasingnumberof "network
capable"endpoints.
Specific devices
 Gateway:this device is placed at a networknode and interfaces with
anothernetworkthat uses different protocols.It works on OSI layers
4 to 7.
 Router: a specialized networkdevice that determines the next
networkpoint to which it can forward a data packet towards the
ultimate destination of the packet. Unlike a gateway,it cannot
interface differentprotocols. It works on OSI layer 3.
 Switch: a device that allocates traffic from one networksegmentto
certain lines (intended destination(s))which connectthe segmentto
anothernetworksegment.Unlike a hub,a switch splits the network
traffic and sends it to differentdestinations ratherthan to all
systems on the network.It works on OSI layer 2.
 Bridge: a device that connects multiple network segments along
the data link layer. It works on OSI layer 2.
 Hub: a device that connects multiple Ethernetsegments,making
them act as a single segment.When usinga hub, every attached
device shares the same broadcastdomain and the same collision
domain.Therefore,onlyone computer connected to the hub is able to
transmit at a time. Dependingon the networktopology,the hub
provides a basic level 1 OSI model connection amongthe network
objects (workstations,servers, etc.). It provides bandwidth which is
shared amongall the objects, in contrast to switches,which provide a
connection between individual nodes.It works on OSI layer 1.
 Repeater:a device which amplifies or regenerates digital signals
received while sendingthem from one part of a network into another.
It works on OSI layer 1.
Some hybrid network devices:
 Multilayerswitch: a switch which, in addition to switching on OSI
layer 2, provides functionalityat higherprotocol layers.
 Protocol converter: a hardware device that converts betweentwo
different types of transmission,such as asynchronous and
synchronoustransmissions.
 Bridge router (brouter): a device that combines routerand bridge
functionalityand therefore works on OSI layers 2 and 3.
Hardware or software components that typically sit on the connection
point of differentnetworks, e.g. betweenan internal network and an
external network:
 Proxy server: computernetwork service which allows clients to make
indirect network connectionsto other network services.
 Firewall:a piece of hardware or software put on the network to
prevent some communications forbiddenby the networkpolicy.
 Network address translator (NAT): networkservice provided as
hardware or software that converts internal to external network
addresses and vice versa.
Other hardware for establishingnetworks or dial-up connections:
 Multiplexer:a device that combines several electrical signals into a
single signal.
 Network interface controller: a device connectingthe attached
computerto a wire-based computernetwork.
 Wireless networkinterface controller:a device connectingthe
attached computer to a radio-based computernetwork.
 Modem:device that modulates an analog"carrier" signal (such as
sound)to encode digital information,and that also demodulates such
a carrier signal to decode the transmitted information,such as a
computercommunicatingwith anothercomputerover a telephone
network.
 ISDN terminal adapter (TA): a specialized gateway for ISDN.
 Line driver: a device to increase transmission distance byamplifying
the signal; used in base-band networks only.

More Related Content

What's hot

Networking devices
Networking devicesNetworking devices
Networking devicesfrestoadi
 
Types of Networking Devices
Types of Networking DevicesTypes of Networking Devices
Types of Networking DevicesShubham Bathe
 
Networking Hardware
Networking HardwareNetworking Hardware
Networking Hardwareisma ishak
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And SoftwareSteven Cahill
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comTechLinu.com
 
Networking Devices
Networking DevicesNetworking Devices
Networking DevicesNitin16498
 
Networking device
Networking deviceNetworking device
Networking devicePrem Sahu
 
Popular network devices
Popular network devicesPopular network devices
Popular network devicesMahesh_Naidu
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networksfarhan516
 

What's hot (20)

Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Types of Networking Devices
Types of Networking DevicesTypes of Networking Devices
Types of Networking Devices
 
Networking Hardware
Networking HardwareNetworking Hardware
Networking Hardware
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking devices
Networking  devices Networking  devices
Networking devices
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
networking devices
networking devicesnetworking devices
networking devices
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And Software
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.com
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
Networking device
Networking deviceNetworking device
Networking device
 
Network devices
Network devicesNetwork devices
Network devices
 
5 Lan
5 Lan5 Lan
5 Lan
 
Basic Networking
Basic NetworkingBasic Networking
Basic Networking
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
Popular network devices
Popular network devicesPopular network devices
Popular network devices
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networks
 

Similar to Common network devices

Terminologies used with networking
Terminologies used with networkingTerminologies used with networking
Terminologies used with networkingchamwama
 
What is computer network? Give details.
What is computer network? Give details.What is computer network? Give details.
What is computer network? Give details.MuhammadTanveer121
 
Devices use in computer networking
Devices use in computer networkingDevices use in computer networking
Devices use in computer networkingEzekielHuggins110315
 
Computer network
Computer networkComputer network
Computer networkAnupan Jain
 
Data communication class note 1
Data communication class note 1Data communication class note 1
Data communication class note 1Prosanta Mazumder
 
Summarize the purpose of a WAN and define what makes up a WAN connec.pdf
Summarize the purpose of a WAN and define what makes up a WAN connec.pdfSummarize the purpose of a WAN and define what makes up a WAN connec.pdf
Summarize the purpose of a WAN and define what makes up a WAN connec.pdfFOREVERPRODUCTCHD
 
What is networking
What is networkingWhat is networking
What is networkingbabyparul
 
Network protocol
Network protocolNetwork protocol
Network protocolQadarAhmed1
 
Unit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.pptUnit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.pptArumugam90
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.pptSaagar Shetage
 

Similar to Common network devices (20)

Network_Devices.pdf
Network_Devices.pdfNetwork_Devices.pdf
Network_Devices.pdf
 
NT BY AKATSUKI.pdf E
NT BY AKATSUKI.pdf                              ENT BY AKATSUKI.pdf                              E
NT BY AKATSUKI.pdf E
 
Terminologies used with networking
Terminologies used with networkingTerminologies used with networking
Terminologies used with networking
 
What is computer network? Give details.
What is computer network? Give details.What is computer network? Give details.
What is computer network? Give details.
 
Networking
NetworkingNetworking
Networking
 
JEG-G4.pptx
JEG-G4.pptxJEG-G4.pptx
JEG-G4.pptx
 
Devices use in computer networking
Devices use in computer networkingDevices use in computer networking
Devices use in computer networking
 
Com
ComCom
Com
 
Networking
NetworkingNetworking
Networking
 
Computer network
Computer networkComputer network
Computer network
 
Data communication class note 1
Data communication class note 1Data communication class note 1
Data communication class note 1
 
Summarize the purpose of a WAN and define what makes up a WAN connec.pdf
Summarize the purpose of a WAN and define what makes up a WAN connec.pdfSummarize the purpose of a WAN and define what makes up a WAN connec.pdf
Summarize the purpose of a WAN and define what makes up a WAN connec.pdf
 
Network hardware
Network hardwareNetwork hardware
Network hardware
 
What is networking
What is networkingWhat is networking
What is networking
 
final NEtworking.pptx
final  NEtworking.pptxfinal  NEtworking.pptx
final NEtworking.pptx
 
Network protocol
Network protocolNetwork protocol
Network protocol
 
Network.ppt
Network.pptNetwork.ppt
Network.ppt
 
Basic Networking.ppt
Basic Networking.pptBasic Networking.ppt
Basic Networking.ppt
 
Unit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.pptUnit I_Computer Networks_2.ppt
Unit I_Computer Networks_2.ppt
 
Network-20210426203825.ppt
Network-20210426203825.pptNetwork-20210426203825.ppt
Network-20210426203825.ppt
 

Recently uploaded

The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxAbhayThakur200703
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...lizamodels9
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...lizamodels9
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsApsara Of India
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...lizamodels9
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 

Recently uploaded (20)

The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptx
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 

Common network devices

  • 1. Common NetworkDevices Network switches Computernetworkingdevices are units that mediate data in a computernetwork and are also called networkequipment.Units which are the last receiver or generate data are called hosts or data terminal equipment. Hub[edit] Hubs connect computers togetherin a star topology network. Due to their design, they increase the chances for collisions.Hubs operate in the physical layer of the OSI model and have no intelligence.Hubs flood incomingpackets to all ports all the time. For this reason,if a network is connected usinghubs,the chances of a collision increases linearly with the numberof computers (assumingequal bandwidth use).Hubs pose a security risk since all packets are flooded to all ports all the time. If a userhas packet sniffing software, they can extract data from the networkand potentiallydecode it and use it. Hubs make it easy to "spy" on users on the same LAN as you. Repeater[edit]
  • 2. A wireless repeater. A repeateris an electronicdevice that receives a signal and retransmits it at a higherlevel and/orhigher power, or onto the other side of an obstruction,so that the signal can cover longerdistances without degradation.Becauserepeaters workwith the actual physical signal, and do not attempt to interpret the data being transmitted, they operate on the physical layer, the first layer of the OSI model. Repeaters are majorlyemployed in long distance transmission to reduce the effect of attenuation.It is important to note that repeaters do not amplify the original signal but simply regenerate it. Modem [edit] Modem (from modulator-demodulator)is a device that turns the digital 1s and 0s of a personal computerinto sounds that can be transmitted over the telephone lines of Plain Old Telephone Systems (POTS),and once received on the other side, converts those sounds back into a form used by a USB, Ethernet, serial,or network connection.Modemsare generallyclassified by the amount of data they can send in a given time, normallymeasured in bits per second,or "bps". NIC (Network Interface Card) [edit] A networkinterface card is a computerhardware componentdesigned to allow computers to communicate overa computernetwork. It is both an OSI layer 1 (physical layer) and layer 2 (data link layer) device, as it
  • 3. provides physical access to a networkingmedium and provides a low- level addressingsystem through the use of MAC addresses.It allows users to connect to each other either by using cables or wirelessly.Most motherboards todaycome equipped with a network interface card in the form of a controller, with the hardware built into the board itself, eliminatingthe need for a standalone card. Media converters [edit] Media converters are simple networkingdevices that make it possible to connect two dissimilarmedia types such as twisted pair with fiber optic cabling. Theywere introduced to the industrynearly two decades ago, and are importantin interconnectingfiberoptic cabling-based systems with existing copper-based,structured cablingsystems. Media converters support many differentdata communication protocols including Ethernet,T1/E1, T3/E3,as well as multiple cabling types such as coaxial, twisted pair, multimode and single-mode fiberoptics. When expandingthe reach of a Local Area Networkto span multiple locations,media converters are useful in connectingmultiple LANs to form one large "campus area network" that spans over a limited geographicarea. As local networks are primarily copper-based,media converters can extend the reach of the LAN over single-modefiberup to 130 kilometers with 1550 nm optics. Basic switch [edit] Switches are often confused with bridges because theyalso operate at thedata link layer of the OSI model.Similar to a hub, switches provide a central connection between two or more computers on a network, but with some intelligence.Theyprovide traffic control for packets; rather than forwardingdata to all the connected ports, a switch forwards data only to the port on which the destination system is connected.Theyuse a databaseof MAC addresses to determine where computers are located
  • 4. and very efficiently send packets only where they need to go. The database is created dynamicallyas computers communicate on the network. The switch simply watches the incomingpackets and memorizes the MAC address and port a packet arrives on. If a packet arrives with a destination computerthat the switch does not have an address for in its MAC address table, it will flood the packet out all connected ports. A switch creates separate collision domains for each physical connection.A switch will only create separate broadcast domains if separate VLANs (Virtual Local Area Networks) are assigned to different ports on the switch. Otherwise,a broadcastreceived on one port will be flooded out all ports except the one it came in on. Bridge [edit] Bridges can be identified by the fact that they operate at the data link layer of the OSI model.Bridges have intelligence and can "bridge" two of their ports togetherat very high speed.Theyuse a database of MAC addresses to determine where computers are located and very efficiently send frames only where they need to go. The database is created dynamicallyas computers communicate on the network. A bridge simply watches the incomingframe and memorizes the MAC address and port a frame arrives on. It uses this information to locate a computerif a packet comes in that must be forwarded to it. If a frame arrives at the bridge and the bridge does not know where to send it, the bridge will flood the frame just like a hub does. Bridging is often inaccuratelycalled switching. Wireless access point [edit]
  • 5. A wireless access point (WAP or AP) is a device that allows wireless communicationdevices to connectto a wireless network usingWi-Fi, Bluetooth or related standards.The WAP usuallyconnects to a wired network, and can relay data betweenthe wireless devices (such as computers or printers) and wired devices on the network. A typical corporate use involves attaching several WAPs to a wired networkand then providingwireless access to the office Local Area Network. Within the range of the WAPs,the wireless end user has a full networkconnection with the benefitof mobility. In this instance, the WAP functions as a gatewayfor clients to access the wired network. A Hot Spot is a common publicapplication of WAPs, where wireless clients can connect to the Internetwithoutregard for the particular networks to which they have attached for the moment.The concept has become common in large cities, where a combination ofcoffeehouses, libraries,as well as privately owned open access points, allow clients to stay more or less continuouslyconnected to the Internet,while moving around.A collection of connected Hot Spots can be referred to as a lily- pad network. Home networks generallyhave only one WAP to connectall the computers in a home.Most are wireless routers, meaningconverged devices that include a WAP,router, and often an Ethernetswitch in the same device. Many also converge a broadband modem.In places where most homes have their own WAP within range of the neighbors' WAP,
  • 6. it's possible for technicallysavvy people to turn off their encryption and set up a wireless communitynetwork, creating an intra-city communicationnetworkwithoutthe need of wired networks. Basic router [edit] Routers operate at the networklayer of the OSI model and efficiently route information between Local Area Networks. Since routers operate in the third layer, the networklayer, they must understand layer3 addressing...such as TCP/IP.A router will divide a broadcastdomain by not forwardingbroadcasts on one connected networkto another connected network.Routers operate in two different planes:the control plane,in which the router learns the outgoinginterface that is most appropriate for forwardingspecific packets to specific destinations,and the forwardingplane, which is responsiblefor the actual process of sendinga packet received on a logical interface to an outbound logical interface. Basic firewall [edit] A firewall is a part of a computer system or networkthat is designed to block unauthorized access while permitting outward communication.It is also a device or set of devices configured to permit, deny, encrypt, decrypt, or proxy all computertraffic between differentsecurity domains based upon a set of rules and other criteria. Firewalls can be implemented in both hardware and software, or a combinationof both. Firewalls are frequentlyused to prevent
  • 7. unauthorized Internetusers from accessingprivate networks connected to the Internet. All messages enteringor leavingthe Local Area Network pass through the firewall, which examines each messageand blocks those that do not meet the specified security criteria. Without proper configuration,a firewall can often become worthless.Standard security practices dictate a "default-deny"firewall ruleset,in which the only networkconnections which are allowed are the ones that have been explicitly allowed. Basic DHCP (Dynamic Host ConfigurationProtocol)server [edit] When a DHCP-configured client(be it a computeror any other network- aware device) connects to a network,the DHCP client sends a broadcast query requestingnecessaryinformation from a DHCP server. The DHCP server manages a pool of IP addresses and information about client configuration parameters such as the default gateway,the domain name,theDNS (Domain Name System) servers, otherservers such as time servers, and so forth. Upon receipt of a valid requestthe server will assign the computeran IP address,a lease (the length of time for which the allocation is valid), and other IP configuration parameters,such as the subnetmask and the default gateway.The query is typically initiated immediatelyafter bootingand must be completed before the client can initiate IP-based communicationwith other hosts. Networking hardware Networking hardware mayalso be known as network equipment orcomputer networking devices. Units which are the last receiver or generate data are called hosts or data terminal equipment.[citationneeded] All these terms refer to devices facilitating the use of a computer network. Specifically, they mediate data in a computernetwork.[1] Range
  • 8. Typically, networkinghardware includes gateways,routers,network bridges, switches,hubs,and repeaters.But it also includes hybrid networkdevices such as multilayerswitches, protocol converters, bridge routers, proxy servers, firewalls,networkaddress translators,multiplexers,networkinterface controllers,wireless networkinterface controllers,modems,ISDN terminal adapters,line drivers, wireless access points, networkingcables and other related hardware. The most common kind of networkinghardware todayis a copper- based Ethernetadapterbecause of its standard inclusion on most modern computersystems. Wireless networking has,however,become increasinglypopular,especiallyfor portable and handheld devices. Other hardware prevalentin computernetworkingincludes data center equipment(such as file servers, databaseserversandstorage areas), networkservices (such as DNS, DHCP,email, etc.) as well as devices which assure content delivery. Takinga wider view, mobile phones,PDAs and even modern coffee machines mayalso be considered networkinghardware.As technology advances and IP-based networks are integrated into building infrastructure and household utilities,networkhardware will becomes an ambiguous term owingto the vastly increasingnumberof "network capable"endpoints. Specific devices  Gateway:this device is placed at a networknode and interfaces with anothernetworkthat uses different protocols.It works on OSI layers 4 to 7.  Router: a specialized networkdevice that determines the next networkpoint to which it can forward a data packet towards the ultimate destination of the packet. Unlike a gateway,it cannot interface differentprotocols. It works on OSI layer 3.  Switch: a device that allocates traffic from one networksegmentto certain lines (intended destination(s))which connectthe segmentto anothernetworksegment.Unlike a hub,a switch splits the network traffic and sends it to differentdestinations ratherthan to all systems on the network.It works on OSI layer 2.
  • 9.  Bridge: a device that connects multiple network segments along the data link layer. It works on OSI layer 2.  Hub: a device that connects multiple Ethernetsegments,making them act as a single segment.When usinga hub, every attached device shares the same broadcastdomain and the same collision domain.Therefore,onlyone computer connected to the hub is able to transmit at a time. Dependingon the networktopology,the hub provides a basic level 1 OSI model connection amongthe network objects (workstations,servers, etc.). It provides bandwidth which is shared amongall the objects, in contrast to switches,which provide a connection between individual nodes.It works on OSI layer 1.  Repeater:a device which amplifies or regenerates digital signals received while sendingthem from one part of a network into another. It works on OSI layer 1. Some hybrid network devices:  Multilayerswitch: a switch which, in addition to switching on OSI layer 2, provides functionalityat higherprotocol layers.  Protocol converter: a hardware device that converts betweentwo different types of transmission,such as asynchronous and synchronoustransmissions.  Bridge router (brouter): a device that combines routerand bridge functionalityand therefore works on OSI layers 2 and 3. Hardware or software components that typically sit on the connection point of differentnetworks, e.g. betweenan internal network and an external network:  Proxy server: computernetwork service which allows clients to make indirect network connectionsto other network services.  Firewall:a piece of hardware or software put on the network to prevent some communications forbiddenby the networkpolicy.  Network address translator (NAT): networkservice provided as hardware or software that converts internal to external network addresses and vice versa. Other hardware for establishingnetworks or dial-up connections:
  • 10.  Multiplexer:a device that combines several electrical signals into a single signal.  Network interface controller: a device connectingthe attached computerto a wire-based computernetwork.  Wireless networkinterface controller:a device connectingthe attached computer to a radio-based computernetwork.  Modem:device that modulates an analog"carrier" signal (such as sound)to encode digital information,and that also demodulates such a carrier signal to decode the transmitted information,such as a computercommunicatingwith anothercomputerover a telephone network.  ISDN terminal adapter (TA): a specialized gateway for ISDN.  Line driver: a device to increase transmission distance byamplifying the signal; used in base-band networks only.