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

Exp4_Distributed_Systems

The document outlines an experiment for a B.Tech course in Distributed Systems at Motilal Nehru National Institute of Technology Allahabad. It involves designing a distributed application using sockets to calculate the factorial of an integer and returning the result to the client. Additionally, it requires finding users who own the largest file in the current working directory using a Map Reduce program.

Uploaded by

Mrinal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Exp4_Distributed_Systems

The document outlines an experiment for a B.Tech course in Distributed Systems at Motilal Nehru National Institute of Technology Allahabad. It involves designing a distributed application using sockets to calculate the factorial of an integer and returning the result to the client. Additionally, it requires finding users who own the largest file in the current working directory using a Map Reduce program.

Uploaded by

Mrinal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

मोतीलाल नेहरु राष्ट्रीय प्रौद्योगिकी संस्थान इलाहाबाद

प्रयािराज–२११००४ [भारत]
Motilal Nehru National Institute of Technology Allahabad
Allahabad-211004 [India]

Department of Computer Science and Engineering

Programme Name: B.Tech Semester: VI Branch: Computer Science & Engg


Course Code: CSN16400 Course Name: Distributed Systems

Experiment No. 4

Experiment Description
i) Design a Distributed application using Socket. Application consists of a
server which takes an integer value from the client, calculates factorial and
returns the result to the client program.

ii) Find out the list of users who owns a file having maximum size in the
current working directory using Map Reduce Program.

You might also like