SlideShare una empresa de Scribd logo
1 de 66
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Chapter 21
Unicast and Multicast
Routing:
Routing Protocols
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
21.1 Unicast Routing
Metric
Interior and Exterior Routing
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.1 Unicasting
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In unicast routing, the router forwards
the received packet through only one
of its ports.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
21.2 Unicast Routing Protocols
RIP
OSPF
BGP
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.2 Popular routing protocols
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.3 Autonomous systems
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Table 21.1 A distance vector routing table
Destination
Hop
Count
Next
Router
Other information
163.5.0.0 7 172.6.23.4
197.5.13.0 5 176.3.6.17
189.45.0.0 4 200.5.1.6
115.0.0.0 6 131.4.7.19
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Receive: a response RIP message
1. Add one hop to the hop count for each advertised destination.
2. Repeat the following steps for each advertised destination:
1. If (destination not in the routing table)
1. Add the advertised information to the table.
2. Else
1. If (next-hop field is the same)
1. Replace entry in the table with the advertised one.
2. Else
1. If (advertised hop count smaller than one in the table)
1. Replace entry in the routing table.
3. Return.
RIP Updating Algorithm
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.4 Example of updating a routing table
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.5 Initial routing tables in a small autonomous system
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.6 Final routing tables for Figure 21.5
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.7 Areas in an autonomous system
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.8 Types of links
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.9 Point-to-point link
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.10 Transient link
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.11 Stub link
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.12 Example of an internet
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.13 Graphical representation of an internet
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.14 Types of LSAs
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.15 Router link
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.16 Network link
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.17 Summary link to network
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.18 Summary link to AS boundary router
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.19 External link
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In OSPF, all routers have the same
link state database.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
1. Start with the local node (router): the root of the tree.
2. Assign a cost of 0 to this node and make it the first permanent node.
3. Examine each neighbor node of the node that was the last permanent node.
4. Assign a cumulative cost to each node and make it tentative.
5. Among the list of tentative nodes
1. Find the node with the smallest cumulative cost and make it permanent.
2. If a node can be reached from more than one direction
1. Select the direction with the shortest cumulative cost.
6. Repeat steps 3 to 5 until every node becomes permanent.
Dijkstra Algorithm
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.20 Shortest-path calculation
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Table 21.2 Link state routing table for router A
Network Cost Next Router Other Information
N1 5 C
N2 7 D
N3 10 B
N4 11 D
N5 15 C
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Table 21.3 Path vector routing table
Network Next Router Path
N01 R01 AS14, AS23, AS67
N02 R05 AS22, AS67, AS05, AS89
N03 R06 AS67, AS89, AS09, AS34
N04 R12 AS62, AS02, AS09
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.21 Path vector messages
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.22 Types of BGP messages
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
21.3 Multicast Routing
IGMP
Multicast Trees
MBONE
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.23 Multicasting
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In multicast routing, the router may
forward the received packet through
several of its ports.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
IGMP is a group management
protocol. It helps a multicast router
create and update a list of loyal
members related to each router
interface.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.24 IGMP message types
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.25 IGMP message format
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Table 21.4 IGMP type field
Type Value
General or special query 0x11 or 00010001
Membership report 0x16 or 00010110
Leave report 0x17 or 00010111
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.26 IGMP operation
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.27 Membership report
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In IGMP, a membership report is sent
twice, one after the other.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.28 Leave report
No Response
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
The general query message does not
define a particular group.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.29 General query message
No Response
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Example 1
Imagine there are three hosts in a network, as shown in Figure
21.30 (below). A query message was received at time 0; the random
delay time (in tenths of seconds) for each group is shown next to
the group address. Show the sequence of report messages.
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Solution
The events occur in this sequence:
1. Time 12. The timer for 228.42.0.0 in host A expires and a membership
report is sent, which is received by the router and every host including host
B which cancels its timer for 228.42.0.0.
2. Time 30. The timer for 225.14.0.0 in host A expires and a membership
report is sent, which is received by the router and every host including host
C which cancels its timer for 225.14.0.0.
3. Time 50. The timer for 251.71.0.0 in host B expires and a membership
report is sent, which is received by the router and every host.
4. Time 70. The timer for 230.43.0.0 in host C expires and a membership
report is sent, which is received by the router and every host including host
A which cancels its timer for 230.43.0.0.
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In a source-based tree approach, the
combination of source and group
determines the tree.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In the group-shared tree approach, the
group determines the tree.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.31 Logical tunneling
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.32 MBONE
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
21.4 Multicast Routing Protocols
DVMRP
MOSPF
CBT
PIM
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.33 Multicast routing protocols
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.34 Reverse path forwarding
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In reverse path forwarding, the router
forwards only the packets that have
traveled the shortest path from the
source to the router; all other copies
are discarded. RPF prevents the
formation of loops.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.35 RPF versus RPB
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
RPB creates a shortest-path broadcast
tree from the source to each
destination.
It guarantees that each destination
receives one and only one copy of the
packet.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.36 RPF, RPB, and RPM
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
RPM adds pruning and grafting to
RPB to create a multicast shortest-
path tree that supports dynamic
membership changes.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.35 RPF versus RPB
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.37 Unicast tree and multicast tree
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.38 Shared-group tree with rendezvous router
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
Figure 21.39 Sending a multicast packet to the rendezvous router
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
In CBT, the source sends the multicast
packet to the core router. The core
router decapsulates the packet and
forwards it to all interested hosts.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
PIM-DM uses RPF and pruning and
grafting strategies to handle
multicasting. However, it is
independent of the underlying unicast
protocol.
Note:
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2004
PIM-SM is similar to CBT but uses a
simpler procedure.
Note:

