Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a script called network - test.sh that takes input a file network - test - machinelist.txt with a list of DNS names ( e
Write a script called networktest.sh that takes input a file networktestmachinelist.txt with a list of DNS names eg google.com, iit.edu, anl.gov each name on a
separate line, and runs the ping utility collecting samples from each DNS name, and
writing the RTT round trip time average latency into a file networktestlatency.txt
where each line will have the DNS name and average RTT separated by a space. Make
sure it works with at least DNS names, but it should work for an unspecified number
of DNS names.
c Write a Python matplotlib script to generate a graph of the networktestlatency.txt
data. The graph should automatically adjust to the number of entries, and the scale of the
data.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started