Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AZ-700 Exam - Topic 1 Question 74 Discussion

Actual exam question for Microsoft's AZ-700 exam
Question #: 74
Topic #: 1
[All AZ-700 Questions]

SIMULATION

Task 6

You have two servers that are each hosted by a separate service provider in New York and Germany. The server hosted in New York is accessible by using a host name of ny.contoso.com. The server hosted in Germany is accessible by using a host name of de.contoso.com.

You need to provide a single host name to access both servers. The solution must ensure that traffic originating from Germany is routed to de contoso.com. All other traffic must be routed to ny.contoso.com.

Show Suggested Answer Hide Answer
Suggested Answer: A

To provide a single host name that routes traffic based on the origin, you can useAzure Traffic Manager. This service allows you to route traffic to different endpoints based on various routing methods, including geographic routing.

Step-by-Step Solution

Step 1: Create a Traffic Manager Profile

Navigate to the Azure Portal.

Search for ''Traffic Manager profiles''and select it.

Click on ''Create''.

Enter the following details:

Name: Enter a name for the Traffic Manager profile (e.g.,ContosoTrafficManager).

Routing method: SelectGeographic.

Subscription: Select your subscription.

Resource group: Select an existing resource group or create a new one.

Resource group location: Choose a location (this does not affect the routing).

Click on ''Create''.

Step 2: Configure Endpoints

Navigate to the newly created Traffic Manager profile.

Select ''Endpoints''from the left-hand menu.

Click on ''Add''to add a new endpoint.

Enter the following details:

Type: SelectExternal endpoint.

Name: Enter a name for the endpoint (e.g.,NewYorkEndpoint).

FQDN: Enterny.contoso.com.

Geographic region: Select''World''(this will be adjusted later).

Click on ''Add''to save the endpoint.

Repeat the processto add the second endpoint:

Type: SelectExternal endpoint.

Name: Enter a name for the endpoint (e.g.,GermanyEndpoint).

FQDN: Enterde.contoso.com.

Geographic region: SelectEurope.

Step 3: Adjust Geographic Routing

Navigate to the Traffic Manager profile.

Select ''Configuration''from the left-hand menu.

Under ''Geographic routing'', adjust the regions:

For theGermanyEndpoint, ensure that the geographic region is set toEurope.

For theNewYorkEndpoint, ensure that the geographic region is set toWorld(excluding Europe).

Step 4: Test the Configuration

Use a DNS query toolto test the routing.

From a location in Germany, query the Traffic Manager profile's DNS name and ensure it resolves tode.contoso.com.

From a location outside Europe, query the Traffic Manager profile's DNS name and ensure it resolves tony.contoso.com.

Explanation

Azure Traffic Manager: This service uses DNS to direct client requests to the most appropriate endpoint based on the routing method you choose. Geographic routing ensures that traffic is directed based on the origin of the request.

Geographic Routing: This method allows you to route traffic based on the geographic location of the DNS query origin, ensuring that users are directed to the nearest or most appropriate endpoint.

By following these steps, you can provide a single host name that routes traffic tode.contoso.comfor users in Germany and tony.contoso.comfor users from other locations, ensuring efficient and appropriate traffic management.


Contribute your Thoughts:

