You are on page 1of 2

Azure to create Azure Account?

Hirearchy of Azure?
Networking
How to create Resource Group, Virual Network and Subnet

Creating Azure Account:


-----------------------
gmail
credit card

Subscriptions:
--------------
Free Trail (1 month with 13300 credits)
Pay as you go (Postpaid)
Student

Hirearcy of Azure:
------------------
Tenant Id: Permanent Id
Subscription: trail, pay as u go, student
Resource Groups: Logical grouping of Services
Virtual Network: Imaginary Network to establish communication between services.
Subnet: A network which divides into multiple networks
Virtual Machines: Imaginary machines, it works like your personal computer

Networking:
------------
Ipv4 and Ipv6:
--------------

Ipv4 (Internet Protocol version 4):


----------------------------------
It is launched by Department of Defence America
it is 32 bits
it range from 0.0.0.0 to 255.255.255.255

ex: 124.123.173.250

Ipv6:
----
It is 128 bits

ex:2001:0db8:85a3:0000:0000:8a2e:0370:7334

Ipv4 Network Classes:


----------------------
Class A : General Purpose
Class B : Internet Provider
Class C : Routers
Class D : Army
Class E : experimental Purpose

How to Calculate Ip Address:


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

Development --> Testing --> Production


20

https://www.subnet-calculator.com/
It is 32 bits
range: 0.0.0.0 to 255.255.255.255

10.10.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

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

You might also like