You are on page 1of 2

How to Calculate Ip Address:

----------------------------

Development ---> Testing ---> Production


20

https://www.subnet-calculator.com/

Ipv4 is 32 bits
it ranges from 0.0.0.0 to 255.255.255.255

10.0.0.0/8
255.0-255.0-255.0-255

256*256*256 = 16777216

10.10.0.0/16
255.255.0-255.0-255

256*256 = 65536

10.10.0.0/24
255.255.255.0-255

256

10.10.0.0/25 : 128
10.10.0.0/26 : 64
10.10.0.0/27 : 32
10.10.0.0/28 : 16
10.10.0.0/29 : 8
10.10.0.0/30 : 4
10.10.0.0/31 : 2
10.10.0.0/32 : 1

10.10.0.0 --> Network Id (inbound traffic)


10.10.0.1
10.10.0.2
10.10.0.3

10.10.0.10 --> Broadcadt Id (outbound traffic)

How to Deploy windows Virtual Machine in Azure Portal?

Resource Group: Logical grouping of resources or service


Virtual Network: It is an imaginary networking using for communication
ex: 10.10.0.0/16
Subnet: A network which subdivision in to multiple networks.
ex: 10.10.0.0/24
10.10.1.0/24
10.10.2.0/24
Virtual Machine: It is an Imaginary Machine, It works like your personal computer.

Resource Group : AzureTest


Virtual Network : AzureTest-Vnet (10.10.0.0/16)
Subnet : AzureTest-Subnet1 (10.10.1.0/27)
Virtual Machine : WindowsFirstMachine
Two Types of IP:
---------------
Public Ip: Internet to Virtual Machine
ex: 13.90.27.21
Private Ip: Virtual Machine to Virtual Machine or services
ex: 10.10.1.4

10.10.1.0/24

10.10.1.0 --> Network Id (inbound traffic)


10.10.1.1
10.10.1.2
10.10.1.3
10.10.1.4 --> first Vm Private Ip
10.10.1.5 --> secound Vm Private Ip

10.10.1.255 --> Broadcast Id (outbound traffic)

RDP (Remote Desktop Port): 3389

You might also like