SlideShare uma empresa Scribd logo
1 de 39
Azure
Networking
Yasin Kabir Chowdury
December 07, 2022
Speaker
Yasin Kabir Chowdhury
Azure Administrator, System Administrator & Network
Engineer
Agenda
3/8/2023 3
1) Virtual Networks (Vnets) & Subnet
2) Public IP Vs Private IP
3) Static IP vs Dynamic IP
4) Route Table & Rules of Route
5) Network Security Group (NSG)
6) Ingress & Egress Security Rules
7) Service Endpoint
8) Application Security Group (ASG)
9) Azure Firewall
10) Azure Firewall Manager
11) NAT Gateway
12) Azure DNS
13) Azure Load Balancer
14) Application Gateway
15)Bastion Host
16) Azure Traffic manager
17) Express Route
18)VPN Gateway
19) Local Network Gateway
20) Vnet Peering
‱ IP stands for Internet Protocol
‱ IP works something like the postal system.
‱ It allows you to address a packet and drop it in the system, but there's no direct
link between you and the recipient.
‱ TCP/IP, on the other hand, establishes a connection between two hosts so that
they can send data to the destination and reply back to the source.
What is IP

?
‱ 32 Binary bit number
‱ Represented in Decimal number system
‱ 32 bits are divided into four equal parts
‱ Each part contains 8 binary bit and known as octet. Octets are
separated by dot (.)
‱ Known as logical address
‱ Example:
Properties of IP Address
Decimal 192.168.0.1
Binary 11000000.10101000.00000000.00000001
1st Octet 2nd Octet 3rd Octet 4th Octet
192 168 0 1
11000000 10101000 00000000 00000001
Octets in IP address
Octet 1st Octet 2nd Octet 3rd Octet 4th Octet
Minimum 00000000 00000000 00000000 00000000
Maximum 11111111 11111111 11111111 11111111
Minimum 0 0 0 0
Maximum 255 255 255 255
The values of the first octet ranging from 0 to 255 are divided into
five groups and known as Class.
Class in IP address
Class Binary Decimal
Minimum Maximum Minimum Maximum
A 00000000 01111111 0 (1) 127*
B 10000000 10111111 128 191
C 11000000 11011111 192 223
D 11100000 11101111 224 239
E 11110000 11111111 240 255
* IP addresses starting with 127 are known as loopback address
Class Ranges of IP Addresses
32 bits of an IP address are divided into two parts and known as
network bit and host bit. The left side bits of an IP address are
known as network bit and the right side bits are known as host
bit.
Network bit and host bit
Class Network bit Host bit Format
A 8 24 N.H.H.H
B 16 16 N.N.H.H
C 24 8 N.N.N.H
10
Virtual Networks (Vnets)
AzureVirtual Network is a logical boundary of a private network in azure.The
Azure resources can securely connect via internet or on premises byVnet.
Virtual Subnets
With the subnet we can divide a virtual network in multiple networks and can
assignVms ,Nics others resources associate with them for as per
requirements.
Public IP address:
A public IP address is the address that is assigned to a
device to allow direct access over the Internet. A web
server, email server and any server device directly
accessible from the Internet are candidate for a public IP
address. A public IP address is globally unique, and can
only be assigned to an unique device. Public IP
addresses are internationally routable and saleable.
Public VS Private IP address
Private IP address:
A private IP address is the address space allocated to NIC to allow organizations to
create their own private network. The computers, tablets and Smartphone sitting
behind your home, and the personal computers within an organizations are
usually assigned private IP addresses. A network printer residing in your home or
office is assigned a private address so that only your local users can print to your
local printer. Private IP addresses are non routable and non saleable.
Public VS Private IP address
Class Starting IP Ending IP # of host
A 10.0.0.0 10.255.255.255 1,67,77,216
B 172.16.0.0 172.31.255.255 1048576
C 192.168.0.0 192.168.255.255 65536
All the rest are public IP address
Range of Private IP addresses
Static IP address:
A static IP address is an address that is permanently assigned to a
device by the administrator, and does not change even if the device
reboots. A static IP address is usually assigned to a server who is
hosting websites, providing email, database and FTP services.
Static VS Dynamic IP address
Dynamic IP address:
A dynamic IP address is dynamically assigned to device by the DHCP
server. Each time the device is rebooted, DHCP dynamically assigns
an IP address to the device using DHCP protocol. Since DHCP
dynamically assigns an IP address to a device on reboot, the device
may not always receive the same IP address.
Static VS Dynamic IP address
Route Table
Network Security Group (NSG)
You can use an Azure network security group to filter network traffic between Azure
resources in an Azure virtual network. A network security group contains security rules
that allow or deny inbound network traffic to, or outbound network traffic from, several
types of Azure resources. For each rule, you can specify source and destination, port, and
protocol.
Security Rules Ingress/Egress
Service Endpoint
Virtual Network (VNet) service endpoint policies allow you to filter egress virtual
network traffic to Azure Storage accounts over service endpoint, and allow data
exfiltration to only specific Azure Storage accounts. Endpoint policies provide
granular access control for virtual network traffic to Azure Storage when connecting
over service endpoint.
Application Security Group (ASG)
Application security groups enable you to configure network security as a natural
extension of an application's structure, allowing you to group virtual machines and
define network security policies based on those groups. You can reuse your security
policy at scale without manual maintenance of explicit IP addresses. The platform
handles the complexity of explicit IP addresses and multiple rule sets, allowing you
to focus on your business logic.
Azure Firewall
Azure Firewall is a cloud-native and intelligent network firewall security service that
provides the best of breed threat protection for your cloud workloads running in
Azure. It's a fully stateful, firewall as a service with built-in high availability and
unrestricted cloud scalability. It provides both east-west and north-south traffic
inspection.
Azure Firewall Manager
Azure Firewall Manager is a security management service that provides central security
policy and route management for cloud-based security perimeters.
Secured virtual hub
An Azure Virtual WAN Hub is a Microsoft-managed resource that lets you easily
create hub and spoke architectures. When security and routing policies are
associated with such a hub.
Hub virtual network
This is a standard Azure virtual network that you create and manage yourself.
When security policies are associated with such a hub, it is referred to as a hub
virtual network. At this time, only Azure Firewall Policy is supported. You can
peer spoke virtual networks that contain your workload servers and services. You
can also manage firewalls in standalone virtual networks that aren't peered to
any spoke.
Bastion Host
Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser
and the Azure portal, or via the native SSH or RDP client already installed on your local computer. The
Azure Bastion service is a fully platform-managed PaaS service that you provision inside your virtual
network. It provides secure and seamless RDP/SSH connectivity to your virtual machines directly
from the Azure portal over TLS. When you connect via Azure Bastion, your virtual machines don't
need a public IP address, agent, or special client software.
NAT Gateway
Virtual Network NAT is a fully managed and highly resilient Network Address Translation (NAT)
service. Virtual Network NAT simplifies outbound Internet connectivity for virtual networks. When
configured on a subnet, all outbound connectivity uses the Virtual Network NAT's static public IP
addresses.
Azure DNS
Azure DNS is a hosting service for DNS domains that provides name resolution by using
Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS
records by using the same credentials, APIs, tools, and billing as your other Azure services..
Azure Load Balancer
Load balancing refers to evenly distributing load (incoming network traffic) across a group of
backend resources or servers. Load balancer distributes inbound flows that arrive at the load
balancer's front end to backend pool instances. These flows are according to configured
load-balancing rules and health probes. The backend pool instances can be Azure Virtual
Machines or instances in a Virtual Machine Scale Set.
Public & Private Load Balancer
A public load balancer can provide outbound connections for virtual machines (VMs) inside
your virtual network. These connections are accomplished by translating their private IP
addresses to public IP addresses. Public Load Balancers are used to load balance internet
traffic to your VMs.
An internal (or private) load balancer is used where private IPs are needed at the frontend
only. Internal load balancers are used to load balance traffic inside a virtual network. A load
balancer frontend can be accessed from an on-premises network in a hybrid scenario.
Azure Application Gateway
Azure Application Gateway is a web traffic load balancer that enables you to manage traffic
to your web applications.
URL Path Based Routing Multiple Site Routing
Azure Traffic Manager
Azure Traffic Manager is a DNS-based traffic load balancer. This service allows you to
distribute traffic to your public facing applications across the global Azure regions. Traffic
Manager also provides your public endpoints with high availability and quick responsiveness.
Azure Express Route
ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private
connection with the help of a connectivity provider. onnectivity can be from an any-to-any (IP VPN)
network, a point-to-point Ethernet network, or a virtual cross-connection through a connectivity provider
at a colocation facility. ExpressRoute connections don't go over the public Internet. This allows
ExpressRoute connections to offer more reliability, faster speeds, consistent latencies, and higher
security than typical connections over the Internet.
Azure VPN Gateway
VPN Gateway sends encrypted traffic between an Azure virtual network and an on-premises location
over the public Internet. You can also use VPN Gateway to send encrypted traffic between Azure virtual
networks over the Microsoft network. A VPN gateway is a specific type of virtual network gateway. Each
virtual network can have only one VPN gateway. However, you can create multiple connections to the
same VPN gateway. When you create multiple connections to the same VPN gateway, all VPN tunnels
share the available gateway bandwidth.
Site-to-Site VPN
A Site-to-Site (S2S) VPN gateway connection is a connection over IPsec/IKE (IKEv1 or IKEv2) VPN
tunnel. S2S connections can be used for cross-premises and hybrid configurations. A S2S connection
requires a VPN device located on-premises that has a public IP address assigned to it. For information
about selecting a VPN device
Point-to-Site VPN
A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual
network from an individual client computer. A P2S connection is established by starting it from the client
computer.
VNet-to-VNet connections
Connecting a virtual network to another virtual network (VNet-to-VNet) is similar to connecting a VNet
to an on-premises site location. Both connectivity types use a VPN gateway to provide a secure tunnel
using IPsec/IKE. You can even combine VNet-to-VNet communication with multi-site connection
configurations.
Local Network Gateway
A local network gateway represents the hardware or software VPN device in your local network at on
prem. This is generally created in Azure to set up a site to site (s2s)VPN connection between an Azure
Virtual network and your local network.
Vnet Peering
VNet peering (or Virtual Network peering) enables you to connect virtual networks. A VNet peering connection
between virtual networks enables you to route traffic between them privately through IPv4 addresses. Virtual
machines in the peered VNets can communicate with each other as if they are within the same network.
VNet Peering Types
1. Regional VNet Peering: Connecting VNets within the same Azure region.
2. Global VNet Peering: Connecting VNets across Azure regions.
3/8/2023 39
THANK YOU ALL

