SlideShare a Scribd company logo
Networking andNetworking and
InternetworkingInternetworking
DevicesDevices
• Network devices are components used to connect
computers or other electronic devices together so
that they can share files or resources like printers or
fax machines. Devices used to setup a Local Area
Network (LAN) are the most common types of
network devices used by the public.
• An internetwork is a collection of individual
networks, connected by intermediate networking
devices, that functions as a single large network.
Connecting DevicesConnecting Devices
Hub
HubsHubs
A hub is used as a central point of connection among
media segments.
Cables from network devices plug in to the ports on
the hub.
Types of HUBS :
A passive hub is just a connector. It connects the
wires coming from different branches. The signal pass
through a passive hub without regeneration or
amplification. Connect several networking cables
together.
Active hubs or Multiport repeaters-They regenerate
or amplify the signal before they are retransmitted.
Hubs Connect WorkstationsHubs Connect Workstations
TogetherTogether
• The receptacles on the front of the hub are called
ports. There are usually from 4 to 32 ports on a hub,
depending on the size of the network.
• Some hubs have an additional interface port that
connects to another hub, thus increasing the size of
the network.
• Hubs operate at the physical layer of the OSI
model.
• Hubs propagate signals through the network
• They cannot filter network traffic
• They cannot determine best path
RepeaterRepeater
• A repeater is a device that operates only at the PHYSICAL
layer.
• A repeater can be used to increase the length of the
network by eliminating the effect of attenuation on the
signal.
• It connects two segments of the same network ,
overcoming the distance limitations of the transmission
media.
• A repeater forwards every frame; it has no filtering
capability
• A repeater is a generator , not an amplifier.
• Repeaters can connect segments that have the same
access method.(CSMA/CD , Token Passing, Polling , etc.)
Repeater and OSI modelRepeater and OSI model
Function of repeaterFunction of repeater
Repeater is not exactly as same as Amplifier
An example of use of Repeater
BridgeBridge
• Operates in both the PHYSICAL and the data link layer.
• As a PHYSICAL layer device , it regenerates the signal it
receives.
• As a data link layer device , the bridge can check the
PHYSICAL / MAC addresses (source and destination)
contained in the frame.
• A bridge has a table used in filtering decisions.
• It can check the destination address of a frame and
decide if the frame should be forwarded or dropped.
• If the frame is to be forwarded, the decision must specify
the port.
• A bridge has a table that maps address to ports.
• Limit or filter traffic keeping local traffic local yet allow
connectivity to other parts (segments).
BridgeBridge
How Bridges WorkHow Bridges Work
• Bridges work at the Media Access Control Sub-layer
of the OSI model
• Routing table is built to record the segment no. of
address
• If destination address is in the same segment as the
source address, stop transmit
• Otherwise, forward to the other segment
Function of a bridgeFunction of a bridge
Characteristics of BridgesCharacteristics of Bridges
Routing Tables
•Contains one entry per station of network to which bridge is connected.
•Is used to determine the network of destination station of a received packet.
Filtering
•Is used by bridge to allow only those packets destined to the remote network.
•Packets are filtered with respect to their destination and multicast addresses.
Forwarding
•The process of passing a packet from one network to another.
Learning Algorithm
•The process by which the bridge learns how to reach stations on the
internetwork.
Advantages AndAdvantages And
Disadvantages Of BridgesDisadvantages Of Bridges
Advantages of using a bridge
• Extend physical network
• Reduce network traffic with minor segmentation
• Creates separate collision domains
• Reduce collisions
• Connect different architecture
Disadvantages of using bridges
• Slower than repeaters due to filtering
• Do not filter broadcasts
• More expensive than repeaters
RoutersRouters
• Routes packets based on their logical addresses
(host-to-host addressing).
• A router normally connects LANs and WANs in the
Internet and has a routing table that is used for
making decision about the route.
• The routing tables are normally dynamic and are
updated using routing protocols.
• Routers can increase network efficiency by filtering
out broadcast traffic between networks, thus
reducing unnecessary traffic between networks.
Routers in an internetRouters in an internet
Operation of Router
Routing TablesRouting Tables
• Routers contain internal tables of information called routing tables
that keep track of all known network addresses and possible paths
throughout the internetwork, along with cost of reaching each
network. Routers route packets based on the available paths and
their costs, thus taking advantage of redundant paths that can exist
in a mesh topology network.
• Because routers use destination network addresses of packets, they
work only if the configured network protocol is a routable protocol
such as TCP/IP or IPX/SPX. This is different from bridges, which are
protocol independent. The routing tables are the heart of a router;
without them, there's no way for the router to know where to send
the packets it receives.
• Static routers: These must have their routing tables configured
manually with all network addresses and paths in the internetwork.
• Dynamic routers: These automatically create their routing tables by
listening to network traffic.
• Routing tables are the means by which a router selects the fastest or
nearest path to the next "hop" on the way to a data packet's final
destination. This process is done through the use of routing metrics.
• Routing metrics which are the means of determining how much
distance or time a packet will require to reach the final destination.
Routing metrics are provided in different forms.
• Hop is simply a router that the packet must travel through.
• Ticks measure the time it takes to traverse a link. Each tick is 1/18 of a
second. When the router selects a route based on tick and hop
metrics, it chooses the one with the lowest number of ticks first.
Some Types
Routers versus BridgesRouters versus Bridges
Addressing
•Routers are explicitly addressed.
•Bridges are not addressed.
Availability
•Routers can handle failures in links, stations, and other routers.
•Bridges use only source and destination MAC address, which
does not guarantee delivery of frames.
Message Size
•Routers can perform fragmentation on packets and thus handle
different packet sizes.
•Bridges cannot do fragmentation and should not forward a
frame which is too big for the next LAN.
Forwarding
•Routers forward a message to a specific destination.
•Bridges forward a message to an outgoing network.
GatewaysGateways
• Gateways are multi-purpose connection devices.
They are able to convert the format of data in one
computing environment to a format that is usable in
another computer environment (for example,
AppleTalk and DECnet).
• The term gateway is sometimes used when referring
to a router. For the purpose of this lesson, gateways
are devices that link different network types and
protocols. For example, gateways translate different
electronic mail protocols and convey email across
the Internet
Gateways (protocolGateways (protocol
converter)converter)
Gateways Translate DifferentGateways Translate Different
Network ProtocolsNetwork Protocols
ExamplesExamples
•E-mail gateways-for example, a gateway that receives Simple
Mail Transfer Protocol (SMTP) e-mail, translates it into a standard
X.400 format, and forwards it to its destination
•Gateway Service for NetWare (GSNW), which enables a
machine running Microsoft Windows NT Server or Windows Server
to be a gateway for Windows clients so that they can access file
and print resources on a NetWare server
•Gateways between a Systems Network Architecture (SNA) host
and computers on a TCP/IP network, such as the one provided
by Microsoft SNA Server
•A packet assembler/disassembler (PAD) that provides
connectivity between a local area network (LAN) and an X.25
packet-switching network
Gateways can operate at all layers of the OSI model
since they:
•Can provide a physical link between networks.
•Create junctions between dissimilar networks.
•Translate different network protocols and/ or
applications (for example, electronic mail between
the Internet and a commercial online service with its
own mail protocol).
SwitchesSwitches
• Switches are a special type of hub that offers an
additional layer of intelligence to basic, physical-
layer repeater hubs. A switch must be able to read
the MAC address of each frame it receives. This
information allows switches to repeat incoming
data frames only to the computer or computers to
which a frame is addressed. This speeds up the
network and reduces congestion.
• As with hubs, Ethernet implementations of network
switches are the most common. Mainstream
Ethernet switches support either 10/100 Mbps Fast
Ethernet or Gigabit Ethernet (10/100/1000)
standards.
Switches operate at both the physical layer and the data link layer of the OSI Model.
BroutersBrouters
• Brouters are a combination of router and bridge. This is a
special type of equipment used for networks that can be
either bridged or routed, based on the protocols being
forwarded. Brouters are complex, fairly expensive pieces of
equipment and as such are rarely used.
• A Brouter transmits two types of traffic at the exact same time:
bridged traffic and routed traffic. For bridged traffic, the
Brouter handles the traffic the same way a bridge or switch
would, forwarding data based on the physical address of the
packet. This makes the bridged traffic fairly fast, but slower
than if it were sent directly through a bridge because the
Brouter has to determine whether the data packet should be
bridged or routed.
NIC(Network Interface Card)NIC(Network Interface Card)
• Network Interface Card, or NIC is a hardware card
installed in a computer so it can communicate on a
network. The network adapter provides one or more
ports for the network cable to connect to, and it
transmits and receives data onto the network
cable.
• Wireless Lan card
• Every networked computer must also
have a network adapter driver, which
controls the network adapter. Each
network adapter driver is configured
to run with a certain type of network
adapter.
Network Interface Adapter Functions:
• Data encapsulation
• Signal encoding and decoding
• transmission and reception
• Data buffering 
Serial/parallel conversion
Media access control
Modems
• A modem is a device that makes it possible for computers to
communicate over telephone lines. The word modem comes
from Modulate and Demodulate. Because standard
telephone lines use analog signals, and computers digital
signals, a sending modem must modulate its digital signals
into analog signals. The computers modem on the receiving
end must then demodulate the analog signals into digital
signals.
Transceivers (media converters)
• Transceiver short for transmitter-receiver, a device that both transmits
and receives analog or digital signals.
• The term is used most frequently to describe the component in local-
area networks (LANs) that actually applies signals onto the network
wire and detects signals passing through the wire. For many LANs, the
transceiver is built into the network interface card (NIC). Some types
of networks, however, require an external transceiver.
• In Ethernet networks, a transceiver is also
called a Medium Access Unit (MAU).
Media converters interconnect different
cable types twisted pair, fiber, and Thin
or thick coax, within an existing network.
They are often used to connect newer
100-Mbps, Gigabit Ethernet, or ATM
equipment to existing networks, which
are generally 10BASE-T, 100BASE-T, or a
mixture of both..
CSU / DSU (Channel Service Unit /
Data Service Unit)
• A DSU provides all the handshaking
and error correction required to
maintain a connection across a
wide area link, similar to a modem.
The DSU will accept a serial data
stream from a device on the LAN
and translate this into a useable
data stream for the digital WAN
network. It will also take care of
converting any inbound data
streams from the WAN back to a
serial communication.
• A CSU is similar to a DSU except it does not have the ability to
provide handshaking or error correction. It is strictly an interface
between the LAN and the WAN and relies on some other device
to provide handshaking and error correction

