@arichtman @jacqueline
@Brett_E_Carlock
Just one example: DNS.
DNS is a super lightweight UDP-based application protocol - one packet with a query, one packet with an answer, in 90+% of use cases. Boom you're done.
Now the DNS-over-https (DoH) abomination changes that to a very expensive TCP connection with TCP handshake, connection management, SSL handshake, the actual query/answer, and then tear everything back down.
1/3