https://github.com/kiranj26/network-system-fall-2022
Repository containing my Assignments and Projects done for course ECEN-5273 Network System at CU Boulder
https://github.com/kiranj26/network-system-fall-2022
distributed-systems network-programming network-systems socket-programming web-proxy
Last synced: 7 days ago
JSON representation
Repository containing my Assignments and Projects done for course ECEN-5273 Network System at CU Boulder
- Host: GitHub
- URL: https://github.com/kiranj26/network-system-fall-2022
- Owner: kiranj26
- Created: 2022-12-07T04:23:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T18:47:23.000Z (over 2 years ago)
- Last Synced: 2025-03-05T22:03:34.973Z (about 1 year ago)
- Topics: distributed-systems, network-programming, network-systems, socket-programming, web-proxy
- Language: C++
- Homepage:
- Size: 67.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network-Systems-Fall 2022
Repository containing my Assignments and Projects done for course ECEN-5273 Network System at CU Boulder
# Focus
Focuses on design and implementation of network programs and systems, including topics in network protocols, architectures, client-server computing, software-driven networking, and other contemporary network hardware-software system design and programming techniques.
# Tools & Technologies
* Wireshark (To monitor Network Traffic)
* Telnet
# Programming
* C
* Python
# Topics Covered
* Networking Layers & Protocols
* Boot Strapping
* DNS & Its Protocols
* Routing & Its Protocols, Routing Convergence
* Border Gateway Protocol (BGP)
* Multicast, Anycast, Broadcasting Topologies
* Wireless Networks and Hashing
* Transport Protocols, Congestion Control, Queuing and Queue Management, Middleboxes and Tunneling.
* Content Distribution
Networks (CDNs)