Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Project 1: Explore Networking in the Cloud ( please submit Steps 4, 5, 6, and 7 separately)

11/10/2020 Client: bingyanj Deadline: 7 Days

****Please submit Steps 4, 5, 6, and 7 separately, before submitting the completed project 1****




In CCA 610: Cloud Services and Technology, you assumed the role of an IT analyst at BallotOnline, a company providing electronic voting solutions worldwide. Your proposal to begin migrating systems to the cloud has been approved.


BallotOnline has now initiated preparations for the cloud deployment. The company decided to start with deeper investigations of crucial technologies enabling cloud computing. You became acquainted with the basics of these technologies in CCA 610. 


In this project, you will conduct more in-depth investigation of cloud networking, which makes cloud connectivity on-demand operations possible. You need to have a good understanding of this as you prepare the BallotOnline network for migration to the cloud as well as designing the appropriate network infrastructure in the cloud for BallotOnline.


To do that, you will assume the role of a BallotOnline network engineer. You will explore the network protocols that enable the company and its customers to connect to the cloud, as well as technologies making it possible to create on-demand in-cloud virtual networks into which the cloud resources will be deployed.


You will conduct two lab experiments exploring the TCP/IP protocols and software-defined networking. You will also perform a subnetting task to demonstrate your understanding of TCP/IP network addressing. Your final deliverable will be the technical report describing your findings and explaining the use of these technologies for BallotOnline’s cloud deployment.


Step 1: Review Networking Concepts


In this step, you will establish an understanding of networking concepts and terms. It will help the recipients of your technical report, including BallotOnline's technical management, to become familiar with networking vocabulary and definitions.


You will start with reviewing basic networking concepts such as local area network (LAN), Ethernet, and packet switching—the technique of splitting transmitted data into smaller portions and transmitting them separately. 


