Mod 12 - Describe Azure compute and networking services Flashcards

1
Q

what are the 3 resources you need to choose when creating VM

A
  • Size (purpose, number of processor cores, and amount of RAM)
  • Storage disks (hard disk drives, solid state drives, etc.)
  • Networking (virtual network, public IP address, and port configuration)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure Virtual Desktop

A

desktop and application virtualization service that runs on the cloud, type of az VM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure Virtual Desktop purpose

A

: It enables you to use a cloud-hosted version of Windows from any location. Azure Virtual Desktop works across devices and operating systems, and works with apps that you can use to access remote desktops or most modern browsers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are 4 attributes of AZ Virtual desktop

A
  • centralized security management for users’ desktops with Azure Active Directory
    o MFA
    o RBAC
  • data and apps are separated from the local hardware
  • user sessions are isolated in both single and multi-session environments.
  • lets you use Windows 10 or Windows 11 Enterprise multi-session, the only Windows client-based operating system that enables multiple concurrent users on a single VM.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Purpose of Azure Virtual Networking

A

enable Azure resources, such as VMs, web apps, and databases, to communicate with each other, with users on the internet, and with your on-premises client computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  • Public endpoints
A

have a public IP address and can be accessed from anywhere in the world.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • Private endpoints
A

exist within a virtual network and have a private IP address from within the address space of that virtual network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Route-based gateways

A

Route-based gateways implement the route-based VPNs.

Route-based VPNs use “routes” in the IP forwarding or routing table to direct packets into their corresponding tunnel interfaces. The tunnel interfaces then encrypt or decrypt the packets in and out of the tunnels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • Policy-based VPN gateways
A

Policy-based gateways implement policy-based VPNs.

Policy-based VPNs encrypt and direct packets through IPsec tunnels based on the combinations of address prefixes between your on-premises network and the Azure VNet.

The policy (or Traffic Selector) is usually defined as an access list in the VPN configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Zone-redundant gateways VPN config

A

means that all instances of the gateways will be deployed across Azure availability zones, and each availability zone is a different fault and update domain

These gateways require different gateway stock keeping units (SKUs) and use Standard public IP addresses instead of Basic public IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Active/active VPN config

A

you assign a unique public IP address to each instance. You then create separate tunnels from the on-premises device to each IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Active/standby VPN config

A

In active-standby mode, one IPsec tunnel is active and the other tunnel is in standby

By default, VPN gateways are deployed as two instances in an active/standby configuration, even if you only see one VPN gateway resource in Azure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how many az VPN gateways can you deploy on a VNET

A

One

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Azure VPN Gateway

A

instances are deployed in a dedicated subnet of the virtual network and enable the following connectivity:

  • Connect on-premises datacenters to virtual networks through a site-to-site connection.
  • Connect individual devices to virtual networks through a point-to-site connection.
  • Connect virtual networks to other virtual networks through a network-to-network connection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • Point-to-site virtual private network
A

connections are from a computer outside your organization back into your corporate network. In this case, the client computer initiates an encrypted VPN connection to connect to the Azure virtual network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • Site-to-site virtual private network
A

link your on-premises VPN device or gateway to the Azure VPN gateway in a virtual network. In effect, the devices in Azure can appear as being on the local network. The connection is encrypted and works over the internet

17
Q

what are 3 options for express route

A
  1. Connectivity can be from an any-to-any (IP VPN) network,
  2. a point-to-point Ethernet network, or
  3. a virtual cross-connection through a connectivity provider at a colocation facility
18
Q

ExpressRoute enables direct access to 4 MS services

A
  • Microsoft Office 365
  • Microsoft Dynamics 365
  • Azure compute services, such as Azure Virtual Machines
  • Azure cloud services, such as Azure Cosmos DB and Azure Storage
19
Q

ExpressRoute Global Reach

A

exchange data across your on-premises sites by connecting your ExpressRoute circuits. allowing them to communicate without transferring data over the public internet.

20
Q

Any-to-any networks

A

With any-to-any connectivity, you can integrate your wide area network (WAN) with Azure by providing connections to your offices and datacenters

21
Q

Directly from ExpressRoute sites

A

You can connect directly into the Microsoft’s global network at a peering location strategically distributed across the world.

22
Q

Point-to-point Ethernet connection

A

Point-to-point ethernet connection refers to using a point-to-point connection to connect your facility to the Microsoft cloud

23
Q

CloudExchange colocation model

A

Co-location refers to your datacenter, office, or other facility being physically co-located at a cloud exchange, such as an ISP. If your facility is co-located at a cloud exchange, you can request a virtual cross-connect to the Microsoft cloud

24
Q

what are the 4 express route connectivity model

A
  • CloudExchange colocation
  • Point-to-point Ethernet connection
  • Any-to-any connection
  • Directly from ExpressRoute sites
25
Q

what are the 3 items that still go over public internet

A

DNS queries, certificate revocation list checking, and Azure Content Delivery Network requests

26
Q

what routing protocol is used for expressroute

A

BGP

27
Q
  • Azure ExpressRoute
A

provides a dedicated private connectivity to Azure that doesn’t travel over the internet. ExpressRoute is useful for environments where you need greater bandwidth and even higher levels of security.

28
Q

how does azure route traffic by default

A

any connected virtual networks, on-premises networks, and the internet

29
Q

what are the two ways azure VNETS filter traffic between subnets

A
  • Network security groups
  • Network virtual appliances
30
Q
  • Network security groups
A

Azure resources that can contain multiple inbound and outbound security rules

31
Q
  • Network virtual appliances
A

specialized VMs that can be compared to a hardened network appliance. A network virtual appliance carries out a particular network function, such as running a firewall or performing wide area network (WAN) optimization

32
Q

what order are NSG Rules processed

A

processed in priority order, with lower numbers processed before higher numbers