Azure Networking Flashcards

1
Q

In Azure networking, can you have a peered connection between two vNets in different regions?

A

Yes, you can peer virtual networks (vNets) across different Azure regions using global virtual network peering. This allows resources in each vNet to communicate directly with each other across regions.

Note that data transfer costs apply for cross-region peering.

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

In Azure will taking a backup of a VM help with the availability of the VM?

A

Taking a backup of an Azure VM does not directly enhance the availability of the VM itself; rather, it supports business continuity and disaster recovery. Backups allow you to restore a VM to a previous state if it encounters issues, but they don’t prevent downtime or increase the VM’s operational uptime. For availability improvements, focus on options like:

  • Availability Sets: Protect against downtime during planned maintenance and hardware failures within a single data center.
  • Availability Zones: Spread VM instances across multiple datacenters within a region, providing protection from entire data center failures.
  • Azure Site Recovery (ASR): Offers disaster recovery by replicating workloads to another region, ensuring the service continues during regional outages.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can I expose my service to other Azure tenants privately?

A

Use the :

  • Azure Standard Load balancer
  • Private Link
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe what service endpoint is used for?

A

Azure Service Endpoints securely connect virtual networks (VNets) to Azure services over the private Azure backbone, bypassing the public internet.

Key Purposes:

  • Secure Access: Direct, secure access to Azure services like Storage, SQL, and Cosmos DB, reducing exposure to internet threats.
  • Simplified Architecture: Eliminates the need for NATs or gateways for connecting to Azure services within a VNet.
  • Improved Performance: Lowers latency by using Azure’s backbone network.
  • Access Control: Allows you to restrict access to services from specified VNets with VNet rules.
  • Cost-Efficiency: No extra data charges; however, it doesn’t support cross-tenant access like Private Link.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe what private endpoints in Azure are used for?

A

Azure private endpoints are used to secure network access to services by allowing private, direct connections from your virtual network to supported Azure services. They work by assigning a private IP address from the virtual network’s address space to the Azure resource, making the service accessible only through that IP address within the network.

Key benefits of private endpoints include:

  • Enhanced Security: Private endpoints prevent unauthorized access to services by limiting traffic to private IP addresses within a virtual network.
  • Reduced Exposure to Internet-Based Threats: Since traffic doesn’t go over the public internet, this lowers the attack surface.
  • Simplified Network Management: They help ensure a secure, seamless connection to services without additional firewall rules or complex routing.
  • Compatibility with On-Premises Connections: Private endpoints allow connections through VPN or ExpressRoute.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between Private endpoints, Service endpoints and Private link?

A

Private Endpoints:
- Provides a private IP within your virtual network to access a specific Azure service.
- Ensures traffic stays within the virtual network, avoiding the public internet.
- Works as part of the Private Link feature, offering secure access at the network level for supported Azure services.

Service Endpoints:
- Extends your virtual network identity to Azure services over Microsoft’s backbone network.
- Does not assign a private IP; instead, it uses the public IP but restricts access to your VNet.
- Helps enforce network policies by limiting access to specific subnets within your VNet.

Private Link:
- The umbrella feature that enables Private Endpoints.
- Allows you to connect to services via private IPs, including Azure services and customer/partner services hosted on Azure.

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

What does Traffic Analytics provide regarding Total network traffic flows across resources?

A

Total network traffic flows across resources

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

What does Traffic Analytics provide regarding Traffic flow type (inbound, outbound)?

A

Traffic flow type (inbound, outbound)

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

What does Traffic Analytics provide regarding Application and protocol distribution?

A

Application and protocol distribution

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

What does Traffic Analytics provide regarding Traffic volume over time?

A

Traffic volume over time

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

What does Traffic Analytics provide regarding Traffic distribution by source and destination IP?

A

Traffic distribution by source and destination IP

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

What does Traffic Analytics provide regarding Traffic distribution by region and country?

A

Traffic distribution by region and country

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

What does Traffic Analytics provide regarding Top IPs sending and receiving traffic?

A

Top IPs sending and receiving traffic

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

What does Traffic Analytics provide regarding Top virtual networks, subnets, and peered networks?

A

Top virtual networks, subnets, and peered networks

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

What does Traffic Analytics provide regarding Top traffic sources and destinations?

A

Top traffic sources and destinations

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

What does Traffic Analytics provide regarding Detection of suspicious traffic patterns?

A

Detection of suspicious traffic patterns

17
Q

What does Traffic Analytics provide regarding Identification of known malicious IPs?

A

Identification of known malicious IPs

18
Q

What does Traffic Analytics provide regarding Port scanning and reconnaissance detection?

A

Port scanning and reconnaissance detection

19
Q

What does Traffic Analytics provide regarding Security recommendations based on traffic?

A

Security recommendations based on traffic

20
Q

What does Traffic Analytics provide regarding Latency trends across resources?

A

Latency trends across resources

21
Q

What does Traffic Analytics provide regarding Identification of network bottlenecks?

A

Identification of network bottlenecks

22
Q

What does Traffic Analytics provide regarding Route analysis for inefficient routing?

A

Route analysis for inefficient routing

23
Q

What does Traffic Analytics provide regarding Detection of unusual traffic spikes?

A

Detection of unusual traffic spikes

24
Q

What does Traffic Analytics provide regarding Alerts on traffic anomalies?

A

Alerts on traffic anomalies

25
Q

What does Traffic Analytics provide regarding Bandwidth usage by resource and segment?

A

Bandwidth usage by resource and segment

26
Q

What does Traffic Analytics provide regarding Bandwidth usage by time and region?

A

Bandwidth usage by time and region

27
Q

What does Traffic Analytics provide regarding Traffic categorization by application type?

A

Traffic categorization by application type

28
Q

What does Traffic Analytics provide regarding NSG flow logs: allowed/denied traffic?

A

NSG flow logs: allowed/denied traffic

29
Q

What does Traffic Analytics provide regarding Detailed NSG rule hit counts?

A

Detailed NSG rule hit counts

30
Q

What does Traffic Analytics provide regarding Inter-region and intra-region traffic distribution?

A

Inter-region and intra-region traffic distribution

31
Q

What does Traffic Analytics provide regarding Monitoring of VPN Gateway and ExpressRoute traffic?

A

Monitoring of VPN Gateway and ExpressRoute traffic

32
Q

Your company deploys several virtual machines on-premises and to Azure. ExpressRoute is deployed and configured for on-premises to Azure connectivity. Several virtual machines exhibit network connectivity issues. You need to analyze the network traffic to identify whether packets are being allowed or denied to the virtual machines. Solution: Use Azure Monitor to analyze the network traffic. Does this meet the goal?

A

Yes, this solution meets the goal. Azure Monitor can be used to analyze network traffic by leveraging Network Watcher features, such as NSG Flow Logs and Traffic Analytics. With NSG Flow Logs enabled, Azure Monitor can capture and analyze data on allowed and denied network flows, helping to identify connectivity issues for virtual machines both on-premises (via ExpressRoute) and in Azure. This approach should provide insights into network connectivity status.