Create a 700- to 1,050-word network design document addressing each of Acmes requirements with your recommendations. Format consistent withAPA guidelines. In the final project, you play the role of a network consultant hired to design a new network for a company called Acme Manufacturing. Acme expects a network design document that includes your recommendations. The organization is growing and expanding their operations with the acquisition of a plant in China as well as several other offices throughout the United States. The following are the requirements for the new wide area network. • The network must be designed using all new equipment. • The design document must recommend the types of lines that should be used for each location (i.e. Ethernet, fiber, satellite, and so forth). • There are multiple departments that must be grouped logically to address security. Locations: o Headquarters—Atlanta, Georgia houses corporate operations, marketing, administrative staff, and accounting o Engineering—Atlanta, across from headquarters: houses sales and engineering o Distribution offices—Chicago, Phoenix, and New York: Each distribution office has a small sales staff and administrative staff. o Plant facility—China • Weekly meetings are held in the corporate conference room at headquarters, with people attending from multiple locations, including China, New York, Chicago, and Phoenix. Develop a plan to set up a WAN based on the scenario in above. Your plan must include the following: • An overview of the company and its needs • A logical network drawing for Acme to depict the recommended WAN • Recommendations for the type of leased lines the company must choose at each location, how each location connects to headquarters, and whether or not each location must be able to connect with the others • Recommendations for what type of telecommunications system would work best for Acme, PBX or VoIP • The IP address scheme, including the range of IP addresses, broadcast addresses, and subnets • A VLAN to appropriately address Acmes concerns that departments that are not grouped together are logically connected • Recommendations for network equipment that must be placed at each location; also, consider equipment based on teleconferencing needs • Protocols used for the routers at each location • Recommendations for wireless technology • Recommendations for securing the network The introduction provides sufficient background on the topic and previews major points. Major points are stated clearly, are supported by specific details, examples, or analysis, and are organized logically. (Introduction) The conclusion is logical, flows from the body of the paper, and reviews the major points.(Conclusion) Citations of original works within the body of the paper follow APA guidelines. I need you to take your time and answer all the questions in this assignment, give me the citations in detail with all of the assignments. In addition, reread your assignment and watch for punctuation. Work on these issues. Work on this assignment please, don’t wait for the last minutes
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

