SlideShare a Scribd company logo
1 of 41
Download to read offline
Distance Vector Multicast RoutingProtocol (DVMRP)
ā€¢ Multicast routing protocol, RFC1075 (1988).
ā€¢ Used in first internet multicast backbone (MBONE, 1992).
ā€¢ IPv4 address types: unicast, broadcast, multicast.
ā€¢ Not connection-oriented, best-effort delivery (IP).
ā€¢ Not guarenteed to reach all group members.
ā€¢ Hosts are free to join or leave a group at any time.
ā€¢ Sender need to be aware of group members.
ā€¢ Multicast conserves bandwidth by forcing network to do
packet replication.
ā€¢ Radio / VIdeo broadcasts, Video conferencing, Distance learning
ā€¢ Shared applications, Multiplayer gaming, Chat rooms
ā€¢ Advertisements, Stocks, Distributed databases
MulticastBackbone (MBONE)
ā€¢ Interconnected subnetworks and multicast routers.
ā€¢ Created by Jacobson, Deering, Casner (1992).
ā€¢ Uses tunnels for connecting through unicast routers.
ā€¢ Uses DVMRP, MOSPF for routing along with IGMP.
ā€¢ IP Address: 224.2.0.0 (audio 64kbps, video 120 kbps)
ā€¢ IETF meetings, US House & Senate sessions
ā€¢ NASA Space shuttle missions, Satellite weather photos
ā€¢ 1992: 40 subnets in 4 countries
ā€¢ 1993: Live band performance by Severe Tire Damage
ā€¢ 1995: M-bone links in Russia, Antarctica
ā€¢ 1996: 2800 subnets in 25 countries
ā€¢ 2008: Virtual video conferencing systemin use
MulticastAddressing
ā€¢ Class D IP addresses are used for multicast.
ā€¢ Start with "1110" followed by 28-bit group ID.
ā€¢ Fixed vs Transient multicast IP (logical address).
ā€¢ 224.0.0.0: Reserved Class D
ā€¢ 224.0.0.1: All multicast devices
ā€¢ 224.0.0.2: All multicast routers
ā€¢ 224.0.0.4: All DVMRP routers
ā€¢ 224.0.0.5: All OSPF routers
ā€¢ 224.0.1.11: IETF-1-Audio
ā€¢ 224.0.1.12: IETF-1-Video
ā€¢ 224.0.0.255: Last reserved for routing
ā€¢ 239.0.0.0: Site-local applications
ā€¢ 239.255.255.255: Last Class D
Distance Vector Routing (eg. RIP)
ā€¢ Find the least cost path between 2 nodes.
ā€¢ Also called Bellman-Ford algorithm (distributed).
ā€¢ Each node maintains a routing table.
ā€¢ Originally used in ARPAnet, RIP (now used rarely).
ā€¢ Initial: Distance (cost) to its neighbours is known.
ā€¢ Goal: Distance to all neighbours & next-hop known.
ā€¢ Routing table info is shared with neighbours (except next-hop).
ā€¢ On receiving message, routing table updated with min-cost path.
ā€¢ After N rounds, N+1 hop paths become known.
ā€¢ Triggered update: link / node failure or cost change
ā€¢ Periodic update: Still alive, update DV if some route becomes invalid
Periodic update helps when a route becomes invalid
Bellman-Ford distance update equation
MulticastFlooding
ā€¢ Router / Host sends packet on all interfaces.
ā€¢ If router has been seen packet before, its discarded.
ā€¢ Used on local network for multicast communication.
ā€¢ Filtering can be done with Multicast MAC address.
Each Host Receives the Multicast Stream
Multicast Stream is filtered by Switch through Multicast MAC address
InternetGroupManagementProtocol (IGMP)
ā€¢ Hosts tell router about group membership (RFC 1112).
ā€¢ Router uses this to help route multicast packets.
ā€¢ Filtering can be done with IGMP snooping by switch.
ā€¢ Report: Host says to router, "I want to receive multicast data for X.X.X.X".
ā€¢ Query: Router asks hosts, "Is anone still interested in data for X.X.X.X"?
ā€¢ Report is sent to address X.X.X.X, and received by other members & router.
Reverse PathMulticasting(RPM)
ā€¢ Forward packet that arrives on shortest path to source.
ā€¢ Router discards packet if it arrives on any other interface.
ā€¢ Delivery tree is truncated if leaf subnet has no members.
ā€¢ Prune message is sent if all child links are truncated.
ā€¢ Opt: Forward only if on downstream router's shortest path.
ā€¢ Duplicates are possible since shortest path is source-based.
RPB
TRPB
RPM
Reverse Path Broadcasting (RPB)
Truncated Reverse Path Broadcasting (TRPB)
Opt. Reverse Path Broadcasting (RPB) RPB
Reverse Path Multicasting (RPM)
Net3 recieves 2 packets
DVMRP
ā€¢ It is a distance vector multicast protocol, like RIP.
ā€¢ Suitable for use within autonomous system.
ā€¢ Tunnels are used between non-multicast routers.
ā€¢ Routers need to run a unicast protocol too.
ā€¢ Reverse path multicasting (RPM) used between routers.
ā€¢ Intially (S,G) packet is broadcasted using TRPB.
ā€¢ IGMP is used to find group members in subnets.
ā€¢ Routers send prune message to parent if subnet has no group member.
ā€¢ Routers send graft message to parent if subnet has new group member.
ā€¢ DVMRP, MOSPF, PIM: within Autonomous System
ā€¢ MBGP: between Autonomous Systems
DVMRP Routing table DVMRP Forwarding table
DVMRP Datagrams
ā€¢ DVMRP uses IGMP to exchange routing datagrams (type 3).
ā€¢ Message is a stream of tagged data (key=value, ā€¦ max 512B).
ā€¢ Routers provide periodic and triggered updates.
ā€¢ Messages sent to multicast address 224.0.0.4 (TTL=1).
ā€¢ Request: request route to sources
ā€¢ Response: provide route to sources
ā€¢ Non-membership report: prune path for T seconds (no member)
ā€¢ Non-membership cancellation: graft path (new member)
ā€¢ NULL, Flags0, Infinity, Metric
ā€¢ Address Family Indicator (AFI), Subnet mask
ā€¢ Destination Address (DA)
ā€¢ Requested Destination Address (RDA)
ā€¢ Non Membership Report (NMR)
ā€¢ Non Membership Report Cancel (NMR Cancel)
CommandsSubtypes
NMR for groups 224.2.3.1 & 224.5.4.6 (20s), 224.7.8.5 (40s)
Request all routes (to source).
Response of route for 128.2.251.231 & 128.2.236.2 with metric 2, INF=16, SM=255.255.255.0
Response of route for 128.2.251.231 with metric 2, INF=16, SM=255.255.255.0
DVMRP header
406 Submarine Cables
Minimum design life of 25
years.
Satellites account for 0.37%
of all U.S. international
capacity.
The new MAREA cable is
capable of carrying 208 Tbps.
Google, Facebook, Microsoft,
and Amazon are major
investors in new cable.
Total 1.2 million km (2020)
Manufacturing & Deployment
ā€¢ Japanese NEC developed 20 fiber pair (40) cable. (2020)
ā€¢ Google announced a cable with 24 pairs of optical fibers.
ā€¢ Bandwidth of 12-pair Dunant is declared at 250 Tbps.
ā€¢ DWDM allows 100 wavelengths over a single fiber.
ā€¢ Largest manufacturers:
ā€¢ Alcatel Submarine Networks (ASN) (France)
ā€¢ TE SubCom (USA)
ā€¢ Nippon Electric Company (NEC) (Japan)
ā€¢ Prysmian (Italy)
ā€¢ Nexans (France)
ā€¢ Hengtong (China)
ā€¢ Zhongtian (China)
Subcom Fiber Optic Cable Kit.
Lightweight (LW)
> 2000m
Special Application (SPA)
900-2000m
Light
Light-Wire Armored (LWA)
Buried
Single Armored (SA)
400-900m
Double Armored (DA)
Beach joint-400m
1. Extending
2. Dropping
3. Splicing with other side
4. Dropping
NEC repeaters with four signal amplifiers are located at the OCC factory in Japan.
Alcatel Submarine Networks Optical RepeaterNetwork architecture
Cable laying
Hydro Jet
Polynesia submarine cable
Installation ship
Sea plow for Cable burial
Survey ship Maintenance ship
SEA-ME-WE 3
ā€¢ The South-East Asia Middle East Western Europe 3.
ā€¢ Length: 39,000km, Capacity: 100G (1999)
ā€¢ Operators: BSNL (92)
ā€¢ CLS: Mumbai (Tata Comm.), Kochi(Tata Comm.) (39)
FEA
ā€¢ The FLAG Europe Asia (Fiber-optic Link Around Globe).
ā€¢ Length: 28,000km, Capacity: 80Gbps (1997)
ā€¢ Operators: Global Cloud Xchange(RCOM) (1)
ā€¢ CLS: Chennai (Tata Comm.) (18)
I2ICN
ā€¢ The i2 Cable Network.
ā€¢ Length: 3,100km, Capacity: 8.4Tbps (2002)
ā€¢ Operators: Bharti Airtel (2)
ā€¢ CLS: Chennai (Airtel) (2)
SAFE
ā€¢ The South Africa Far East.
ā€¢ Length: 13,500km, Capacity: 130Gbps (2002)
ā€¢ Operators: Tata Comm. (30)
ā€¢ CLS: Cochin (Tata Comm.) (6)
TIC
ā€¢ The Tata Indicom Cable.
ā€¢ Length: 3,175km, Capacity: 5.1Tbps (2004)
ā€¢ Operators: Tata Comm. (1)
ā€¢ CLS: Chennai (Tata Comm.) (2)
SEA-ME-WE 4
ā€¢ The South East Asia-Middle East-West Europe 4.
ā€¢ Length: 18,800km (4), Capacity: 4.6Tbps (2005)
ā€¢ Operators: Tata Comm., Bharti Infotel(16)
ā€¢ CLS: Mumbai (Airtel), Chennai (Airtel) (17)
BLCS
ā€¢ The Bharat Lanka Cable System.
ā€¢ Length: 320km, Capacity: 1Tbps (2006)
ā€¢ Operators: BSNL (2)
ā€¢ CLS: Tuticorin (Reliance) (2)
FALCON
ā€¢ The FLAG Alcatel-Lucent Optical Network.
ā€¢ Length: 11,859km, Capacity: 2.56Tbps (2006)
ā€¢ Operators: Global Cloud eXchange (16)
ā€¢ CLS: Mumbai (Reliance) (17)
SEACOM
ā€¢ The SEACOM Cable.
ā€¢ Length: 17,000km, Capacity: 1.5Tbps (2009)
ā€¢ Operators: (5)
ā€¢ CLS: Mumbai (Tata Comm. / VSNL) (9)
IMEWE
ā€¢ The India Middle-East Western-Europe.
ā€¢ Length: 12,091km, Capacity: 5.6Tbps (2010)
ā€¢ Operators: Bharti Airtel, Tata Comm. (9)
ā€¢ CLS: Mumbai (Tata Comm.) (10)
EIG
ā€¢ The Europe India Gateway.
ā€¢ Length: 15,000km (4), Capacity: 3.8Tbps (2011)
ā€¢ Operators: Bharti Airtel, BSNL (16)
ā€¢ CLS: Mumbai (Airtel) (12)
TGN-EA
ā€¢ The Tata Global Network-Eurasia.
ā€¢ Length: 9,280km, Capacity: 1.28Tbps (2012)
ā€¢ Operators: Tata Comm. (1) (RTD: 92ms)
ā€¢ CLS: Mumbai (Tata Comm. / VSNL) (5)
GIBY
ā€¢ The Gulf Bridge International.
ā€¢ Length: ?km, Capacity: 5.6Tbps (2012)
ā€¢ Operators: Bharti Airtel (?)
ā€¢ CLS: Mumbai (Sify Tech.) (10)
MENA
ā€¢ The Middle East North Africa.
ā€¢ Length: 8,800km, Capacity: 5.8Tbps (2014)
ā€¢ Operators: Bharti Airtel (?)
ā€¢ CLS: Mumbai (Sify Tech.) (7)
CANI
ā€¢ The Chennai - Andaman and Nicobar Islands.
ā€¢ Length: 2300km, Capacity: 6.4Tbps x 4 (Aug 2020)
ā€¢ Operators: BSNL (?), Cost: 1224 Cr.
ā€¢ CLS: (9), Handled by: NEC Corp. (Japan)
Cable Landing Stations in India
GCX: Reliance Globalcom B.V.
IOX: India Ocean eXchange
Landing of an Italy-USA cable (4,704 nautical miles long), on the Rockoway beach, New-York, January 1925.
Request For Comments
ā€¢ RFCs cover many aspects of computer
networking, including protocols,
procedures, programs, and concepts, as
well as meeting notes, opinions, and
sometimes humor.
ā€¢ RFCs area associated with an active IETF
Working Group.
ā€¢ Published RFCs never change. Technical &
Editorial Errata are provided.
ā€¢ Started 7 Apr 1969, by Steve Crocker
ā€¢ RFC 1: Host Software
ā€¢ RFC 2555: 30 Years of RFCs
https://ietf.org/standards/rfcs/
www.arkko.com/tools/rfcstats/
IETF Working Groups
ā€¢ Applications & Real-Time area (29)
ā€¢ General area (2)
ā€¢ Internet area (17)
ā€¢ Operations & Management area (14)
ā€¢ Routing area (24)
ā€¢ Secutiry area (25)
ā€¢ Transport area (11)
https://ietf.org/standards/rfcs/
https://datatracker.ietf.org/wg/
www.arkko.com/tools/rfcstats/
April RFCs
ā€¢ RFC527:ARPAWOCKY (1973)
Beware the ARPANET, my son;
The bits that byte, the heads that scratch;
Beware the NCP, and shun
the frumious system patch,
ā€¢ RFC7511: Scenic Routing for IPv6 (2015)
This document specifies a new routing scheme for the
current version of the Internet Protocol version 6
(IPv6) in the spirit of "Green IT", whereby packets will
be routed to get as much fresh-air time as possible.
ā€¢ RFC2549: IP over AvianCarriers withQuality of Service (1999)
The following quality of service levels are available:
Concorde, First, Business, and Coach. Concorde class
offers expedited data delivery. One major benefit to
using Avian Carriers is that this is the only networking
technology that earns frequent flyer miles, plus the
Concorde and First classes of service earn 50% bonus
miles per packet. Ostriches are an alternate carrier
that have much greater bulk transfer capability but
provide slower delivery, and require the use of bridges
between domains.
IPoAC: IP over Avian Carriers
RFC 3514 The Security Flag in the IPv4 Header 1 April 2003
The bit field is laid out as follows:
0
+-+
|E|
+-+
Currently-assigned values are defined as follows:
0x0 If the bit is set to 0, the packet has no evil intent. Hosts,
network elements, etc., SHOULD assume that the packet is
harmless, and SHOULD NOT take any defensive measures. (We note
that this part of the spec is already implemented by many common
desktop operating systems.)
0x1 If the bit is set to 1, the packet has evil intent. Secure
systems SHOULD try to defend themselves against such packets.
Insecure systems MAY chose to crash, be penetrated, etc.
Regional Internet Registries (RIRs)
(InterNIC, 1996)
RFC2050 (1996)
(1996)
(1996)
(2002)
(2005)
Coordinatingbodyfor5RIRs
Each RIR received its last /8 IPv4 address
block from IANA on 3 February 2011
A Regional Internet Registry (RIR)
manages the allocation and registration
of Internet number resources in a
particular region of the world and
maintains a unique registry of all IP
numbers issued.
National Internet Registries (RIRs)
M: 0 ASN: 0 IPv4: 405 IPv6: 0 S: 1 M: 27 ASN: 1 IPv4: 513 IPv6: 0 S: 2 M: 55 ASN: 47 IPv4: 993 IPv6: 0 S: 3 M: 114 ASN: 63 IPv4:1050 IPv6:0 S: 5
M: 200 ASN: 98 IPv4:274 IPv6:0 S: 5 M: 249 ASN: 108 IPv4:166 IPv6:0 S: 6 M: 396 ASN: 128 IPv4:232 IPv6:5 S: 12 M: 602 ASN: 230 IPv4:353 IPv6:14 S: 23
M: 699 ASN: 220 IPv4:360 IPv6:25 S: 31 M: 767 ASN: 203 IPv4:301 IPv6:86 S: 33 M: 879 ASN: 198 IPv4:422 IPv6:50 S: 40 M: 978 ASN: 186 IPv4:568 IPv6:57 S: 44
M: 1157 ASN: 245 IPv4:705 IPv6:51 S: 46 M: 1362 ASN: 298 IPv4:864 IPv6:42 S: 46 M: 1584 ASN: 308 IPv4:917 IPv6:63 S: 57 M: 1855 ASN: 418 IPv4:984 IPv6:160 S: 62
M: 2170 ASN: 436 IPv4:1065 IPv6: 185 S: 63 M: 2521 ASN: 505 IPv4:1358 IPv6: 643 S: 65 M: 2947 ASN: 495 IPv4:1475 IPv6: 620 S: 70 M: 3534 ASN: 581 IPv4:1075 IPv6: 562 S: 71
Each RIR received its last /8 IPv4 address
block from IANA on 3 February 2011
M: 3779 ASN: 306 IPv4:744 IPv6:255 S: 68 M: 4051 ASN: 646 IPv4:3914 IPv6: 484 S: 70 M: 5268 ASN: 881 IPv4:4498 IPv6: 785 S: 76 M: 5994 ASN: 881 IPv4:4498 IPv6: 785 S: 75
M: 6557 ASN: 1226 IPv4: 2235 IPv6: 1377 S: 77 M: 7162 ASN: 912 IPv4:2199 IPv6: 1430 S: 80 M: 7776 ASN: 1560 IPv4: 2027 IPv6: 1472 S: 77
IPv6 adoptionincreased,withthe proportion
of MembersholdingIPv6resourcesreaching
61% andtotal IPv6 capabilityreaching22%

