Skip to content

AWS (Amazon Web service) that divide large task into smaller tasks and send those small tasks to backenserver

Notifications You must be signed in to change notification settings

dannyp11/MapReduce-Server

Repository files navigation

#Map Reduce Server model by Dat Pham

Build Status

Tested on Ubuntu 14, Fedora 24

A simple model of computational offloading where a single client offloads some computation to a server which in turn distributes the load over 3 backend servers. The server facing the client then collects the results from thebackend and communicates the same to the client in the required format. This is anexample of how a cloud­computing service such Amazon Web Services might implement MapReduce to speed up a large computation task offloaded by the client.

Alt text

The server communicating with the client is called AWS (Amazon Web Server) and the three backend servers are named Back­Server A, Back­Server B and Back­Server C. The client and the AWS communicates over a TCP connection while the communication between AWS and the Back­Servers A, B & C is over a UDP connection.

About

AWS (Amazon Web service) that divide large task into smaller tasks and send those small tasks to backenserver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published