You are on page 1of 3

INDEX

S.NO. CONTENTS PAGE DATE SIGNATURE


NO.
01 To write a program
using C to implement
the first come first
serve scheduling.

02 To write a program
using C to implement
the shortest job next
concept.
03 To write a program
using C to implement
Round-robin
scheduling concept.

04 To implement the
priority scheduling
using C in UNIX
environment.

05 To write a program to
implement producer
consumer problem
concept.
06 To write a C program
to implement the
memory management
scheme using best fit.

07 To write a C program
to implement the
memory management
scheme using best fit.

08 To write a C program
to implement the
memory management
scheme using worst fit.
INDEX

S.NO. CONTENTS PAGE DATE SIGNATURE


NO.
01 Implementation of
the Data Link Layer
framing method such
as character stuffing
and bit stuffing.

02 Implementation of CRC
algorithm.

03 Implementation of a
Hamming (7,4) code to
limit the nois e. We
have to code the 4 bit
data in to 7 bit data by
adding 3 parity bits.

04 Implementation of LZW
compression algorithm.

05 Write a socket program


to implement a listener
and a talker.

06 Simulation of a network
of 3 nodes and measure
the performance on the
same network.

07 Write a program to
encrypt 64-bit text using
DES algorithm.

You might also like