Networking Devices: Prepared by G.Uthayakumar

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

4/24/2015

Hub
 A hub is the device that connects all the segments of the network together in
a star topology Ethernet network.
 Every device in the network connects directly to the hub through a
Networking Devices single cable and is used to connect multiple devices without
segmenting a network.
 Any transmission received on one port will be sent out all the other
ports in the hub, including the receiving pair for the transmitting
device.
Prepared By G.Uthayakumar
 Carrier Sense Multiple Access with Collision Detection
(CSMA/CD) on the transmitter can monitor for collisions.

2 Prepared By Uthayakumar

Repeater
 repeaters were used in the old Thinnet networks of yesteryear.
 Today, they’re just employed as the multi-port repeaters that call
hubs.

Ethernet repeater

A typical hub

3 Prepared By Uthayakumar 4 Prepared By Uthayakumar

Modem DSL(Digital subscriber line)


 An acronym that stands for MOdulator/DEModulator.  replaced traditional modem access
 Traditional (plain old telephone service [POTS])  DSL “modems” are the devices that allow the network signals to pass
 DSL over phone lines on these higher frequencies.
 Cable  Avail to make regular, land-line phone calls while online.
Traditional (POTS) Modems  DSL uses higher frequencies (above 3200Hz) than regular voice
 These modems convert the signals from your computer into those phone calls.
that travel over plain old telephone service (POTS) lines.
 PC manufacturers include one with the computer.
Cable Modem
 Cable modems connect an individual PC or network to the Internet
using your television cable.
 The cable TV companies use their existing cable infrastructure to
deliver data services on unused frequency bands.
5 Prepared By Uthayakumar 6 Prepared By Uthayakumar

1
4/24/2015

Network Interface Card (NIC)


 a Network Interface Card (NIC) is installed in computer to connect, or
interface, computer to the network.
 It provides the physical, electrical, and electronic connections to the
network media.
there are two separate
LEDs on the NIC.
1->Link LED
2->Activity LED

A typical DSL modem setup Network Interface Card


7 Prepared By Uthayakumar 8 Prepared By Uthayakumar

Transceiver (Media Converter)


 Convert one type to another types(Twisted pair to Fiber Optic)
 Many hubs, switches, and NICs have special connectors that allow
for this.

Router with a DIX (AUI) connector

A 100Base-TX to 100Base-FX transceiver


9 Prepared By Uthayakumar 10 Prepared By Uthayakumar

Bridge
 A bridge—specifically, a transparent bridge—is a network device that
connects two similar network segments together.
 Its primary function is to keep traffic separated on either side of the
bridge, breaking up collision domains.

DIX to RJ-45 transceiver

11 Prepared By Uthayakumar 12 Bridges break up collision domains. Prepared By Uthayakumar

2
4/24/2015

Switch Wireless Access Point (AP)


 Switches connect multiple segments of a network together much like hubs.  A wireless access point (AP) allows mobile users to connect to a wired network
 a switch recognizes frames and pays attention to the source and destination wirelessly via radio frequency technologies.
MAC address of the incoming frame as well as the port on which it was
received.
 Switches are a Layer 2 device.(Work based on MAC address)

13 Typical Ethernet switch Prepared By Uthayakumar 14 A typical low-cost access point Prepared By Uthayakumar

Router
 A router is a network device used to connect many, sometimes disparate,
Small Office, Home Office (SOHO)
network segments together, combining them into what we call an
internetwork.
 Routers can be multifaceted devices that behave like computers unto
themselves with their own complex operating systems—for
example, Cisco’s IOS.
 Routers as CPUs that are totally dedicated to the process of routing
packets.
 Router layer-3 switch and multilayer switch.
 Routers, layer-3switches, and multilayer switches are all layer-3
devices.

Router connected to the Internet, providing access for hosts


15 Prepared By Uthayakumar 16 Prepared By Uthayakumar

Firewall
Example of firewalls with a DMZ
 A firewall protects your LAN resources from invaders that prowl the
Internet for unprotected networks, while simultaneously preventing
all or some of LAN’s computers from accessing certain services on
the Internet.
 To employ A firewall to filter packets based on rules that you or the
network administrator create and configure to strictly delimit the
This intermediary network is known as a demilitarized
type of information allowed to flow in and out of the network’s zone (DMZ).
Internet connection.
firewall is used to connect servers and equipment that can be considered
 A firewall can be either a stand-alone “black box” or a software both public and private (like web and email servers).
implementation placed on a server or router.
This intermediary network is known as a demilitarized zone (DMZ).

17 Prepared By Uthayakumar 18 Prepared By Uthayakumar

3
4/24/2015

Dynamic Host Configuration Protocol (DHCP) Server


 DHCP servers assign IP addresses to hosts.
 This protocol gives us a much easier way to administrate—by
automatically providing IP information—than the alternative and
tedious method known as static IP addressing, where we have to
address each host manually.
 It works well in any network environment, from tiny to huge, and
allows all types of hardware to be employed as a DHCP server,
including routers.

DHCP client sends broadcasts looking for a DHCP server


19 Prepared By Uthayakumar 20 Prepared By Uthayakumar

Other Specialized Devices -Multilayer Switch Other Specialized Devices-Content Switch


 A multilayer switch (MLS) is a computer networking device that switches on  switches around today that are capable of utilizing up to OSI Layer 7
