Earlier quoted context omitted.
Seems counterproductive. I don't see how UDP is intrinsically more prone to allowing reflection attacks than TCP if it's used as the foundation for a well-designed connection-oriented protocol. And indeed, the principles of packet amplification and session authentication are much better understood than in days of TCP/IP. ISPs limiting DoS UDP flows isn't reason to not use UDP for legitimate purposes. After all, nothi…
You're absolutely right. This draft tries to pull the wool over the reader's eyes by saying "UDP allows a single packet response from an application. TCP and SCTP operate differently. TCP has a three-way handshake..." In reality, TCP is no different from UDP and will respond to a SYN packet with a spoofed source address. The reason why that's not a problem is because the response provides no amplification. So you jus…
QUIC experiments [pdf]
11–20 of 20 posts
Re: QUIC experiments [pdf]
#12Udp is too broken to use in quic http://tools.ietf.org/html/draft-byrne-opsec-udp-advisory-00
Are you willing to disclose?
"If UDP must be used encapsulate it in IPSec to avoid matching IP protocol 17 filters."
And then you are going to have problems with IPSec getting filtered?
As a UDP user, that is one sad RFC. Maybe I should just write my application to use CurveCP?
Re: QUIC experiments [pdf]
#13Earlier quoted context omitted.
Seems counterproductive. I don't see how UDP is intrinsically more prone to allowing reflection attacks than TCP if it's used as the foundation for a well-designed connection-oriented protocol. And indeed, the principles of packet amplification and session authentication are much better understood than in days of TCP/IP. ISPs limiting DoS UDP flows isn't reason to not use UDP for legitimate purposes. After all, nothi…
The problem is that today, UDP is a rate limited sewer of attack traffic from Brazilian home routers and so on. Your legit traffic is guilty by association. Devs need to know udp is collateral damage in the ddos war
Re: QUIC experiments [pdf]
#14Earlier quoted context omitted.
I would actually put money on most of those UDP rate limits being in place because of uTP Bittorrent traffic. It's dumb and it needs to stop. Nothing between two networks on the Internet should be inspecting the transport layer. And since when has 'guilty by association' been a good reason to condemn anything?
It's not a matter of guilt. It is a practical reality of the ddos abuse on the net. It is massive and breaks network. It is all we can do to keep the net up at times. Serious.
Re: QUIC experiments [pdf]
#15Udp is too broken to use in quic http://tools.ietf.org/html/draft-byrne-opsec-udp-advisory-00
Other than that, you're still open to a volumetric attack, but that's not any different from using 1480 byte TCP SYNs. Small pipes are going to be clogged regardless.
Re: QUIC experiments [pdf]
#16Re: QUIC experiments [pdf]
#17Udp is too broken to use in quic http://tools.ietf.org/html/draft-byrne-opsec-udp-advisory-00
Seems counterproductive. I don't see how UDP is intrinsically more prone to allowing reflection attacks than TCP if it's used as the foundation for a well-designed connection-oriented protocol. And indeed, the principles of packet amplification and session authentication are much better understood than in days of TCP/IP. ISPs limiting DoS UDP flows isn't reason to not use UDP for legitimate purposes. After all, nothi…
Re: QUIC experiments [pdf]
#18Udp is too broken to use in quic http://tools.ietf.org/html/draft-byrne-opsec-udp-advisory-00
Re: QUIC experiments [pdf]
#19Earlier quoted context omitted.
I would actually put money on most of those UDP rate limits being in place because of uTP Bittorrent traffic. It's dumb and it needs to stop. Nothing between two networks on the Internet should be inspecting the transport layer. And since when has 'guilty by association' been a good reason to condemn anything?
It's not a matter of guilt. It is a practical reality of the ddos abuse on the net. It is massive and breaks network. It is all we can do to keep the net up at times. Serious.
Re: QUIC experiments [pdf]
#20Udp is too broken to use in quic http://tools.ietf.org/html/draft-byrne-opsec-udp-advisory-00
"Application and protocol developers should avoid using UDP. [...] has made UDP subject to aggressive filtering at the transport protocol level."
"In the case of QUIC [I-D.draft-tsvwg-quic-protocol] and other transport innovations, a new IANA assigned protocol number should be used [...]"
The whole point of using UDP for QUIC and other transport innovations, is because other protocol numbers are aggressively filtered by NAT routers and other middleboxes!
When you are in a controlled network, sure, you can use a new protocol number (as was done by SCTP). When you are designing a protocol to be used by end-users on networks you don't control, you have to use either TCP or UDP, or it won't work in many cases.