SlideShare a Scribd company logo
1 of 22
BY,
PBRINDA
ASSISTANT PROFESSOR
DEPARTMENT OF CSE
UNIT -IV-TRANSPORT LAYER
Overview of Transport Layer
Make communication among
applications running on different hosts.
Sender Side: breaks applications messages into
segments
Receiver Side: Reassemble segments into
messages passes to application layer.
Network graph:
 Forward’s packet lowest cost path.
 Can calculate shortest path and load them into non
volatile storage.
PROBLEMS:
1.Does not deal with node or link failure.
2.Does not consider addition of new nodes or link.
SOLUTION:
I. Distance vector routing algorithm.
II. Link state algorithm.
DV algorithm: (bellman ford
algorithm)
 Router sends its table to its neighbour for every t
seconds
 It updates the table based on new informations.
COUNT TO INFINITY:
when the number of hops counts more
than one it is said to be count to infinity.
RIP- ROUTING INFORMATION PROTOCOL
 Straight forward implementation of distance vector
routing.
 Sends an update message for every updates .
SPLIT HORIZON TECHNIQUE:
• achieved by poison reverse.
• prevent loop in routing.
• information about the routing for a particular packet is
not sent in same direction.
RIP V2 packet format
Command version must be zero
family on net 1 route taps
Address prefix of net1
Mask of net1
Distance of net1
family of net2 route taps
Address prefix of net2
Mask of net2
Distance of net2
LINK STATE ROUTING:
Send to all nodes information about directly
connected links .
LINK STATE PACKET (LSP)
 ID of the node.
 Cost of link to each directly connected nodes.
 Sequence number.
 Time to live (TTL).
RELIABLE FLOODING :
 Stores , forwards, generates the LSP.
 Sequence no= 0 , when reboot.
GLOBAL INTERNET PROTOCOL :
NSF NET
BACKBONE
BARNET
REGIONAL WESTSIDE MIDNET
NACR LA
STANFORD BERKLEY UNIV FS
BACKBONE SERVICE PROVIDER
LARGE
CORPORATION
BACKBONE SERVICE
PROVIDER
CONSUMER ISP PEERING POINT
CONSUMER ISP
AUTONOMOUS SYSTEM
( ROUTING DOMAIN)
 Corresponds to an administrative domain.
 Eg. University, company etc….
NETWORK WITH 2 AUTONOMOUS SYSTEM:
R1 R3 R5
R6
R2
INTER DOMAIN ROUTING
PROTOCOLS:
 EGP- EXTERIOR GATEWAY PROTOCOL.
 BGP- BORDER GATEWAY PROTOCOL.
BGP:
It is a collection of set of ASS.
internet consist of connection of multiple
backbone networks called service providers.
service provider may be private or government
.
backbone backbone providers
small providers
companies
large companies ISP
consumers
BGP4:
 it defines local traffic as traffic that originates at (or)
terminates on nodes within autonomous system.
 Transit traffic – traffic passing through AS.
Types of AS :
 Stub AS
 Multihomed AS
 Transit AS
Stud AS:
single connection to one other AS.
carry only local traffic.
eg- small cooperation.
Multihomed AS:
connected with more than one other AS.
refuses to carry transit traffic.
eg- large corporations.
Transit AS:
it has more connection and designed carry
both transit and local traffic.
(backbone)
AS :
• it has speaker .
• Has one or more border gateways which are
routers.
• Through routers packets leaves AS.
• It advertises complete path with list of autonomous
system to reach a particular network.
BGP issues:
1. AS number should be unique.
2. AS number are 16 bits number assigned ny a
central authority.
Internet Protocol Version 6 (IPV6)
128 bits
 It is a next generation IP.
 Supports real time service.
 Supports multicast.
 Supports authentication and security mechanism.
 Supports auto configuration.
 Enhance routing functionality including support for
mobile host.
 Address notation
 X:X:X:X:X:X:X:X
IPv6 header
Version Traffic Flow label
Payload length Next header HOP
Source address
Destination address
Header data
Internet Multicast:
 one to many multicast.
