Computing.Net > Forums > Networking > UDP broadcast

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

Reply to Message Icon

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.



Sponsored Link
Ads by Google

Response Number 1
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.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: UDP broadcast

UDP broadcasts with multiple NICs www.computing.net/answers/networking/udp-broadcasts-with-multiple-nics/35694.html

Windows: Udp broadcast forwarding www.computing.net/answers/networking/windows-udp-broadcast-forwarding/15356.html

broadcasting with multiple NIC's www.computing.net/answers/networking/broadcasting-with-multiple-nics/29900.html