Top "Udp" questions

User Datagram Protocol is one of the messaging protocols of the IP protocol stack.

Difference between TCP and UDP?

What is the difference between TCP and UDP? I know that TCP is used in the case of non-time critical …

tcp network-programming udp protocols
How do ports work with IPv6?

Conventional IPv4 dotted quad notation separates the address from the port with a colon, as in this example of a …

tcp udp ipv6 ports
Sending and receiving UDP packets?

I have made a program to send an UDP packets from a client to a server. Here is the transmitter …

java udp firewall
What does it mean to bind a multicast (UDP) socket?

I am using multicast UDP between hosts that have multiple network interfaces. I am using boost::asio, and am confused …

sockets udp bind boost-asio multicast
Is SMTP based on TCP or UDP?

Is SMTP based on TCP or UDP ? I really can't confirm it . In my opinion, SMTP should be based on …

tcp smtp udp network-protocols
How do I publish a UDP Port on Docker?

How do I forward a UDP port from my Docker container to the host machine?

docker udp
C# UDP Socket client and server

My first question here. I am new to this kind of programming, and i've only programmed .NET web sites and …

c# sockets udp activex
C# little endian or big endian?

In the documentation of hardware that allows us to control it via UDP/IP, I found the following fragment: In …

c# hardware udp endianness
Why is SNMP usually run over UDP and not TCP/IP?

This morning, there were big problems at work because an SNMP trap didn't "go through" because SNMP is run over …

udp snmp
How to UDP Broadcast with C in Linux?

How to UDP Broadcast with C in Linux?

linux udp