Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
なぜ人々はUDPではなくTCPに基づいてHTTPプロトコルを実行したのですか?
TCPは、UDPがそうでない場合にデータの信頼できる送信を保証します。つまり、HTTP over UDPを実装する場合、アプリケーション層に信頼性の高い伝送メカニズム(エラーチェックなど)を追加する必要がありますが、これは単に不要です。Webブラウジングに関しては、パフォーマンスよりも信頼性を好む人がいます。