Mais conteĂșdo relacionado

Mais procurados

Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active Directory
David J Rosenthal
 

Mais procurados (20)

Azure role based access control (rbac)
Azure role based access control (rbac)Azure role based access control (rbac)
Azure role based access control (rbac)
 
48. Azure Active Directory - Part 1
48. Azure Active Directory - Part 148. Azure Active Directory - Part 1
48. Azure Active Directory - Part 1
 
Azure vnet
Azure vnetAzure vnet
Azure vnet
 
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft AzureAdvanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
 
Az 104 session 6 azure networking part2
Az 104 session 6 azure networking part2Az 104 session 6 azure networking part2
Az 104 session 6 azure networking part2
 
Azure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptxAzure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptx
 
Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active Directory
 
Microsoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudMicrosoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloud
 
Azure Active Directory - An Introduction
Azure Active Directory  - An IntroductionAzure Active Directory  - An Introduction
Azure Active Directory - An Introduction
 
A Deepdive into Azure Networking
A Deepdive into Azure NetworkingA Deepdive into Azure Networking
A Deepdive into Azure Networking
 
Azure: PaaS or IaaS
Azure: PaaS or IaaSAzure: PaaS or IaaS
Azure: PaaS or IaaS
 
Az 104 session 5: Azure networking
Az 104 session 5: Azure networkingAz 104 session 5: Azure networking
Az 104 session 5: Azure networking
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to Azure
 
