To demonstrate your understanding how network packets are transmitted in the cloud, you will useMininet, a popular open-source network simulator that can be used together with Wireshark. This...

1 answer below »



To demonstrate your understanding how network packets are transmitted in the cloud, you will useMininet, 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 thisSimulating a Network Using Mininet and Analyzing Packets Using Wireshark Guide.




Please be sure to review theAWS Academy Learner Labs Student Guide.




During the lab, you will provision anEC2 instancein AWS using a preconfiguredAWS 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.




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




AWS Academy Learner Lab Student Guide Introduction This guide provides you with instructions on how to use AWS Academy Learner Labs. These instructions apply to both AWS Academy Learner Lab – Foundational Services and AWS Academy Learner Lab – Association Services. This guide covers setting up and logging into your AWS Academy Account, accessing your Learner Lab, and using your Learner Lab. Setting Up and Logging Into Your AWS Academy Account 1. Set up your AWS Academy account by responding to your email invitation and clicking Get Started. The email invitation will come from AWS Academy . If you do not see the email, check your junk, spam, or promotional mail folder. Here is a sample invitation email. 2. Go to https://www.awsacademy.com/LMS_Login to login. a. Press Student Login. b. Use the email address that received the email invitation for the email field. https://www.awsacademy.com/LMS_Login AWS Academy Learner Lab Student Guide Accessing your Learner Lab 1. In the AWS Academy Dashboard, click on the Learner Lab you wish to use. Students invited to more than one course/learner lab will see multiple tiles on the dashboard. 2. Select Modules. AWS Academy Learner Lab Student Guide 3. Select the Learner Lab item. Using Your Learner Lab 1. The instructions for using the lab environment are to the right of the console window. You can return to the instructions by pressing the Readme button. The instructions include important details about how to access and use your AWS account, the AWS Services available to you, and the restrictions placed on some AWS Services. AWS Academy Learner Lab Student Guide 2. Start the lab by selecting Start Lab. 3. When the dot next to AWS turns green, your lab environment is ready to use. Click AWS to launch the AWS Console in a new tab. Alternatively, you can use the terminal window to the left of the instructions to use the AWS Command-Line Interface (CLI) to interact with your account. AWS Academy Learner Lab Student Guide 4. A new tab will open the AWS Management Console when you click on AWS. The system logged you into a temporary AWS account and the lab session will automatically end when the session timer expires. The system will save your work when you end the session or the session timer expires. Note: The system will suspend your EC2 instances at the end of a session and they will restart when you start the lab again. Press Start if you need to start up a new lab session. 5. Return to the AWS Academy LMS tab to view the lab instructions or to control your lab session. patrickappiah-kubi Highlight AWS Academy Learner Lab Student Guide 6. You can monitor your spend using the information at the top of the lab. Note: This is an approximate view of your available budget. AWS Budgets reports this information, and the data refreshes periodically (up to 8 hours after spending occurs). 7. You can monitor your remaining session time at the top of the lab. Note: If you are actively working and you need more time, you can reset your session timer by pressing Start Lab again. AWS Academy Learner Lab Student Guide 8. If you need to wipe out all the resources that you configured to start a fresh AWS Account, press the Reset button. This option will not reset your budget. Any spending you have incurred will continue to be tracked. NOTE: ALL WORK WILL BE LOST AND YOU CANNOT RECOVER IT. 9. Press the End Lab button to end your lab session. This will stop any running EC2 instances. When you return to your lab and restart it, the EC2 instance will restart and any other resources you configured will still be available. NOTE: If you have configured and started other AWS resources such as NAT gateways and RDS services, those will continue to run in the background and will continue to incur charges even outside of your lab session time. 10. If you spend your entire budget, you will lose all of your work, and the system will deactivate your AWS Account. Your $100 budget is sufficient for most academic projects, as long as you take care to stay within the budget guidelines. patrickappiah-kubi Highlight AWS Academy Learner Lab Student Guide Next Steps AWS Academy Learner Labs provides a long-running sandbox environment for ad hoc exploration of AWS services. Your instructor may have provided you with a specific assignment or you may work on a project of your own. If you have questions about how to use AWS Services, please use Ask Your Instructor a Question on the Help menu. AWS Academy Learner Lab Student Guide If the lab environment is not working as you expect, use Contact AWS Academy Support on the Help menu.
Answered 15 days AfterJan 31, 2023

Answer To: To demonstrate your understanding how network packets are transmitted in the cloud, you will...

Deepak answered on Feb 13 2023
30 Votes
Simulating a Network Using Mininet and Analyzing Packets Using Wireshark Guide
Introduction
Mininet requires a Linux operating system to be installed
. If you are using Windows, you can run Linux in a virtual computer.
Open a terminal and enter the following commands to install Mininet:
sudo apt-get update
sudo apt-get install mininet
Creating a network topology:
To begin, open a terminal and enter the following command:
sudo mn --topo [topology] --controller [controller]
[topology] should be replaced with the desired topology (e.g., single, linear, tree) and [controller] with the chosen controller (e.g. ovs, remote, none).
Once the network has been established, use the pingall command to test connection between hosts.
Capturing packets with Wireshark:
Launch Wireshark and choose the interface from which you want to capture packets. Select lo if you are running Wireshark on the same system as Mininet (loopback).
Begin the packet capture and conduct network activities (e.g. pinging between hosts).
Stop the capture and examine the collected packets.
Packet analysis:
Filter packets using Wireshark's filter function depending on different criteria (e.g., protocol, source/destination IP address).
To study packet statistics, use Wireshark's statistics tool (e.g. round-trip time, packet loss).
Step -1 Launch Instance
· Navigate to the EC2 dashboard after logging into your AWS interface.
· To begin the instance launch wizard, click the "Launch Instance" button.
· For your...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here