SlideShare a Scribd company logo
1 of 25
Routing
Md. Hasan Imam Bijoy
Student of C.S.E
Email: biju.cse143@gmail.com
Daffodil International University, Dhaka, Bangladesh.
Routing
 A router is a device that
determines the next network
point to which a packet
should be forwarded toward
its destination, is called
Routing
H.I.BI
JOY
More Details
Allow different networks to communicate with each
other
A router creates and maintain a table of the
available routes and their conditions and uses this
information to determine the best route for a given
packet.
A packet will travel through a number of network
points with routers before arriving at its destination.
There can be multiple routes defined. The route
with a lower weight/metric will be tried first.
Continue
H.I.BI
JOY
Routing
Routing
To: Destination host (Protocol Address)
Router 1 (Physical address)
Packet
Source
Host PC
To: Destination host (Protocol Address)
Router 3 (Physical Address)
Packet
To: Destination host (Protocol Address)
Destination host (Physical Address)
Packet
Router 1
To: Destination host (Protocol Address)
Router 2 (Physical Address)
Packet
Router 2
Router 3
Destination
Host PC
H.I.BI
JOY
Routing Protocols
Static Routing
Dynamic Routing
IGP (Interior Gateway Protocol): Route data within an
Autonomous System
RIP (Routing Information Protocol)
RIP-2 (RIP Version 2)
OSPF (Open Shortest Path First)
IGRP (Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
IS-IS
EGP (Exterior Gateway Protocol): Route data between
Autonomous Systems
BGP (Border Gateway Protocol)
H.I.BI
JOY
Internetworking Devices
 Definition: An internetworking device is a widely-used term for any
hardware within networks that connect different network resources. Key
devices that comprise a network are routers, bridges, repeaters and
gateways.
• Hubs are used to connect multiple users to a single physical device,
which connects to the network.
• Hubs and concentrators act as repeaters by regenerating the signal as
it passes through them.
Hub
H.I.BI
JOY
Internetworking DevicesContinue
 Bridges are used to logically separate network segments
within the same network. They operate at the OSI data
link layer (Layer 2) and are independent of higher-layer
protocols.
H.I.BI
JOY
Internetworking DevicesContinue
• Switches are similar to bridges but usually have more ports.
• Switches provide a unique network segment on each port, thereby
separating collision domains.
• Today, network designers are replacing hubs in their wiring closets
with switches to increase their network performance and bandwidth
while protecting their existing wiring investments.
Switch
H.I.BI
JOY
Internetworking DevicesContinue
 Routers separate broadcast domains and are used to
connect different networks.
 Routers direct network traffic based on the destination
network layer address (Layer 3) rather than the
workstation data link layer or MAC address
Router
H.I.BI
JOY
Connection
 Computer networks connect nodes like computers, routers, and
switches using cables, fiber optics, or wireless signals. These
connections allow devices in a network to communicate and share
information and resources
 Some connection Types:
Copper Straight
Cable
Cross over
Cable
Serial DCE
Cable
H.I.BI
JOY
End Devices
 A source or destination device in a networked system.
For example, a user's PC is an end device, and so is a
server. Network switches, routers and other equipment
work in between to enable messages to travel from
one end device to the other.
Computer
Phone
Printer Server
H.I.BI
JOY
Routing - Static
 Take Routers, Switches, Devices
 Connect all Device ( Routers, Switches, Devices)
 After Configure Router – All are Green
 Then Starts Static
 IP Router
 Destination Network Address
 Destination Subnet Mask
 Outgoing Interface
Example:
CLI : IP Router 196.156.2.0 255.255.255.240 Se2/0
IP Router 196.156.1.0 255.255.255.240 Se3/0
Se2/0
196.156.1.0
255.255.255.240
196.156.2.0
255.255.255.240
Se3/0
R1
R2
H.I.BI
JOY
Routing – RIP V2
 Take Routers, Switches, Devices
 Connect all Device ( Routers, Switches, Devices)
 After Configure Router – All are Green
 Then Starts RIP
 Router RIP
 Version 2
 Network Neighbors Network Address
Example:
CLI : Router RIP
Version 2
Network 196.156.1.0
Network 196.156.2.0
Se2/0
196.156.1.0
255.255.255.240
196.156.2.0
255.255.255.240
Se3/0
H.I.BI
JOY
Routing – EIGRP
 Take Routers, Switches, Devices
 Connect all Device ( Routers, Switches, Devices)
 After Configure Router – All are Green
 Then Starts EIGRP
 Router EIGRP AReaValue
 Network Neighbors Network Address
Example:
CLI : Router EIGRP 10
Network 196.156.1.0
Network 196.156.2.0
Se2/0
196.156.1.0
255.255.255.240
196.156.2.0
255.255.255.240
Se3/0
H.I.BI
JOY
Routing – OSPF
 Take Routers, Switches, Devices
 Connect all Device ( Routers, Switches, Devices)
 After Configure Router – All are Green
 Then Starts OSPF
 Router OSPF Value
 Network Neighbors Network Address
 Wildcard Subnet Mask
 Area 1
Example:
CLI : Router OSPF 5
Network 196.156.1.0 0.0.0.15 Area1
Network 196.156.2.0 0.0.0.15 Area 1
Se2/0
196.156.1.0
255.255.255.240
196.156.2.0
255.255.255.240
Se3/0
H.I.BI
JOY
Packet
Source Destination
Packet
Packet
Packet
Packet
PacketPacket
Packet Transfer
H.I.BI
JOY
VLANs
VLANs (Virtual LAN) enable network managers to group
users logically (based on functions, project teams or
applications) rather than by physical location.
Traffic can only be routed between VLANs.
VLANs provide the segmentation traditionally provided
by physical routers in LAN configuration.
VLAN H.I.BI
JOY
VLANs and Inter VLAN Routing
VLAN
Router X
100 Mbps
ISL
100 Mbps
ISL
VLAN 10
Switch X
100 Mbps ISL
VLAN 20
VLAN 20
Switch Y
Switch Z
VLAN 20
10 Mbps Ethernet
VLAN 10Segment A
Segment B
H.I.BI
JOY
Packet Transfer in VLAN
VLAN 2
VLAN 1
VLAN 1
VLAN 2
Trunking VLAN 1 & VLAN 2
Source
Destination
Packet
Packet
Packet
PacketPacket
H.I.BI
JOY
Packet Transfer in VLAN
VLAN 2
VLAN 1
VLAN 1
VLAN 2
Trunking VLAN 1 & VLAN 2
Source
Destination
Packet
Packet
Packet
PacketPacket
Continue
H.I.BI
JOY
Advantages of Using VLANs
Broadcast Control— Just as switches physically isolate
collision domains for attached hosts and only forward traffic
out a particular port, VLANs provide logical bridging
domains that confine broadcast and multicast traffic to the
VLANs.
Security— If you do not allow routing in a VLAN, no users
outside of that VLAN can communicate with the users in the
VLAN and vice versa. This extreme level of security can be
highly desirable for certain projects and applications.
Performance— You can assign users that require high-
performance or isolated networking to separate VLANs.
H.I.BI
JOY
TCP/UDP
Transport Layer Protocol
TCP is connection Oriented (uses checksum and
acknowledgment)
UDP is Connectionless
Both use the concept of Connection Port Number (16
Bit Source Port Number and Destination Port
Number)
Standard Applications have standard Port Numbers
(Email 25, Telnet 23, FTP 20 & 21, SSH 22)
H.I.BI
JOY
H.I.BI
JOY

More Related Content

What's hot

Popular network devices
Popular network devicesPopular network devices
Popular network devicesMahesh_Naidu
 
Wireless repeaters
Wireless repeatersWireless repeaters
Wireless repeatersLou Tenoso
 
Networking devices
Networking devicesNetworking devices
Networking devicesfrestoadi
 
Router & functionality
Router & functionalityRouter & functionality
Router & functionalityAmzadKhn
 
Difference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolDifference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolNetwax Lab
 
Router Network Stimulation Technologies (advanced)
Router Network Stimulation Technologies (advanced)Router Network Stimulation Technologies (advanced)
Router Network Stimulation Technologies (advanced)MuhammadUsman1853
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
Detailed description about Hubs Switches Modems and their working
Detailed description about  Hubs Switches Modems and their workingDetailed description about  Hubs Switches Modems and their working
Detailed description about Hubs Switches Modems and their workingrockingprashik
 
Network switches, functions & role in networks
Network switches, functions & role in networksNetwork switches, functions & role in networks
Network switches, functions & role in networksIT Tech
 
Chandan singh seminar report pdf.......router
Chandan singh seminar report pdf.......routerChandan singh seminar report pdf.......router
Chandan singh seminar report pdf.......routerChandan Singh
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to routerFarhan Galib
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
Networking devices(siddique)
Networking devices(siddique)Networking devices(siddique)
Networking devices(siddique)Siddique Ibrahim
 

What's hot (20)

Popular network devices
Popular network devicesPopular network devices
Popular network devices
 
Hub vs-switch
Hub vs-switchHub vs-switch
Hub vs-switch
 
Wireless repeaters
Wireless repeatersWireless repeaters
Wireless repeaters
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Presentation on router
Presentation on routerPresentation on router
Presentation on router
 
Router & functionality
Router & functionalityRouter & functionality
Router & functionality
 
Router and types
Router and types Router and types
Router and types
 
Difference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolDifference between Routing & Routed Protocol
Difference between Routing & Routed Protocol
 
Router Network Stimulation Technologies (advanced)
Router Network Stimulation Technologies (advanced)Router Network Stimulation Technologies (advanced)
Router Network Stimulation Technologies (advanced)
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Network devices
Network devicesNetwork devices
Network devices
 
Detailed description about Hubs Switches Modems and their working
Detailed description about  Hubs Switches Modems and their workingDetailed description about  Hubs Switches Modems and their working
Detailed description about Hubs Switches Modems and their working
 
Network switches, functions & role in networks
Network switches, functions & role in networksNetwork switches, functions & role in networks
Network switches, functions & role in networks
 
Report on Router
Report on RouterReport on Router
Report on Router
 
Routing
RoutingRouting
Routing
 
Chandan singh seminar report pdf.......router
Chandan singh seminar report pdf.......routerChandan singh seminar report pdf.......router
Chandan singh seminar report pdf.......router
 
Router
RouterRouter
Router
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to router
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Networking devices(siddique)
Networking devices(siddique)Networking devices(siddique)
Networking devices(siddique)
 

Similar to Routing

Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Raj vardhan
 
1164 Routers
1164 Routers1164 Routers
1164 Routerstechbed
 
lecture666.ppt
lecture666.pptlecture666.ppt
lecture666.pptrajucs
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)howare
 
Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)Ashish Khare
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)VrundaBhavsar
 
NETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptx
NETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptxNETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptx
NETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptxSibenConor
 
Networking
NetworkingNetworking
NetworkingRashmi
 
Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986sherifmeetme
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management DevicesRahul P
 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxsayidkhalif
 
Router (computing) : Notes
Router (computing) : NotesRouter (computing) : Notes
Router (computing) : NotesSubhajit Sahu
 
NETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENINGNETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENINGramya marichamy
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
 

Similar to Routing (20)

Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
unit5-190409094326.pdf
unit5-190409094326.pdfunit5-190409094326.pdf
unit5-190409094326.pdf
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
 
1164 Routers
1164 Routers1164 Routers
1164 Routers
 
NT BY AKATSUKI.pdf E
NT BY AKATSUKI.pdf                              ENT BY AKATSUKI.pdf                              E
NT BY AKATSUKI.pdf E
 
lecture666.ppt
lecture666.pptlecture666.ppt
lecture666.ppt
 
Lecture6
Lecture6Lecture6
Lecture6
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)
 
Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)
 
Rj wlan
Rj wlanRj wlan
Rj wlan
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)
 
NETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptx
NETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptxNETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptx
NETWORK INFRASTRUCTURE MANAGEMENT-mod1_1.pptx
 
Networking
NetworkingNetworking
Networking
 
Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986Networking hardware-objectives-identify-major-hardware4986
Networking hardware-objectives-identify-major-hardware4986
 