More Related Content

What's hot

IPV4 Frame Format
IPV4 Frame FormatIPV4 Frame Format
IPV4 Frame FormatAditya Rawat
Ā 
Multicastingand multicast routing protocols
Multicastingand multicast routing protocolsMulticastingand multicast routing protocols
Multicastingand multicast routing protocolsIffat Anjum
Ā 
MAC Address ā€“ All you Need to Know About it
MAC Address ā€“ All you Need to Know About itMAC Address ā€“ All you Need to Know About it
MAC Address ā€“ All you Need to Know About itAsya Karapetyan
Ā 
Transport layer protocol
Transport layer protocolTransport layer protocol
Transport layer protocolN.Jagadish Kumar
Ā 
MEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLMEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLjunnubabu
Ā 
Mac addresses(media access control)
Mac addresses(media access control)Mac addresses(media access control)
Mac addresses(media access control)Ismail Mukiibi
Ā 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)k33a
Ā 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6Syed Arshad
Ā 
RPC: Remote procedure call
RPC: Remote procedure callRPC: Remote procedure call
RPC: Remote procedure callSunita Sahu
Ā 
Csma protocols
Csma protocolsCsma protocols
Csma protocolsManal Shah
Ā 
Processor allocation in Distributed Systems
Processor allocation in Distributed SystemsProcessor allocation in Distributed Systems
Processor allocation in Distributed SystemsRitu Ranjan Shrivastwa
Ā 
IPv6 header
IPv6 headerIPv6 header
IPv6 headerHeba_a
Ā 
TCP over wireless slides
TCP over wireless slidesTCP over wireless slides
TCP over wireless slidesMahesh Rajawat
Ā 
Link state routing protocol
Link state routing protocolLink state routing protocol
Link state routing protocolAung Thu Rha Hein
Ā 

