Virtual Network in Azure. Please Explain

Copper Contributor

Hi All,

 

What does it mean when we say Azure uses Virtual Networking?

How does software defined networking work?

End of the scene, we interact with cloud through physical networking only. How is the boundary maintained in the cloud?

Please provide some resources to understand the layout of virtual networking in cloud

3 Replies
Here you find the details but you should have sound understand of Azure Networking.
https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-enterprise-policy-as-c...
In simple terms I would call virtual Network vNets a single or a collection of vLAN
  • Virtual network (VNet) is a representation of your own network in the cloud. It enables Azure resources the ability to communicate with one another, communicate to the internet, and communicate to on-prem resources securely. Here is a link to list of documentation for your review: https://learn.microsoft.com/en-us/azure/virtual-network/
  • Software defined networking (SDN) works by abstracting applications and workloads from the underlying physical network. The management plane, control plane, and data plane are not bound to the network devices as SDN offers virtual abstractions for physical networking components including IP addresses, switches, and load balancers. More info about SDN: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/d...)
  • If you're looking at connecting to the cloud using a private connection, Azure ExpressRoute offers layer 3 connectivity between on-prem and the Microsoft cloud. This allows you to extend your on-prem network over a private connection through a connectivity provider. This FAQ on ExpressRoute is helpful: https://learn.microsoft.com/en-us/azure/expressroute/expressroute-faqs
  • I recommend John Savill's Technical Training channel on YouTube. Here's a video he created that breaks down the core functions of Azure Networking in an easy to follow along way: https://www.youtube.com/watch?v=K8ePZdLfU7M