Skip to content

Tale152/master-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

master-thesis

GitHub last commit GitHub release (latest by date including pre-releases) GitHub Release Date GitHub commits since latest release (by date)

➡️ Get the latest PDF draft here ⬅️

About the thesis

Title: Integrating mobile devices into a scalable Grid Computing architecture designed to perform distributed computations

Presented by: Dr. Alessandro Talmi

Supervised by: Prof. Alessandro Ricci

Prototype: Interconnected

Abstract:

The idea of Grid Computing originated in the nineties and found its concrete applications in contexts like the SETI@home project where a lot of computers (offered by volunteers) cooperated, performing distributed computations, inside the Grid environment analyzing radio signals trying to find extraterrestrial life.

The Grid was composed of traditional personal computers but, with the emergence of the first mobile devices like Personal Digital Assistants (PDAs), researchers started theorizing the inclusion of mobile devices into Grid Computing; although impressive theoretical work was done, the idea was discarded due to the limitations (mainly technological) of mobile devices available at the time. Decades have passed, and now mobile devices are extremely more performant and numerous than before, leaving a great amount of resources available on mobile devices, such as smartphones and tablets, untapped.

Here we propose a solution for performing distributed computations over a Grid Computing environment that utilizes both desktop and mobile devices, exploiting the resources from day-to-day mobile users that alternatively would end up unused.

The work starts with an introduction on what Grid Computing is, the evolution of mobile devices, the idea of integrating such devices into the Grid and how to convince device owners to participate in the Grid. Then, the tone becomes more technical, starting with an explanation on how Grid Computing actually works, followed by the technical challenges of integrating mobile devices into the Grid. Next, the model, which constitutes the solution offered by this study, is explained, followed by a chapter regarding the realization of a prototype that proves the feasibility of distributed computations over a Grid composed by both mobile and desktop devices. To conclude future developments and ideas to improve this project are presented.

Requirements to Compile the Document on VSCode

Install the recommended dependencies

Upon opening the project VSCode will ask you if you want to install the required dependencies; proceed to install them.

Alternatively, recommended dependencies can be found under the extensions tab typing @recommended in the search bar.

Install required software (Windows)

Follow this tutorial to install the required software on Windows (if you installed the recommended dependencies you will already have LaTeX Workshop on VSCode).

How to trigger document CD

First create a new tag, including a message that sums up the notes for the new release.

git tag -a v<VERSION> -m "<RELEASE NOTES>" 

Then push the new tag to the remote repository, triggering this workflow, crating automatically a new release with the compiled PDF document.

git push origin --tags