What's hot (20)

IPV4 Frame Format
IPV4 Frame FormatIPV4 Frame Format
IPV4 Frame Format
Ā 
Multicastingand multicast routing protocols
Multicastingand multicast routing protocolsMulticastingand multicast routing protocols
Multicastingand multicast routing protocols
Ā 
MAC Address ā€“ All you Need to Know About it
MAC Address ā€“ All you Need to Know About itMAC Address ā€“ All you Need to Know About it
MAC Address ā€“ All you Need to Know About it
Ā 
Application layer protocols
Application layer protocolsApplication layer protocols
Application layer protocols
Ā 
Mobile IP
Mobile IPMobile IP
Mobile IP
Ā 
Transport layer protocol
Transport layer protocolTransport layer protocol
Transport layer protocol
Ā 
MEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLMEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROL
Ā 
Mac addresses(media access control)
Mac addresses(media access control)Mac addresses(media access control)
Mac addresses(media access control)
Ā 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
Ā 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6
Ā 
Dhcp ppt
Dhcp pptDhcp ppt
Dhcp ppt
Ā 
RPC: Remote procedure call
RPC: Remote procedure callRPC: Remote procedure call
RPC: Remote procedure call
Ā 
Csma protocols
Csma protocolsCsma protocols
Csma protocols
Ā 
Processor allocation in Distributed Systems
Processor allocation in Distributed SystemsProcessor allocation in Distributed Systems
Processor allocation in Distributed Systems
Ā 
IPv6 header
IPv6 headerIPv6 header
IPv6 header
Ā 
DHCP basics
DHCP basicsDHCP basics
DHCP basics
Ā 
TCP/IP and UDP protocols
TCP/IP and UDP protocolsTCP/IP and UDP protocols
TCP/IP and UDP protocols
Ā 
TCP over wireless slides
TCP over wireless slidesTCP over wireless slides
TCP over wireless slides
Ā 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
Ā 
Link state routing protocol
Link state routing protocolLink state routing protocol
Link state routing protocol
Ā 

