Actually you're right, TCP doesn't define broadcasting, IP does, because
IP defines addressing. TCP is a transmission protocol, IP is the
addressing protocol.
So yeah, neither UDP or TCP support broadcasting, its IP that supports it.
But if you're trying to say that you can't send a TCP message to a
broadcast address, you're wrong. Back in the day before broadcast
floods were common, could ping the .255 address on your network and
watch dozens and dozens of ping responses come back. Nowadays broadcast
addresses don't make it through routers at all.
jeremiah
jeremiah johnson wrote:
Quote:
Vadym Stetsyak wrote:
You're using HTTP over TCP. TCP protocol doesn't support broadcasting.
?? Yes it does...
If your subnet is 10.10.10.*, then that subnet's broadcast address is
10.10.10.255. |