Skip to content

This project implements a server client communication model involving some amount of data offloading from the AWS to the backend servers and later performs operations on the results it recieved form the backend servers and sends it to the client The client sends the sequence of numbers in a input file to AWS over TCP. AWS splits it into non over…

Notifications You must be signed in to change notification settings

sandeepravi009/MapReduce-Framework-for-Server-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapReduce-Framework-for-Server-

MapReduce model was developed for servers that have have to process large data using a huge server like Amazon Web Service(AWS). In the project I designed

  1. Client which gets a lot of data that has to be processed, makes data set with the operation that has to be performed and the actual data. It creates a socket and sends the data to AWS over TCP
  2. AWS like server which gets all the data, splits them into non overlapping sets and sends it to the back end servers over UDP and performs the final operation on the outputs from the back-end servers and sends it to client over TCP.
  3. Back-end servers - which get the data, unpacks the data, understands what has to be done, performs the operationa nd sends it back to the AWS over UDP

About

This project implements a server client communication model involving some amount of data offloading from the AWS to the backend servers and later performs operations on the results it recieved form the backend servers and sends it to the client The client sends the sequence of numbers in a input file to AWS over TCP. AWS splits it into non over…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published