Microsoft Azure Fundamentals 04

1 year ago
5

Subscription purchasing options :-

1. Free trial account
2. Pay as you go
3. Enterprise agreement (EA)

Service limits :-
1. Soft limit
2. Hard limit

To build /create infra :
1. Networking
2. STorage
3. Virtual machines

To install web server in ubuntu:-
Sudo su -
apt update
apt install apache2

Networking :-
Virtual Network (VNET):-
To create own private network you need create Vnet

Ip address :-
Class A
Class B
Class C
Class D
Class E

Two types of Ip address :-

1. Ipv4 - —-> 32 bit address space - 65000
2. Ipv6 —- > 128 Bit address space
Classful inter domain routing:

Classless Inter domain routing (CIDR)

· 10.0.0.0 - 10.255.255.255 (10/8 prefix)
· 172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
· 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)

10.10.10.0/24

IPv4 Properties :-

32 bit address space
0 to 255

Ipv6 :-
128 bit address
EG: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
256 ip’s
/24
/25

Loading comments...