Más contenido relacionado

La actualidad más candente (20)

29 Multimedia
29 Multimedia29 Multimedia
29 Multimedia
 
Chapter 27
Chapter 27Chapter 27
Chapter 27
 
21 Network Layer_Address_Mapping_Error_Reporting_and_Multicasting
21 Network Layer_Address_Mapping_Error_Reporting_and_Multicasting21 Network Layer_Address_Mapping_Error_Reporting_and_Multicasting
21 Network Layer_Address_Mapping_Error_Reporting_and_Multicasting
 
Ch22
Ch22Ch22
Ch22
 
Chapter 22
Chapter 22Chapter 22
Chapter 22
 
Chapter 26
Chapter 26Chapter 26
Chapter 26
 
08 Switching
08 Switching08 Switching
08 Switching
 
Ch 19
Ch 19Ch 19
Ch 19
 
Ars msr 1-intradomain
Ars msr 1-intradomainArs msr 1-intradomain
Ars msr 1-intradomain
 
Multicast address
Multicast addressMulticast address
Multicast address
 
12 Multiple Access
12 Multiple Access12 Multiple Access
12 Multiple Access
 
Ch21
Ch21Ch21
Ch21
 
Ec8551 communication networks mcq question bank
Ec8551   communication networks mcq question bank Ec8551   communication networks mcq question bank
Ec8551 communication networks mcq question bank
 
Ch 20
Ch 20Ch 20
Ch 20
 
4c Address Mapping, Error Reporting and Multicasting
4c Address Mapping, Error Reporting and Multicasting4c Address Mapping, Error Reporting and Multicasting
4c Address Mapping, Error Reporting and Multicasting
 
Ch12
Ch12Ch12
Ch12
 
11 Data Link_Control
11 Data Link_Control11 Data Link_Control
11 Data Link_Control
 
Modul 4 signalling dimensioning
Modul 4   signalling dimensioningModul 4   signalling dimensioning
Modul 4 signalling dimensioning
 
Ch08
Ch08Ch08
Ch08
 
Csfb
CsfbCsfb
Csfb
 

Destacado (20)

Unicast multicast & broadcast
Unicast multicast & broadcastUnicast multicast & broadcast
Unicast multicast & broadcast
 
Ch 1
Ch 1Ch 1
Ch 1
 
Multicasting and multicast routing protocols
Multicasting and multicast routing protocolsMulticasting and multicast routing protocols
Multicasting and multicast routing protocols
 
Routing protocols-network-layer
Routing protocols-network-layerRouting protocols-network-layer
Routing protocols-network-layer
 
Data communication - Lecture-01
Data communication - Lecture-01 Data communication - Lecture-01
Data communication - Lecture-01
 
Data communications Class notes
Data communications  Class notesData communications  Class notes
Data communications Class notes
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
 
Chapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and NetworksChapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and Networks
 
On demand multicast
On demand multicastOn demand multicast
On demand multicast
 
Multicast routing protocols in adhoc networks
Multicast routing protocols in adhoc networksMulticast routing protocols in adhoc networks
Multicast routing protocols in adhoc networks
 
A comparative study of reactive and proactive routing
A comparative study of reactive and proactive routingA comparative study of reactive and proactive routing
A comparative study of reactive and proactive routing
 
