Networks · GCSE · OCR J277 1.3.1, Edexcel 1CP2 4.1.5 · about 15 min
Bandwidth, transfer time calculations, what slows a network, and measuring latency with a ping.
[1 mark]How many seconds does a 25 MB file take to send at 10 Mbps?
[1 mark]What is bandwidth?
[1 mark]Why is a home internet connection often slower in the evening?
[1 mark]What is latency?
[1 mark]How many megabytes per second is a 100 Mbps connection?
Ping the Server three times. For each ping, send ping, time how long until a reply arrives using clock(), and print ping <n>: <seconds> s, rounded to two decimal places. Then print average: <seconds> s, also rounded to two decimal places.
# the two lines every program starts with: the commands, then the robot from bugbot import * connect()
Plan your program here, then type it in and press Run.