Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.96 KB

readme.md

File metadata and controls

32 lines (28 loc) · 1.96 KB

Computer Systems Lab CS558, IITG

214101037 Prateekshya Priyadarshini || 214101058 Vijay Purohit

It contains solutions to assignments done during Winter Semester 2022. Email us in case any doubts.

General

  1. Assignment 01 (OS Concepts) Question PDF

    • Q1: Implementation of SRTF (Gantt Chart check ans)
    • Q2: Readers Writers Problem Using Multithreading
    • Q3: Banker's Algorithm and Safe Sequence using Multithreading
  2. Assignment 02 (OS Concepts) Question PDF

    • Q1: Memory Allocation
    • Q2: Page Replacement
    • Q3: File System
  3. Assignment 03 (Network Diagnostic Commands) Question PDF

    • Q1: ping command
    • Q2: ping with multiple hosts (hosts vs time) (time vs packet size)
    • Q3: ifconfig and route commands
    • Q4: netstat command
    • Q5: traceroute command
    • Q6: Network Address (arp)
    • Q7: LAN Analysis (nmap: time vs num of online hosts)

    Solutions: Prateekshya, Vijay - Short, Vijay - Detailed

  4. Assignment 04 (Socket Programming) Question PDF


THE END