Skip to content

Aotoge/Computer-Networks-CNE532-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Networks

Indian Institue of Information Technology Allahabad

 Course code  :	ICNE532C
 Semester     :	5

Index

  • Lab assignments:
    • Lab 1:
      • Implementing linked list
      • Basic client-server chat program using TCP/IP socket programming
    • Lab 2:
      • Multi client communication program (single character)
      • Multi client communication program (structure)
      • Basic client server directory service
    • Lab 3:
      • Two way client server chat program
      • Client server file transfer program (Using STREAM Socket)
      • Client server file transfer program (Using DGRAM Socket)
    • Lab 4:
      • Protocol Based Client Server Communication Program
      • Protocol Based Client Server File Transfer Program
      • Concurrent Client Server File Transfer Program