Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
UDP broadcast
Name: scape Date: February 28, 2008 at 06:06:03 Pacific OS: n/a CPU/Ram: n/a Product: n/a
Comment:
Am I correct in assuming that it is possible to send any type of UDP packet to the broadcast address (eg 192.168.1.255) and all machines on the net 192.168.1.x will receive the data?
I need to send the exact same packets from one machine to several others on the network, it costs more processing power to route packets to several hosts at once in the app I am using.
Name: jefro Date: February 28, 2008 at 09:31:47 Pacific
Reply:
UDP is connectionless. It could be that if you set up your network commonly it would do that. UDP can be blocked by many things.\
5.4 The Transport Layer There are two primary transport layer protocols: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). They provide end-to-end communication services for applications.
5.4.1 UDP This is a minimal service over IP, adding only optional checksumming of data and multiplexing by port number. UDP is often used by applications that need multicast or broadcast delivery, services not offered by TCP. Like IP, UDP is connectionless and works with datagrams.
I read it wrong and answer it wrong too. So get off my case you peanut.
Summary: We have a device discovery protocol which uses a UDP broadcast to find devices on the local network, and I'm trying to understand the behavior of windows XP networking in a corner case. When writing t...
Summary: Hi all! I need help...I have a question: suppose u have 2 subnets, say A and B, with a WinPc multihomed on the 2 nets (ipforwarding enable, call it RouterAB). On subnet A you have host A1 sending UDP ...
Summary: the systems are connected via a switch in our server room. the program we are using is a java based program that our software programers are working on. and yes, it's a UDP broadcast. and to be a lit...