^^^^
The problem with broadcasts is CPU load, not time on the wire. With gigabit commonplace, how much broadcast or unsolicited multicast traffic is there, compared to desired traffic? Incidentally, this is also the reason jumbo frames are often used in data centres, to reduce CPU load, for the amount of traffic carried. As for enterprise, if all the clients support IPv6, as pretty much all do now, why even provide IPv4 on a server? As for IPv6 only, that's already happening, as I mentioned with my cell phone. There are also some ISPs that convert IPv4 traffic, from the Internet, to IPv6 to their customers. In that situation, an IPv6 only local network is entirely possible. Don't configure IPv4 addresses and no more ARP or DHCP broadcasts.
IPv4 will be around for a while yet, but it's declining. Hopefully, one day we can get rid of it entirely. At the moment, the only IPv4 traffic on my network is for those IPv4 only devices and accessing IPv4 sites on the Internet. Declining IPv4 means declining ARP and other broadcasts.
You might want to sniff what actually happens when the files start moving ;)
Actually, I have. Home group uses IPv6 link local addresses exclusively. It does not work over IPv4 at all. Anyone who tries to disable IPv6 on Windows, while using home groups will soon discover that.
Incidentally, there's a trend in data centres that reduces even the time on wire effect. Spanning tree has long been used in data centres, but that forces all traffic into the best path to the root switch, leaving much of the network blocked. Spanning tree is now being replaced by Shortest Path Bridging, where there's no such thing as a blocked connection. Any link between switches can be used, if it's the shortest path. SPB works by essentially creating VLANs between switches, by adding on another MAC header for transit between switches.
BTW, stating fact does not create FUD. FUD is caused by misinformation, such as NAT is a "security feature" that IPv6 doesn't provide. In fact, the security of NAT comes from the state full connections it needs to work. Well state full firewalls do exactly the same thing. Yet despite that, people still claim that NAT provides security. Now that's FUD.