Category: Understanding Networks

Understanding Networks All Wk: Reading Notes

Week 8: https://docs.google.com/document/d/1VLN4GWa7zpOtBA06ivwA16JMLnMqAR12GAEF1LLWlHg/edit?usp=sharing Week 6-7: https://docs.google.com/document/d/1VLN4GWa7zpOtBA06ivwA16JMLnMqAR12GAEF1LLWlHg/edit?ts=5daf5051 Week 5: https://docs.google.com/document/d/1P83FjZG5VSPmPVzlTktbLKG5fQQRuWRyXnDjuIAw9Ew/edit?usp=sharing Week 4: https://docs.google.com/document/d/1qHkbj0MT3bexvW376Mgz9vWLCGN0V5h5u7LGuDwbgdE/edit?usp=sharing Week 3: https://docs.google.com/document/d/13pPheK-7CwJyeJZ_gBAW0PQMxcCxarkLhn-V_FaE5hg/edit Week 2: https://docs.google.com/document/d/1qXl_svkXULyhs4Zxm23fwTrxBTjMeKTMaIWVjMzhImw/edit

Understanding Networks Wk 2-4: Traceroute

Live site: https://emilylin-itp.github.io/understanding-networks/traceroute_dir/index.html Code here: https://github.com/emilylin-itp/understanding-networks/tree/gh-pages/traceroute_dir — For this traceroute assignment, I used my traceroute data to create a spin-off of google maps. Calling it Traceroute Hop Stops! I first collected the traceroute data from my home, school and a coffee shop. Next, I converted it into a json file. I used https://www.iplocation.net/ to help to […]

Understanding Networks Wk 4: Definitions

WebRTC (Web Real Time Communication): is a free, open source project that enables web browsers with real-time communication capabilities. WebRTC doesn’t require any plug-ins or applications. The technology allows video, audio streaming, and data sharing between clients. How does it work? It is using a set of JavaScript APIs that produces and transmit the multimedia data […]