Azure App Service Deep Dive
Azure App Service Deep DiveAzure App Service Deep Dive
Azure App Service Deep Dive
 
Understanding Azure AD
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
 
Azure Networking - The First Technical Challenge
Azure Networking  - The First Technical ChallengeAzure Networking  - The First Technical Challenge
Azure Networking - The First Technical Challenge
 
Microsoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps QuestionsMicrosoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps Questions
 
Windows Azure Virtual Machines
Windows Azure Virtual MachinesWindows Azure Virtual Machines
Windows Azure Virtual Machines
 
Understanding Azure Disaster Recovery
Understanding Azure Disaster RecoveryUnderstanding Azure Disaster Recovery
Understanding Azure Disaster Recovery
 
Azure Container Apps
Azure Container AppsAzure Container Apps
Azure Container Apps
 

Semelhante a Azure Networking (1).pptx

Brk30176 enterprise class networking in azure
Brk30176 enterprise class networking in azureBrk30176 enterprise class networking in azure
Brk30176 enterprise class networking in azure
Abou CONDE
 
AWS Network Topology/Architecture
AWS Network Topology/ArchitectureAWS Network Topology/Architecture
AWS Network Topology/Architecture
wlscaudill
 
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
David J Rosenthal
 

Semelhante a Azure Networking (1).pptx (20)

