Hi guys,
I was searching which protocol is better for privacy and so far DNScrypt is better (according to my research).
What’s your opinion?
Yes, because UDP > TCP. They keep using excuses like that UDP is unreliable, because you can lost packets, I have never lost a single one.
They want people to use easily tracked TCP. UDP is a simple request, TCP has to establish the connection, QUIC by Google is even worse.
Unfortunately DNScrypt was never accepted as a standard, so it will eventually fade away and we will be forced to use DoH, I prefer DoT.
QUIC uses UDP?
It is supposed to replace TCP, but till then it sort of uses both. I use it only on Brave for Youtube/Google.
QUIC uses UDP for ports and connectionless transport, then adds the resiliency of TCP, the security of TLS 1.3, sprinkles in a dash of commands and version control from protocols like SMB, and then mixes in a set of new protocol concepts and efficiencies to create something entirely unique in the protocol world.
They want people to use easily tracked TCP. UDP is a simple request, TCP has to establish the connection, QUIC by Google is even worse.
None of this makes sense (except maybe that TCP is stateful). What “easily tracked” is supposed to mean here I have no idea. Any information you can get from TCP are included in UDP from a privacy standpoint. The concept of a request doesn’t exist in UDP. The actual request in the DNS sense is very similar for all protocols. QUIC is UDP from a network protocol point of view, but it adds features commonly found in clients that need secure connections over UDP.
I prefer DoT
Which uses TCP.