The Common Network Devices
The Common Network Devices
network devices
Computer networking devices are
units that mediate data in a computer
network and are also called network
equipment. Units which are the last
receiver or generate data are called
hosts or data terminal equipment.
Networking
Do you know
me?
Networking
Networking
HUBS
Hubs
connect
computers
together
in
astar
topologynetwork. Due to their design, they increase the
chances for collisions. Hubs operate in thephysical
layerof theOSI modeland have no intelligence. Hubs
flood incoming packets to all ports all the time. For this
reason, if a network is connected using hubs, the chances
of a collision increases linearly with the number of
computers (assuming equal bandwidth use). Hubs pose a
security risk since all packets are flooded to all ports all
the time. If a user has packet sniffing software, they can
extract data from the network and potentially decode it
and use it. Hubs make it easy to "spy" on users on the
same LAN as you.
Networking
Repeater
Networking
Modem
Networking
Networking
Media Converters
Networking
Basic Switch
Switches are often confused with bridges because they also operate
at the data 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. They provide traffic control for
packets; rather than forwarding data to all the connected ports, a
switch forwards data only to the port on which the destination
system is connected. They use a database of MAC addresses to
determine where computers are located and very efficiently send
packets only where they need to go. The database is created
dynamically as computers communicate on the network. The switch
simply watches the incoming packets and memorizes the MAC
address and port a packet arrives on. If a packet arrives with a
destination computer that 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 broadcast received on one
port will be flooded out all ports except the one it came in on.
Networking
Bridge
Networking
wireless access point (WAP or AP) is a device that allows wireless communication devices to
connect to a wireless network using Wi-Fi, Bluetooth or related standards. The WAP usually connects
to a wired network, and can relay data between the wireless devices (such as computers or printers)
and wired devices on the network.
A typical corporate use involves attaching several WAPs to a wired network and then providing
wireless access to the officeLocal Area Network. Within the range of the WAPs, the wireless end user
has a full network connection with the benefit of mobility. In this instance, the WAP functions as a
gateway for clients to access the wired network.
A Hot Spot is a common public application of WAPs, where wireless clients can connect to the
Internet without regard for the particular networks to which they have attached for the moment. The
concept has become common in large cities, where a combination of coffeehouses, libraries, as well
as privately owned open access points, allow clients to stay more or less continuously connected to
the Internet, while moving around. A collection of connected Hot Spots can be referred to as a lilypad network.
Home networks generally have only one WAP to connect all the computers in a home. Most are
wireless routers, meaning converged devices that include a WAP, router, and often
anEthernetswitch 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 technically
savvy people to turn off their encryption and set up a wireless community network, creating an intracity communication network without the need of wired networks.
Networking
Basic Router
Networking
Basic Firewall
A
Networking