Networking & Storage Flashcards
Vnet
- An address space is a range of IP addresses you can use for your resources
- A subnet is a smaller network, which is part of your Vnet.
Loadbalancer
Distributes new inbound flows that arrive on the load balancer frontend to backend pool instances, according to rules and health probes.
VPN GW
- A specific VNet GW. It consists of two or more dedicated VMs.
- Sends encrypted data between azure and on-prem network
Application GW
- High level load balancer
* Works on HTTP request of the traffic, instead of IP and port
Content Delivery Network
A distributed network of servers that can deliver web content close to users.
Blobs are stored in ____, which are stored in the _____.
containers, storage account
3 types of blobs
block, append, page
block blob
store text and binary data up to 4.7TB. Made up of individusally managed blocks of data
append blob
blobs that are optimised for append operations. Works well for logging where data is constantly appended.
page blob
Store files up to 9TB. Any part of the file could be accessed at any time, for example a virtual HDD.
blob pricing tiers
hot, cool, archive
hot blobs
Frequently accessed files. Lower access times and higher costs
cool blobs
Lower storage costs and higher access times. Data remains here for 30 days
archive blobs
Lowest costs and highest access times
4 disk types
HDD, Standard SSD, Premium disk, ultra disk