From 5623f8c73f4e85c53a780b659d6f1a03467c8813 Mon Sep 17 00:00:00 2001 From: Austin Songer Date: Sun, 26 Jan 2020 01:20:47 +0000 Subject: [PATCH] ANSWERED: True or False? TCP is better than UDP --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95e33d8..7d10795 100644 --- a/README.md +++ b/README.md @@ -989,6 +989,10 @@ TCP establishes a connection between the client and the server to guarantee the
True or False? TCP is better than UDP
+ +False. +UDP is faster, simpler and more efficient than TCP +