1. Homepage
  2. Programming
  3. CNSCC311 Distributed Systems Coursework Assignment: Online shopping system, Online food delivery system, Online library, Online travel booking system

CNSCC311 Distributed Systems Coursework Assignment: Online shopping system, Online food delivery system, Online library, Online travel booking system

Engage in a Conversation
CNSCC311Distributed SystemsOnline shopping systemOnline food deliveryOnline libraryOnline travel booking system

CNSCC311 Distributed Systems Coursework Assignment for Assessment CourseNana.COM

1. Introduction CourseNana.COM

This is a team-based software development coursework for assessing your knowledge and skills of developing distributed systems. Your task is, by collaborating with your team members, to develop a type of distributed system. Each team will draw a number from (1, 2, ..., 8) to decide their DS type according to the mapping table below. CourseNana.COM

Types of DS CourseNana.COM

Online shopping system Online food delivery system Online library
Online travel booking system CourseNana.COM


CourseNana.COM

CourseNana.COM

Table: Types of DS and corresponding numbers Your assessment marks will consist of the following three parts: CourseNana.COM

1)  20% from team work code and team report. CourseNana.COM

2)  40% from your team’s software demo and work presentation (with slides). CourseNana.COM

3)  40% from your individual report on your contribution to the team work. CourseNana.COM

Important points: CourseNana.COM

1)  The software system must be your team’s own work, and you cannot share your code with other teams except external public software libraries. CourseNana.COM

2)  Each team must submit software source code and a team-work report. In addition, every team member must submit your individual report. CourseNana.COM

3)  You should fully apply your theoretical knowledge and techniques learned during the course and beyond to develop a high-quality distributed system. CourseNana.COM


CourseNana.COM

2. Task of coursework CourseNana.COM

Your team’s task is to develop a distributed system of the type you select. Your system will be a small-scale but fully functioning system that provides typical functionalities of real-world similar systems. Typically your system will consist of a distributed database management system, a cluster of web services, and client application/s (web-based application, desktop application, or mobile phone app). Your work should meet the following requirements as closely as possible. CourseNana.COM


CourseNana.COM

2.1 Functionality of your system CourseNana.COM

Your system should be fully functional, capable of providing basic online operations needed to provide general services for users, such as checking available items (hotels), ordering/booking, making payment, returning items (e.g. broken items, books of library etc.). Each team can decide what exact services you want to provide, but your software system should provide the following functionalities: CourseNana.COM

  • A user can check what items are available for sale or to borrow (books). Your system should be able to show users the available items and related information, such as prices of clothes or book publication years.
  • Your system should be able to help a user to complete a transaction – make payment (of course not with real bank accounts) and deliver the item (again not real items, but by sending appropriate messages or pictures of items).
  • Your system should be able to update the database in real-time to reflect the transaction, e.g. decreasing the number of items available for sale or removing a book that was borrowed.
  • Your system should have a security mechanism, including a username- password based control (basic), symmetric key encryption (good), and public- private keys system (excellent).

2.2 Characteristics of Distributed Systems CourseNana.COM

Your system should demonstrate as many characteristics of distributed systems as possible. First of all, you should be able to deploy your system at least on three computers, and the more the better. In addition, your system should be able to handle multiple users’ requests from different computers (at least two computers). CourseNana.COM

Furthermore, your system should have a good level of fault-tolerance and transparency. For example, even if a database, a web service, or even a computer is crashed or turned off, your system should still function. Your should implement some algorithms to handle failures of components of your system. For example, if one of your distributed databases or services is turned off, your system should still be able to send a reasonable response to the clients. CourseNana.COM

Finally, your system should be easily expandable, by simply deploying your database and web service on more computers. CourseNana.COM

2.3 Requirements of software implementation CourseNana.COM

Your software code should be logically structured and clearly written, with proper comments in code. Your program code should allow other software developers to easily understand and reuse your software code and components. CourseNana.COM

Your system should include at least one RESTful and one SOAP service, which should easily be deployable and accessible on multiple computers. While these are various web server software, the GlassFish is suggested as the default one, because it supports convenient and reliable SOAP deployment. CourseNana.COM

Your client software can be any one of web-based, desktop GUI, and mobile applications. They should provide user friendly interfaces, and should be easily deployable on multiple computers or mobile devices. CourseNana.COM

