Book Image

Building Hybrid Clouds with Azure Stack

Book Image

Building Hybrid Clouds with Azure Stack

Overview of this book

Azure Stack is all about creating fewer gaps between on-premise and public cloud application deployment. Azure Stack is the logical progression of Microsoft Cloud Services to create a true hybrid cloud-ready application. This book provides an introduction to Azure Stack and the cloud-first approach. Starting with an introduction to the architecture of Azure Stack, the book will help you plan and deploy your Azure Stack. Next, you will learn about the network and storage options in Azure Stack and you'll create your own private cloud solution. Finally, you will understand how to integrate public cloud using the third-party resource provider. After reading the book, you will have a good understanding of the end-to-end process of designing, offering, and supporting cloud solutions for enterprises or service providers.
Table of Contents (19 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Windows Server 2016 Software Defined Networks


With Windows Server 2012, Microsoft announced a first stack to set up SDN using the network virtualization using Generic Routing Encapsulation (GRE) Protocol. It attempts to solve the issues in large deployments and works at the layer 2 and layer 3 networking level. The technology was developed by Microsoft, and it was a first step to go with SDN networks.

With Windows Server 2016, Microsoft switched to a better-known and industry-wide defined standard for SDN, called Virtual Extensible LAN (VXLAN). It used a technology that is more or less similar to the encapsulation technology for VLANs using the networking level 4 instead of using VXLAN tunnel endpoints (VTEPs). VXLAN is a development to be standardized on an overlay encapsulation protocol with the result that it increases scalability for up to 16 million logical networks and allows layer 2 features across IP networks. It has been developed by VMware, Arista, and Cisco.

Virtual networks still...