Question
A company running a social networking website would like to develop a private discussion system to allow a group of users to participate in an
A company running a social networking website would like to develop a private discussion system to allow a group of users to participate in an online discussion on some sensitive issues. To encourage an open discussion, it is important to enable these users or group members to freely express their opinions without revealing their real identities. This means that an anonymous discussion system is needed to protect the privacy of the users. To develop the above system, the company has defined a set of requirements, including those listed below which are particularly relevant to this coursework: (a) A particular user can register as a group leader who is responsible for selecting a discussion topic and managing the group membership. (b) For the discussion credibility and transparency, every user, who wishes to participate in the discussion, must register with the group leader in order to become a member of the group, where the group leader must authenticate the user based on their real identity. Each group member is allowed to know the real identities of all the other registered users within the group. (c) Each group member can send messages to all the other group members anonymously. This is done by anonymously creating a sessional/temporary user account with a unique pseudo username and a password for each registered group member in such a way that no single party (a group member, a system or the group leader) can link the real identity of any other group member to their pseudonym. Every group member can then communicate with the others in the group under their pseudo name. Note that due to licence and cost issues, the company has ruled out the direct use of any existing systems/applications (e.g., Kerberos, PGP, IPSec and SSL/TLS) and decided to go for the development of an in-house solution for the above discussion system.
the question is
1. Propose a communication protocol for the group membership registration and anonymous account creation for a user, and describe what assumptions you have made and how the proposed protocol operates. Note that the protocol should consist of messages transferred step by step between different parties/entities involved, where the details of all the data items sent in each message must be clearly defined. You can assume that there exists a trusted server for assistance in the process of anonymous user account creation, but the server must not be able to link the pseudo username of an anonymous account to the real identity of its associated group member.
(a) Statement of assumptions made (b) Design of methods used in the protocol
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started