2.4 Team work report CourseNana.COM

Each team should jointly produce a report on your work (maximum 3 pages excluding references) The team leaders are responsible for organising the writing of the team report. The team report should contain the following key points: CourseNana.COM

  • Group and Team numbers, names of team members (Pin-Yin).
  • Explain how team work is organised, e.g. list team members’ tasks.
  • Brief explanation of system functionality - what is it capable to do?
  • Outline of architecture and structure of your system, and justify your choice

of the architecture in terms of Distributed System. CourseNana.COM

  • Describe key technical specifications of your system, such as algorithms you

used for handling component failures, selecting web service, security control CourseNana.COM

etc. CourseNana.COM

  • A manual that helps users to use your system (mainly about client software).
  • If applicable, provide a list of reference papers or other resources you used in

your work. CourseNana.COM

2.5 Individual report CourseNana.COM

Everyone should write a one-page report on your contribution to your team work. This should include: CourseNana.COM

a)  Your name (Pin-Yin), lab group number, team number. CourseNana.COM

b)  Which part or aspect of the team work were you responsible for? CourseNana.COM

c)  How did you co-operate with other team members? CourseNana.COM

d)  How did your work help to improve the quality of your team’s work? CourseNana.COM

e)  Any suggestions and comments on your team’s work for future improvement. CourseNana.COM

2.6. Submission of coursework CourseNana.COM

A Moodle submission interface will be open from 15th November 2022 (UK time). You must submit all your work, including software source code (by team leaders), teamwork reports (by team leaders) and individual reports (by everyone) via the submission site by the end of 18th November 2022 (UK Time). Every team needs to plan your work schedule carefully to ensure that everyone can finish their tasks in time with a high quality. CourseNana.COM

3. Teamwork demo and presentation CourseNana.COM

A team software demo and presentation will be arranged in Week 13 (exact dates/times for each Lab Group is to be confirmed). This is to assess the quality of your team’s work as a whole. Each team will have up to 15 minutes. Each team can CourseNana.COM

decide who (at least three team members) and how to carry out the software demo and presentation (must use ppt slides), but you must demonstrate your collective capability and skills of effectively presenting your achievement with appropriate materials in clear language (English). CourseNana.COM

3. Assessment CourseNana.COM

The three assessment components, “team work code and team report”, “team software demo and presentation” and “individual report” will be marked separately using a 100% scale. Then the marks of the components will be combined with their respective percentages (20%, 40%, 40%) into the final marks. CourseNana.COM

The marking criteria include: CourseNana.COM

  1. a)  Quality of the submitted code and reports.
  2. b)  Merit and contribution of individual team members to the team work.
  3. c)  Quality of software demo and presentation.
  4. d)  Level of English writing (of reports) and speaking (in presentation).

  CourseNana.COM

Get in Touch with Our Experts

WeChat WeChat
Whatsapp WhatsApp
CNSCC311代写,Distributed Systems代写,Online shopping system代写,Online food delivery代写,Online library代写,Online travel booking system代写,CNSCC311代编,Distributed Systems代编,Online shopping system代编,Online food delivery代编,Online library代编,Online travel booking system代编,CNSCC311代考,Distributed Systems代考,Online shopping system代考,Online food delivery代考,Online library代考,Online travel booking system代考,CNSCC311help,Distributed Systemshelp,Online shopping systemhelp,Online food deliveryhelp,Online libraryhelp,Online travel booking systemhelp,CNSCC311作业代写,Distributed Systems作业代写,Online shopping system作业代写,Online food delivery作业代写,Online library作业代写,Online travel booking system作业代写,CNSCC311编程代写,Distributed Systems编程代写,Online shopping system编程代写,Online food delivery编程代写,Online library编程代写,Online travel booking system编程代写,CNSCC311programming help,Distributed Systemsprogramming help,Online shopping systemprogramming help,Online food deliveryprogramming help,Online libraryprogramming help,Online travel booking systemprogramming help,CNSCC311assignment help,Distributed Systemsassignment help,Online shopping systemassignment help,Online food deliveryassignment help,Online libraryassignment help,Online travel booking systemassignment help,CNSCC311solution,Distributed Systemssolution,Online shopping systemsolution,Online food deliverysolution,Online librarysolution,Online travel booking systemsolution,