10052016115136.pptx
10052016115136.pptx10052016115136.pptx
10052016115136.pptx
 
Global Azure Bootcamp 2018 - Azure Network Security
Global Azure Bootcamp 2018 - Azure Network SecurityGlobal Azure Bootcamp 2018 - Azure Network Security
Global Azure Bootcamp 2018 - Azure Network Security
 
Brk30176 enterprise class networking in azure
Brk30176 enterprise class networking in azureBrk30176 enterprise class networking in azure
Brk30176 enterprise class networking in azure
 
AWS Virtual Private Cloud
AWS Virtual Private CloudAWS Virtual Private Cloud
AWS Virtual Private Cloud
 
VMworld 2013: vCloud Hybrid Service Jump Start Part Two of Five: vCloud Hybri...
VMworld 2013: vCloud Hybrid Service Jump Start Part Two of Five: vCloud Hybri...VMworld 2013: vCloud Hybrid Service Jump Start Part Two of Five: vCloud Hybri...
VMworld 2013: vCloud Hybrid Service Jump Start Part Two of Five: vCloud Hybri...
 
Azure Networking: Innovative Features and Multi-VNet Topologies
Azure Networking: Innovative Features and Multi-VNet TopologiesAzure Networking: Innovative Features and Multi-VNet Topologies
Azure Networking: Innovative Features and Multi-VNet Topologies
 
MuleSoft Surat Live Demonstration Virtual Meetup#1 - Anypoint VPC VPN and DLB
MuleSoft Surat Live Demonstration Virtual Meetup#1 - Anypoint VPC VPN and DLBMuleSoft Surat Live Demonstration Virtual Meetup#1 - Anypoint VPC VPN and DLB
MuleSoft Surat Live Demonstration Virtual Meetup#1 - Anypoint VPC VPN and DLB
 
Azure bastion- Remote desktop RDP/SSH in Azure using Bastion Service as (PaaS)
Azure bastion- Remote desktop RDP/SSH in Azure using Bastion Service as (PaaS)Azure bastion- Remote desktop RDP/SSH in Azure using Bastion Service as (PaaS)
Azure bastion- Remote desktop RDP/SSH in Azure using Bastion Service as (PaaS)
 
AWS Network Topology/Architecture
AWS Network Topology/ArchitectureAWS Network Topology/Architecture
AWS Network Topology/Architecture
 
Infrastructure Migration from Windows Server 2003 to the Cloud: An Interoute ...
Infrastructure Migration from Windows Server 2003 to the Cloud: An Interoute ...Infrastructure Migration from Windows Server 2003 to the Cloud: An Interoute ...
Infrastructure Migration from Windows Server 2003 to the Cloud: An Interoute ...
 
Getting Started on AWS
Getting Started on AWS Getting Started on AWS
Getting Started on AWS
 
