There are 0 repository under transmission-control-protocol topic.
⛳️ PASS: Amazon Web Services Certified (AWS Certified) Advanced Networking Specialty (ANS-C01) by learning based on our Questions & Answers (Q&A) Practice Tests Exams.
Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.
🗳️ An online vote casting system using TCP multi-threaded client-server program. The voters will log on from client systems and cast their votes.
Simulates TCP congestion control algorithms
A Java Swing / AWT application that functions as an automated attendance recording tool for a group of custom-created attendee accounts. The program also contains additional features such as Course Creation, Profile Customization, Record Management, and a Chat Interface.
TCP XYZ networking sequential syn-ack byte-file data transmission simulation. Project for COSC264 at the University of Canterbury. Slightly modified for modern Python3 versions.
implement a dictionary server that can serve multiple users' requests including adding, removing, and searching words