Multicast vs unicast diagram
Multicast vs unicast diagramMulticast vs unicast diagram
Multicast vs unicast diagram
 
Ch 27
Ch 27Ch 27
Ch 27
 
Ch 31
Ch 31Ch 31
Ch 31
 
Ch 28
Ch 28Ch 28
Ch 28
 
Ch 24
Ch 24Ch 24
Ch 24
 
Ch 29
Ch 29Ch 29
Ch 29
 
Ch 07
Ch 07Ch 07
Ch 07
 
Ch 16
Ch 16Ch 16
Ch 16
 

Similar a Ch 21

22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_Routing22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_RoutingAhmar Hashmi
 
Forouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptxForouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptxabdnazar2003
 
Virtual Circuit Switching: Frame Relay and ATM
Virtual Circuit Switching:Frame Relayand ATMVirtual Circuit Switching:Frame Relayand ATM
Virtual Circuit Switching: Frame Relay and ATMsameer farooq
 
Ccna 2 chapter 6 v4.0 answers 2011
Ccna 2 chapter 6 v4.0 answers 2011Ccna 2 chapter 6 v4.0 answers 2011
Ccna 2 chapter 6 v4.0 answers 2011Dân Chơi
 
Networking and Networking Devices
Networking and Networking DevicesNetworking and Networking Devices
Networking and Networking DevicesAvijeet Negel
 
3 ip routing vrf lite - v2
3 ip routing   vrf lite - v23 ip routing   vrf lite - v2
3 ip routing vrf lite - v2SagarR24
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devicesA Singh
 
3 ip routing pbr bfd -v2
3 ip routing   pbr bfd -v23 ip routing   pbr bfd -v2
3 ip routing pbr bfd -v2SagarR24
 
Transmission Of Digital Data
Transmission Of Digital DataTransmission Of Digital Data
Transmission Of Digital DataAvijeet Negel
 
5G Integrated Access and Backhaul
5G Integrated Access and Backhaul5G Integrated Access and Backhaul
5G Integrated Access and BackhaulSridhar Bhaskaran
 
Network Layer And Networking
Network Layer And NetworkingNetwork Layer And Networking
Network Layer And NetworkingAvijeet Negel
 

Similar a Ch 21 (20)

Ch22
Ch22Ch22
Ch22
 
TCP/IP
TCP/IPTCP/IP
TCP/IP
 
22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_Routing22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_Routing
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
network.pptx
network.pptxnetwork.pptx
network.pptx
 
Forouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptxForouzan6e_ch06_PPTs_Accessible 2024.pptx
Forouzan6e_ch06_PPTs_Accessible 2024.pptx
 
Application layer diagram
Application layer diagramApplication layer diagram
Application layer diagram
 
Prb#5
Prb#5Prb#5
Prb#5
 
Virtual Circuit Switching: Frame Relay and ATM
Virtual Circuit Switching:Frame Relayand ATMVirtual Circuit Switching:Frame Relayand ATM
Virtual Circuit Switching: Frame Relay and ATM
 
Ccna 2 chapter 6 v4.0 answers 2011
Ccna 2 chapter 6 v4.0 answers 2011Ccna 2 chapter 6 v4.0 answers 2011
Ccna 2 chapter 6 v4.0 answers 2011
 
Networking and Networking Devices
Networking and Networking DevicesNetworking and Networking Devices
Networking and Networking Devices
 
3 ip routing vrf lite - v2
3 ip routing   vrf lite - v23 ip routing   vrf lite - v2
3 ip routing vrf lite - v2
 
4d routing
4d routing4d routing
4d routing
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devices
 
3 ip routing pbr bfd -v2
3 ip routing   pbr bfd -v23 ip routing   pbr bfd -v2
3 ip routing pbr bfd -v2
 
Transmission Of Digital Data
Transmission Of Digital DataTransmission Of Digital Data
Transmission Of Digital Data
 
Unit 4
Unit  4Unit  4
Unit 4
 
5G Integrated Access and Backhaul
5G Integrated Access and Backhaul5G Integrated Access and Backhaul
5G Integrated Access and Backhaul
 
Network Layer And Networking
Network Layer And NetworkingNetwork Layer And Networking
Network Layer And Networking
 
Ch23
Ch23Ch23
Ch23
 

Más de soumya ranjan mohanty (18)

Ch 30
Ch 30Ch 30
Ch 30
 
