Answered step by step
Verified Expert Solution
Link Copied!

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 network-test.sh that takes input a file network-test-machinelist.txt with a list of DNS names (e.g. google.com, iit.edu, anl.gov), each name on a
separate line, and runs the ping utility collecting 3 samples from each DNS name, and
writing the RTT (round trip time) average latency into a file network-test-latency.txt
where each line will have the DNS name and average RTT separated by a space. Make
sure it works with at least 10 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 network-test-latency.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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions

Question

5. Have you any experience with agile software development?

Answered: 1 week ago