Book Image

VMware vSphere 5.x Datacenter Design Cookbook

By : Hersey Cartwright
Book Image

VMware vSphere 5.x Datacenter Design Cookbook

By: Hersey Cartwright

Overview of this book

Table of Contents (19 chapters)
VMware vSphere 5.x Datacenter Design Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Providing network availability


Network availability is obtained by minimizing Single Points of Failure (SPOF) and providing sufficient capacity. Multiple network ports, network adapters, and physical switches can be used to minimize single points of failure, and link aggregation can be used to provide load balancing across multiple network adapters.

vSphere virtual network configurations offer multiple NIC teaming and load balancing options. The options used are dependent on the number of network adapters available, the number of virtual machines connected, the physical network's topology, and the amount of bandwidth required.

How to do it...

  1. Identify the availability options available on virtual switches and virtual switch PortGroups.

  2. Determine the load balancing policies to provide availability based on design requirements.

  3. Determine the network adapter teaming policies to provide availability based on design requirements.

How it works…

Load balancing distributes the network load across multiple...