You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository appears to be dedicated to networking-related projects and exercises. It likely includes hands-on practice materials covering a range of networking topics such as the OSI model, TCP/UDP protocols, IP addressing, subnetting, routing, and possibly more.
This project is a client-server application that manages user authentication and product data storage. It is designed using various software design patterns, ensuring a scalable, maintainable, and robust architecture. The communication between the client & server is handled using TCP for reliable messaging and UDP for broadcasting messages.