Your Distributed System (Assignment 2) The application must address the followin
ID: 3672563 • Letter: Y
Question
Your Distributed System (Assignment 2)
The application must address the following properties:
• Multiple processing entities in the form of clients and servers.
• Shared data/state information.
• Robust operation in the form of communication, processing, and crash/restart capability.
• Must only use the Java language packages (no external packages other than for user interface support).
• Must be non-trivial and use literature support as the basis for the inspiration.
Deliverables for Assignment 2 Initial Project Proposal Paper
Write an Initial Project Proposal Paper that accomplishes the task of specifying your proposal.
The structure of Assignment 2 must follow the format presented below and contain the following:
• A rigorous problem description that is relevant and significant to the area of your choice. Your descriptions should be as precise and rigorous as possible.
• A discussion of the most influential papers on the topic.
• A proposal that: Involves the further development of a solution in the focus area, or Involves a new approach to the focus area.
• A literature review describing the background of your topic.
• An approach that discusses a potential methodology for the solution of the problem.
Address each of the points below in descriptions that smoothly transition using the framework listed below. The written work will be judged based upon the quality of your writing (grammar, word selection, clarity, organization, and smoothly flowing discussion), your understanding of the content (accuracy, analysis, and synthesis), and the experiment’s compliance with the design and test methodology.
Use 12-point Times New Roman font, double-space, section headers and sub-headers, and citations and references in APA style.
Proposal Items
- Introduction,
Problem and Goal
- Review of the Literature
- Approach The proposal from Assignment 2 will lead to a final document and implementation in Assignment 3.
Explanation / Answer
Distributed System:
Properties addressed:
Initial project proposal paper:
Introduction:
Problem Statement:
Goal:
Review of the Literature:
Approach:
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package distributed1;
import java.lang.*;
/**
*
* @author Admin
*/
public class Distributed1 {
static void disp1() {
System.out.println("Client Data:");
} // end function disp1
static void disp2() {
System.out.println("Server Data:");
} // end function disp2
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
disp1();
disp2();
}
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.