0/2000 characters
Jerlene
4 months ago
Wait, can you really route traffic like that? Seems complicated.
upvoted 0 times
...
Beckie
4 months ago
Agreed, geo-routing is the way to go!
upvoted 0 times
...
Karina
4 months ago
I think you can set up geo-routing for that.
upvoted 0 times
...
Eladia
4 months ago
Sounds good, but what if the DNS changes take too long to propagate?
upvoted 0 times
...
Wenona
5 months ago
Just use a DNS-based load balancer!
upvoted 0 times
...
Myra
5 months ago
I think the solution might involve using a geo-DNS service, but I’m not completely confident about the exact steps to implement it.
upvoted 0 times
...
Kristin
5 months ago
I feel like I need to recall the specifics of DNS records and how they can be configured for this kind of traffic management.
upvoted 0 times
...
Sherrell
5 months ago
This kind of question seems familiar; I think we practiced a similar scenario where we had to route traffic based on geographic location.
upvoted 0 times
...
Nana
5 months ago
I remember something about DNS routing, but I'm not entirely sure how to set it up for two different locations.
upvoted 0 times
...
Haley
5 months ago
Hmm, I'm a bit unsure about the best way to handle this. Routing traffic based on origin seems tricky. I'll need to review my notes on DNS configurations and load balancing to see if I can find a good solution.
upvoted 0 times
...
Shalon
5 months ago
Alright, I think I know how to approach this. I'll need to set up a DNS record that can intelligently route traffic based on the client's location. Probably something with geolocation or IP address ranges.
upvoted 0 times
...
Misty
5 months ago
Okay, so we need a single host name that can access both servers, but traffic from Germany needs to go to the German server. Sounds like I'll need to set up some kind of DNS rule or routing policy.
upvoted 0 times
...
Kenny
5 months ago
Hmm, this looks like a DNS routing question. I'll need to think through how to set up a solution that routes traffic based on the origin.
upvoted 0 times
...
Lynelle
1 year ago
I love a good routing challenge! This is the kind of thing that keeps IT professionals on their toes. Can't wait to see the solution.
upvoted 0 times
Norah
1 year ago
Definitely, it's all about ensuring the traffic goes where it needs to go without any hiccups.
upvoted 0 times
...
Selma
1 year ago
I think the key here is setting up the right DNS records to direct the traffic to the correct server.
upvoted 0 times
...
Elena
1 year ago
I agree, routing can be tricky but it's always satisfying when you figure it out.
upvoted 0 times
...
...
Nada
1 year ago
This is a classic networking problem. I'm sure there's a well-established solution out there, we just need to find the right approach.
upvoted 0 times
Karrie
1 year ago
Once the DNS server is set up, we can test the routing by accessing the single host name from both locations.
upvoted 0 times
...
Lindsey
1 year ago
We can configure the DNS server to use geolocation routing for traffic from Germany.
upvoted 0 times
...
Silva
1 year ago
That's a good idea. We can set up a DNS server to handle the routing.
upvoted 0 times
...
Maryln
1 year ago
We could use a DNS-based solution to route traffic based on the origin.
upvoted 0 times
...
...
Larue
1 year ago
I bet the answer involves setting up a domain with a subdomain for each server location. Sounds like a good way to keep things organized and scalable.
upvoted 0 times
Shelba
1 year ago
Follow the step by step instructions for the solution
upvoted 0 times
...
Bette
1 year ago
Route traffic from Germany to de.contoso.com and all other traffic to ny.contoso.com
upvoted 0 times
...
Irma
1 year ago
User 3
upvoted 0 times
...
Margarett
1 year ago
That's a good idea for organization and scalability
upvoted 0 times
...
Maricela
1 year ago
Set up a domain with subdomains for each server location
upvoted 0 times
...
Loren
1 year ago
User 2
upvoted 0 times
...
Carmen
1 year ago
User 1
upvoted 0 times
...
...
Corazon
1 year ago
Alright, let's see what the options are. I'm guessing we'll need to use a load balancer or a DNS solution to achieve this.
upvoted 0 times
Laticia
1 year ago
Traffic from Germany will be routed to de.contoso.com and all other traffic will be routed to ny.contoso.com
upvoted 0 times
...
Domingo
1 year ago
Set the weight of the endpoint for de.contoso.com to 100 and the weight of the endpoint for ny.contoso.com to 0
upvoted 0 times
...
Becky
1 year ago
Create two endpoints in the Traffic Manager profile, one for ny.contoso.com and one for de.contoso.com
upvoted 0 times
...
Trina
1 year ago
Use a Traffic Manager profile with weighted routing method
upvoted 0 times
...
...
Burma
1 year ago
Yes, we can create a CNAME record for a single host name that points to ny.contoso.com for all traffic, and then create a specific record for de.contoso.com for traffic originating from Germany.
upvoted 0 times
...
Theron
1 year ago
I think we need to create a DNS record for a single host name that points to both servers.
upvoted 0 times
...
Geoffrey
1 year ago
Hmm, this seems like a tricky one. We need a single host name that can route traffic based on the origin location. Looks like we need to set up some kind of intelligent routing system.
upvoted 0 times
Talia
1 year ago
Setting up the intelligent routing system will help us achieve the desired outcome.
upvoted 0 times
...
Meghann
1 year ago
This way, we can ensure that traffic is routed to the correct server based on the origin location.
upvoted 0 times
...
Clemencia
1 year ago
We need to configure the global traffic manager to direct traffic from Germany to de.contoso.com and all other traffic to ny.contoso.com.
upvoted 0 times
...
Launa
1 year ago
We can use a global traffic manager to route traffic based on the origin location.
upvoted 0 times
...
Joanne
1 year ago
Setting up a load balancer with geo-location routing rules can help us achieve this.
upvoted 0 times
...
Reid
1 year ago
We need to configure DNS to route traffic to the appropriate server based on the origin location.
upvoted 0 times
...
Elfrieda
1 year ago
We can use a global traffic manager to route traffic based on the origin location.
upvoted 0 times
...
...

Save Cancel