Skip to content

nevikw39/Intro2CompNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Computer Networks

Lab 1

I was to write a C socket program to fetch a HTTP webpage and list all hyperlink anchors.

Score: $100$

Lab 2

I was to design a server and client transferring files via UDP. In the bonus part, selective repeat and pthread were in used.

Score: $100+20$ (Bonus included)