More Related Content

What's hot

Internetworking
InternetworkingInternetworking
Internetworking
Raghu nath
 

What's hot (20)

Network Layer design Issues.pptx
Network Layer design Issues.pptxNetwork Layer design Issues.pptx
Network Layer design Issues.pptx
 
Quality of Service
Quality of ServiceQuality of Service
Quality of Service
 
Transport layer services
Transport layer servicesTransport layer services
Transport layer services
 
Snmp
SnmpSnmp
Snmp
 
Physical layer ppt
Physical layer pptPhysical layer ppt
Physical layer ppt
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Routing algorithm
Routing algorithmRouting algorithm
Routing algorithm
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network Layer
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
Computer network switching
Computer network switchingComputer network switching
Computer network switching
 
Mobile Network Layer
Mobile Network LayerMobile Network Layer
Mobile Network Layer
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devices
 
Ip address
Ip addressIp address
Ip address
 
Osi model
Osi modelOsi model
Osi model
 
Transport layer
Transport layer Transport layer
Transport layer
 
Link state routing protocol
Link state routing protocolLink state routing protocol
Link state routing protocol
 
Transport services
Transport servicesTransport services
Transport services
 
Mobile transport layer - traditional TCP
Mobile transport layer - traditional TCPMobile transport layer - traditional TCP
Mobile transport layer - traditional TCP
 