Similar to Distance Vector Multicast Routing Protocol (DVMRP) : Combined Presentation

Distance Vector Multicast Routing Protocol (DVMRP) : Presentation
Distance Vector Multicast Routing Protocol (DVMRP) : PresentationDistance Vector Multicast Routing Protocol (DVMRP) : Presentation
Distance Vector Multicast Routing Protocol (DVMRP) : PresentationSubhajit Sahu
Ā 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsHarsh Mehta
Ā 
ROUTING PROTOCOLS new.pptx
ROUTING PROTOCOLS new.pptxROUTING PROTOCOLS new.pptx
ROUTING PROTOCOLS new.pptxAayushMishra89
Ā 
Module 3 Part B - computer networks module 2 ppt
Module 3 Part B - computer networks module 2 pptModule 3 Part B - computer networks module 2 ppt
Module 3 Part B - computer networks module 2 pptanushaj46
Ā 
Sspi day out_2014_advantech-mario_jorge
Sspi day out_2014_advantech-mario_jorgeSspi day out_2014_advantech-mario_jorge
Sspi day out_2014_advantech-mario_jorgeSSPI Brasil
Ā 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicastinghamsa nandhini
Ā 
Chapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network DesignChapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network Designnakomuri
Ā 
Lecture number 5 Theory.pdf(machine learning)
Lecture  number  5 Theory.pdf(machine learning)Lecture  number  5 Theory.pdf(machine learning)
Lecture number 5 Theory.pdf(machine learning)ZainabShahzad9
Ā 
Vsat day-2008-comtech
Vsat day-2008-comtechVsat day-2008-comtech
Vsat day-2008-comtechSSPI Brasil
Ā 
LTE Key Technologies
LTE Key TechnologiesLTE Key Technologies
LTE Key TechnologiesAbdulrahman Fady
Ā 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detailDil_E_Dastan
Ā 
COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1
COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1
COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1aishwaryaarrao3
Ā 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layerZee Haak
Ā 
LTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA GlobalLTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA GlobalGaganpreet Singh Walia
Ā 
IP based communications over satellites
IP based communications over satellitesIP based communications over satellites
IP based communications over satellitesBektaş Şahin
Ā 
Air tight 11ac webinar series session 2 - 11ac feature deep dive - june 2014
Air tight 11ac webinar series   session 2 - 11ac feature deep dive - june 2014Air tight 11ac webinar series   session 2 - 11ac feature deep dive - june 2014
Air tight 11ac webinar series session 2 - 11ac feature deep dive - june 2014AirTight Networks
Ā 
389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdf
389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdf389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdf
389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdfMohamedShabana37
Ā 
LTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA GlobalLTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA GlobalGaganpreet Singh Walia
Ā 

Similar to Distance Vector Multicast Routing Protocol (DVMRP) : Combined Presentation (20)

Distance Vector Multicast Routing Protocol (DVMRP) : Presentation
Distance Vector Multicast Routing Protocol (DVMRP) : PresentationDistance Vector Multicast Routing Protocol (DVMRP) : Presentation
Distance Vector Multicast Routing Protocol (DVMRP) : Presentation
Ā 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
Ā 
ROUTING PROTOCOLS new.pptx
ROUTING PROTOCOLS new.pptxROUTING PROTOCOLS new.pptx
ROUTING PROTOCOLS new.pptx
Ā 
Module 3 Part B - computer networks module 2 ppt
Module 3 Part B - computer networks module 2 pptModule 3 Part B - computer networks module 2 ppt
Module 3 Part B - computer networks module 2 ppt
Ā 
Sspi day out_2014_advantech-mario_jorge
Sspi day out_2014_advantech-mario_jorgeSspi day out_2014_advantech-mario_jorge
Sspi day out_2014_advantech-mario_jorge
Ā 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
Ā 
Chapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network DesignChapter 2 -_lan_network_design - Network Design
Chapter 2 -_lan_network_design - Network Design
Ā 
Lecture number 5 Theory.pdf(machine learning)
Lecture  number  5 Theory.pdf(machine learning)Lecture  number  5 Theory.pdf(machine learning)
Lecture number 5 Theory.pdf(machine learning)
Ā 
Vsat day-2008-comtech
Vsat day-2008-comtechVsat day-2008-comtech
Vsat day-2008-comtech
Ā 
LTE Key Technologies
LTE Key TechnologiesLTE Key Technologies
LTE Key Technologies
Ā 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
Ā 
Manet
ManetManet
Manet
Ā 
COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1
COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1
COMPUTER NETWORKS CHAPTER 3 NETWORK LAYER NOTES CSE 3RD year sem 1
Ā 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
Ā 
LTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA GlobalLTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA Global
Ā 
IP based communications over satellites
IP based communications over satellitesIP based communications over satellites
IP based communications over satellites
Ā 
Air tight 11ac webinar series session 2 - 11ac feature deep dive - june 2014
Air tight 11ac webinar series   session 2 - 11ac feature deep dive - june 2014Air tight 11ac webinar series   session 2 - 11ac feature deep dive - june 2014
Air tight 11ac webinar series session 2 - 11ac feature deep dive - june 2014
Ā 
389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdf
389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdf389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdf
389282805-lte-fundamentals-training-and-certification-by-telcoma-global.pdf
Ā 
Fast_Ethernet.ppt
Fast_Ethernet.pptFast_Ethernet.ppt
Fast_Ethernet.ppt
Ā 
LTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA GlobalLTE Fundamentals Training and Certification by TELCOMA Global
LTE Fundamentals Training and Certification by TELCOMA Global
Ā 