One to many multicast:
Source specific multicast(SSM) :
A receiving host specifies both a multicast
group and sending host.
Many to many multicast (ASM):
A host signal decides to join or leave a group
by communicating with its local route using special
protocol.
IPv4 IGMP ( Internet Group Management
Protocol)
IPv6 MLD ( Multicast Listener Dictionary)
TYPES:
1. Distance vector Multicast Routing Protocol:
router already knows the shortest path through
the source n goes to router n.
it eliminates broadcast packets by
 parent for LAN (relative to S) forward
 Shortest path to S (leave via DV)
 Smallest address to break ties.
Network layer :
IGMP ICMP
IP ARP
each multicast router needs to know the list of
groups that have atleast one loyal member related to
each interface
Collection of this time of information is alone at
two levels .
a. Locally  IGMP
b. Globally  DVMRP , PIM
Common multicast protocol:
multicast
protocols
Source group
Based
based
MOSPF DVMRP DM SM CBT
DIM
DVMRP- an interior gateway protocol.
only rout multicast datagrams.
IGMP – used for discovery of host in multicast group.
DVMRP routs multicast datagram within an AS
DVMRP – Packet
Type – indicates it is a DVMRP packet.
Code – indicates the type of DVM of the packet code
Checksum – to detect error.
Minor and major versions – indicates the current
version of DVMRP.
Minor = 0XFF Major = 3
Type Code Checksum
Reserved Minor version Major Version
(0xFF) ( 3 )
This is portion of packet
PIM – Protocol Independent
Multicast
0
31
PIM- DM ( dense multicast )
Implicitly built’s shortest path tree by flooding
multicast traffic domain.
PIM-SM (sparse multicast )
Explicitly built’s shortest path tree to a route for
group and creates shortest path tree .
Version =2 Type Reserved Checksum
message type

More Related Content

Similar to UNIT-IV.pptx (20)

Qs.pptx
Qs.pptxQs.pptx
Qs.pptx
 
Ospf
OspfOspf
Ospf
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questions
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
CS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKSCS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKS
 
It6601 mobile computing unit 4
It6601 mobile computing unit 4It6601 mobile computing unit 4
It6601 mobile computing unit 4
 
Arun project-Final
Arun project-FinalArun project-Final
Arun project-Final
 
Layer3protocols
Layer3protocolsLayer3protocols
Layer3protocols
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
Ip multicast
Ip multicastIp multicast
Ip multicast
 
3 ip routing eigrp
3 ip routing eigrp3 ip routing eigrp
3 ip routing eigrp
 
Vanet Presentation
Vanet PresentationVanet Presentation
Vanet Presentation
 
Performance Evaluation of DSDV & OLSR Proactive Protocols in MANET
Performance Evaluation of DSDV & OLSR Proactive Protocols in MANETPerformance Evaluation of DSDV & OLSR Proactive Protocols in MANET
Performance Evaluation of DSDV & OLSR Proactive Protocols in MANET
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Experimental Analysis Of On Demand Routing Protocol
Experimental Analysis Of On Demand Routing ProtocolExperimental Analysis Of On Demand Routing Protocol
Experimental Analysis Of On Demand Routing Protocol
 
networking
networkingnetworking
networking
 
Presentasi cisco
Presentasi ciscoPresentasi cisco
Presentasi cisco
 
jpl-multicast.ppt
jpl-multicast.pptjpl-multicast.ppt
jpl-multicast.ppt
 
Routing
RoutingRouting
Routing
 
Routing Protocols.pptx
Routing Protocols.pptxRouting Protocols.pptx
Routing Protocols.pptx
 

Recently uploaded

如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一
如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一
如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一ypfy7p5ld
 
Call Girl in Low Price Delhi Punjabi Bagh 9711199012
Call Girl in Low Price Delhi Punjabi Bagh  9711199012Call Girl in Low Price Delhi Punjabi Bagh  9711199012
Call Girl in Low Price Delhi Punjabi Bagh 9711199012sapnasaifi408
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一lvtagr7
 
Storytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyStorytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyOrtega Alikwe
 
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一z xss
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样umasea
 
Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...
Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...
Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...RegineManuel2
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfDivyeshPatel234692
 
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证
原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证
原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证diploma001
 
Gray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdfGray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdfpadillaangelina0023
 
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一A SSS
 
Outsmarting the Attackers A Deep Dive into Threat Intelligence.docx
Outsmarting the Attackers A Deep Dive into Threat Intelligence.docxOutsmarting the Attackers A Deep Dive into Threat Intelligence.docx
Outsmarting the Attackers A Deep Dive into Threat Intelligence.docxmanas23pgdm157
 
Issues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxIssues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxJenniferPeraro1
 
Digital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Discovery Institute
 
MIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx reviewMIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx reviewSheldon Byron
 
办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书saphesg8
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxGry Tina Tinde
 

Recently uploaded (20)

如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一
如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一
如何办理(UCI毕业证)加州大学欧文分校毕业证毕业证成绩单原版一比一
 
Call Girl in Low Price Delhi Punjabi Bagh 9711199012
Call Girl in Low Price Delhi Punjabi Bagh  9711199012Call Girl in Low Price Delhi Punjabi Bagh  9711199012
Call Girl in Low Price Delhi Punjabi Bagh 9711199012
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
 
Storytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary PhotographyStorytelling, Ethics and Workflow in Documentary Photography
Storytelling, Ethics and Workflow in Documentary Photography
 
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
 
Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...
Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...
Drawing animals and props.pptxDrawing animals and props.pptxDrawing animals a...
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
 
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
 
原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证
原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证
原版定制卡尔加里大学毕业证(UC毕业证)留信学历认证
 
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
 
Gray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdfGray Gold Clean CV Resume2024tod (1).pdf
Gray Gold Clean CV Resume2024tod (1).pdf
 
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
 
Outsmarting the Attackers A Deep Dive into Threat Intelligence.docx
Outsmarting the Attackers A Deep Dive into Threat Intelligence.docxOutsmarting the Attackers A Deep Dive into Threat Intelligence.docx
Outsmarting the Attackers A Deep Dive into Threat Intelligence.docx
 
Issues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxIssues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptx
 
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort ServiceYoung Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
 
Digital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, India
 
MIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx reviewMIdterm Review International Trade.pptx review
MIdterm Review International Trade.pptx review
 
办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptx
 