Internetworking
InternetworkingInternetworking
Internetworking
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
 

Similar to Networking and Internetworking Devices

Networking devices
Networking devicesNetworking devices
Networking devices
rupinderj
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02
Aman Jaiswal
 

Similar to Networking and Internetworking Devices (20)

Networking devices
Networking devicesNetworking devices
Networking devices
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02
 
Unit2.2
Unit2.2Unit2.2
Unit2.2
 
Acn Experiment No 2
Acn Experiment No 2Acn Experiment No 2
Acn Experiment No 2
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management Devices
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
Connecting devices
Connecting devicesConnecting devices
Connecting devices
 
Network hardware essentials Lec#3
Network hardware essentials Lec#3Network hardware essentials Lec#3
Network hardware essentials Lec#3
 
Topology,Switching and Routing
Topology,Switching and RoutingTopology,Switching and Routing
Topology,Switching and Routing
 
Computer Network Components
Computer Network  ComponentsComputer Network  Components
Computer Network Components
 
networking.ppt
networking.pptnetworking.ppt
networking.ppt
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Ex-1 Network components.pptx
Ex-1 Network components.pptxEx-1 Network components.pptx
Ex-1 Network components.pptx
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
Unit_1.pptx
Unit_1.pptxUnit_1.pptx
Unit_1.pptx
 
