There are many answers to this scenario. Please post yours and comment what you like about others and how you might improve them.

The Acme Company has two offices. They would like you to help them address their network. Like all companies, they want to account for growth, but want a simple, organized addressing scheme. They have been assigned the range of 201.11.10.224/29 for public access. Their VLAN needs are below for each site.

The 201.11.10.224/29 address has only 8 total addresses. That's not even going to cover the first subnet. This is a component of IPv4 and limited addresses. So, we can use Network Address Translation (NAT) on the router limiting the 201.11.10.0 addresses to the outside of network and use private addresses internally. What are the private address ranges? (Hint: They are in Module 11.3.1). Pick one and use that to address the scenario.

Document how you would address the network and communicate it to Acme leadership.

Walla Walla Office (HQ)

Management (10 devices)
Accounting (25 devices)
IT (30 devices)
Production (100 devices)
Seattle Office

Management (10 devices)
Accounting (25 devices)
IT (15 devices)
Production (50 devices)

Respuesta :

Network address translation between Walla Walla and Seattle is the optimum network method for this.

What is Network Address Translation?

Network address translation is a technique for translating one IP address space to another by altering network address information in packet IP headers while they are in transit through a traffic routing device.

The NAT (network address translation) is originally established to limit the number of public IP addresses used by major corporate businesses or companies, hence preserving both IP address conservation and protection.

There are several devices within the community that need to be protected from the outside world, thus the NAT permits private IP addresses to connect to the outside world.

As an example, designating a public handle to a set of HOST/gadgets inside an inside community/corporation.

Remember that a host or device in an inner network with a private IP address, say (192.168.1.11), wishes to interact with an internet server on the internet ( outside world ). Now, NAT will convert this non-public IP address into a public IP address (for example, 1.12.1.1) that is known to everyone.

So, the web server recognizes this precise public IP and returns its outcome to this deal with (1.12.1.1), after which it routes to the vacation spot, where the NAT converts it once more to the private IP deal with and sends the outcomes to the desired device in the non-public network.  

As for a corporation's local network, there are numerous non-public IP with one public IP denoting all of them), so the result now, obtained via one of the devices in that network

Learn more about Network Address Translation:
https://brainly.com/question/13105976?
#SPJ1