Network Management Devices
Network Management DevicesNetwork Management Devices
Network Management Devices
 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptx
 
Router (computing) : Notes
Router (computing) : NotesRouter (computing) : Notes
Router (computing) : Notes
 
NETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENINGNETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENING
 
Computer network_network devices
Computer network_network devicesComputer network_network devices
Computer network_network devices
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
 

More from Md. Hasan Imam Bijoy

More from Md. Hasan Imam Bijoy (12)

Introduction to System, Simulation and Model
Introduction to System, Simulation and ModelIntroduction to System, Simulation and Model
Introduction to System, Simulation and Model
 
Introduction to Web Engineering by H.I. Bijoy
Introduction to Web Engineering by H.I. BijoyIntroduction to Web Engineering by H.I. Bijoy
Introduction to Web Engineering by H.I. Bijoy
 
Basic Accounting by Md. Hasan Imam Bijoy
Basic Accounting by Md. Hasan Imam BijoyBasic Accounting by Md. Hasan Imam Bijoy
Basic Accounting by Md. Hasan Imam Bijoy
 
Software Process and Model by Md. Hasan Imam Bijoy
Software Process and  Model by Md. Hasan Imam BijoySoftware Process and  Model by Md. Hasan Imam Bijoy
Software Process and Model by Md. Hasan Imam Bijoy
 
