Round Robin LoadBalancer

130.0 GBP

130.0 GBP peopleperhour Technology & Programming Overseas
781 days ago

Description

Can you make a sample code for a round robin algorithm with the following requirements for it to run in Java Apache Netbeans and no other IDE:1. The load balancer system.2. General worker node.  Do not hard code names, IP address(Please make sure you DO NOT HARD CODE), etc into this but instead have these passed in as parameters on the command line.  The node program will be running multiple times (either on the same machine or on separate ones)3. A program for sending jobs into the system.To potentially achieve a good mark in this assignment you will need to at least ensure your implementation considers:1. having different programs / projects as stated above;2. make use of multiple classes in each program;3. ensure that the relevant functionality for the class is contained within it;4. link classes together to form the overall algorithm;5. use multi-threading where necessary;6. send, receive and process messages7. only use the main method for extracting information from the arguments passed in from the command line and to start your system to ensure that you are not hard coding any system specific information;8. do not provide a monolithic solution (e.g. all code in one class or main method); and,9. do not introduce any form of OS scheduling techniques.  As this is a coordination system, you will only need to consider how to deal with working out which worker node needs to be sent a job message.In addition, you should also consider the following functional aspects:1. Each node will register with the load balancer by sending a message.2. The scheduler will record node details.3. Jobs require the load-balancer to assign the job to the next free node. The job information will detail the number of seconds that a job will take to run, rather than trying to include some form of code that is required to be executed.
4. The load balancer assigns the job to a node by sending it a message to work for X seconds. Nodes will receive job requests and wait for the required time. Once a job has finished on a node, a message will be sent back.

关注公众号,不定期副业成功案例分享
Follow WeChat

Success story sharing

Want to stay one step ahead of the latest teleworks?

Subscribe Now

Similar Teleworks

30.0 USD Technology & Programming peopleperhour Overseas
1 days ago
Technical Specification for a 3D Model Marketplace Website** 1. Project Goal** Develop a platform where 3D model designers can register, upload, and sell their work. Buyers will be able to browse, filter, and purchase models. 2. Technology Stack Frontend**: React.js or Next.js (use SSR/CSR depending on context) Backend**: Laravel (upgrade to the latest version, minimum Laravel 9) Database**: MySQL (if already in use) File Storage**: Local or via S3/Wasabi Authentication**: Laravel Sanctum or Passport * **Payments**: Stripe, PayPal (or local payment gateways if necessary) 3. Main Sections of the Website** 3.1. Home Page * Keyword search * Filters by category, file format, and price * Blocks: "Popular Models", "New", "Recommended" 3.2. Model Catalog** Model listing with pagination Filtering by: Category Format (.obj, .fbx, .stl, etc.) License * Price range Sorting options: by date, price, popularity 3.3. Model Detail Page * Title and description * Preview (image/video/viewer) * Technical specs (polygon count, textures, etc.) * Purchase button (for paid models) * Download button (for free models) #### **3.4. Designer Dashboard** * Registration / login * Add/edit models * Sales and downloads statistics * Balance and payout management * Profile and settings 3.5. Buyer Dashboard** * Purchase history * Download purchased models * Profile and settings --- 4. Admin Panel** * User management * Model moderation (approve/reject) * Category, format, and license management * Financial reports * Site settings 5. Update & Migration** * Upgrade Laravel 5 to the latest stable version (Laravel 11) * Migrate logic, migrations, models, and controllers with compatibility in mind * Convert existing HTML templates into React components (or Next.js Pages/App Router) 6. Additional Features** * Support for large file uploads (chunked upload) * 3D viewer integration (e.g., Three.js) * Multilingual support (i18n) * SEO optimization (especially important with Next.js)
10.0 USD Technology & Programming peopleperhour Overseas
2 days ago