{"id":31741403,"url":"https://github.com/abhinavmir/networking","last_synced_at":"2026-02-23T21:44:54.361Z","repository":{"id":64809959,"uuid":"577769845","full_name":"AbhinavMir/networking","owner":"AbhinavMir","description":"A bunch of notes on advanced networking ~ incomplete","archived":false,"fork":false,"pushed_at":"2023-03-14T21:51:11.000Z","size":5654,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T06:49:40.800Z","etag":null,"topics":["network","networking"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbhinavMir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-13T13:39:42.000Z","updated_at":"2023-02-18T01:23:50.000Z","dependencies_parsed_at":"2023-01-29T14:15:40.008Z","dependency_job_id":null,"html_url":"https://github.com/AbhinavMir/networking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbhinavMir/networking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavMir%2Fnetworking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavMir%2Fnetworking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavMir%2Fnetworking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavMir%2Fnetworking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbhinavMir","download_url":"https://codeload.github.com/AbhinavMir/networking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhinavMir%2Fnetworking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001271,"owners_count":26083040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["network","networking"],"created_at":"2025-10-09T10:51:33.179Z","updated_at":"2025-10-09T10:51:59.878Z","avatar_url":"https://github.com/AbhinavMir.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## README\n\nThis repository is based on CS655 taught at Boston University and some basics from my undergrad Networking course @ VIT under Prof. Arunkumar Thangavelu. No guarentee re: CCNA and other certs. I use OpenAI’s GPT3 to expand upon ideas. Prof. Matta has scattered notes on everything and his classes are a little to big to pay attention in the morning, thus thought it best to put it all together in one place. Went from scratch to this in a couple days with the power of YouTube and AI, so there will be mistakes, please use the issues tab! I had help from excellent friends, shoutout @prateekdceit06, Haniel Jacob, Chengyu Zhang and @lyleof :)\n\n**More topics on network security coming soon!**\n\n[Broken links will be fixed soon]\n\n### Index\n\n## Completed topics\n\n- [Cheatsheet.md](./Cheatsheet.md): A cheatsheet containing quick reference notes on various topics.\n- [Cheatsheet.pdf](./Cheatsheet.pdf): A PDF version of the cheatsheet.\n- [arq.md](./arq.md): ARQ protocol\n- [congestion_control.md](./congestion_control.md): Congestion control in computer networks.\n- [dumb_questions.md](./dumb_questions.md): A collection of \"dumb\" questions and their answers related to network engineering.\n- [http.md](./http.md): Notes on the HTTP protocol.\n- [interfaces.md](./interfaces.md): Notes on network interfaces.\n- [ip_addr.md](./ip_addr.md): Notes on IP addresses.\n- [misc.md](./misc.md): Miscellaneous notes on network engineering topics.\n- [routing.md](./routing.md): Notes on routing in computer networks.\n- [subnetting.md](./subnetting.md): Notes on subnetting IP addresses.\n- [wireless.md](./wireless.md): Notes on wireless networking.\n\n**what's left** \n- [Links and nodes, LANs, WANs, internets, multiplexing, end-to-end channels, performance](https://github.com/AbhinavMir/network_grad_notes/blob/main/intro.md)\n- [OSI, TCP/IP](https://github.com/AbhinavMir/network_grad_notes/blob/main/osi_tcp_ip.md)\n- [Sockets](https://github.com/AbhinavMir/network_grad_notes/blob/main/sockets.md) (Using [Python](https://github.com/AbhinavMir/network_grad_notes/blob/main/sockets_py.md) and [Java](https://github.com/AbhinavMir/network_grad_notes/blob/main/socket_java.md))\n- [Client-server, Email (SMTP, MIME, POP, IMAP), Web (HTTP, cookies, caches), DNS, P2P (file sharing, Skype)](https://github.com/AbhinavMir/network_grad_notes/blob/main/applications.md)\n- [UDP and TCP](https://github.com/AbhinavMir/network_grad_notes/blob/main/udp.md)\n- [Reliable connections, flow control, E2E challenges](https://github.com/AbhinavMir/network_grad_notes/blob/main/rel_conn.md)\n\n## Contributing\n\nContributions to this repository are welcome. If you notice an error or would like to add information to any of the notes, please feel free to submit a pull request.\n\n## General further reading\n\n1. [Prof. Geoffery Challen’s videos on networking](https://www.youtube.com/@internet-class)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavmir%2Fnetworking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinavmir%2Fnetworking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavmir%2Fnetworking/lists"}