Mastering the move
Mastering the moveMastering the move
Mastering the move
 
Networking slide
Networking slideNetworking slide
Networking slide
 
AWS IoT vs Azure IoT
AWS IoT vs Azure IoTAWS IoT vs Azure IoT
AWS IoT vs Azure IoT
 
Building Intelligent Cloud with Microsoft Azure
Building Intelligent Cloud with Microsoft AzureBuilding Intelligent Cloud with Microsoft Azure
Building Intelligent Cloud with Microsoft Azure
 
AWS VPC & Networking basic concepts
AWS VPC & Networking basic conceptsAWS VPC & Networking basic concepts
AWS VPC & Networking basic concepts
 
cc.pptx
cc.pptxcc.pptx
cc.pptx
 
Azure network and infrastructure
Azure network and infrastructureAzure network and infrastructure
Azure network and infrastructure
 
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
Latest Microsoft Azure Solutions and Announcements - Presented by atidan june...
 
Becoming a Microsoft Specialist in Microsoft Azure Infrastructure
Becoming a Microsoft Specialist in Microsoft Azure InfrastructureBecoming a Microsoft Specialist in Microsoft Azure Infrastructure
Becoming a Microsoft Specialist in Microsoft Azure Infrastructure
 

Último

âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
nirzagarg
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
SUHANI PANDEY
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
SUHANI PANDEY
 
Lucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRL
Lucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRLLucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRL
Lucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRL
imonikaupta
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
SUHANI PANDEY
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
SUHANI PANDEY
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
SUHANI PANDEY
 
Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”
Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”
Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”
Chandigarh Call girls 9053900678 Call girls in Chandigarh
 

Último (20)

âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Lucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRL
Lucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRLLucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRL
Lucknow ❀CALL GIRL 88759*99948 ❀CALL GIRLS IN Lucknow ESCORT SERVICE❀CALL GIRL
 
All Time Service Available Call Girls Mg Road 👌 ⏭ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭ 6378878445
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎ 9205541914 ☎ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎ 9205541914 ☎ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎ 9205541914 ☎ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎ 9205541914 ☎ Independent Esc...
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”
Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”
Low Sexy Call Girls In Mohali 9053900678 đŸ„”Have Save And Good Place đŸ„”
 

Azure Networking (1).pptx

  • 2. Speaker Yasin Kabir Chowdhury Azure Administrator, System Administrator & Network Engineer
  • 3. Agenda 3/8/2023 3 1) Virtual Networks (Vnets) & Subnet 2) Public IP Vs Private IP 3) Static IP vs Dynamic IP 4) Route Table & Rules of Route 5) Network Security Group (NSG) 6) Ingress & Egress Security Rules 7) Service Endpoint 8) Application Security Group (ASG) 9) Azure Firewall 10) Azure Firewall Manager 11) NAT Gateway 12) Azure DNS 13) Azure Load Balancer 14) Application Gateway 15)Bastion Host 16) Azure Traffic manager 17) Express Route 18)VPN Gateway 19) Local Network Gateway 20) Vnet Peering
  • 4. ‱ IP stands for Internet Protocol ‱ IP works something like the postal system. ‱ It allows you to address a packet and drop it in the system, but there's no direct link between you and the recipient. ‱ TCP/IP, on the other hand, establishes a connection between two hosts so that they can send data to the destination and reply back to the source. What is IP

