Sending UDP packet in parallel to 3 devices

Thank you gentlemen for trying to help.
If I use broadcasting with a destination address of (255,255,255,255) do I understand correct if I say that the IPs of the receivers are not relevant? (They are needed in the Ethernet.begin statement in the receivers code). Also, do I need more than one port for the parallel communication between transmitter and receivers ( to be defined in transmitter and receivers code)?

Thanks