cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3052
Views
5
Helpful
3
Replies

TCP, UDP and Multicast

bellocarico
Level 1
Level 1

As far as I know almost all the applications using multicast send data over UDP.

But you could use instead TCP.

If what I'm stating is true, how does the TCP acknowledge behave in this case? Does it go back to the multicast source?

Please clarify

Thanks!

3 Replies 3

Harold Ritter
Spotlight
Spotlight

You can't use TCP over Mcast since TCP is session based. As you stated UDP is the protocol of choice for Mcast applications. Other non session based protocol such as IGMP, OSPF, EIGRP, RIP also use Mcast for message delivery.

Let me know if I answered your question,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi Harold,

Pls forgive my ignorance..

But could you pls explain, why we cant use a session based protocol over multicast..?

Theoretically,it is session between multicast source and each multicast client...Pls correct me if I am wrong..

Thanks in advance

Thomas.

Mcast is point to multipoint. A TCP session is between two host (p2p). TCP was not designed to handle p2mp.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)