Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

You're reading from   Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond Master Azure administration and pass the AZ-104 exam with confidence

Arrow left icon
Product type Paperback
Published in Sep 2024
Publisher Packt
ISBN-13 9781805122852
Length 824 pages
Edition 3rd Edition
Arrow right icon
Author (1):
Arrow left icon
Donovan Kelly Donovan Kelly
Author Profile Icon Donovan Kelly
Donovan Kelly
Arrow right icon
View More author details
Toc

Table of Contents (25) Chapters Close

Preface 1. Chapter 1: Managing Microsoft Entra ID Objects 2. Chapter 2: Devices in Microsoft Entra ID FREE CHAPTER 3. Chapter 3: Managing Role-Based Access Control in Azure 4. Chapter 4: Creating and Managing Governance 5. Chapter 5: Managing Governance and Costs 6. Chapter 6: Understanding Storage Accounts 7. Chapter 7: Copying Data To and From Azure 8. Chapter 8: Securing Storage 9. Chapter 9: Storage Management and Replication 10. Chapter 10: Azure Resource Manager Templates 11. Chapter 11: Azure Bicep 12. Chapter 12: Understanding Virtual Machines 13. Chapter 13: Managing Virtual Machines 14. Chapter 14: Creating and Configuring Containers 15. Chapter 15: Creating and Configuring App Service 16. Chapter 16: Implementing and Managing Virtual Networking 17. Chapter 17: Securing Access to Virtual Networks 18. Chapter 18: Configuring Load Balancing 19. Chapter 19: Integrating On-Premises Networks with Azure 20. Chapter 20: Monitoring and Troubleshooting Virtual Networking 21. Chapter 21: Monitoring Resources with Azure Monitor 22. Chapter 22: Implementing Backup and Recovery Solutions 23. Chapter 23: Accessing the Online Practice Resources 24. Other Books You May Enjoy

Implementing Subnets

Inside a VNet, subnets allow you to segment your IP address ranges in which to place your resources. Resources in a single subnet get an IP address from the subnet IP address range. Resources in subnets within the same VNet can talk to each other. A VNet can have one or more subnets. Traffic can be filtered between subnets via either Network Security Groups (NSGs) or UDRs. It is also important to know that Azure reserves five IP addresses within each subnet that cannot be used. The reason for this is that these IPs are reserved for the network address, the Azure default gateway, Azure DNS, and the network broadcast address. An example of this is the following.

Say there is a 10.1.1.0/24 subnet; the following addresses are reserved:

  • 10.1.1.0: This is reserved for the network address
  • 10.1.1.1: This is reserved for the default gateway
  • 10.1.1.2 and 10.1.1.3: These are reserved by Azure to map DNS IPs to the VNet space
  • 10.1.1.255: This is reserved...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime