SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[tcp] What are examples of TCP and UDP in real life?
Home
Question
What are examples of TCP and UDP in real life?
TCP
:
World Wide Web(HTTP)
E-mail (SMTP TCP)
File Transfer Protocol (FTP)
Secure Shell (SSH)
UDP
:
Domain Name System (DNS)
Streaming media applications such as movies
Online multiplayer games
Voice over IP (VoIP)
Trivial File Transfer Protocol (TFTP)
Examples related to
tcp
•
What does "app.run(host='0.0.0.0') " mean in Flask
•
What is the difference between HTTP 1.1 and HTTP 2.0?
•
Sending a file over TCP sockets in Python
•
Telnet is not recognized as internal or external command
•
How to open port in Linux
•
adb connection over tcp not working now
•
Understanding [TCP ACKed unseen segment] [TCP Previous segment not captured]
•
How do I debug error ECONNRESET in Node.js?
•
Differences between TCP sockets and web sockets, one more time
•
Is SMTP based on TCP or UDP?
Examples related to
udp
•
How do I publish a UDP Port on Docker?
•
Simple UDP example to send and receive data from same socket
•
Is SMTP based on TCP or UDP?
•
What does it mean to bind a multicast (UDP) socket?
•
Sending and receiving UDP packets?
•
How to send only one UDP packet with netcat?
•
How is TeamViewer so fast?
•
TCP vs UDP on video stream
•
Difference between TCP and UDP?
•
What are examples of TCP and UDP in real life?