Skip to content

In this lab, we will dive head first into socket programming. We handpicked examples we think will expose you to practical socket programming concepts that will help you understand and debug network problems you will see in future projects or see when using consumer applications at home.

Notifications You must be signed in to change notification settings

alinegar/lab-02

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 2

Fork this repo and clone it to your machine to get started!

Team Members

  • Isabel Fernandez
  • Aline Garcia-Sanchez

Lab Question Answers

Question 1: How did the reliability of UDP change when you added 50% loss to your local environment? Why did this occur? -When doing this, more packets were lost since UDP does not check that the server recived it. Since we added 50% loss to the environment, it showed that the packets were lost and nothing showed up on the server side.

Question 2: How did the reliability of TCP change? Why did this occur? -TCP still recieved all the packets but the impact of the 50% loss environment caused a time delay where it was really slow.

Question 3: How did the speed of the TCP response change? Why might this happen? -TCP was much slower at recieving the packets but this was because.. ...

About

In this lab, we will dive head first into socket programming. We handpicked examples we think will expose you to practical socket programming concepts that will help you understand and debug network problems you will see in future projects or see when using consumer applications at home.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 52.1%
  • C++ 36.6%
  • Python 11.3%