Networking and internetworking devices
Networking and internetworking devicesNetworking and internetworking devices
Networking and internetworking devices
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptx
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer network
 
Bridge
BridgeBridge
Bridge
 
1 networking devices 2014
1 networking devices 20141 networking devices 2014
1 networking devices 2014
 

Recently uploaded

Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdf
AbrahamGadissa
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
Kamal Acharya
 
School management system project report.pdf
School management system project report.pdfSchool management system project report.pdf
School management system project report.pdf
Kamal Acharya
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 

Recently uploaded (20)

retail automation billing system ppt.pptx
retail automation billing system ppt.pptxretail automation billing system ppt.pptx
retail automation billing system ppt.pptx
 
AI for workflow automation Use cases applications benefits and development.pdf
AI for workflow automation Use cases applications benefits and development.pdfAI for workflow automation Use cases applications benefits and development.pdf
AI for workflow automation Use cases applications benefits and development.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfA CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
 
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and ClusteringKIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Kraków
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge
 
Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdf
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
 
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGBRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
School management system project report.pdf
School management system project report.pdfSchool management system project report.pdf
School management system project report.pdf
 
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data StreamKIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
 
Arduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectArduino based vehicle speed tracker project
Arduino based vehicle speed tracker project
 
Top 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering ScientistTop 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering Scientist
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...
NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...
NO1 Pandit Black Magic Removal in Uk kala jadu Specialist kala jadu for Love ...
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 