More from Subhajit Sahu

word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...
word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...
word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...Subhajit Sahu
Ā 
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESDyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESSubhajit Sahu
Ā 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Subhajit Sahu
Ā 
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESA Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESSubhajit Sahu
Ā 
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESScalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESSubhajit Sahu
Ā 
Application Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESApplication Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESSubhajit Sahu
Ā 
Community Detection on the GPU : NOTES
Community Detection on the GPU : NOTESCommunity Detection on the GPU : NOTES
Community Detection on the GPU : NOTESSubhajit Sahu
Ā 
Survey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSurvey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSubhajit Sahu
Ā 
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERDynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERSubhajit Sahu
Ā 
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Subhajit Sahu
Ā 
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESFast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESSubhajit Sahu
Ā 
Can you ļ¬x farming by going back 8000 years : NOTES
Can you ļ¬x farming by going back 8000 years : NOTESCan you ļ¬x farming by going back 8000 years : NOTES
Can you ļ¬x farming by going back 8000 years : NOTESSubhajit Sahu
Ā 
HITS algorithm : NOTES
HITS algorithm : NOTESHITS algorithm : NOTES
HITS algorithm : NOTESSubhajit Sahu
Ā 
Basic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESBasic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESSubhajit Sahu
Ā 
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESDynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESSubhajit Sahu
Ā 
Are Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESAre Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESSubhajit Sahu
Ā 
Taxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESTaxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESSubhajit Sahu
Ā 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESSubhajit Sahu
Ā 
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...Subhajit Sahu
Ā 
Income Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESIncome Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESSubhajit Sahu
Ā 

More from Subhajit Sahu (20)

word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...
word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...
word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings o...
Ā 
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESDyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
Ā 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)
Ā 
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESA Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
Ā 
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESScalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Ā 
Application Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESApplication Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTES
Ā 
Community Detection on the GPU : NOTES
Community Detection on the GPU : NOTESCommunity Detection on the GPU : NOTES
Community Detection on the GPU : NOTES
Ā 
Survey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSurvey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTES
Ā 
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERDynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Ā 
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Ā 
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESFast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Ā 
Can you ļ¬x farming by going back 8000 years : NOTES
Can you ļ¬x farming by going back 8000 years : NOTESCan you ļ¬x farming by going back 8000 years : NOTES
Can you ļ¬x farming by going back 8000 years : NOTES
Ā 
HITS algorithm : NOTES
HITS algorithm : NOTESHITS algorithm : NOTES
HITS algorithm : NOTES
Ā 
Basic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESBasic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTES
Ā 
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESDynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Ā 
Are Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESAre Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTES
Ā 
Taxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESTaxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTES
Ā 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTES
Ā 
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
Ā 
Income Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESIncome Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTES
Ā 

Recently uploaded

Free scottie t shirts Free scottie t shirts
Free scottie t shirts Free scottie t shirtsFree scottie t shirts Free scottie t shirts
Free scottie t shirts Free scottie t shirtsrahman018755
Ā 
The Rise of Subscription-Based Digital Services.pdf
The Rise of Subscription-Based Digital Services.pdfThe Rise of Subscription-Based Digital Services.pdf
The Rise of Subscription-Based Digital Services.pdfe-Market Hub
Ā 
Development Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of appsDevelopment Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of appscristianmanaila2
Ā 
AI Generated 3D Models | AI 3D Model Generator
AI Generated 3D Models | AI 3D Model GeneratorAI Generated 3D Models | AI 3D Model Generator
AI Generated 3D Models | AI 3D Model Generator3DailyAI1
Ā 
Reggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirtsrahman018755
Ā 
Production 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxProduction 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxChloeMeadows1
Ā 
GOOGLE Io 2024 At takes center stage.pdf
GOOGLE Io 2024 At takes center stage.pdfGOOGLE Io 2024 At takes center stage.pdf
GOOGLE Io 2024 At takes center stage.pdfArihant Webtech Pvt. Ltd
Ā 
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkkaudience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkklolsDocherty
Ā 
Premier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdfPremier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdfappinfoedgeca
Ā 
Iā€™ll See Yā€™All Motherfuckers In Game 7 Shirt
Iā€™ll See Yā€™All Motherfuckers In Game 7 ShirtIā€™ll See Yā€™All Motherfuckers In Game 7 Shirt
Iā€™ll See Yā€™All Motherfuckers In Game 7 Shirtrahman018755
Ā 
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWebiThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWebJie Liau
Ā 
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital PresenceCyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital PresencePC Doctors NET
Ā 
Thank You Luv Iā€™ll Never Walk Alone Again T shirts
Thank You Luv Iā€™ll Never Walk Alone Again T shirtsThank You Luv Iā€™ll Never Walk Alone Again T shirts
Thank You Luv Iā€™ll Never Walk Alone Again T shirtsrahman018755
Ā 
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.Tortogel
Ā 
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...APNIC
Ā 
Bug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's GuideBug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's GuideVarun Mithran
Ā 
Statistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdfStatistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdfOndejSur
Ā 

Recently uploaded (17)

