We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c121a33 commit 87198f7Copy full SHA for 87198f7
TCP vs UDP.md
@@ -8,5 +8,4 @@ TCP is slower | UDP is faster, simpler, and more efficient than TCP
8
TCP provides flow control and acknowledgement of data | UDP is efficient for broadcast and multicast type of network transmission
9
Order/ sequence of data is preserved is TCP | There is no sequencing of data in UDP
10
TCP can be used to sending mail | UDP can be used to stream video
11
-
12
-*
+TCP is used by HTTP, HTTPs, FTP, SMTP and Telnet | UDP is used by DNS, DHCP, TFTP, SNMP, RIP, and VoIP
0 commit comments