Ch 26
Ch 26Ch 26
Ch 26
 
Ch 25
Ch 25Ch 25
Ch 25
 
Ch 17
Ch 17Ch 17
Ch 17
 
Ch 18
Ch 18Ch 18
Ch 18
 
Ch 12
Ch 12Ch 12
Ch 12
 
Ch 14
Ch 14Ch 14
Ch 14
 
Ch 13
Ch 13Ch 13
Ch 13
 
Ch 15
Ch 15Ch 15
Ch 15
 
Ch 10
Ch 10Ch 10
Ch 10
 
Ch 11
Ch 11Ch 11
Ch 11
 
Ch 09
Ch 09Ch 09
Ch 09
 
Ch 08
Ch 08Ch 08
Ch 08
 
Ch 06
Ch 06Ch 06
Ch 06
 
Ch 05
Ch 05Ch 05
Ch 05
 
Ch 04
Ch 04Ch 04
Ch 04
 
Ch 03
Ch 03Ch 03
Ch 03
 
Ch 02
Ch 02Ch 02
Ch 02
 

Último

Resultados del Campeonato mundial de Marcha por equipos Antalya 2024
Resultados del Campeonato mundial de Marcha por equipos Antalya 2024Resultados del Campeonato mundial de Marcha por equipos Antalya 2024
Resultados del Campeonato mundial de Marcha por equipos Antalya 2024Judith Chuquipul
 
IPL Quiz ( weekly quiz) by SJU quizzers.
IPL Quiz ( weekly quiz) by SJU quizzers.IPL Quiz ( weekly quiz) by SJU quizzers.
IPL Quiz ( weekly quiz) by SJU quizzers.SJU Quizzers
 
Technical Data | ThermTec Wild 650L | Optics Trade
Technical Data | ThermTec Wild 650L | Optics TradeTechnical Data | ThermTec Wild 650L | Optics Trade
Technical Data | ThermTec Wild 650L | Optics TradeOptics-Trade
 
Austria vs France David Alaba Switches Position to Defender in Austria's Euro...
Austria vs France David Alaba Switches Position to Defender in Austria's Euro...Austria vs France David Alaba Switches Position to Defender in Austria's Euro...
Austria vs France David Alaba Switches Position to Defender in Austria's Euro...Eticketing.co
 
Technical Data | ThermTec Wild 335 | Optics Trade
Technical Data | ThermTec Wild 335 | Optics TradeTechnical Data | ThermTec Wild 335 | Optics Trade
Technical Data | ThermTec Wild 335 | Optics TradeOptics-Trade
 
Expert Pool Table Refelting in Lee & Collier County, FL
Expert Pool Table Refelting in Lee & Collier County, FLExpert Pool Table Refelting in Lee & Collier County, FL
Expert Pool Table Refelting in Lee & Collier County, FLAll American Billiards
 
办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样
办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样
办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样7pn7zv3i
 
Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝
Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝
Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝soniya singh
 
Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...
Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...
Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...Eticketing.co
 
Mysore Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Mysore Call Girls 7001305949 WhatsApp Number 24x7 Best ServicesMysore Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Mysore Call Girls 7001305949 WhatsApp Number 24x7 Best Servicesnajka9823
 
Real Moto 2 MOD APK v1.1.721 All Bikes, Unlimited Money
Real Moto 2 MOD APK v1.1.721 All Bikes, Unlimited MoneyReal Moto 2 MOD APK v1.1.721 All Bikes, Unlimited Money
Real Moto 2 MOD APK v1.1.721 All Bikes, Unlimited MoneyApk Toly
 
Instruction Manual | ThermTec Wild Thermal Monoculars | Optics Trade
Instruction Manual | ThermTec Wild Thermal Monoculars | Optics TradeInstruction Manual | ThermTec Wild Thermal Monoculars | Optics Trade
Instruction Manual | ThermTec Wild Thermal Monoculars | Optics TradeOptics-Trade
 
France's UEFA Euro 2024 Ambitions Amid Coman's Injury.docx
France's UEFA Euro 2024 Ambitions Amid Coman's Injury.docxFrance's UEFA Euro 2024 Ambitions Amid Coman's Injury.docx
France's UEFA Euro 2024 Ambitions Amid Coman's Injury.docxEuro Cup 2024 Tickets
 
Instruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics Trade
Instruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics TradeInstruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics Trade
Instruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics TradeOptics-Trade
 
