0% found this document useful (0 votes)
3 views1 page

B.Tech Distributed Systems Experiment Guide

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

B.Tech Distributed Systems Experiment Guide

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

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

Department of Computer Science and Engineering

Programme Name: [Link] 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