0% found this document useful (0 votes)
26 views

Experiment List

Uploaded by

bhaskaryadav7887
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Experiment List

Uploaded by

bhaskaryadav7887
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

MALWA INSTITUTE OF TECHNOLOGY INDORE

LIST OF EXPERIMENTS
COURSE: - MTech BRANCH: - CSE YEAR/SEMESTER: - I/I

LAB-I MCSE-106 {MCSE-103 & MCSE-105}


MCSE-103-Advanced Computer Architecture

1. Case study of Architecture of Star 100 & T1-ASC.

2. Case study of Architecture of Cyber-205

3. Case study of Pentium & power PC addressing modes.

4. Case study of RISC pipelining.

5. Case study of Pentium 4.

6. Case study of Job Sequencing & collision prevention.

7. Case study of Load Balancing – Static & Dynamic.

8. Case study of Parallel search algorithm.

MCSE-105- Advance Computer Networks

Experiment 1: Write a program of Simulation of routing protocol using open shortest path protocol.

Experiment 2: Write a program to implement UDP sockets.

Experiment 3: Write a program to implement TCP sockets at both client and server end.

Experiment 4: Write a program to implement SNMP using agent1 and agent 2 and a Manager

Experiment 5: Write a program to implement Multiuser chat using Server and client1 and client 2.

Experiment 6: Write a program to implement FTP.

Experiment 7: Write a program to implement Domain Name Server.

Experiment 8: Write a program to implement Sliding window protocol.


LAB-II MCSE-107 {MCSE-102 & MCSE-104}

MCSE-102- Advance Data Structure & Algorithms

1. Write a program to counts the number of times a given data occurs in a Linked List.

2. Write a program to detect loop in a linked list.

3. Write a program to remove duplicates from a sorted linked list.

4. Write a program to split a circular linked list into two halves.

5. Write a program to demonstrate implementation of k stacks in a single array.

6. Write a program to implement a queue using two stacks.

7. Write a program to Determine if Two Trees are Identical or not.

8. Write a program to detect cycle in a graph.

MCSE-104 - Object Oriented Technology

1. Illustrate the role of virtual base class in building class hierarchy.

2. Implement various forms of inheritances.

3. Draw class, state, sequence diagram aid for online sales system.

4. Implement imperative, functional, logic and object oriented paradigm.

5. Prepare a list of objects that you would expect each of the following terms to handle

· A program for laying out a newspaper

· A telephone answering machine

6. Discuss the behavior of each operation listed for each class.

· Variable length array: ordered collection of object indexed by an integer whose

· Size can vary at run time.

· Symbol table: 2 tables that maps text keywords into descriptors

· Set: in ordered collection of object with no duplicate.

· Append: add an object to the end of the collection.

· Copy: make a copy of a collection.

· Count: return the no. of elements in the collection.

· Delete: remove a member from a collection.


· Insert: place an object into collection at given position

7. Illustrate function template and template inheritance in a program.

You might also like