Since I found an answer to my query elsewhere, I thought I post the answer in case some else is worrying about this:
"Typically this traffic is related to normal DHCP operation and is not an attack on your network. DHCP (Dynamic Host Configuration Protocol) is how your computer gets its unique IP address. When a system starts up on a network it must first request an IP address (assume it is not using a static IP address), and it does this by broadcasting a request to the DHCP server:
UDP 0.0.0.0:68 → 255.255.255.255:67
since the requesting system doesn’t have an IP address (why it is asking) it uses 0.0.0.0 and since its new to the network it doesn’t know where the DHCP server is, so it broadcasts the request to the entire network (255.255.255.255). "
How would this apply to a LAN that has no internet connection but still uses DHCP for IP address allocation???
AFAIK, DHCP is purely an internal operation, where LAN workstations will contact a DHCP server on the interior of the LAN.
Port 1900 is generally used for UPnP discovery and is unrelated to DHCP.
After the DHCP request has been resolved, there very well may be other traffic (maybe even the traffic you’ve described), but this subsequent traffic is absolutely unrelated to the DHCP discovery and resolution.
Let’s not complicate things by introducing unrelated info.