Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 859 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 859 Bytes

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