Easy but good I have been administering vSphere infrastructures for a long time, but most of them were in little/middle companies with standard licenses that did not allow using Distributed Virtual Switches. The default load balancing in vmkernels and Port Group is: Route based on originating virtual port
In short terms, every VM is mapped to a physical NIC and moved to another one in case of failures only. It’s simple, does not require configuration on physical switches, and works pretty well… but, easy to understand, the load balancing between NICs is not optimal. When we were working with a lot of NICs, maybe 4 or more, because we had 1 Gbit/s only, it was not such a great problem, for statistical reasons. Now we often have only 2 10Gig NICs (or faster) and that primitive load balancing can cause issues that are easy to solve with the Distributed Virtual Switch features.
...