Splitting data into packets, transmitting the packets reliably, and reassembling the data is performed by networking software. It is important to know about basic networking concepts since they serve as the underlying technology for cloud computing. This will ultimately prepare you to submit your technical report for this project. (http://intronetworks.cs.luc.edu/current/html/intro.html)


Networking software follows the popular model of layered design of network protocols, with each layer using the functionality of the layer below it and implementing new functionality to be used by the layer above. The technical report should include the popular internet suite of protocols—TCP/IP. Application protocols such as HTTP or SMTP are implemented in layers above TCP/IP. (http://intronetworks.cs.luc.edu/current2/html/tcpA.html?highlight=transmission%20control%20protocol)


Other basic networking concepts include Domain Name Service, network firewalls, and Network Address Translation. As the network engineer for BallotOnline, you know that these protocols play an important role in enabling cloud computing. 


Step 2: Explore Internet Packet Switching—IP


The Internet Protocol (IP) is the workhorse of today's internet connectivity. As the network engineer for BallotOnline, you know that today's cloud computing is built on top of IP. Most communication between systems in the cloud is done using this protocol.


IP employs the technique of packet switching, which breaks the data to be transmitted into smaller parts, called packets or datagrams, that are sent over the network independently. Understanding IP is crucial to designing and maintaining cloud deployments, which are provisioned within virtual IP networks and accessed via global internet. You will review the basic elements of IP protocol and include their brief discussion in your technical report.


Network devices have a network address to allow other devices to connect to it. The network addresses used in IP are called IP addressing. BallotOnline will need IPv4 addressing to be able to provide network addresses to a cloud system and to create a virtual network in the cloud.


Every system on the network must have an IP address. The assignments of IP addresses to the network systems can be done manually or dynamically through a Dynamic Host Configuration Protocol (DHCP) server. As the network engineer for BallotOnline, you know that manually assigning IP addresses is time-consuming and should only be used on a small number of systems where the IP address will not change frequently. (http://intronetworks.cs.luc.edu/current/html/ipv4.html#dynamic-host-configuration-protocol-dhcp)


Because numeric addresses are not human-friendly, a domain/machine naming convention defines human-readable names for internet hosts. An internet-based service called DNS (Domain Name System) provides translation between the IP addresses and the domain names. In general, people will use the domain names when addressing a system on the internet instead of using its IP address. You will need to explain in the technical report how DNS is used alongside IP addresses.  


As the network engineer for BallotOnline, you also know the importance of IP routing, the mechanism used to route the IP packets across the internet from the sender to the recipient. IP routing of IP packets is accomplished by network routers, which determine the next destination for each packet and are able to learn new routes. (http://dtucker.cs.edinboro.edu/IPRouting.htm) (https://www.learncisco.net/courses/icnd-1/lan-connections/packet-delivery-process-at-l3.html)


Step 3: Investigate Internet Transport—TCP


As robust as the IP protocol is, it does not perform the actual transmission of the data. In this step, you will investigate the network protocol called Transmission Control Protocol (TCP), responsible for creation, reliability of delivery, and proper assembling of data packets. 


In addition to IP, TCP is also widely used on the internet, especially for any network communication where it is essential to confirm receipt of the transmission. Many of the network protocols used to implement cloud computing use both TCP and IP. You will review TCP’s workings and discuss them in your final technical report. 


In general, there is no guarantee that a data packet will reach its destination. Packets can get lost or corrupted during transmission, and there are network applications where you need assurance that the packets have reached their destination. To achieve reliability, TCP establishes connections between communicating hosts, using port numbers to refer to applications on these hosts. Then, packets are created, sequenced, transmitted, acknowledged, and retransmitted if missing or containing errors. Finally, at the destination, they are reassembled into the original messages. 


To synchronize the flow of packets between sender and receiver, and avoid packet congestion in case of varying speeds, TCP uses sliding windows for packets remaining in processing at a given time, at both the sender and receiver ends. (http://intronetworks.cs.luc.edu/current/html/slidingwindows.html#sliding-windows)


Step 4: Review Advantages of IP Subnetting


One of the drawbacks of IPv4 is the maximum number of network devices it can support. IPv4 addressing uses a 32-bit network address. This allows for 232,, or a little over 4 billion devices. However, today there are significantly more devices on the internet. Even though the more robust IPv6 version has been introduced and efforts are under way to assure wide adoption, IPv4 is still widely used.


One method used to more efficiently use the IPv4 network addresses is a technique to optimize the addresses by splitting them into network addresses and host addresses within designated networks. You will need to take advantage of IP address splitting so that you can efficiently use and allocate the IPv4 network addresses that have been assigned to BallotOnline.


For a given large network, rather than addressing all the hosts using the host part of the address, subnetting allows for splitting the network into several smaller ones by borrowing the host part bits and adding them to the network bits. ( http://intronetworks.cs.luc.edu/current/html/ipv4.html#ipv4-subnets ). It supports efficient management of local networks composed of multiple LANs. In this step, you will investigate subnetting conventions and discuss them in your final report in order to lay ground for the use of subnets by BallotOnline.


As the network engineer for BallotOnline, you know that subnetting a network into several smaller and variable-sized networks will be best for the organization's needs. BallotOnline has been assigned a network address block by the Internet Assigned Numbers Authority (IANA). ( https://www.iana.org/ )


Because BallotOnline has several offices around the world, you will need to subnet this network address to assign just the right number of addresses to each office location based on the number of systems at that office location (the network address assigned by IANA and the number of offices along with their sizes is provided bellow).


Your task is to create the appropriate number of subnets with the right size to optimize the network.


Your technical report should include Classless Interdomain Routing (CIDR) notation, which allows for specifying a variable-length network as part of the IPv4 address, leaving the rest for addressing hosts within the network. ( https://opensource.com/article/16/12/cidr-network-notation-configuration-linux )


***Network address assigned by IANA and the number of offices along with their sizes***


+++Submission for Project 1: Subnetting+++


The first interim deliverable for Project 1 is for you to learn about subnetting and demonstrate that you know how to do this.


Below, please find a list of 30 subnetting problems.  Make sure no two students select the same project. Please select one that you want to do.  Please reply to this thread with your selected problem number. As I see them, I will scratch them from the list.


You are to perform subnetting on your given network.  The deliverable is for you to provide the following information for each of the subnet identified (there are four of them for each problem):



  • Network address

  • Subnet Mask

  • Range of IP Addresses available

  • Broadcast Address

  • The number of subnets that you will be able to get

  • The number of hosts that each subnet will be able to have


You will also need to show the calculation on how you get your answers.


1. 214.135.174.0/24 subnetted to 23 subnets and provide information for subnets #1, #4, #5, and #23

2. 209.44.165.0/24 subnetted to 18 subnets and provide information for subnets #1, #4, #5, and #18

3. 208.101.170.0/24 subnetted to 16 subnets and provide information for subnets #1, #4, #5, and #16

4. 201.107.51.0/24 subnetted to 9 subnets and provide information for subnets #1, #4, #5, and #9

5. 196.4.85.0/24 subnetted to 13 subnets and provide information for subnets #1, #4, #5, and #13

6. 197.231.214.0/24 subnetted to 9 subnets and provide information for subnets #1, #4, #5, and #9

7. 217.86.213.0/24 subnetted to 14 subnets and provide information for subnets #1, #4, #5, and #14

8. 219.141.75.0/24 subnetted to 21 subnets and provide information for subnets #1, #4, #5, and #21

9. 217.64.152.0/24 subnetted to 18 subnets and provide information for subnets #1, #4, #5, and #18

10. 199.90.199.0/24 subnetted to 16 subnets and provide information for subnets #1, #4, #5, and #16

11. 208.198.235.0/24 subnetted to 14 subnets and provide information for subnets #1, #4, #5, and #14

12. 200.203.113.0/24 subnetted to 26 subnets and provide information for subnets #1, #4, #5, and #26

13. 212.166.231.0/24 subnetted to 14 subnets and provide information for subnets #1, #4, #5, and #14

14. 207.229.107.0/24 subnetted to 26 subnets and provide information for subnets #1, #4, #5, and #26

15. 202.46.198.0/24 subnetted to 16 subnets and provide information for subnets #1, #4, #5, and #16

16. 197.142.43.0/24 subnetted to 24 subnets and provide information for subnets #1, #4, #5, and #24

17. 197.183.21.0/24 subnetted to 10 subnets and provide information for subnets #1, #4, #5, and #10

18. 219.62.162.0/24 subnetted to 29 subnets and provide information for subnets #1, #4, #5, and #29

19. 200.103.113.0/24 subnetted to 22 subnets and provide information for subnets #1, #4, #5, and #22

20. 208.142.121.0/24 subnetted to 18 subnets and provide information for subnets #1, #4, #5, and #18

21. 199.228.167.0/24 subnetted to 16 subnets and provide information for subnets #1, #4, #5, and #16

22. 197.216.7.0/24 subnetted to 18 subnets and provide information for subnets #1, #4, #5, and #18

23. 211.220.70.0/24 subnetted to 22 subnets and provide information for subnets #1, #4, #5, and #22

24. 200.199.177.0/24 subnetted to 24 subnets and provide information for subnets #1, #4, #5, and #24

25. 197.7.221.0/24 subnetted to 10 subnets and provide information for subnets #1, #4, #5, and #10

26. 211.30.43.0/24 subnetted to 12 subnets and provide information for subnets #1, #4, #5, and #12

27. 212.96.179.0/24 subnetted to 22 subnets and provide information for subnets #1, #4, #5, and #22

28. 197.21.197.0/24 subnetted to 22 subnets and provide information for subnets #1, #4, #5, and #22

29. 200.190.92.0/24 subnetted to 16 subnets and provide information for subnets #1, #4, #5, and #16

30. 209.50.103.0/24 subnetted to 9 subnets and provide information for subnets #1, #4, #5, and #9




+++Submission for Project 1: Lab 1 Report+++ (File CCA 625 Project 1: Analyzing Network Traffic Using Wireshark attached)


Step 5: Capture and Analyze Network Traffic


Another skill that you will need as the network engineer for BallotOnline is being able to capture network traffic. It’s important to analyze network traffic to find and troubleshoot network issues. This method is commonly used to identify a malfunctioning network device or to detect a possible network issue, such as an ongoing network attack.  Normally, this process can take hours, days, or even weeks, depending on the size of the network and the specific traffic that you are trying to capture and analyze.  In this scenario, you will be provided with a captured network traffic and you will be directed to look for specific network packets.


You will use Wireshark, a popular open-source network traffic capture and analysis tool. To analyze the capture file provided to you, here is an introductory tutorial. (https://www.wireshark.org/) ( https://www.wireshark.org/video/wireshark/introduction-to-wireshark/ )


Follow the steps in the Analyzing Network Traffic Using Wireshark Guide and prepare a lab report with answers and screenshots to support your answers. The lab report will be attached to your final technical report to demonstrate your proficiency in using the tool to do basic network analysis.


Step 6: Explore Networks Inside the Cloud—SDN


Cloud computing defines network resources as needing to be "rapidly provisioned and released with minimal management effort or service provider interaction" (Mell & Grance, 2011), As cloud networks developed, it was clear that further virtualization of network devices such as switches and routers was needed.


This led to what is known as software-defined networking (SDN) technology, enabling programmatic interfaces to control functions of these devices. ( http://ipj.dreamhosters.com/wp-content/uploads/issues/2013/ipj16-1.pdf ). You know that it will be important for management to understand how SDN supports cloud deployments like BallotOnline's, so it will be a key part of your technical report.


Instead of manually programming network devices to configure a LAN, cloud management systems using SDN can set these devices up to forward packets to particular destinations by “calling” SDN APIs (application programming interfaces – libraries of software routines). This allows for the creation of virtual networks in the cloud by software.


The most popular SDN standard is OpenFlow by the Open Networking Foundation (https://www.opennetworking.org/).  OpenFlow switches include SDN controllers, which maintain flow tables to control forwarding of IP datagrams, and they can learn routes as IP packets when particular source and destination addresses arrive.


References


Mell, P., & Grance, T. (2011). SP 800-145: The NIST definition of cloud computing. Retrieved from https://csrc.nist.gov/publications/detail/sp/800-145/final


Once you participate in the discussion below, proceed to the next step. There, you will use a network simulator to show how packets are transmitted.


Software-Defined Network Discussion


Discuss what software-defined networking is and what networking challenges it addresses. What is the role of OpenFlow protocol? Describe how BallotOnline could benefit from SDN in its cloud deployment.


Once you have submitted your post, make sure your response advances the conversation. Do not simply agree or disagree with a post, but instead explain the reasons for your opinions and how they relate to your experiences.


Use the discussion to develop awareness, share your thoughts, ask questions, and reflect.




Step 7: Simulate a Network With Mininet


Submission for Project 1: Lab 2 Report


Step 7: Simulate a Network With Mininet


To demonstrate your understanding how network packets are transmitted in the cloud, you will use Mininet, (http://intronetworks.cs.luc.edu/current/html/mininet.html#installing-mininet) a popular open-source network simulator that can be used together with Wireshark. This demonstration will be part of your technical report.  Follow the steps in this Simulating a Network Using Mininet and Analyzing Packets Using Wireshark Guide. (https://leocontent.umgc.edu/content/dam/course-content/tgs/cca/cca-625/document/SimulatingaNetworkusingMininetandAnalyzingPacketsusingWireSharkGuide.pdf?ou=535215).


During the lab, you will provision an EC2 instance in AWS using a preconfigured AWS Machine Image (AMI) and use the Mininet simulator in the EC2 instance to create two hosts. You will then use Wireshark to capture the packet exchanges. (https://aws.amazon.com/ec2/?ec2-whats-new.sort-by=item.additionalFields.postDateTime&ec2-whats-new.sort-order=desc) ( https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-best-practices.html )


You will prepare a lab report as per the lab guide and attach it to your final technical report.


In the next step, you will put together your technical report for BallotOnline.


Step 8: Submit Networking in the Cloud Technical Report


As your final submission, you will write a technical report about networking in the cloud. It will be addressed to BallotOnline technical managers to help them understand how these networking technologies will be implemented as BallotOnline migrates to the cloud.


It will include technical review of the topics covered in the project. Follow the Networking in the Cloud Technical Report Template to cover all the topics required ( https://leocontent.umgc.edu/content/dam/course-content/tgs/cca/cca-625/document/CCA625Project1_NetworkingintheCloudTechnicalReportTemplate.docx?ou=535215 ). 


Make sure you provide headings to clearly identify sections of your report. The technical review part of the report should be eight to 12 pages. You should also include both Project 1 lab reports (1 and 2), with incorporated feedback from Steps 5 and 7 if any.



Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Top Grade Essay
Custom Coursework Service
Top Writing Guru
Buy Coursework Help
Finance Homework Help
Essay Writing Help
Writer Writer Name Offer Chat
Top Grade Essay

ONLINE

Top Grade Essay

Working on this platform from a couple of time with exposure of dynamic writing skills gathered with years experience on different other websites.

$122 Chat With Writer
Custom Coursework Service

ONLINE

Custom Coursework Service

Hey, Hope you are doing great :) I have read your project description. I am a high qualified writer. I will surely assist you in writing paper in which i will be explaining and analyzing the formulation and implementation of the strategy of Nestle. I will cover all the points which you have mentioned in your project details. I have a clear idea of what you are looking for. The work will be done according to your expectations. I will provide you Turnitin report as well to check the similarity. I am familiar with APA, MLA, Harvard, Chicago and Turabian referencing styles. I have more than 5 years’ experience in technical and academic writing. Please message me to discuss further details. I will be glad to assist you out.

$115 Chat With Writer
Top Writing Guru

ONLINE

Top Writing Guru

I am an Academic writer with 10 years of experience. As an Academic writer, my aim is to generate unique content without Plagiarism as per the client’s requirements.

$120 Chat With Writer
Buy Coursework Help

ONLINE

Buy Coursework Help

Hi dear, I am ready to do your homework in a reasonable price.

$122 Chat With Writer
Finance Homework Help

ONLINE

Finance Homework Help

I have a Master’s degree and experience of more than 5 years in this industry, I have worked on several similar projects of Research writing, Academic writing & Business writing and can deliver A+ quality writing even to Short Deadlines. I have successfully completed more than 2100+ projects on different websites for respective clients. I can generally write 10-15 pages daily. I am interested to hear more about the project and about the subject matter of the writing. I will deliver Premium quality work without Plagiarism at less price and time. Get quality work by awarding this project to me, I look forward to getting started for you as soon as possible. Thanks!

$115 Chat With Writer
Essay Writing Help

ONLINE

Essay Writing Help

I am a qualified and experienced Writer, Researcher, Tutor, analyst and Consultant. I hold MBA (Strategic Management) (Finance and Marketing) & CPA.K (Accounting and Finance.)

$122 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Zaman international - Branded jewellery market in india - Journal - Succession management at general electric - Principles of music philip lambert answer key - Lesson 18 leadership - Anatomy of wrist - Actron air model lm24 manual - +971561686603 Abortion pills in Dubai/Abu Dhabi-mifepristone & misoprostol in DUBAI - Vernier micrometer reading worksheet - Brave new world characters - The universal denominator in the development of ehrs is - Narrative essay - The fourth of july by audre lorde essay - Api rp 14c 2017 pdf - Discussion 1 250 words by 08/26/ 2020 at 2:00 pmplease add references and citations - Discussion - Distribution feeder reconfiguration for loss reduction - Find a piece of online writing that uses information unethically - Pursuit of happyness full movie veoh - Sirui t 004x vs t 005x - Barracania - Smith precept polarized photochromic sunglasses - How to calculate torque needed to move a vehicle - Hot rod turn signal wiring diagram - Bakers delight union road - Who are the target customers for the company brand amazon - True or false environmental questions - How many mm in 1 km - Leadership assignment 5 - Neff damian marley respect hat - W. W. Norton & Company, Inc. • www.NortonEbooks.com FOURTH EDITION GIVE ME LIBERTY! Eric Foner AN AMERICAN HISTORY PRAISE FOR ERIC FONER’S GIVE ME LIBERTY! “The book is inviting to students . . . well-organized and easy to read . . . I love the way Dr. Foner writes! The textbook comes alive with his scholarship and teaching experience.” —Marianne Leeper, Trinity Valley Community College “I find that Foner strikes the perfect balance between political, legal, social, and cultural history. . . . [Give Me Liberty!] includes the most current or most relevant scholarship.” —David Anderson, Louisiana Tech University “Often, history textbooks can seem to be disjointed retellings of facts and concepts that remind one of an encyclopedia. [Foner’s] freedom theme ties the material together well, which isn’t always easy with this kind of broad textbook. I do think it’s effective in tying the social and political together.” —James Karmel, Harford Community College “Foner’s textbook is supe - Dr michael oldmeadow alfred hospital - _____ involves eliminating a specific threat, usually by eliminating its causes. - How to reference a powerpoint in harvard style - Atp emtp rule book - ET410 Procter Exam Questions - Research in nursing 2-3 pages - Dna profiling using strs biointeractive answers - Nt gov pay scales - An oscilloscope display grid or scale is called a - Hid omnikey 5427 ck configuration - Book Review - Paul and karla tapes - What is integrity interview question - Nursing practice problem - The company uses a perpetual inventory system - DQ - Mail phcn vic gov au - Mini circuits mixer tutorial - Eight steps to happiness pdf - Business Law - Week four financial performance worksheet - PPT - CS 8 - Eleanor rigby lyrics meaning - An astronomical measure of distance is called - Gummy bear and salt water - Pert mustang case - GLOBAL HEALTH - Assignment - Greenwich maritime museum archives - COMPANY ANALYSIS - Ikea differentiation strategy - Rickey smiley paternity test tuesday results - General physical examination checklist - Hospital generator testing requirements - A simple token of filial love - Access control assignment 7 - How do technologies related to microorganisms suggest ethical conflicts - The Pledge of Allegiance - Can you complete my assignment for me? - Need this in the next 2-3 hours. details are posted - Positivist vs constructivist research - Lab 5 worksheet population biology answers - Palmbeachstate.edu blackboard - The monday club leicester - The end of faith chapter summaries - Lvr home loan definition - Disability parking permit ballarat - University of the cumberlands mat option 6 - Nursing Process - Db cooper prison break - Advance business stat - Debut emcee script introduction - Did Mr. Boucher’s immunity in the case relate to his preoccupation with child pornography? - Biostatistics Case 4 - Fremantle rebels softball club - Evaluating the Feasibility of an Innovation Opportunity - Fundamental methods of mathematical economics 3rd edition solutions - Article review - Fuse board regulations ireland - 5.1 refusal skills part 2 - Final Paper - Measurement Instruments - Plural nouns spelling rules - How many died at hacksaw ridge - Which of the following types of built-in custom reports are available in medisoft? - Long answer questions - Handbook of informatics for nurses & healthcare professionals pdf