The goal of this assignment is to analyze how network latency varies based on the geographical location of the target host.
In this activity, you will use Python’s icmplib package to measure network latency by pinging a list of target hosts provided in a CSV file.
Create and activate a Python virtual environment and then install icmplib. Next, open src/latency_test.py and finish the single TO-DO embedded in the code.
Ask AI for other targets at tiffernt locations. Discuss with the classmate next to you how is latency affected by your choice of target? What about packet lost and jitter?