8377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/7
8377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/78377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/7
8377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/7dollysharma2066
 
JORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdf
JORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdfJORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdf
JORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdfArturo Pacheco Alvarez
 

Último (18)

Resultados del Campeonato mundial de Marcha por equipos Antalya 2024
Resultados del Campeonato mundial de Marcha por equipos Antalya 2024Resultados del Campeonato mundial de Marcha por equipos Antalya 2024
Resultados del Campeonato mundial de Marcha por equipos Antalya 2024
 
IPL Quiz ( weekly quiz) by SJU quizzers.
IPL Quiz ( weekly quiz) by SJU quizzers.IPL Quiz ( weekly quiz) by SJU quizzers.
IPL Quiz ( weekly quiz) by SJU quizzers.
 
FULL ENJOY Call Girls In Savitri Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In  Savitri Nagar (Delhi) Call Us 9953056974FULL ENJOY Call Girls In  Savitri Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In Savitri Nagar (Delhi) Call Us 9953056974
 
Technical Data | ThermTec Wild 650L | Optics Trade
Technical Data | ThermTec Wild 650L | Optics TradeTechnical Data | ThermTec Wild 650L | Optics Trade
Technical Data | ThermTec Wild 650L | Optics Trade
 
Austria vs France David Alaba Switches Position to Defender in Austria's Euro...
Austria vs France David Alaba Switches Position to Defender in Austria's Euro...Austria vs France David Alaba Switches Position to Defender in Austria's Euro...
Austria vs France David Alaba Switches Position to Defender in Austria's Euro...
 
Technical Data | ThermTec Wild 335 | Optics Trade
Technical Data | ThermTec Wild 335 | Optics TradeTechnical Data | ThermTec Wild 335 | Optics Trade
Technical Data | ThermTec Wild 335 | Optics Trade
 
Expert Pool Table Refelting in Lee & Collier County, FL
Expert Pool Table Refelting in Lee & Collier County, FLExpert Pool Table Refelting in Lee & Collier County, FL
Expert Pool Table Refelting in Lee & Collier County, FL
 
办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样
办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样
办理学位证(KCL文凭证书)伦敦国王学院毕业证成绩单原版一模一样
 
young Call girls in Moolchand 🔝 9953056974 🔝 Delhi escort Service
young Call girls in Moolchand 🔝 9953056974 🔝 Delhi escort Serviceyoung Call girls in Moolchand 🔝 9953056974 🔝 Delhi escort Service
young Call girls in Moolchand 🔝 9953056974 🔝 Delhi escort Service
 
Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝
Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝
Call Girls in Dhaula Kuan 💯Call Us 🔝8264348440🔝
 
Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...
Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...
Croatia vs Italy UEFA Euro 2024 Croatia's Checkered Legacy on Display in New ...
 
Mysore Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Mysore Call Girls 7001305949 WhatsApp Number 24x7 Best ServicesMysore Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Mysore Call Girls 7001305949 WhatsApp Number 24x7 Best Services
 
Real Moto 2 MOD APK v1.1.721 All Bikes, Unlimited Money
Real Moto 2 MOD APK v1.1.721 All Bikes, Unlimited MoneyReal Moto 2 MOD APK v1.1.721 All Bikes, Unlimited Money
Real Moto 2 MOD APK v1.1.721 All Bikes, Unlimited Money
 
Instruction Manual | ThermTec Wild Thermal Monoculars | Optics Trade
Instruction Manual | ThermTec Wild Thermal Monoculars | Optics TradeInstruction Manual | ThermTec Wild Thermal Monoculars | Optics Trade
Instruction Manual | ThermTec Wild Thermal Monoculars | Optics Trade
 
France's UEFA Euro 2024 Ambitions Amid Coman's Injury.docx
France's UEFA Euro 2024 Ambitions Amid Coman's Injury.docxFrance's UEFA Euro 2024 Ambitions Amid Coman's Injury.docx
France's UEFA Euro 2024 Ambitions Amid Coman's Injury.docx
 
Instruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics Trade
Instruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics TradeInstruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics Trade
Instruction Manual | ThermTec Hunt Thermal Clip-On Series | Optics Trade
 
8377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/7
8377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/78377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/7
8377087607 ☎, Cash On Delivery Call Girls Service In Hauz Khas Delhi Enjoy 24/7
 
JORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdf
JORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdfJORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdf
JORNADA 3 LIGA MURO 2024GHGHGHGHGHGH.pdf
 

Ch 21