Networking and Internetworking Devices

  • 2. • Network devices are components used to connect computers or other electronic devices together so that they can share files or resources like printers or fax machines. Devices used to setup a Local Area Network (LAN) are the most common types of network devices used by the public. • An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
  • 3.
  • 5. HubsHubs A hub is used as a central point of connection among media segments. Cables from network devices plug in to the ports on the hub. Types of HUBS : A passive hub is just a connector. It connects the wires coming from different branches. The signal pass through a passive hub without regeneration or amplification. Connect several networking cables together. Active hubs or Multiport repeaters-They regenerate or amplify the signal before they are retransmitted.
  • 6. Hubs Connect WorkstationsHubs Connect Workstations TogetherTogether
  • 7. • The receptacles on the front of the hub are called ports. There are usually from 4 to 32 ports on a hub, depending on the size of the network. • Some hubs have an additional interface port that connects to another hub, thus increasing the size of the network. • Hubs operate at the physical layer of the OSI model. • Hubs propagate signals through the network • They cannot filter network traffic • They cannot determine best path
  • 8. RepeaterRepeater • A repeater is a device that operates only at the PHYSICAL layer. • A repeater can be used to increase the length of the network by eliminating the effect of attenuation on the signal. • It connects two segments of the same network , overcoming the distance limitations of the transmission media. • A repeater forwards every frame; it has no filtering capability • A repeater is a generator , not an amplifier. • Repeaters can connect segments that have the same access method.(CSMA/CD , Token Passing, Polling , etc.)
  • 9. Repeater and OSI modelRepeater and OSI model
  • 10. Function of repeaterFunction of repeater Repeater is not exactly as same as Amplifier
  • 11. An example of use of Repeater
  • 12. BridgeBridge • Operates in both the PHYSICAL and the data link layer. • As a PHYSICAL layer device , it regenerates the signal it receives. • As a data link layer device , the bridge can check the PHYSICAL / MAC addresses (source and destination) contained in the frame. • A bridge has a table used in filtering decisions. • It can check the destination address of a frame and decide if the frame should be forwarded or dropped. • If the frame is to be forwarded, the decision must specify the port. • A bridge has a table that maps address to ports. • Limit or filter traffic keeping local traffic local yet allow connectivity to other parts (segments).
  • 14. How Bridges WorkHow Bridges Work • Bridges work at the Media Access Control Sub-layer of the OSI model • Routing table is built to record the segment no. of address • If destination address is in the same segment as the source address, stop transmit • Otherwise, forward to the other segment
  • 15. Function of a bridgeFunction of a bridge
  • 16. Characteristics of BridgesCharacteristics of Bridges Routing Tables •Contains one entry per station of network to which bridge is connected. •Is used to determine the network of destination station of a received packet. Filtering •Is used by bridge to allow only those packets destined to the remote network. •Packets are filtered with respect to their destination and multicast addresses. Forwarding •The process of passing a packet from one network to another. Learning Algorithm •The process by which the bridge learns how to reach stations on the internetwork.
  • 17. Advantages AndAdvantages And Disadvantages Of BridgesDisadvantages Of Bridges Advantages of using a bridge • Extend physical network • Reduce network traffic with minor segmentation • Creates separate collision domains • Reduce collisions • Connect different architecture Disadvantages of using bridges • Slower than repeaters due to filtering • Do not filter broadcasts • More expensive than repeaters
  • 18. RoutersRouters • Routes packets based on their logical addresses (host-to-host addressing). • A router normally connects LANs and WANs in the Internet and has a routing table that is used for making decision about the route. • The routing tables are normally dynamic and are updated using routing protocols. • Routers can increase network efficiency by filtering out broadcast traffic between networks, thus reducing unnecessary traffic between networks.
  • 19. Routers in an internetRouters in an internet
  • 21. Routing TablesRouting Tables • Routers contain internal tables of information called routing tables that keep track of all known network addresses and possible paths throughout the internetwork, along with cost of reaching each network. Routers route packets based on the available paths and their costs, thus taking advantage of redundant paths that can exist in a mesh topology network. • Because routers use destination network addresses of packets, they work only if the configured network protocol is a routable protocol such as TCP/IP or IPX/SPX. This is different from bridges, which are protocol independent. The routing tables are the heart of a router; without them, there's no way for the router to know where to send the packets it receives.
  • 22. • Static routers: These must have their routing tables configured manually with all network addresses and paths in the internetwork. • Dynamic routers: These automatically create their routing tables by listening to network traffic. • Routing tables are the means by which a router selects the fastest or nearest path to the next "hop" on the way to a data packet's final destination. This process is done through the use of routing metrics. • Routing metrics which are the means of determining how much distance or time a packet will require to reach the final destination. Routing metrics are provided in different forms. • Hop is simply a router that the packet must travel through. • Ticks measure the time it takes to traverse a link. Each tick is 1/18 of a second. When the router selects a route based on tick and hop metrics, it chooses the one with the lowest number of ticks first. Some Types
  • 23. Routers versus BridgesRouters versus Bridges Addressing •Routers are explicitly addressed. •Bridges are not addressed. Availability •Routers can handle failures in links, stations, and other routers. •Bridges use only source and destination MAC address, which does not guarantee delivery of frames. Message Size •Routers can perform fragmentation on packets and thus handle different packet sizes. •Bridges cannot do fragmentation and should not forward a frame which is too big for the next LAN. Forwarding •Routers forward a message to a specific destination. •Bridges forward a message to an outgoing network.
  • 24. GatewaysGateways • Gateways are multi-purpose connection devices. They are able to convert the format of data in one computing environment to a format that is usable in another computer environment (for example, AppleTalk and DECnet). • The term gateway is sometimes used when referring to a router. For the purpose of this lesson, gateways are devices that link different network types and protocols. For example, gateways translate different electronic mail protocols and convey email across the Internet
  • 26. Gateways Translate DifferentGateways Translate Different Network ProtocolsNetwork Protocols
  • 27. ExamplesExamples •E-mail gateways-for example, a gateway that receives Simple Mail Transfer Protocol (SMTP) e-mail, translates it into a standard X.400 format, and forwards it to its destination •Gateway Service for NetWare (GSNW), which enables a machine running Microsoft Windows NT Server or Windows Server to be a gateway for Windows clients so that they can access file and print resources on a NetWare server •Gateways between a Systems Network Architecture (SNA) host and computers on a TCP/IP network, such as the one provided by Microsoft SNA Server •A packet assembler/disassembler (PAD) that provides connectivity between a local area network (LAN) and an X.25 packet-switching network
  • 28. Gateways can operate at all layers of the OSI model since they: •Can provide a physical link between networks. •Create junctions between dissimilar networks. •Translate different network protocols and/ or applications (for example, electronic mail between the Internet and a commercial online service with its own mail protocol).
  • 29. SwitchesSwitches • Switches are a special type of hub that offers an additional layer of intelligence to basic, physical- layer repeater hubs. A switch must be able to read the MAC address of each frame it receives. This information allows switches to repeat incoming data frames only to the computer or computers to which a frame is addressed. This speeds up the network and reduces congestion. • As with hubs, Ethernet implementations of network switches are the most common. Mainstream Ethernet switches support either 10/100 Mbps Fast Ethernet or Gigabit Ethernet (10/100/1000) standards.
  • 30. Switches operate at both the physical layer and the data link layer of the OSI Model.
  • 31. BroutersBrouters • Brouters are a combination of router and bridge. This is a special type of equipment used for networks that can be either bridged or routed, based on the protocols being forwarded. Brouters are complex, fairly expensive pieces of equipment and as such are rarely used. • A Brouter transmits two types of traffic at the exact same time: bridged traffic and routed traffic. For bridged traffic, the Brouter handles the traffic the same way a bridge or switch would, forwarding data based on the physical address of the packet. This makes the bridged traffic fairly fast, but slower than if it were sent directly through a bridge because the Brouter has to determine whether the data packet should be bridged or routed.
  • 32. NIC(Network Interface Card)NIC(Network Interface Card) • Network Interface Card, or NIC is a hardware card installed in a computer so it can communicate on a network. The network adapter provides one or more ports for the network cable to connect to, and it transmits and receives data onto the network cable. • Wireless Lan card
  • 33. • Every networked computer must also have a network adapter driver, which controls the network adapter. Each network adapter driver is configured to run with a certain type of network adapter. Network Interface Adapter Functions: • Data encapsulation • Signal encoding and decoding • transmission and reception • Data buffering  Serial/parallel conversion Media access control
  • 34. Modems • A modem is a device that makes it possible for computers to communicate over telephone lines. The word modem comes from Modulate and Demodulate. Because standard telephone lines use analog signals, and computers digital signals, a sending modem must modulate its digital signals into analog signals. The computers modem on the receiving end must then demodulate the analog signals into digital signals.
  • 35. Transceivers (media converters) • Transceiver short for transmitter-receiver, a device that both transmits and receives analog or digital signals. • The term is used most frequently to describe the component in local- area networks (LANs) that actually applies signals onto the network wire and detects signals passing through the wire. For many LANs, the transceiver is built into the network interface card (NIC). Some types of networks, however, require an external transceiver. • In Ethernet networks, a transceiver is also called a Medium Access Unit (MAU). Media converters interconnect different cable types twisted pair, fiber, and Thin or thick coax, within an existing network. They are often used to connect newer 100-Mbps, Gigabit Ethernet, or ATM equipment to existing networks, which are generally 10BASE-T, 100BASE-T, or a mixture of both..
  • 36. CSU / DSU (Channel Service Unit / Data Service Unit) • A DSU provides all the handshaking and error correction required to maintain a connection across a wide area link, similar to a modem. The DSU will accept a serial data stream from a device on the LAN and translate this into a useable data stream for the digital WAN network. It will also take care of converting any inbound data streams from the WAN back to a serial communication. • A CSU is similar to a DSU except it does not have the ability to provide handshaking or error correction. It is strictly an interface between the LAN and the WAN and relies on some other device to provide handshaking and error correction