UNIT-IV.pptx

  • 1. BY, PBRINDA ASSISTANT PROFESSOR DEPARTMENT OF CSE UNIT -IV-TRANSPORT LAYER
  • 2. Overview of Transport Layer Make communication among applications running on different hosts. Sender Side: breaks applications messages into segments Receiver Side: Reassemble segments into messages passes to application layer.
  • 3. Network graph:  Forward’s packet lowest cost path.  Can calculate shortest path and load them into non volatile storage. PROBLEMS: 1.Does not deal with node or link failure. 2.Does not consider addition of new nodes or link. SOLUTION: I. Distance vector routing algorithm. II. Link state algorithm.
  • 4. DV algorithm: (bellman ford algorithm)  Router sends its table to its neighbour for every t seconds  It updates the table based on new informations. COUNT TO INFINITY: when the number of hops counts more than one it is said to be count to infinity.
  • 5. RIP- ROUTING INFORMATION PROTOCOL  Straight forward implementation of distance vector routing.  Sends an update message for every updates . SPLIT HORIZON TECHNIQUE: • achieved by poison reverse. • prevent loop in routing. • information about the routing for a particular packet is not sent in same direction.
  • 6. RIP V2 packet format Command version must be zero family on net 1 route taps Address prefix of net1 Mask of net1 Distance of net1 family of net2 route taps Address prefix of net2 Mask of net2 Distance of net2
  • 7. LINK STATE ROUTING: Send to all nodes information about directly connected links . LINK STATE PACKET (LSP)  ID of the node.  Cost of link to each directly connected nodes.  Sequence number.  Time to live (TTL). RELIABLE FLOODING :  Stores , forwards, generates the LSP.  Sequence no= 0 , when reboot.
  • 8. GLOBAL INTERNET PROTOCOL : NSF NET BACKBONE BARNET REGIONAL WESTSIDE MIDNET NACR LA STANFORD BERKLEY UNIV FS
  • 9. BACKBONE SERVICE PROVIDER LARGE CORPORATION BACKBONE SERVICE PROVIDER CONSUMER ISP PEERING POINT CONSUMER ISP
  • 10. AUTONOMOUS SYSTEM ( ROUTING DOMAIN)  Corresponds to an administrative domain.  Eg. University, company etc…. NETWORK WITH 2 AUTONOMOUS SYSTEM: R1 R3 R5 R6 R2
  • 11. INTER DOMAIN ROUTING PROTOCOLS:  EGP- EXTERIOR GATEWAY PROTOCOL.  BGP- BORDER GATEWAY PROTOCOL. BGP: It is a collection of set of ASS. internet consist of connection of multiple backbone networks called service providers. service provider may be private or government . backbone backbone providers small providers companies large companies ISP consumers
  • 12. BGP4:  it defines local traffic as traffic that originates at (or) terminates on nodes within autonomous system.  Transit traffic – traffic passing through AS. Types of AS :  Stub AS  Multihomed AS  Transit AS
  • 13. Stud AS: single connection to one other AS. carry only local traffic. eg- small cooperation. Multihomed AS: connected with more than one other AS. refuses to carry transit traffic. eg- large corporations. Transit AS: it has more connection and designed carry both transit and local traffic. (backbone)
  • 14. AS : • it has speaker . • Has one or more border gateways which are routers. • Through routers packets leaves AS. • It advertises complete path with list of autonomous system to reach a particular network. BGP issues: 1. AS number should be unique. 2. AS number are 16 bits number assigned ny a central authority.
  • 15. Internet Protocol Version 6 (IPV6) 128 bits  It is a next generation IP.  Supports real time service.  Supports multicast.  Supports authentication and security mechanism.  Supports auto configuration.  Enhance routing functionality including support for mobile host.  Address notation  X:X:X:X:X:X:X:X
  • 16. IPv6 header Version Traffic Flow label Payload length Next header HOP Source address Destination address Header data
  • 17. Internet Multicast:  one to many multicast. One to many multicast: Source specific multicast(SSM) : A receiving host specifies both a multicast group and sending host. Many to many multicast (ASM): A host signal decides to join or leave a group by communicating with its local route using special protocol.
  • 18. IPv4 IGMP ( Internet Group Management Protocol) IPv6 MLD ( Multicast Listener Dictionary) TYPES: 1. Distance vector Multicast Routing Protocol: router already knows the shortest path through the source n goes to router n. it eliminates broadcast packets by  parent for LAN (relative to S) forward  Shortest path to S (leave via DV)  Smallest address to break ties.
  • 19. Network layer : IGMP ICMP IP ARP each multicast router needs to know the list of groups that have atleast one loyal member related to each interface Collection of this time of information is alone at two levels . a. Locally  IGMP b. Globally  DVMRP , PIM
  • 20. Common multicast protocol: multicast protocols Source group Based based MOSPF DVMRP DM SM CBT DIM DVMRP- an interior gateway protocol. only rout multicast datagrams. IGMP – used for discovery of host in multicast group. DVMRP routs multicast datagram within an AS
  • 21. DVMRP – Packet Type – indicates it is a DVMRP packet. Code – indicates the type of DVM of the packet code Checksum – to detect error. Minor and major versions – indicates the current version of DVMRP. Minor = 0XFF Major = 3 Type Code Checksum Reserved Minor version Major Version (0xFF) ( 3 ) This is portion of packet
  • 22. PIM – Protocol Independent Multicast 0 31 PIM- DM ( dense multicast ) Implicitly built’s shortest path tree by flooding multicast traffic domain. PIM-SM (sparse multicast ) Explicitly built’s shortest path tree to a route for group and creates shortest path tree . Version =2 Type Reserved Checksum message type