Skip to main content

Questions tagged [udp]

For questions about User Datagram Protocol, a Transport Layer protocol.

1 vote
2 answers
44 views

if the lower layers are already doing error checking and retransmission for each local link, why do we need transport layer protocols to also worry about delivery? Aren't they redundant? For example, ...
jexmon's user avatar
  • 13
3 votes
1 answer
676 views

I have six processes, working on UDP port 7447: one server and five clients. I would like to show all of them, so I tried the commandline command netstat -aon | findstr "7447", but this ...
Dominique's user avatar
  • 175
0 votes
1 answer
120 views

I'm testing out a setup that I would reproduce in a production environment if I get it work. What I have: A wireless network 192.168.88.0/24 An IoT device X in the wireless network A Teltonika router ...
path's user avatar
  • 3
0 votes
1 answer
183 views

In Wireshark, when I follow a TCP or UDP stream using right click -> Follow -> UDP Stream, if there are some ICMP packets from same endpoints, wireshark will keep them in the stream. Why? Since ...
Sourav Kannantha B's user avatar
0 votes
0 answers
25 views

I am new to networking and was learning about the UDP Protocol and i came through the term UDP checksum. I searched the internet spent so much time finding the correct way to calculate the UDP ...
Immad's user avatar
  • 1
0 votes
1 answer
111 views

Here is my network configuration: My Embedded board(192.168.124.249) sends a 16-byte UDP packet to my PC2(192.168.124.10) each 1ms. Here is my PC2 received data: Everything works fine until I ...
John Jin's user avatar
  • 103
0 votes
1 answer
1k views

TCP is capable of segmentation, i.e. even if the application layer creates an arbitrarily large message, the transport layer under TCP will split it into segments. Now, as per this answer, UDP doesn't ...
Kushagr Jaiswal's user avatar
1 vote
0 answers
392 views

I am trying to forward a UDP Unicast message so that it cant be received by multiple computers. Can anyone point me in the right direction for how to accomplish this? Here are the details: There are ...
James Duvall's user avatar
0 votes
1 answer
66 views

I am currently running into walls when trying to pop an mpls label with ovs. I currently have two interfaces on one ovs instance connected to ports eth0 and eth1. I define a flow on eth0 to pop an ...
Friwi's user avatar
  • 111
0 votes
1 answer
249 views

is port 8080 open (auto forwarded) in all devices? i used it without PortForwarding and UDP packets transferred successfully! i expected the NAT to block this but public ip address worked simply! i ...
n12y's user avatar
  • 1
3 votes
1 answer
4k views

I'm learning the TCP and UDP protocols and I have a question about UDP. I used C to develop a UDP server and a UDP client in my LAN and it works as expected. The server and the client could ...
Yves's user avatar
  • 157
0 votes
2 answers
293 views

UDP is unreliable, why does I2P (garlic routing, an alternative to Tor) use UDP instead of reliable alternative: TCP? Won't I2P become unreliable due to UDP?
Flan1335's user avatar
  • 101
1 vote
2 answers
4k views

I have been working with a device that sends me UDP packets heavily. I'm trying to capture those packets in my Linux machine (Ubuntu 22.04.2 LTS) with Python programming language. But, most of the ...
mustaphos's user avatar
1 vote
3 answers
588 views

I am analysing a Wireshark capture as part of understanding UDP/TCP, DNS and HTTP concepts and how packets are sent. I found an interesting sequence of messages in the Wireshark file, but I am not ...
Tita's user avatar
  • 133
1 vote
1 answer
91 views

I had a doubt regarding point-to-point protocol. Is it possible for a single PPP link to enable running of 2 or more simultaneous applications between two hosts? Thanks!
ikben's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
16