After learning about how the internet works and the OSI/TCP-IP models, now let’s talk about the practical side of networking. Where is your data actually stored? How is it protected? What are the basic commands you can use to troubleshoot? Let’s...
The script below attempts to pick up packet loss issues to a destination IP address over a longer period while still measuring the loss over a count of 100 packets. It logs the anomalies which can then be shared. #!/bin/bash # Ensure the script is r...
TCPView is a tool and part of the Microsoft SysInternals utilities. Its a great tool to diagnose a problem when the network is being blamed. https://www.linkedin.com/pulse/20140831053110-4662331-what-is-chewing-your-bandwidth/?trackingId=MFqaykwPQ6mT...