?
  • 5. ‱ 32 Binary bit number ‱ Represented in Decimal number system ‱ 32 bits are divided into four equal parts ‱ Each part contains 8 binary bit and known as octet. Octets are separated by dot (.) ‱ Known as logical address ‱ Example: Properties of IP Address Decimal 192.168.0.1 Binary 11000000.10101000.00000000.00000001
  • 6. 1st Octet 2nd Octet 3rd Octet 4th Octet 192 168 0 1 11000000 10101000 00000000 00000001 Octets in IP address Octet 1st Octet 2nd Octet 3rd Octet 4th Octet Minimum 00000000 00000000 00000000 00000000 Maximum 11111111 11111111 11111111 11111111 Minimum 0 0 0 0 Maximum 255 255 255 255
  • 7. The values of the first octet ranging from 0 to 255 are divided into five groups and known as Class. Class in IP address Class Binary Decimal Minimum Maximum Minimum Maximum A 00000000 01111111 0 (1) 127* B 10000000 10111111 128 191 C 11000000 11011111 192 223 D 11100000 11101111 224 239 E 11110000 11111111 240 255 * IP addresses starting with 127 are known as loopback address
  • 8. Class Ranges of IP Addresses
  • 9. 32 bits of an IP address are divided into two parts and known as network bit and host bit. The left side bits of an IP address are known as network bit and the right side bits are known as host bit. Network bit and host bit Class Network bit Host bit Format A 8 24 N.H.H.H B 16 16 N.N.H.H C 24 8 N.N.N.H
  • 10. 10 Virtual Networks (Vnets) AzureVirtual Network is a logical boundary of a private network in azure.The Azure resources can securely connect via internet or on premises byVnet. Virtual Subnets With the subnet we can divide a virtual network in multiple networks and can assignVms ,Nics others resources associate with them for as per requirements.
  • 11.
  • 12. Public IP address: A public IP address is the address that is assigned to a device to allow direct access over the Internet. A web server, email server and any server device directly accessible from the Internet are candidate for a public IP address. A public IP address is globally unique, and can only be assigned to an unique device. Public IP addresses are internationally routable and saleable. Public VS Private IP address
  • 13. Private IP address: A private IP address is the address space allocated to NIC to allow organizations to create their own private network. The computers, tablets and Smartphone sitting behind your home, and the personal computers within an organizations are usually assigned private IP addresses. A network printer residing in your home or office is assigned a private address so that only your local users can print to your local printer. Private IP addresses are non routable and non saleable. Public VS Private IP address
  • 14. Class Starting IP Ending IP # of host A 10.0.0.0 10.255.255.255 1,67,77,216 B 172.16.0.0 172.31.255.255 1048576 C 192.168.0.0 192.168.255.255 65536 All the rest are public IP address Range of Private IP addresses
  • 15. Static IP address: A static IP address is an address that is permanently assigned to a device by the administrator, and does not change even if the device reboots. A static IP address is usually assigned to a server who is hosting websites, providing email, database and FTP services. Static VS Dynamic IP address
  • 16. Dynamic IP address: A dynamic IP address is dynamically assigned to device by the DHCP server. Each time the device is rebooted, DHCP dynamically assigns an IP address to the device using DHCP protocol. Since DHCP dynamically assigns an IP address to a device on reboot, the device may not always receive the same IP address. Static VS Dynamic IP address
  • 18. Network Security Group (NSG) You can use an Azure network security group to filter network traffic between Azure resources in an Azure virtual network. A network security group contains security rules that allow or deny inbound network traffic to, or outbound network traffic from, several types of Azure resources. For each rule, you can specify source and destination, port, and protocol.
  • 20. Service Endpoint Virtual Network (VNet) service endpoint policies allow you to filter egress virtual network traffic to Azure Storage accounts over service endpoint, and allow data exfiltration to only specific Azure Storage accounts. Endpoint policies provide granular access control for virtual network traffic to Azure Storage when connecting over service endpoint.
  • 21. Application Security Group (ASG) Application security groups enable you to configure network security as a natural extension of an application's structure, allowing you to group virtual machines and define network security policies based on those groups. You can reuse your security policy at scale without manual maintenance of explicit IP addresses. The platform handles the complexity of explicit IP addresses and multiple rule sets, allowing you to focus on your business logic.
  • 22. Azure Firewall Azure Firewall is a cloud-native and intelligent network firewall security service that provides the best of breed threat protection for your cloud workloads running in Azure. It's a fully stateful, firewall as a service with built-in high availability and unrestricted cloud scalability. It provides both east-west and north-south traffic inspection.
  • 23. Azure Firewall Manager Azure Firewall Manager is a security management service that provides central security policy and route management for cloud-based security perimeters. Secured virtual hub An Azure Virtual WAN Hub is a Microsoft-managed resource that lets you easily create hub and spoke architectures. When security and routing policies are associated with such a hub. Hub virtual network This is a standard Azure virtual network that you create and manage yourself. When security policies are associated with such a hub, it is referred to as a hub virtual network. At this time, only Azure Firewall Policy is supported. You can peer spoke virtual networks that contain your workload servers and services. You can also manage firewalls in standalone virtual networks that aren't peered to any spoke.
  • 24. Bastion Host Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser and the Azure portal, or via the native SSH or RDP client already installed on your local computer. The Azure Bastion service is a fully platform-managed PaaS service that you provision inside your virtual network. It provides secure and seamless RDP/SSH connectivity to your virtual machines directly from the Azure portal over TLS. When you connect via Azure Bastion, your virtual machines don't need a public IP address, agent, or special client software.
  • 25. NAT Gateway Virtual Network NAT is a fully managed and highly resilient Network Address Translation (NAT) service. Virtual Network NAT simplifies outbound Internet connectivity for virtual networks. When configured on a subnet, all outbound connectivity uses the Virtual Network NAT's static public IP addresses.
  • 26. Azure DNS Azure DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS records by using the same credentials, APIs, tools, and billing as your other Azure services..
  • 27. Azure Load Balancer Load balancing refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers. Load balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a Virtual Machine Scale Set.
  • 28. Public & Private Load Balancer A public load balancer can provide outbound connections for virtual machines (VMs) inside your virtual network. These connections are accomplished by translating their private IP addresses to public IP addresses. Public Load Balancers are used to load balance internet traffic to your VMs. An internal (or private) load balancer is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.
  • 29. Azure Application Gateway Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications.
  • 30. URL Path Based Routing Multiple Site Routing
  • 31. Azure Traffic Manager Azure Traffic Manager is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness.
  • 32. Azure Express Route ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private connection with the help of a connectivity provider. onnectivity can be from an any-to-any (IP VPN) network, a point-to-point Ethernet network, or a virtual cross-connection through a connectivity provider at a colocation facility. ExpressRoute connections don't go over the public Internet. This allows ExpressRoute connections to offer more reliability, faster speeds, consistent latencies, and higher security than typical connections over the Internet.
  • 33. Azure VPN Gateway VPN Gateway sends encrypted traffic between an Azure virtual network and an on-premises location over the public Internet. You can also use VPN Gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. A VPN gateway is a specific type of virtual network gateway. Each virtual network can have only one VPN gateway. However, you can create multiple connections to the same VPN gateway. When you create multiple connections to the same VPN gateway, all VPN tunnels share the available gateway bandwidth.
  • 34. Site-to-Site VPN A Site-to-Site (S2S) VPN gateway connection is a connection over IPsec/IKE (IKEv1 or IKEv2) VPN tunnel. S2S connections can be used for cross-premises and hybrid configurations. A S2S connection requires a VPN device located on-premises that has a public IP address assigned to it. For information about selecting a VPN device
  • 35. Point-to-Site VPN A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer. A P2S connection is established by starting it from the client computer.
  • 36. VNet-to-VNet connections Connecting a virtual network to another virtual network (VNet-to-VNet) is similar to connecting a VNet to an on-premises site location. Both connectivity types use a VPN gateway to provide a secure tunnel using IPsec/IKE. You can even combine VNet-to-VNet communication with multi-site connection configurations.
  • 37. Local Network Gateway A local network gateway represents the hardware or software VPN device in your local network at on prem. This is generally created in Azure to set up a site to site (s2s)VPN connection between an Azure Virtual network and your local network.
  • 38. Vnet Peering VNet peering (or Virtual Network peering) enables you to connect virtual networks. A VNet peering connection between virtual networks enables you to route traffic between them privately through IPv4 addresses. Virtual machines in the peered VNets can communicate with each other as if they are within the same network. VNet Peering Types 1. Regional VNet Peering: Connecting VNets within the same Azure region. 2. Global VNet Peering: Connecting VNets across Azure regions.

Notas do Editor

  1. Line spacing + Page numbers
  2. Line spacing + Page numbers