Open Systems Interconnection (OSI) Layer 2 like an ordinary network information.
switch but provides extra functions on higher OSI layers, like Layer  Layer 4–7 switches
3, for routing.  Content switches
 In routers, packet switching takes place using a microprocessor,  Content services switches
 Layer 3 switch handles this by using application-specific integrated  Web switches
circuit (ASIC) hardware.  Application switches
 content switches for something known as load balancing
within a whole group of servers.
 dealing with applications likes Transmission Control
Protocol/Internet Protocol (TCP/IP) data, HTTP, HTTPS, and/or
a virtual private network (VPN) concerning a particular port.

21 Prepared By Uthayakumar 22 Prepared By Uthayakumar

Intrusion Detection or Prevention System (IDS/IPS) Load Balancer


 a powerful security tool that detects a plethora of nasty tactics that bad  a load balancer can actually send incoming packets to multiple machines
guys use to exploit systems, hidden behind one IP address.
 including unauthorized logins  load-balancing routers follow various rules to determine specifically
 and privilege increases that can give them access to your sensitive data and how they will route network traffic as user’s needs.
files.  user can set rules based on the least load, fault tolerance, the fastest
 Attacks on network resources, services, and applications even the vile response times, or just dividing up (balancing) outbound requests
practice of placing viruses, worms, and trojans are also detected by IDS. for smooth network operations.
 IDS only identifies, detects, and reports attempts of unauthorized access
to the network as well as any suspicious activity, and is the best software
type for identifying an attack.
 An Intrusion Prevention System (IPS) provides computers with security by vigilantly
watching for any suspicious and potentially malicious tactics. It works in
real time and, as its name suggests, prevents these evil activities.

23 Prepared By Uthayakumar 24 Prepared By Uthayakumar

4
4/24/2015

Multifunction Network Devices Domain Name Service (DNS) Server


 It provides any combination of printing, copying, faxing, and  It is one of the most important servers in network and on the Internet as well.
scanning.  A host name is typically the name of a device that has a specific IP address;
on the Internet,
 it is part of what is known as a fully qualified domain name (FQDN).
 An FQDN consists of a host name and a domain name.
 On the Internet, domains are arranged in a hierarchical tree structure.
 .com A commercial organization. Most companies end up as
part of this domain.
 .edu An educational establishment, such as a university.
 .gov A branch of the U.S. government.
 .int An international organization, such as NATO or the United
Nations.
 .mil A branch of the U.S. military.
 .net A network organization.
 .org A nonprofit organization.

25 A multifunction network device Prepared By Uthayakumar 26 Prepared By Uthayakumar

Bandwidth Shaper Proxy Server


 A bandwidth shaper is essentially another great tool used for optimizing  A proxy server is basically a type of server that handles its client-machine
a network’s performance. requests by forwarding them on to other servers while allowing
 It works by controlling computer network traffic and delaying granular control over the traffic between the local LAN and the
specified packets to lower response time and maximize the Internet.
network’s available bandwidth.

Bandwidth shaping
A proxy server
27 Prepared By Uthayakumar 28 Prepared By Uthayakumar

Channel Service Unit/Data Service Unit (CSU/DSU) Network Segmentation


 The CSU/DSU is a common device found in equipment rooms when the Needs of Network Segmentation
network is connected via a T-series data connection or other digital serial
technology like a T1 or Digital Data Server (DDS).  Too many hosts in a broadcast domain
 The Channel Service Unit (CSU) terminates the line at the customer’s premises and  Broadcast storms
also provides diagnostics and remote testing, if necessary.  Multicasting
 The Data Service Unit (DSU) does the actual transmission of the signal through  Low bandwidth
the CSU and can also provide buffering and data-flow control.  Adding hubs for connectivity to the network.
 to fixing a huge but slow network is to break it up into a number of
smaller networks something called network segmentation.

Typical placement of a CSU/DSU device


29 Prepared By Uthayakumar 30 Prepared By Uthayakumar

5
4/24/2015

Routers are used to connect


networks together and route packets
of data from one network to another
A switch can replace the hub, breaking up collision domains.
Routers create an internetwork
31 Prepared By Uthayakumar 32 Prepared By Uthayakumar

 There are two advantages of using routers in your network:


Here are some points about routers
 They don’t forward broadcasts by default.  Routers, by default, will not forward any broadcast o NN r multicast
 They can filter the network based on Layer 3 (Network layer) packets.
information (such as IP address).
 Routers use the logical address in a Network-layer header to
 Four router functions in network:
determine the next hop router to forward the packet to.
 Packet switching
 Packet filtering  Routers can use access lists, created by an administrator, to control
security on the types of packets that are allowed to enter or exit an
 Internetwork communication interface.
 Path selection  Routers can provide Layer 2 bridging functions if needed and can
 use a bridge in a network to reduce collisions within broadcast simultaneously route through the same interface.
domains and to increase the number of collision domains in  Layer 3 devices (routers, in this case) provide connections between
your network. virtual LANs (VLANs).
 routers (Layer 3 switches) use logical addressing and provide what is  Routers can provide quality of service (QoS) for specific types of
called packet switching. network traffic.
33 Prepared By Uthayakumar 34 Prepared By Uthayakumar

Switches and Bridges at the Data Link Layer


 Layer 2 switching is considered hardware-based bridging because it
uses specialized hardware called an application-specific integrated circuit
(ASIC).
Each segment has its own collision
domain. All segments are in the same
broadcast domain.

A switch in an internetwork
35 Prepared By Uthayakumar

You might also like