Free scottie t shirts Free scottie t shirts
Free scottie t shirts Free scottie t shirtsFree scottie t shirts Free scottie t shirts
Free scottie t shirts Free scottie t shirts
Ā 
The Rise of Subscription-Based Digital Services.pdf
The Rise of Subscription-Based Digital Services.pdfThe Rise of Subscription-Based Digital Services.pdf
The Rise of Subscription-Based Digital Services.pdf
Ā 
Development Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of appsDevelopment Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of apps
Ā 
AI Generated 3D Models | AI 3D Model Generator
AI Generated 3D Models | AI 3D Model GeneratorAI Generated 3D Models | AI 3D Model Generator
AI Generated 3D Models | AI 3D Model Generator
Ā 
Reggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirts
Ā 
Production 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxProduction 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptx
Ā 
GOOGLE Io 2024 At takes center stage.pdf
GOOGLE Io 2024 At takes center stage.pdfGOOGLE Io 2024 At takes center stage.pdf
GOOGLE Io 2024 At takes center stage.pdf
Ā 
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkkaudience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
Ā 
Premier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdfPremier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdf
Ā 
Iā€™ll See Yā€™All Motherfuckers In Game 7 Shirt
Iā€™ll See Yā€™All Motherfuckers In Game 7 ShirtIā€™ll See Yā€™All Motherfuckers In Game 7 Shirt
Iā€™ll See Yā€™All Motherfuckers In Game 7 Shirt
Ā 
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWebiThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
Ā 
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital PresenceCyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Ā 
Thank You Luv Iā€™ll Never Walk Alone Again T shirts
Thank You Luv Iā€™ll Never Walk Alone Again T shirtsThank You Luv Iā€™ll Never Walk Alone Again T shirts
Thank You Luv Iā€™ll Never Walk Alone Again T shirts
Ā 
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
TORTOGEL TELAH MENJADI SALAH SATU PLATFORM PERMAINAN PALING FAVORIT.
Ā 
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Ā 
Bug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's GuideBug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's Guide
Ā 
Statistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdfStatistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdf
Ā 

