1
I have a network monitoring project where I will ping several hosts through a 3g/4g connection to each host.
I need to decide which franchise I will hire and since the current plans simply cut traffic after the franchise is reached (there is no more speed reduction), this is of paramount importance for the project to succeed. There can be no connection drop.
I did the calculations considering 64 bytes per second for each host:
86400 * 64 /1024 /1024 * 30 = 158,203 MB por mês para cada host.
Is this calculation right? If not, how should I do?