Introduction to Compiler by Md. Hasan Imam Bijoy
Introduction to Compiler by Md. Hasan Imam BijoyIntroduction to Compiler by Md. Hasan Imam Bijoy
Introduction to Compiler by Md. Hasan Imam Bijoy
 
Encoder
EncoderEncoder
Encoder
 
Time Division Multiplexing
Time Division MultiplexingTime Division Multiplexing
Time Division Multiplexing
 
Time management
Time management Time management
Time management
 
Impression management
Impression managementImpression management
Impression management
 
Covid 19
Covid 19Covid 19
Covid 19
 
Object oriented database
Object oriented databaseObject oriented database
Object oriented database
 
Time and Financial Management
Time and Financial ManagementTime and Financial Management
Time and Financial Management
 

Recently uploaded

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 

Recently uploaded (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Routing

  • 1. Routing Md. Hasan Imam Bijoy Student of C.S.E Email: biju.cse143@gmail.com Daffodil International University, Dhaka, Bangladesh.
  • 2.
  • 3. Routing  A router is a device that determines the next network point to which a packet should be forwarded toward its destination, is called Routing H.I.BI JOY
  • 4. More Details Allow different networks to communicate with each other A router creates and maintain a table of the available routes and their conditions and uses this information to determine the best route for a given packet. A packet will travel through a number of network points with routers before arriving at its destination. There can be multiple routes defined. The route with a lower weight/metric will be tried first. Continue H.I.BI JOY
  • 5. Routing Routing To: Destination host (Protocol Address) Router 1 (Physical address) Packet Source Host PC To: Destination host (Protocol Address) Router 3 (Physical Address) Packet To: Destination host (Protocol Address) Destination host (Physical Address) Packet Router 1 To: Destination host (Protocol Address) Router 2 (Physical Address) Packet Router 2 Router 3 Destination Host PC H.I.BI JOY
  • 6. Routing Protocols Static Routing Dynamic Routing IGP (Interior Gateway Protocol): Route data within an Autonomous System RIP (Routing Information Protocol) RIP-2 (RIP Version 2) OSPF (Open Shortest Path First) IGRP (Interior Gateway Routing Protocol) EIGRP (Enhanced Interior Gateway Routing Protocol) IS-IS EGP (Exterior Gateway Protocol): Route data between Autonomous Systems BGP (Border Gateway Protocol) H.I.BI JOY
  • 7. Internetworking Devices  Definition: An internetworking device is a widely-used term for any hardware within networks that connect different network resources. Key devices that comprise a network are routers, bridges, repeaters and gateways. • Hubs are used to connect multiple users to a single physical device, which connects to the network. • Hubs and concentrators act as repeaters by regenerating the signal as it passes through them. Hub H.I.BI JOY
  • 8. Internetworking DevicesContinue  Bridges are used to logically separate network segments within the same network. They operate at the OSI data link layer (Layer 2) and are independent of higher-layer protocols. H.I.BI JOY
  • 9. Internetworking DevicesContinue • Switches are similar to bridges but usually have more ports. • Switches provide a unique network segment on each port, thereby separating collision domains. • Today, network designers are replacing hubs in their wiring closets with switches to increase their network performance and bandwidth while protecting their existing wiring investments. Switch H.I.BI JOY
  • 10. Internetworking DevicesContinue  Routers separate broadcast domains and are used to connect different networks.  Routers direct network traffic based on the destination network layer address (Layer 3) rather than the workstation data link layer or MAC address Router H.I.BI JOY
  • 11. Connection  Computer networks connect nodes like computers, routers, and switches using cables, fiber optics, or wireless signals. These connections allow devices in a network to communicate and share information and resources  Some connection Types: Copper Straight Cable Cross over Cable Serial DCE Cable H.I.BI JOY
  • 12. End Devices  A source or destination device in a networked system. For example, a user's PC is an end device, and so is a server. Network switches, routers and other equipment work in between to enable messages to travel from one end device to the other. Computer Phone Printer Server H.I.BI JOY
  • 13. Routing - Static  Take Routers, Switches, Devices  Connect all Device ( Routers, Switches, Devices)  After Configure Router – All are Green  Then Starts Static  IP Router  Destination Network Address  Destination Subnet Mask  Outgoing Interface Example: CLI : IP Router 196.156.2.0 255.255.255.240 Se2/0 IP Router 196.156.1.0 255.255.255.240 Se3/0 Se2/0 196.156.1.0 255.255.255.240 196.156.2.0 255.255.255.240 Se3/0 R1 R2 H.I.BI JOY
  • 14. Routing – RIP V2  Take Routers, Switches, Devices  Connect all Device ( Routers, Switches, Devices)  After Configure Router – All are Green  Then Starts RIP  Router RIP  Version 2  Network Neighbors Network Address Example: CLI : Router RIP Version 2 Network 196.156.1.0 Network 196.156.2.0 Se2/0 196.156.1.0 255.255.255.240 196.156.2.0 255.255.255.240 Se3/0 H.I.BI JOY
  • 15. Routing – EIGRP  Take Routers, Switches, Devices  Connect all Device ( Routers, Switches, Devices)  After Configure Router – All are Green  Then Starts EIGRP  Router EIGRP AReaValue  Network Neighbors Network Address Example: CLI : Router EIGRP 10 Network 196.156.1.0 Network 196.156.2.0 Se2/0 196.156.1.0 255.255.255.240 196.156.2.0 255.255.255.240 Se3/0 H.I.BI JOY
  • 16. Routing – OSPF  Take Routers, Switches, Devices  Connect all Device ( Routers, Switches, Devices)  After Configure Router – All are Green  Then Starts OSPF  Router OSPF Value  Network Neighbors Network Address  Wildcard Subnet Mask  Area 1 Example: CLI : Router OSPF 5 Network 196.156.1.0 0.0.0.15 Area1 Network 196.156.2.0 0.0.0.15 Area 1 Se2/0 196.156.1.0 255.255.255.240 196.156.2.0 255.255.255.240 Se3/0 H.I.BI JOY
  • 18. VLANs VLANs (Virtual LAN) enable network managers to group users logically (based on functions, project teams or applications) rather than by physical location. Traffic can only be routed between VLANs. VLANs provide the segmentation traditionally provided by physical routers in LAN configuration. VLAN H.I.BI JOY
  • 19. VLANs and Inter VLAN Routing VLAN Router X 100 Mbps ISL 100 Mbps ISL VLAN 10 Switch X 100 Mbps ISL VLAN 20 VLAN 20 Switch Y Switch Z VLAN 20 10 Mbps Ethernet VLAN 10Segment A Segment B H.I.BI JOY
  • 20. Packet Transfer in VLAN VLAN 2 VLAN 1 VLAN 1 VLAN 2 Trunking VLAN 1 & VLAN 2 Source Destination Packet Packet Packet PacketPacket H.I.BI JOY
  • 21. Packet Transfer in VLAN VLAN 2 VLAN 1 VLAN 1 VLAN 2 Trunking VLAN 1 & VLAN 2 Source Destination Packet Packet Packet PacketPacket Continue H.I.BI JOY
  • 22. Advantages of Using VLANs Broadcast Control— Just as switches physically isolate collision domains for attached hosts and only forward traffic out a particular port, VLANs provide logical bridging domains that confine broadcast and multicast traffic to the VLANs. Security— If you do not allow routing in a VLAN, no users outside of that VLAN can communicate with the users in the VLAN and vice versa. This extreme level of security can be highly desirable for certain projects and applications. Performance— You can assign users that require high- performance or isolated networking to separate VLANs.
  • 24. TCP/UDP Transport Layer Protocol TCP is connection Oriented (uses checksum and acknowledgment) UDP is Connectionless Both use the concept of Connection Port Number (16 Bit Source Port Number and Destination Port Number) Standard Applications have standard Port Numbers (Email 25, Telnet 23, FTP 20 & 21, SSH 22) H.I.BI JOY