SlideShare uma empresa Scribd logo
1 de 65
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Routers and Switches
by
Steve Mackay
from
Engineering Institute of Technology
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
EIT Micro-Course Series
• Every two weeks we present a 35 to
45 minute interactive course
• Practical, useful with Q & A
throughout
• PID loop Tuning / Arc Flash
Protection, Functional
Safety, Troubleshooting conveyors
presented so far
• Upcoming:
– Electrical Troubleshooting and
much, much more…..
• Go to:
http://www.idc-online.com/slideshare
• You get the recording and slides
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Topics
Attend this complimentary session and gain
an understanding on how routers and
switches operate based on the TCP/IP suite of
protocols.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Topics
• Detail how TCP/IP
protocol works
• How a router and
switch operate
• Examine Routing Basics
• Simple Troubleshooting
Tips
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Why Bother ?
Useful to understand
how routers work so
that you can more
effectively design and
troubleshoot your
TCP/IP networks.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
1.0 How TCP/IP Works
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
The OSI Model
OSI LAYER PROTOCOL IMPLEMENTATION ARPA LAYER
APPLICATION File Transfere Electronic Mail
Terminal
Emulation
File Transfer Client/Server
Network
Management
PRESENTATION
File Transfer
Protocol (FTP)
Simple Mail
Transfer
Protocol (SMTP)
TELNET
Protocol
Trivial File
Transfere
Protocol (TFTP)
Sun
Microsystems.
Network file
Systems
Protocol (NFS)
Simple Network
Management
Protocol
(SNMP)
PROCESS AND
APPLICATION
SESSION
MIL-STD 1780
RFC 959
MIL-STD 1781
RFC 821
MIL-STD 1782
RFC854
RFC 783
RFC's 1014,
1057 & 1094
RFC 1157
TRANSPORT
Transmission Control Protocol (TCP)
MIL-STD 1778 RFC 793
User Datagram Protocol (UDP) RFC
768
HOST
TO
HOST
NETWORK
Address Resolution ARP
RFC 826 & RARP RFC 903
Internet Protocol (IP)
MIL STD 1777 & RFC 791
Internet Control Message
Protocol (ICMP) RFC 792
INTERNET
DATA LINK
Network Interface Cards: Ethernet, Token-Ring, ARCNET, MAN and WAN. RFC 894, 1042, 1201 and
others
NETWORK
PHYSICAL Transmission Media: Twisted pair cable, Coaxial Cable, Fiber Optics, Wirless Media etc. etc. INTERFACE
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
IP Protocol
• Primarily for routing
• Version 4 uses 32-bit address
• Version 6 uses 128-bit address
• IP is hierarchical vs MAC which is flat and
unique for each node
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
IP address Notation
– The IP address consists of 32 bits, e.g.
11000000011001000110010000000001.
– Four octets, which for ease of reference could be
called a,b,c,d or w,x,y,z. We then convert each
octet to decimal and write it thus:
• w x y z
• 11000000.01100100.01100100.00000001
• or
• 192.100.100.1
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
NetId and HostId
• Two portions to IP address
• Network ID (NetID)
• Host ID (HostID)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Transmission Control Protocol
• Connection oriented
• Reliable
• Establishes a session before data is
transmitted
• Significant overhead in processing and header
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
TCP functions
• Fragmentation
• Data stream reconstruction
• Receipt acknowledgement
• Socket services for multiple connections
• Packet verification and error control
• Flow Control
• Packet sequencing and reordering
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Ports and Sockets
• TCP needs to know which process on a
particular machine the packet is destined for.
• Done by port assignments
• Specific port numbers are assigned by the
IANA
• Well know ports
• IP address + Port number = socket
• Thus three addresses are used:
(MAC/IP/Port#)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
SOURCE PORT DESTINATION PORT
SEQUENCE NUMBER
ACKNOWLEDGEMENT NUMBER
OFFSET RESERVED U A P R S F WINDOW
CHECKSUM URGENT POINTER
OPTIONS AND PADDING
DATA
TRANSMISSION CONTROL PROTOCOL (TCP) HEADER
U URG Urgent Pointer Field iis Valid
A ACK Acknowledgement is Valid
P PSH This Segment Requests a Push
R RST reset the Connection
S SYN Synchronise Sequence Numbers
F FIN Sender at the End of its Byte Stream
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
TCP Header Format
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
SOURCE IP ADDRESS
DESTINATION IP ADDRESS
ZERO PTCL TCP LENGTH
12 Octets of a Pseudo Header
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
User Datagram Protocol
The format of Fields in a UDP Datagram
0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30
UDP SOURCE PORT UDP DESTINATION PORT
UDP MESSAGE LENGTH UDP CHECKSUM
DATA
…..
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
APPLICATION LAYER PROTOCOLS
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
2.0 How a
Router and Switch
Operate
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Fundamentals
• Routers are used to interconnect multiple
networks.
• Connected over wide geographical areas with
WAN’s
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
• Act of moving
information across an
Internet work from a
source to a destination
Routing
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Routing metrics
• Path length
• Reliability
• Delay
• Bandwidth
• Load
• Communication cost
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Components of Router
• CPU and RAM
• BIOS
• Operating System (eg Cisco’s Internetwork
Operating system)
• Motherboard
• I/O Ports
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Two methods of Operation
• Static routing
• Dynamic Routing
– Distance Vector
– Link-state
– Hybrids
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Static Routing
• Fixed static routes configured by network
administrator.
• Optimum routes are programmed in.
• Good for security as ingress into yur network
can be controlled.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Three methods of dynamic routing
• Distance vector
• Link-state
• Hybrids
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Distance-vector routing
• Periodically pass copies of their tables to
immediate network neighbours.
• Each recipient adds a distance vector to its
table.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Advantages of distance-vector
• Simple to configure/maintain and use.
• RIP uses only distance to work out best route.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Drawbacks to Distance-vector
• Some time to converge on new understanding
of network.
• Bandwidth and traffic levels can affect
performance of network.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Link-state routing
• Shortest path first protocols
• Exchange of link-state advertisements (LSA) to
other routers.
• LSA’s are triggered by an event rather than
running periodically.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Disadvantages of Link State
• Flood the network during initial discovery
process
• Memory and processor intensive
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Advantages
• Gracefully weather effects of topology
changes
• Lower overheads as no time-driven updates
• Better scalability for networks
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Hybridized Routing
• Use distance vector metrics
• More accurate than conventional distance-
vector protocols
• Converge more rapidly than distance-vector
but avoid overheads of link-state updates.
• Best example is EIGRP.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Convergence
• Whenever a change occurs in a network’s
topology, all routers must develop a new
understanding of new topology.
• Routers take time to converge to the new
consensus of what the topology is.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
3.0 Routing Protocols
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Routing Protocols
• RIP and
• RIP 2
• IGRP
• OSPF
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Routing Information Protocol
• One of the oldest routing protocols.
• RIP uses a special packet to collect and share
information about distances.
• RIP is a routing protocol; not a routed protocol
(e.g. TCP/IP).
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Operation of RIP
• Routers periodically pass copies of their
routing tables to immediate neighbours.
• Each recipient adds a distance vector to the
table and forwards the table to its immediate
neighbours.
• RIP uses as a metric the hop count.
• RIP only records one route per destination
(even if there are more).
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Limitations of RIP
(Routing Information
Protocol)
• Hop count restriction
• Least hop path
• High routing overhead
• Routing flexibility is not allowed
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
RIP Packet format
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
RIP packet fields
• Command
• Version number
• Zero
• Address-Family Identifier (AFI)
• Address
• Metric
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Routing table
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Routing table
Routing table provides:
• Ultimate destination
• Next hop on the way to that destination
• A metric
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Routing database
• IP Address
• Gateway
• Distance
• Route change flag
• Timers
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
RIP algorithm
• Update
• Propagation
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
RIP-2
• Authentication
• Subnet Masks
• Next Hop IP Addresses
• Multicasting RIP-2 messages
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
IP RIP 2 packet
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
IP RIP 2 packet format fields
• Command
• Version
• Address-Family Identifier (AFI)
• Route tag
• IP address
• Subnet mask
• Next hop
• Metric
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Limitations of RIP-2
• 15-hop maximum
• Counting to infinity (e.g. routing loop)
• Static distance vector metrics
• Lack of alternative routes (single routes)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Interior Gateway Routing Protocol
(IGRP)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Goals of IGRP
• Stable routing
• Fast response to changes
• Low overhead
• Splitting traffic
• Account error rates
• Handle multiple types of service
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Metrics
• Hop count
• Packet size (Maximum Transmission Unit -
MTU)
• Link’s bandwidth
• Delay
• Loading
• Reliability
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Formula - Metric
• Metric = K * Bandwidth + (K2 *
Bandwidth)/(256 - Load) + K3 * Delay
• K1,K2 and K3 are weighting factors
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Reliability added in...
• Metric = Metric * [K5/(reliability +K4)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Limitations of IGRP
• Does not include subnet mask information
• Does not support the use of VLSM
• Sends updates to the broadcast address
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Open Shortest Path First (OSPF)
• Link State Routing Protocol
• Distance vector know nothing about topology
of network
• OSPF assign a “path cost” to routes
• Divide reference bandwidth by circuits
preconfigured bandwidth
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Example of calculation
• Cisco uses reference bandwith of 100MBps
• 100 MBps circuit has an OSPF cost of 100/100
= 1
• A 1.544Mbps circuit has an OSPF cost of
100/1.544 = 65
• OSPF routers pick the lowest cost path (i.e.
highest speed)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
4. Simple Troubleshooting Tips
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Network Troubleshooting
• Knowledge of networking protocols
• Understanding of networks’ topology and
layout
• Troubleshooting tools
• Some luck ? Preferably not.
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Network Troubleshooting (cont.)
• Utilisation on the Ethernet network
• Low utilisation but high errors
• High number of packets but low data transfer
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
TCP/IP Utility Programs for
Troubleshooting
• netstat
• ping
• traceroute
• arp
• ripquery
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Example of the use of a few of
the TCP/IP utilities together
• ping
• netstat-nr
• Tracert (or traceroute)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Unreliable Connections
• ping
• tracert (or traceroute)
• netstat
• ping-f
• netstat
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Network Congestion
• ping
• tracert(or traceroute)
www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
Thank You For Your Interest
If you are interested in further training, please visit:
http://www.idc-online.com/slideshare

Mais conteúdo relacionado

Mais procurados

The Azure Group - Azure Network Watcher
The Azure Group - Azure Network WatcherThe Azure Group - Azure Network Watcher
The Azure Group - Azure Network WatcherAdin Ermie
 
Computer network
Computer networkComputer network
Computer networkRahul Das
 
Cisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network ModelCisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network ModelNetProtocol Xpert
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking BasicsSai Kishore Naidu
 
Cisco Digital Network Architecture - Introducing the Network Intuitive
Cisco Digital Network Architecture - Introducing the Network IntuitiveCisco Digital Network Architecture - Introducing the Network Intuitive
Cisco Digital Network Architecture - Introducing the Network IntuitiveCisco Canada
 
Azure security architecture
Azure security architectureAzure security architecture
Azure security architectureKarl Ots
 
SDN: an introduction
SDN: an introductionSDN: an introduction
SDN: an introductionLuca Profico
 
Wireless Network Architecture
Wireless Network ArchitectureWireless Network Architecture
Wireless Network ArchitecturePawandeep Singh
 
Azure Networking: Innovative Features and Multi-VNet Topologies
Azure Networking: Innovative Features and Multi-VNet TopologiesAzure Networking: Innovative Features and Multi-VNet Topologies
Azure Networking: Innovative Features and Multi-VNet TopologiesMarius Zaharia
 
Advanced Concepts of Cloud Computing
Advanced Concepts of Cloud ComputingAdvanced Concepts of Cloud Computing
Advanced Concepts of Cloud ComputingSwwapnil Saali
 
Az 104 session 2 implement and manage azure webapps and container
Az 104 session 2 implement and manage azure webapps and containerAz 104 session 2 implement and manage azure webapps and container
Az 104 session 2 implement and manage azure webapps and containerAzureEzy1
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software Defined Network (SDN)
Software Defined Network (SDN)Ahmed Ayman
 
Azure Networking - The First Technical Challenge
Azure Networking  - The First Technical ChallengeAzure Networking  - The First Technical Challenge
Azure Networking - The First Technical ChallengeAidan Finn
 
Challenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networksChallenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networksAuwal Amshi
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configurationyasir1122
 

Mais procurados (20)

The Azure Group - Azure Network Watcher
The Azure Group - Azure Network WatcherThe Azure Group - Azure Network Watcher
The Azure Group - Azure Network Watcher
 
Computer network
Computer networkComputer network
Computer network
 
Peer to peer
Peer to peerPeer to peer
Peer to peer
 
Cisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network ModelCisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network Model
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking Basics
 
Cisco Digital Network Architecture - Introducing the Network Intuitive
Cisco Digital Network Architecture - Introducing the Network IntuitiveCisco Digital Network Architecture - Introducing the Network Intuitive
Cisco Digital Network Architecture - Introducing the Network Intuitive
 
Azure security architecture
Azure security architectureAzure security architecture
Azure security architecture
 
SDN: an introduction
SDN: an introductionSDN: an introduction
SDN: an introduction
 
Wireless Network Architecture
Wireless Network ArchitectureWireless Network Architecture
Wireless Network Architecture
 
Azure Cloud PPT
Azure Cloud PPTAzure Cloud PPT
Azure Cloud PPT
 
Azure Networking: Innovative Features and Multi-VNet Topologies
Azure Networking: Innovative Features and Multi-VNet TopologiesAzure Networking: Innovative Features and Multi-VNet Topologies
Azure Networking: Innovative Features and Multi-VNet Topologies
 
Advanced Concepts of Cloud Computing
Advanced Concepts of Cloud ComputingAdvanced Concepts of Cloud Computing
Advanced Concepts of Cloud Computing
 
Az 104 session 2 implement and manage azure webapps and container
Az 104 session 2 implement and manage azure webapps and containerAz 104 session 2 implement and manage azure webapps and container
Az 104 session 2 implement and manage azure webapps and container
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software Defined Network (SDN)
Software Defined Network (SDN)
 
Wireless LAN Security
Wireless LAN SecurityWireless LAN Security
Wireless LAN Security
 
Azure Networking - The First Technical Challenge
Azure Networking  - The First Technical ChallengeAzure Networking  - The First Technical Challenge
Azure Networking - The First Technical Challenge
 
Challenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networksChallenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networks
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
Network virtualization
Network virtualizationNetwork virtualization
Network virtualization
 
Azure vnet
Azure vnetAzure vnet
Azure vnet
 

Destaque

Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...Living Online
 
Systems and Technical Architecture
Systems and Technical ArchitectureSystems and Technical Architecture
Systems and Technical ArchitectureRachel Gladdis
 
Connecting ITSM to IT governance
Connecting ITSM to IT governanceConnecting ITSM to IT governance
Connecting ITSM to IT governanceHigherEdITMgt
 
Togaf 9 an introduction
Togaf 9   an introductionTogaf 9   an introduction
Togaf 9 an introductionDaan Bakboord
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabhaSuprabha Sahoo
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to routerFarhan Galib
 
Enterprise Architecture basics
Enterprise Architecture basicsEnterprise Architecture basics
Enterprise Architecture basicsMahdi Ameri
 
Network communication devices
Network communication devicesNetwork communication devices
Network communication devices774474
 
Introduction to Enterprise Architecture
Introduction to Enterprise ArchitectureIntroduction to Enterprise Architecture
Introduction to Enterprise ArchitectureMohammed Omar
 
Communication & network devices
Communication & network devicesCommunication & network devices
Communication & network devicesHarman Grewal
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And SoftwareSteven Cahill
 
Routers.ppt
Routers.pptRouters.ppt
Routers.pptkirbadh
 

Destaque (20)

Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
 
Systems and Technical Architecture
Systems and Technical ArchitectureSystems and Technical Architecture
Systems and Technical Architecture
 
Connecting ITSM to IT governance
Connecting ITSM to IT governanceConnecting ITSM to IT governance
Connecting ITSM to IT governance
 
Togaf 9 an introduction
Togaf 9   an introductionTogaf 9   an introduction
Togaf 9 an introduction
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabha
 
Server training
Server trainingServer training
Server training
 
ITSM Governance Overview
ITSM Governance OverviewITSM Governance Overview
ITSM Governance Overview
 
Router and Switches Cisco
Router and Switches CiscoRouter and Switches Cisco
Router and Switches Cisco
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to router
 
Sql Server 2012
Sql Server 2012Sql Server 2012
Sql Server 2012
 
Enterprise Architecture basics
Enterprise Architecture basicsEnterprise Architecture basics
Enterprise Architecture basics
 
Network communication devices
Network communication devicesNetwork communication devices
Network communication devices
 
Introduction to Enterprise Architecture
Introduction to Enterprise ArchitectureIntroduction to Enterprise Architecture
Introduction to Enterprise Architecture
 
TOGAF Complete Slide Deck
TOGAF Complete Slide DeckTOGAF Complete Slide Deck
TOGAF Complete Slide Deck
 
Communication & network devices
Communication & network devicesCommunication & network devices
Communication & network devices
 
Presentation on router
Presentation on routerPresentation on router
Presentation on router
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking
NetworkingNetworking
Networking
 
Network Hardware And Software
Network Hardware And SoftwareNetwork Hardware And Software
Network Hardware And Software
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 

Semelhante a Practical Routers & Switches for Electrical Engineers

Modbus Data Communication Systems
Modbus Data Communication SystemsModbus Data Communication Systems
Modbus Data Communication SystemsLiving Online
 
2018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 72018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 7FRSecure
 
How to Implement SDN Technology in ITB
How to Implement SDN Technology in ITBHow to Implement SDN Technology in ITB
How to Implement SDN Technology in ITBSDNRG ITB
 
ROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERS
ROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERSROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERS
ROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERSDeepak Shankar
 
Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Living Online
 
Practical IEC 61850 for Substation Automation for Engineers and Technicians
Practical IEC 61850 for Substation Automation for Engineers and TechniciansPractical IEC 61850 for Substation Automation for Engineers and Technicians
Practical IEC 61850 for Substation Automation for Engineers and TechniciansLiving Online
 
Practical IEC 61850 for Substation Automation for Engineers & Technicians
Practical IEC 61850 for Substation Automation for Engineers & TechniciansPractical IEC 61850 for Substation Automation for Engineers & Technicians
Practical IEC 61850 for Substation Automation for Engineers & TechniciansLiving Online
 
Banking and ATM networking reports
Banking and ATM networking reportsBanking and ATM networking reports
Banking and ATM networking reportsShakib Ansaar
 
Implementation ans analysis_of_quic_for_mqtt
Implementation ans analysis_of_quic_for_mqttImplementation ans analysis_of_quic_for_mqtt
Implementation ans analysis_of_quic_for_mqttPuneet Kumar
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansLiving Online
 
Computer network coe351- part1- final
Computer network coe351- part1- finalComputer network coe351- part1- final
Computer network coe351- part1- finalTaymoor Nazmy
 
Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power Deepak Shankar
 
System Architecture Exploration Training Class
System Architecture Exploration Training ClassSystem Architecture Exploration Training Class
System Architecture Exploration Training ClassDeepak Shankar
 
Innovation is back in the transport and network layers
Innovation is back in the transport and network layersInnovation is back in the transport and network layers
Innovation is back in the transport and network layersOlivier Bonaventure
 
Ntc 362 effective communication uopstudy.com
Ntc 362 effective communication   uopstudy.comNtc 362 effective communication   uopstudy.com
Ntc 362 effective communication uopstudy.comULLPTT
 

Semelhante a Practical Routers & Switches for Electrical Engineers (20)

Modbus Data Communication Systems
Modbus Data Communication SystemsModbus Data Communication Systems
Modbus Data Communication Systems
 
2018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 72018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 7
 
How to Implement SDN Technology in ITB
How to Implement SDN Technology in ITBHow to Implement SDN Technology in ITB
How to Implement SDN Technology in ITB
 
6 osi vimp
6 osi vimp6 osi vimp
6 osi vimp
 
ROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERS
ROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERSROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERS
ROLE OF DIGITAL SIMULATION IN CONFIGURING NETWORK PARAMETERS
 
Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless
 
Practical IEC 61850 for Substation Automation for Engineers and Technicians
Practical IEC 61850 for Substation Automation for Engineers and TechniciansPractical IEC 61850 for Substation Automation for Engineers and Technicians
Practical IEC 61850 for Substation Automation for Engineers and Technicians
 
Practical IEC 61850 for Substation Automation for Engineers & Technicians
Practical IEC 61850 for Substation Automation for Engineers & TechniciansPractical IEC 61850 for Substation Automation for Engineers & Technicians
Practical IEC 61850 for Substation Automation for Engineers & Technicians
 
Banking and ATM networking reports
Banking and ATM networking reportsBanking and ATM networking reports
Banking and ATM networking reports
 
Implementation ans analysis_of_quic_for_mqtt
Implementation ans analysis_of_quic_for_mqttImplementation ans analysis_of_quic_for_mqtt
Implementation ans analysis_of_quic_for_mqtt
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
 
CCNA part 1 osi
CCNA part 1 osiCCNA part 1 osi
CCNA part 1 osi
 
Future Internet protocols
Future Internet protocolsFuture Internet protocols
Future Internet protocols
 
Computer network coe351- part1- final
Computer network coe351- part1- finalComputer network coe351- part1- final
Computer network coe351- part1- final
 
Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power
 
System Architecture Exploration Training Class
System Architecture Exploration Training ClassSystem Architecture Exploration Training Class
System Architecture Exploration Training Class
 
Thunderbolt
ThunderboltThunderbolt
Thunderbolt
 
Innovation is back in the transport and network layers
Innovation is back in the transport and network layersInnovation is back in the transport and network layers
Innovation is back in the transport and network layers
 
Решения WANDL и NorthStar для операторов
Решения WANDL и NorthStar для операторовРешения WANDL и NorthStar для операторов
Решения WANDL и NorthStar для операторов
 
Ntc 362 effective communication uopstudy.com
Ntc 362 effective communication   uopstudy.comNtc 362 effective communication   uopstudy.com
Ntc 362 effective communication uopstudy.com
 

Mais de Living Online

Practical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus ProtocolsPractical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus ProtocolsLiving Online
 
Practical Project Management for Engineers and Technicians
Practical Project Management for Engineers and TechniciansPractical Project Management for Engineers and Technicians
Practical Project Management for Engineers and TechniciansLiving Online
 
Mechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-EngineersMechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-EngineersLiving Online
 
Hands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP TroubleshootingHands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP TroubleshootingLiving Online
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Living Online
 
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...Living Online
 
Practical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & AuditingPractical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & AuditingLiving Online
 
High Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating ProceduresHigh Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating ProceduresLiving Online
 
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...Living Online
 
Cybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA SystemsCybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA SystemsLiving Online
 
Practical Process Control
Practical Process ControlPractical Process Control
Practical Process ControlLiving Online
 
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...Living Online
 
Hands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP TroubleshootingHands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP TroubleshootingLiving Online
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Living Online
 
Practical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and TechniciansPractical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and TechniciansLiving Online
 
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Living Online
 
Practical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & TechniciansPractical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & TechniciansLiving Online
 
Practical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and TechniciansPractical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and TechniciansLiving Online
 
Practical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line ApplicationsPractical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line ApplicationsLiving Online
 
Practical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and TechniciansPractical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and TechniciansLiving Online
 

Mais de Living Online (20)

Practical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus ProtocolsPractical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus Protocols
 
Practical Project Management for Engineers and Technicians
Practical Project Management for Engineers and TechniciansPractical Project Management for Engineers and Technicians
Practical Project Management for Engineers and Technicians
 
Mechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-EngineersMechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-Engineers
 
Hands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP TroubleshootingHands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP Troubleshooting
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
 
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
 
Practical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & AuditingPractical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & Auditing
 
High Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating ProceduresHigh Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating Procedures
 
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
 
Cybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA SystemsCybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA Systems
 
Practical Process Control
Practical Process ControlPractical Process Control
Practical Process Control
 
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
 
Hands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP TroubleshootingHands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP Troubleshooting
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
 
Practical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and TechniciansPractical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and Technicians
 
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
 
Practical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & TechniciansPractical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & Technicians
 
Practical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and TechniciansPractical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and Technicians
 
Practical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line ApplicationsPractical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line Applications
 
Practical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and TechniciansPractical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and Technicians
 

Último

"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectssuserb6619e
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate productionChinnuNinan
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxNiranjanYadav41
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxVelmuruganTECE
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 

Último (20)

"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate production
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptx
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

Practical Routers & Switches for Electrical Engineers

  • 1. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Routers and Switches by Steve Mackay from Engineering Institute of Technology
  • 2. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare EIT Micro-Course Series • Every two weeks we present a 35 to 45 minute interactive course • Practical, useful with Q & A throughout • PID loop Tuning / Arc Flash Protection, Functional Safety, Troubleshooting conveyors presented so far • Upcoming: – Electrical Troubleshooting and much, much more….. • Go to: http://www.idc-online.com/slideshare • You get the recording and slides
  • 3. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Topics Attend this complimentary session and gain an understanding on how routers and switches operate based on the TCP/IP suite of protocols.
  • 4. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Topics • Detail how TCP/IP protocol works • How a router and switch operate • Examine Routing Basics • Simple Troubleshooting Tips
  • 5. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Why Bother ? Useful to understand how routers work so that you can more effectively design and troubleshoot your TCP/IP networks.
  • 6. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare 1.0 How TCP/IP Works
  • 7. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare The OSI Model OSI LAYER PROTOCOL IMPLEMENTATION ARPA LAYER APPLICATION File Transfere Electronic Mail Terminal Emulation File Transfer Client/Server Network Management PRESENTATION File Transfer Protocol (FTP) Simple Mail Transfer Protocol (SMTP) TELNET Protocol Trivial File Transfere Protocol (TFTP) Sun Microsystems. Network file Systems Protocol (NFS) Simple Network Management Protocol (SNMP) PROCESS AND APPLICATION SESSION MIL-STD 1780 RFC 959 MIL-STD 1781 RFC 821 MIL-STD 1782 RFC854 RFC 783 RFC's 1014, 1057 & 1094 RFC 1157 TRANSPORT Transmission Control Protocol (TCP) MIL-STD 1778 RFC 793 User Datagram Protocol (UDP) RFC 768 HOST TO HOST NETWORK Address Resolution ARP RFC 826 & RARP RFC 903 Internet Protocol (IP) MIL STD 1777 & RFC 791 Internet Control Message Protocol (ICMP) RFC 792 INTERNET DATA LINK Network Interface Cards: Ethernet, Token-Ring, ARCNET, MAN and WAN. RFC 894, 1042, 1201 and others NETWORK PHYSICAL Transmission Media: Twisted pair cable, Coaxial Cable, Fiber Optics, Wirless Media etc. etc. INTERFACE
  • 8. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare IP Protocol • Primarily for routing • Version 4 uses 32-bit address • Version 6 uses 128-bit address • IP is hierarchical vs MAC which is flat and unique for each node
  • 9. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare IP address Notation – The IP address consists of 32 bits, e.g. 11000000011001000110010000000001. – Four octets, which for ease of reference could be called a,b,c,d or w,x,y,z. We then convert each octet to decimal and write it thus: • w x y z • 11000000.01100100.01100100.00000001 • or • 192.100.100.1
  • 10. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare NetId and HostId • Two portions to IP address • Network ID (NetID) • Host ID (HostID)
  • 11. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Transmission Control Protocol • Connection oriented • Reliable • Establishes a session before data is transmitted • Significant overhead in processing and header
  • 12. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare TCP functions • Fragmentation • Data stream reconstruction • Receipt acknowledgement • Socket services for multiple connections • Packet verification and error control • Flow Control • Packet sequencing and reordering
  • 13. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Ports and Sockets • TCP needs to know which process on a particular machine the packet is destined for. • Done by port assignments • Specific port numbers are assigned by the IANA • Well know ports • IP address + Port number = socket • Thus three addresses are used: (MAC/IP/Port#)
  • 14. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 SOURCE PORT DESTINATION PORT SEQUENCE NUMBER ACKNOWLEDGEMENT NUMBER OFFSET RESERVED U A P R S F WINDOW CHECKSUM URGENT POINTER OPTIONS AND PADDING DATA TRANSMISSION CONTROL PROTOCOL (TCP) HEADER U URG Urgent Pointer Field iis Valid A ACK Acknowledgement is Valid P PSH This Segment Requests a Push R RST reset the Connection S SYN Synchronise Sequence Numbers F FIN Sender at the End of its Byte Stream
  • 15. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare TCP Header Format 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 SOURCE IP ADDRESS DESTINATION IP ADDRESS ZERO PTCL TCP LENGTH 12 Octets of a Pseudo Header
  • 16. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare User Datagram Protocol The format of Fields in a UDP Datagram 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 UDP SOURCE PORT UDP DESTINATION PORT UDP MESSAGE LENGTH UDP CHECKSUM DATA …..
  • 17. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare APPLICATION LAYER PROTOCOLS
  • 18. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare 2.0 How a Router and Switch Operate
  • 19. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Fundamentals • Routers are used to interconnect multiple networks. • Connected over wide geographical areas with WAN’s
  • 20. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare • Act of moving information across an Internet work from a source to a destination Routing
  • 21. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Routing metrics • Path length • Reliability • Delay • Bandwidth • Load • Communication cost
  • 22. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Components of Router • CPU and RAM • BIOS • Operating System (eg Cisco’s Internetwork Operating system) • Motherboard • I/O Ports
  • 23. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Two methods of Operation • Static routing • Dynamic Routing – Distance Vector – Link-state – Hybrids
  • 24. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Static Routing • Fixed static routes configured by network administrator. • Optimum routes are programmed in. • Good for security as ingress into yur network can be controlled.
  • 25. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Three methods of dynamic routing • Distance vector • Link-state • Hybrids
  • 26. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Distance-vector routing • Periodically pass copies of their tables to immediate network neighbours. • Each recipient adds a distance vector to its table.
  • 27. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Advantages of distance-vector • Simple to configure/maintain and use. • RIP uses only distance to work out best route.
  • 28. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Drawbacks to Distance-vector • Some time to converge on new understanding of network. • Bandwidth and traffic levels can affect performance of network.
  • 29. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Link-state routing • Shortest path first protocols • Exchange of link-state advertisements (LSA) to other routers. • LSA’s are triggered by an event rather than running periodically.
  • 30. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Disadvantages of Link State • Flood the network during initial discovery process • Memory and processor intensive
  • 31. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Advantages • Gracefully weather effects of topology changes • Lower overheads as no time-driven updates • Better scalability for networks
  • 32. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Hybridized Routing • Use distance vector metrics • More accurate than conventional distance- vector protocols • Converge more rapidly than distance-vector but avoid overheads of link-state updates. • Best example is EIGRP.
  • 33. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Convergence • Whenever a change occurs in a network’s topology, all routers must develop a new understanding of new topology. • Routers take time to converge to the new consensus of what the topology is.
  • 34. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare 3.0 Routing Protocols
  • 35. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Routing Protocols • RIP and • RIP 2 • IGRP • OSPF
  • 36. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Routing Information Protocol • One of the oldest routing protocols. • RIP uses a special packet to collect and share information about distances. • RIP is a routing protocol; not a routed protocol (e.g. TCP/IP).
  • 37. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Operation of RIP • Routers periodically pass copies of their routing tables to immediate neighbours. • Each recipient adds a distance vector to the table and forwards the table to its immediate neighbours. • RIP uses as a metric the hop count. • RIP only records one route per destination (even if there are more).
  • 38. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Limitations of RIP (Routing Information Protocol) • Hop count restriction • Least hop path • High routing overhead • Routing flexibility is not allowed
  • 39. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare RIP Packet format
  • 40. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare RIP packet fields • Command • Version number • Zero • Address-Family Identifier (AFI) • Address • Metric
  • 41. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Routing table
  • 42. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Routing table Routing table provides: • Ultimate destination • Next hop on the way to that destination • A metric
  • 43. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Routing database • IP Address • Gateway • Distance • Route change flag • Timers
  • 44. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare RIP algorithm • Update • Propagation
  • 45. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare
  • 46. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare RIP-2 • Authentication • Subnet Masks • Next Hop IP Addresses • Multicasting RIP-2 messages
  • 47. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare IP RIP 2 packet
  • 48. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare IP RIP 2 packet format fields • Command • Version • Address-Family Identifier (AFI) • Route tag • IP address • Subnet mask • Next hop • Metric
  • 49. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Limitations of RIP-2 • 15-hop maximum • Counting to infinity (e.g. routing loop) • Static distance vector metrics • Lack of alternative routes (single routes)
  • 50. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Interior Gateway Routing Protocol (IGRP)
  • 51. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Goals of IGRP • Stable routing • Fast response to changes • Low overhead • Splitting traffic • Account error rates • Handle multiple types of service
  • 52. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Metrics • Hop count • Packet size (Maximum Transmission Unit - MTU) • Link’s bandwidth • Delay • Loading • Reliability
  • 53. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Formula - Metric • Metric = K * Bandwidth + (K2 * Bandwidth)/(256 - Load) + K3 * Delay • K1,K2 and K3 are weighting factors
  • 54. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Reliability added in... • Metric = Metric * [K5/(reliability +K4)
  • 55. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Limitations of IGRP • Does not include subnet mask information • Does not support the use of VLSM • Sends updates to the broadcast address
  • 56. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Open Shortest Path First (OSPF) • Link State Routing Protocol • Distance vector know nothing about topology of network • OSPF assign a “path cost” to routes • Divide reference bandwidth by circuits preconfigured bandwidth
  • 57. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Example of calculation • Cisco uses reference bandwith of 100MBps • 100 MBps circuit has an OSPF cost of 100/100 = 1 • A 1.544Mbps circuit has an OSPF cost of 100/1.544 = 65 • OSPF routers pick the lowest cost path (i.e. highest speed)
  • 58. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare 4. Simple Troubleshooting Tips
  • 59. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Network Troubleshooting • Knowledge of networking protocols • Understanding of networks’ topology and layout • Troubleshooting tools • Some luck ? Preferably not.
  • 60. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Network Troubleshooting (cont.) • Utilisation on the Ethernet network • Low utilisation but high errors • High number of packets but low data transfer
  • 61. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare TCP/IP Utility Programs for Troubleshooting • netstat • ping • traceroute • arp • ripquery
  • 62. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Example of the use of a few of the TCP/IP utilities together • ping • netstat-nr • Tracert (or traceroute)
  • 63. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Unreliable Connections • ping • tracert (or traceroute) • netstat • ping-f • netstat
  • 64. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Network Congestion • ping • tracert(or traceroute)
  • 65. www.eit.edu.au Technology Training that Workswww.idc-online.com/slideshare Thank You For Your Interest If you are interested in further training, please visit: http://www.idc-online.com/slideshare