Telecom Technical About Voip Technology : RTP over TCP

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
About Voip Technology : RTP over TCP Atul 05-13-05
Posted by Atul on May 13, 2005, 6:00 am
Please log in for more thread options


hello All

I am reading information about VoIP technology
For that i am concentrating on SIP (Session Initiation Protocol) and
RTP (Real Time Transport Protocol).

I am interested in implementing RTP over TCP
I found that there are some disadvantages of TCP, some are

1) TCP doesn't support multicasting.

2) Through TCP is reliable, it heavily depends on retransmission of
lost or corrupted packets. That increases Delay. Our aim is real time
delivery of packets not reliability.

3) TCP congestion control mechanism decreases the congestion window
when packet losses are detected.


Apart from these flaws i am interested in implementing RTP over TCP

Is it possible ?
What is feasibility of implementing RTP over TCP ?

One more point is What is feasibility of implementing RTP over TCP in
case of NAT (Network Address Translation) is there ?

Need your valuable suggestion.

Thank You !

Atul Thosar



Posted by Ian on May 15, 2005, 6:51 pm
Please log in for more thread options



> hello All
>
> I am reading information about VoIP technology
> For that i am concentrating on SIP (Session Initiation Protocol) and
> RTP (Real Time Transport Protocol).
>
> I am interested in implementing RTP over TCP
> I found that there are some disadvantages of TCP, some are
>
> 1) TCP doesn't support multicasting.
>
> 2) Through TCP is reliable, it heavily depends on retransmission of
> lost or corrupted packets. That increases Delay. Our aim is real time
> delivery of packets not reliability.
>
> 3) TCP congestion control mechanism decreases the congestion window
> when packet losses are detected.
>
>
> Apart from these flaws i am interested in implementing RTP over TCP
>
> Is it possible ?
> What is feasibility of implementing RTP over TCP ?
>
> One more point is What is feasibility of implementing RTP over TCP in
> case of NAT (Network Address Translation) is there ?
>
> Need your valuable suggestion.

WHY ?




Posted by Morten Reistad on May 20, 2005, 9:00 pm
Please log in for more thread options


Ian <spam"AT"bathfordhill.co.uk> wrote:
>
>> hello All
>>
>> I am reading information about VoIP technology
>> For that i am concentrating on SIP (Session Initiation Protocol) and
>> RTP (Real Time Transport Protocol).
>>
>> I am interested in implementing RTP over TCP
>> I found that there are some disadvantages of TCP, some are
>>
>> 1) TCP doesn't support multicasting.
>>
>> 2) Through TCP is reliable, it heavily depends on retransmission of
>> lost or corrupted packets. That increases Delay. Our aim is real time
>> delivery of packets not reliability.

Public packet network, reliable delivery, realtime control.

Choose two.

If 1 and 2 is your choice, use TCP.
If 1 and 3 is it, use RTP.
If 2 and 3 is it, go shop for a different network offering.

>> 3) TCP congestion control mechanism decreases the congestion window
>> when packet losses are detected.
>>
>>
>> Apart from these flaws i am interested in implementing RTP over TCP
>>
>> Is it possible ?
>> What is feasibility of implementing RTP over TCP ?

Implementing RTP over TCP correctly is a non-starter. TCP "uses up" your
realtime performance to acheive stream integrity; and use back-off plus
retransmits to acheive it.

>> One more point is What is feasibility of implementing RTP over TCP in
>> case of NAT (Network Address Translation) is there ?
>>
>> Need your valuable suggestion.

There is one reason though. That is firewall penetration. But for
that you cannot implement TCP, just something that is indistiguishable
from TCP as seen from the outside. TCP that just keeps sending at
RTP paces into a huge window, and get acks back; and do retransmits
to keep the intermediate stuff happy.

It could be done well enough for a firewall not to see much difference
unless precise timin analysis were performed. But it would not be TCP.

And you would get better results in the current Internet by faking
DNS packets.

-- mrr


Similar ThreadsPosted
About Voip Technology : RTP over TCP May 13, 2005, 6:00 am
WiMAX - The new Telecom's technology. February 13, 2006, 5:02 pm
Technology over the past 15 years May 8, 2006, 2:03 pm
best suited technology for fast data switches May 5, 2006, 2:41 am
Voip Updated Howto,Voip at Home,Voip Phones,Voip Conference Calling May 29, 2006, 5:10 pm
Historical Significant Internet Communications Technology:PSTN quality NextGen TCP/IP February 6, 2005, 8:08 am
Any VoIP phone will work with any VoIP software (skype, Gizmo, VoipBuster,etc) December 11, 2005, 5:47 pm
Voip Over High Speed Internet Access,Voip Updated Howto, June 28, 2006, 9:21 pm
Voip Updated Basic,Translating,Voip News and Advanced April 27, 2006, 8:43 pm
>>>>>Free VOIP RESOURCES - Learn VOIP (H.323, SIP, MGCP, RTP) April 5, 2005, 7:58 pm
VoIP 911 October 28, 2004, 5:31 pm
VOIP how is it done? September 21, 2004, 11:10 am
VoIP and REN October 12, 2004, 11:10 pm
VOIP November 27, 2004, 4:18 am
RFD: uk.telecom.voip March 19, 2005, 4:15 pm