Distance Vector Multicast Routing Protocol (DVMRP) : Combined Presentation

  • 1. Distance Vector Multicast RoutingProtocol (DVMRP) ā€¢ Multicast routing protocol, RFC1075 (1988). ā€¢ Used in first internet multicast backbone (MBONE, 1992). ā€¢ IPv4 address types: unicast, broadcast, multicast. ā€¢ Not connection-oriented, best-effort delivery (IP). ā€¢ Not guarenteed to reach all group members. ā€¢ Hosts are free to join or leave a group at any time. ā€¢ Sender need to be aware of group members. ā€¢ Multicast conserves bandwidth by forcing network to do packet replication. ā€¢ Radio / VIdeo broadcasts, Video conferencing, Distance learning ā€¢ Shared applications, Multiplayer gaming, Chat rooms ā€¢ Advertisements, Stocks, Distributed databases
  • 2. MulticastBackbone (MBONE) ā€¢ Interconnected subnetworks and multicast routers. ā€¢ Created by Jacobson, Deering, Casner (1992). ā€¢ Uses tunnels for connecting through unicast routers. ā€¢ Uses DVMRP, MOSPF for routing along with IGMP. ā€¢ IP Address: 224.2.0.0 (audio 64kbps, video 120 kbps) ā€¢ IETF meetings, US House & Senate sessions ā€¢ NASA Space shuttle missions, Satellite weather photos ā€¢ 1992: 40 subnets in 4 countries ā€¢ 1993: Live band performance by Severe Tire Damage ā€¢ 1995: M-bone links in Russia, Antarctica ā€¢ 1996: 2800 subnets in 25 countries ā€¢ 2008: Virtual video conferencing systemin use
  • 3. MulticastAddressing ā€¢ Class D IP addresses are used for multicast. ā€¢ Start with "1110" followed by 28-bit group ID. ā€¢ Fixed vs Transient multicast IP (logical address). ā€¢ 224.0.0.0: Reserved Class D ā€¢ 224.0.0.1: All multicast devices ā€¢ 224.0.0.2: All multicast routers ā€¢ 224.0.0.4: All DVMRP routers ā€¢ 224.0.0.5: All OSPF routers ā€¢ 224.0.1.11: IETF-1-Audio ā€¢ 224.0.1.12: IETF-1-Video ā€¢ 224.0.0.255: Last reserved for routing ā€¢ 239.0.0.0: Site-local applications ā€¢ 239.255.255.255: Last Class D
  • 4. Distance Vector Routing (eg. RIP) ā€¢ Find the least cost path between 2 nodes. ā€¢ Also called Bellman-Ford algorithm (distributed). ā€¢ Each node maintains a routing table. ā€¢ Originally used in ARPAnet, RIP (now used rarely). ā€¢ Initial: Distance (cost) to its neighbours is known. ā€¢ Goal: Distance to all neighbours & next-hop known. ā€¢ Routing table info is shared with neighbours (except next-hop). ā€¢ On receiving message, routing table updated with min-cost path. ā€¢ After N rounds, N+1 hop paths become known. ā€¢ Triggered update: link / node failure or cost change ā€¢ Periodic update: Still alive, update DV if some route becomes invalid Periodic update helps when a route becomes invalid Bellman-Ford distance update equation
  • 5. MulticastFlooding ā€¢ Router / Host sends packet on all interfaces. ā€¢ If router has been seen packet before, its discarded. ā€¢ Used on local network for multicast communication. ā€¢ Filtering can be done with Multicast MAC address. Each Host Receives the Multicast Stream Multicast Stream is filtered by Switch through Multicast MAC address
  • 6. InternetGroupManagementProtocol (IGMP) ā€¢ Hosts tell router about group membership (RFC 1112). ā€¢ Router uses this to help route multicast packets. ā€¢ Filtering can be done with IGMP snooping by switch. ā€¢ Report: Host says to router, "I want to receive multicast data for X.X.X.X". ā€¢ Query: Router asks hosts, "Is anone still interested in data for X.X.X.X"? ā€¢ Report is sent to address X.X.X.X, and received by other members & router.
  • 7. Reverse PathMulticasting(RPM) ā€¢ Forward packet that arrives on shortest path to source. ā€¢ Router discards packet if it arrives on any other interface. ā€¢ Delivery tree is truncated if leaf subnet has no members. ā€¢ Prune message is sent if all child links are truncated. ā€¢ Opt: Forward only if on downstream router's shortest path. ā€¢ Duplicates are possible since shortest path is source-based. RPB TRPB RPM Reverse Path Broadcasting (RPB) Truncated Reverse Path Broadcasting (TRPB) Opt. Reverse Path Broadcasting (RPB) RPB Reverse Path Multicasting (RPM) Net3 recieves 2 packets
  • 8. DVMRP ā€¢ It is a distance vector multicast protocol, like RIP. ā€¢ Suitable for use within autonomous system. ā€¢ Tunnels are used between non-multicast routers. ā€¢ Routers need to run a unicast protocol too. ā€¢ Reverse path multicasting (RPM) used between routers. ā€¢ Intially (S,G) packet is broadcasted using TRPB. ā€¢ IGMP is used to find group members in subnets. ā€¢ Routers send prune message to parent if subnet has no group member. ā€¢ Routers send graft message to parent if subnet has new group member. ā€¢ DVMRP, MOSPF, PIM: within Autonomous System ā€¢ MBGP: between Autonomous Systems DVMRP Routing table DVMRP Forwarding table
  • 9. DVMRP Datagrams ā€¢ DVMRP uses IGMP to exchange routing datagrams (type 3). ā€¢ Message is a stream of tagged data (key=value, ā€¦ max 512B). ā€¢ Routers provide periodic and triggered updates. ā€¢ Messages sent to multicast address 224.0.0.4 (TTL=1). ā€¢ Request: request route to sources ā€¢ Response: provide route to sources ā€¢ Non-membership report: prune path for T seconds (no member) ā€¢ Non-membership cancellation: graft path (new member) ā€¢ NULL, Flags0, Infinity, Metric ā€¢ Address Family Indicator (AFI), Subnet mask ā€¢ Destination Address (DA) ā€¢ Requested Destination Address (RDA) ā€¢ Non Membership Report (NMR) ā€¢ Non Membership Report Cancel (NMR Cancel) CommandsSubtypes NMR for groups 224.2.3.1 & 224.5.4.6 (20s), 224.7.8.5 (40s) Request all routes (to source). Response of route for 128.2.251.231 & 128.2.236.2 with metric 2, INF=16, SM=255.255.255.0 Response of route for 128.2.251.231 with metric 2, INF=16, SM=255.255.255.0 DVMRP header
  • 10. 406 Submarine Cables Minimum design life of 25 years. Satellites account for 0.37% of all U.S. international capacity. The new MAREA cable is capable of carrying 208 Tbps. Google, Facebook, Microsoft, and Amazon are major investors in new cable. Total 1.2 million km (2020)
  • 11. Manufacturing & Deployment ā€¢ Japanese NEC developed 20 fiber pair (40) cable. (2020) ā€¢ Google announced a cable with 24 pairs of optical fibers. ā€¢ Bandwidth of 12-pair Dunant is declared at 250 Tbps. ā€¢ DWDM allows 100 wavelengths over a single fiber. ā€¢ Largest manufacturers: ā€¢ Alcatel Submarine Networks (ASN) (France) ā€¢ TE SubCom (USA) ā€¢ Nippon Electric Company (NEC) (Japan) ā€¢ Prysmian (Italy) ā€¢ Nexans (France) ā€¢ Hengtong (China) ā€¢ Zhongtian (China) Subcom Fiber Optic Cable Kit. Lightweight (LW) > 2000m Special Application (SPA) 900-2000m Light Light-Wire Armored (LWA) Buried Single Armored (SA) 400-900m Double Armored (DA) Beach joint-400m
  • 12. 1. Extending 2. Dropping 3. Splicing with other side 4. Dropping
  • 13. NEC repeaters with four signal amplifiers are located at the OCC factory in Japan. Alcatel Submarine Networks Optical RepeaterNetwork architecture Cable laying Hydro Jet
  • 14. Polynesia submarine cable Installation ship Sea plow for Cable burial Survey ship Maintenance ship
  • 15. SEA-ME-WE 3 ā€¢ The South-East Asia Middle East Western Europe 3. ā€¢ Length: 39,000km, Capacity: 100G (1999) ā€¢ Operators: BSNL (92) ā€¢ CLS: Mumbai (Tata Comm.), Kochi(Tata Comm.) (39) FEA ā€¢ The FLAG Europe Asia (Fiber-optic Link Around Globe). ā€¢ Length: 28,000km, Capacity: 80Gbps (1997) ā€¢ Operators: Global Cloud Xchange(RCOM) (1) ā€¢ CLS: Chennai (Tata Comm.) (18)
  • 16. I2ICN ā€¢ The i2 Cable Network. ā€¢ Length: 3,100km, Capacity: 8.4Tbps (2002) ā€¢ Operators: Bharti Airtel (2) ā€¢ CLS: Chennai (Airtel) (2) SAFE ā€¢ The South Africa Far East. ā€¢ Length: 13,500km, Capacity: 130Gbps (2002) ā€¢ Operators: Tata Comm. (30) ā€¢ CLS: Cochin (Tata Comm.) (6)
  • 17. TIC ā€¢ The Tata Indicom Cable. ā€¢ Length: 3,175km, Capacity: 5.1Tbps (2004) ā€¢ Operators: Tata Comm. (1) ā€¢ CLS: Chennai (Tata Comm.) (2) SEA-ME-WE 4 ā€¢ The South East Asia-Middle East-West Europe 4. ā€¢ Length: 18,800km (4), Capacity: 4.6Tbps (2005) ā€¢ Operators: Tata Comm., Bharti Infotel(16) ā€¢ CLS: Mumbai (Airtel), Chennai (Airtel) (17)
  • 18. BLCS ā€¢ The Bharat Lanka Cable System. ā€¢ Length: 320km, Capacity: 1Tbps (2006) ā€¢ Operators: BSNL (2) ā€¢ CLS: Tuticorin (Reliance) (2) FALCON ā€¢ The FLAG Alcatel-Lucent Optical Network. ā€¢ Length: 11,859km, Capacity: 2.56Tbps (2006) ā€¢ Operators: Global Cloud eXchange (16) ā€¢ CLS: Mumbai (Reliance) (17)
  • 19. SEACOM ā€¢ The SEACOM Cable. ā€¢ Length: 17,000km, Capacity: 1.5Tbps (2009) ā€¢ Operators: (5) ā€¢ CLS: Mumbai (Tata Comm. / VSNL) (9) IMEWE ā€¢ The India Middle-East Western-Europe. ā€¢ Length: 12,091km, Capacity: 5.6Tbps (2010) ā€¢ Operators: Bharti Airtel, Tata Comm. (9) ā€¢ CLS: Mumbai (Tata Comm.) (10)
  • 20. EIG ā€¢ The Europe India Gateway. ā€¢ Length: 15,000km (4), Capacity: 3.8Tbps (2011) ā€¢ Operators: Bharti Airtel, BSNL (16) ā€¢ CLS: Mumbai (Airtel) (12) TGN-EA ā€¢ The Tata Global Network-Eurasia. ā€¢ Length: 9,280km, Capacity: 1.28Tbps (2012) ā€¢ Operators: Tata Comm. (1) (RTD: 92ms) ā€¢ CLS: Mumbai (Tata Comm. / VSNL) (5)
  • 21. GIBY ā€¢ The Gulf Bridge International. ā€¢ Length: ?km, Capacity: 5.6Tbps (2012) ā€¢ Operators: Bharti Airtel (?) ā€¢ CLS: Mumbai (Sify Tech.) (10) MENA ā€¢ The Middle East North Africa. ā€¢ Length: 8,800km, Capacity: 5.8Tbps (2014) ā€¢ Operators: Bharti Airtel (?) ā€¢ CLS: Mumbai (Sify Tech.) (7)
  • 22. CANI ā€¢ The Chennai - Andaman and Nicobar Islands. ā€¢ Length: 2300km, Capacity: 6.4Tbps x 4 (Aug 2020) ā€¢ Operators: BSNL (?), Cost: 1224 Cr. ā€¢ CLS: (9), Handled by: NEC Corp. (Japan)
  • 23. Cable Landing Stations in India GCX: Reliance Globalcom B.V. IOX: India Ocean eXchange
  • 24.
  • 25. Landing of an Italy-USA cable (4,704 nautical miles long), on the Rockoway beach, New-York, January 1925.
  • 26. Request For Comments ā€¢ RFCs cover many aspects of computer networking, including protocols, procedures, programs, and concepts, as well as meeting notes, opinions, and sometimes humor. ā€¢ RFCs area associated with an active IETF Working Group. ā€¢ Published RFCs never change. Technical & Editorial Errata are provided. ā€¢ Started 7 Apr 1969, by Steve Crocker ā€¢ RFC 1: Host Software ā€¢ RFC 2555: 30 Years of RFCs https://ietf.org/standards/rfcs/ www.arkko.com/tools/rfcstats/
  • 27. IETF Working Groups ā€¢ Applications & Real-Time area (29) ā€¢ General area (2) ā€¢ Internet area (17) ā€¢ Operations & Management area (14) ā€¢ Routing area (24) ā€¢ Secutiry area (25) ā€¢ Transport area (11) https://ietf.org/standards/rfcs/ https://datatracker.ietf.org/wg/ www.arkko.com/tools/rfcstats/
  • 28. April RFCs ā€¢ RFC527:ARPAWOCKY (1973) Beware the ARPANET, my son; The bits that byte, the heads that scratch; Beware the NCP, and shun the frumious system patch, ā€¢ RFC7511: Scenic Routing for IPv6 (2015) This document specifies a new routing scheme for the current version of the Internet Protocol version 6 (IPv6) in the spirit of "Green IT", whereby packets will be routed to get as much fresh-air time as possible. ā€¢ RFC2549: IP over AvianCarriers withQuality of Service (1999) The following quality of service levels are available: Concorde, First, Business, and Coach. Concorde class offers expedited data delivery. One major benefit to using Avian Carriers is that this is the only networking technology that earns frequent flyer miles, plus the Concorde and First classes of service earn 50% bonus miles per packet. Ostriches are an alternate carrier that have much greater bulk transfer capability but provide slower delivery, and require the use of bridges between domains. IPoAC: IP over Avian Carriers RFC 3514 The Security Flag in the IPv4 Header 1 April 2003 The bit field is laid out as follows: 0 +-+ |E| +-+ Currently-assigned values are defined as follows: 0x0 If the bit is set to 0, the packet has no evil intent. Hosts, network elements, etc., SHOULD assume that the packet is harmless, and SHOULD NOT take any defensive measures. (We note that this part of the spec is already implemented by many common desktop operating systems.) 0x1 If the bit is set to 1, the packet has evil intent. Secure systems SHOULD try to defend themselves against such packets. Insecure systems MAY chose to crash, be penetrated, etc.
  • 29. Regional Internet Registries (RIRs) (InterNIC, 1996) RFC2050 (1996) (1996) (1996) (2002) (2005) Coordinatingbodyfor5RIRs Each RIR received its last /8 IPv4 address block from IANA on 3 February 2011 A Regional Internet Registry (RIR) manages the allocation and registration of Internet number resources in a particular region of the world and maintains a unique registry of all IP numbers issued.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35. M: 0 ASN: 0 IPv4: 405 IPv6: 0 S: 1 M: 27 ASN: 1 IPv4: 513 IPv6: 0 S: 2 M: 55 ASN: 47 IPv4: 993 IPv6: 0 S: 3 M: 114 ASN: 63 IPv4:1050 IPv6:0 S: 5
  • 36. M: 200 ASN: 98 IPv4:274 IPv6:0 S: 5 M: 249 ASN: 108 IPv4:166 IPv6:0 S: 6 M: 396 ASN: 128 IPv4:232 IPv6:5 S: 12 M: 602 ASN: 230 IPv4:353 IPv6:14 S: 23
  • 37. M: 699 ASN: 220 IPv4:360 IPv6:25 S: 31 M: 767 ASN: 203 IPv4:301 IPv6:86 S: 33 M: 879 ASN: 198 IPv4:422 IPv6:50 S: 40 M: 978 ASN: 186 IPv4:568 IPv6:57 S: 44
  • 38. M: 1157 ASN: 245 IPv4:705 IPv6:51 S: 46 M: 1362 ASN: 298 IPv4:864 IPv6:42 S: 46 M: 1584 ASN: 308 IPv4:917 IPv6:63 S: 57 M: 1855 ASN: 418 IPv4:984 IPv6:160 S: 62
  • 39. M: 2170 ASN: 436 IPv4:1065 IPv6: 185 S: 63 M: 2521 ASN: 505 IPv4:1358 IPv6: 643 S: 65 M: 2947 ASN: 495 IPv4:1475 IPv6: 620 S: 70 M: 3534 ASN: 581 IPv4:1075 IPv6: 562 S: 71 Each RIR received its last /8 IPv4 address block from IANA on 3 February 2011
  • 40. M: 3779 ASN: 306 IPv4:744 IPv6:255 S: 68 M: 4051 ASN: 646 IPv4:3914 IPv6: 484 S: 70 M: 5268 ASN: 881 IPv4:4498 IPv6: 785 S: 76 M: 5994 ASN: 881 IPv4:4498 IPv6: 785 S: 75
  • 41. M: 6557 ASN: 1226 IPv4: 2235 IPv6: 1377 S: 77 M: 7162 ASN: 912 IPv4:2199 IPv6: 1430 S: 80 M: 7776 ASN: 1560 IPv4: 2027 IPv6: 1472 S: 77 IPv6 adoptionincreased,withthe proportion of MembersholdingIPv6resourcesreaching 61% andtotal IPv6 capabilityreaching22%