Part 2 Flashcards
Azure Virtual Network
- Virtual networks with subnets with VMs
- Used to group VMs
- An emulation of physical networks
- Allows for isolation, segmentation
- Scoped to a single region
What two ways can you use to connect two Virtual Networks?
A VPN or VNet peering
NSG
Network Security Groups
- Controls traffic for VNs and subnets
VPN Gateway
Allows your VN to connect to your on premises via a VPN gateway (encryption)
- Connects on-prem to cloud
Azure Load Balancer
Distribute workloads
- Scalibility and High Availibility
Application Gateway
Web Traffic (HTTP)
- Allows for better traffic control
CDN
Content Delivery network
- Delivery of web content ot users to minimize latency
- If the app/web app is put on USA West, it will copy it over to lets say China 1 and make it less latency
POP
120+ locations
points of presense
Structured Data
Easily organized data
- each row/column of data is organized
Semi-structured
Each row is organized but each column might be different to one another
Unstructured Data
Videos/movies/PNG/txt
Azure Blob Data
Stores any file
- stores in containers
(Binary large object file)
Azure Queue Storage
Stores requests in a queue
- stores small pieces of data (like messages)
Azure Table Storage
Store data in tables (2D arrays)
Semi-structured
- use when you don’t need a strict schema
Azure File Storage
Like Blob but instead of blobs you have files
- instead of containers you have shares
- Unlike blob storage you access this with SMB