Exam 70-534 Flashcards
What is a key strategy to improve service availability in the cloud?
Reduce MTTR (Mean Time to Recover)
What are 2 ways to avoid service throttling limits?
Application level caching
CDN
Azure has been verified for what 4 compliance programs?
ISO 27001/27002
FedRAMP
HIPPAA
EU Model Clauses
How does a service qualify for SLA?
Must use availability set with at least 2 instances (running same functions)
A VM can have 4 types of IP addresses associated with it, name them?
Public virtual IP - VIP
Dynamic private IP - DIP
Static Public IP
Static privateip
What are the 3 default tags for an NSG?
VIRTUAL_NETWORK - all network address space on VNET
AZURE_LOADBALANCER - ip addresses from which health probes originate
INTERNET - all IP addresses outside the VNET
Name the 5 NSG rule fields or pairs?
Source ip/source port Target ip/target port Protocol (tcp,udp or all) Priority Access
What are the 4 ACL rule fields?
Number
Remote subnet
Endpoint
Permit/Deny
What is CIDR?
Classless Internet Domain Routing
Short hand notation for subnet mask. 255.0.0.0 uses 8 bits so its /8 and 255.255.0.0 uses 16 bits so its /16
Ex: 10.0.0.0/8 is ip of 10.0.0.0 with subnet mask 255.0.0.0
Why can performance of large virtual networks suffer?
Like a large network of roads, packets collide and slow down. Subnets can help control and limit traffic.
If you borrow 3 bits from the host id for the network id how many subnets can you create?
8 = 2 raised to power of 3
0, 32, 64, 96, 128, 160, 196, 224
So 10.32.0.0 would be first address on second subnet
Each VM has at least 2 associated ip addresses, what are they?
A public facing virtual ip
Internal dynamic ip
Where does a vip come from?
A public pool of ip addresses managed by microsoft. (Not assigned directly to vm , is assigned to cloud service)
What is a PIP?
An instance level public IP that is assigned directly to a VM. Appropriate for large workloads that use a lot of ports.
When you create a vm on azure what is accessible by default?
Remote desktop and powershell for windows instances
Ssh for linux
What is an endpoint?
An ip address and port
A VM has VIP and a DIP. The VIP is associated with load balancer which forwards it to?
DIP with a private port on a VM
The FQDN name is specified by?
The name of the cloud service
Endpoints are for public access, why are they not needed for private access?
Each machine in vnet can already talk to each other
What VM series is for general compute?
A series A0 = extra small A1 = small A2 = medium A3 = large A4 = extra large
What is windows power shell DSC?
Desired state configuration
Instead of building the configuration you specify what the desired end state should be in script
What is Custom Script Extension?
Downloads run scripts from Azure blob storage
What compute series should be used for high performance IO?
DS series
How many drives can you attach to a standard_G5 series vm?
64