Question

Imagine you work for Popcorn, which is a file-sharing program that uses bit-torrents. (a) Explain the...

Imagine you work for Popcorn, which is a file-sharing program that uses bit-torrents. (a) Explain the following security policy in terms of CIA : "Users can sign in Popcom platform anonymously. All movies on Popcom have to be original. (b) Explain which mechanisms will implement in order to enforce the policy in part (a).

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a) Explain the following security policy in terms of CIA : "Users can sign in Popcom platform anonymously. All movies on Popcom have to be original.

Answer:

  •      According to the CIA policy of a company which is about three elements. Those three elements are Confidentiality, Integrity and Availability. The Popcorn time has been well enough to fullfill these criterias.
  • The anonymous user sign in is a feature that supports the confidentiality criteria, which does a job of creating a confidential database or allowing users to use the movie streaming service without sign ups as well.
  • Using a two way authentication can also make the app more secure.
  • All movies have to be original , well in this case to provide the users with original content, we'll have to either buy license from the companies to use the movies or else we'll be kind of stealing the movies ( which we are doing ) .
  • If the above gets true, we'll have to charge the users some subscription.

------------------------------------------------------------------------------------------------------------------------------------------------------

(b) Explain which mechanisms will implement in order to enforce the policy in part (a).

Answer:

  • To enforce the policies mentioned in (a), the first one is the confidentiality ( keeping user sign in anonymous), As a part of confidentiality of user data, all data must be encrypted well and stored , mostly hashing it will do.
  • Again, using a OTP based login would be just fine. As no other person would get to get using your account.
  • Also using VPN servers would be a plus point for popcorn time to keep the traffic more anonymous and difficult to trace.
  • All of this above mentioned points would be just fine inorder to protect the identity and confidentiality of the users.

----------------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks for asking. ;)

Add a comment
Know the answer?
Add Answer to:
Imagine you work for Popcorn, which is a file-sharing program that uses bit-torrents. (a) Explain the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Imagine that you are part of the mission of the World Bank to the country of Belindia. Bellindia is a developing economy, that is organized as a federation. Each one of its 15 states can impleme...

    Imagine that you are part of the mission of the World Bank to the country of Belindia. Bellindia is a developing economy, that is organized as a federation. Each one of its 15 states can implement different policies, and the federal government can also implement policies across the whole country. Belindia has just received a large loan from the World Bank. Your objective is to help the new government design and implement a series of policy interventions that hopefully will...

  • Write a c++ program in that file to perform a “Search and Replace All” operation. This...

    Write a c++ program in that file to perform a “Search and Replace All” operation. This operation consists of performing a case-sensitive search for all occurrences of an arbitrary sequence of characters within a file and substituting another arbitrary sequence in place of them. Please note: One of the biggest problems some students have with this exercise occurs simply because they don’t read the command line information in the course document titled “Using the Compiler’s IDE”. Your program: 1. must...

  • Assignment Λ You shall write a Java program that accepts 5 command-line arguments and generates an image of a Sierpinski triangle, as a 24- bit RGB PNG image file. Specifications The command-line arg...

    Assignment Λ You shall write a Java program that accepts 5 command-line arguments and generates an image of a Sierpinski triangle, as a 24- bit RGB PNG image file. Specifications The command-line arguments shall consist of the following 1. The width (in pixels) of the image, as a positive decimal integer 2. The height (in pixels) of the image, as a positive decimal integer 3. The minimum area (in pixels) that a triangle must have in order to be drawn,...

  • 1. Which of the following commands will locate all of the program files on a computer...

    1. Which of the following commands will locate all of the program files on a computer on which the SUID bit is set? Select one: a. find / -type SUID b. find / -perm +4000 -type f c. find / -perm +SUID -type f d. find / -suid 2. A server/computer combination appears in both hosts.allow and hosts.deny. What's the result of this configuration when TCP wrappers runs? Select one: a. TCP wrappers refuses to run and logs an error...

  • CO 4) In terms of data types and their uses, which one of the following is...

    CO 4) In terms of data types and their uses, which one of the following is NOT correct? The TEXT data type can be used for Last Name. The Date/Time data type can be used for 10/31/2012. The Currency data type can be used for Account balance. The AutoNumber data type can be used for Customer Name. Flag this Question Question 125 pts (CO 5) All of the following describe form usage except a form user should have less input...

  • For this assignment you will be creating a multi-file project in which you implement your own...

    For this assignment you will be creating a multi-file project in which you implement your own templated linked list and use it to create a simple list of composers. When doing this assignment, take small, incremental steps; trying to complete the lab in one go will make the lab more difficult. This means that any time you finish part of the lab, such as a linked list method, you should immediately test and debug it if necessary. Part 1: Creating...

  • Please see the articles below… 1.  What is your opinion on the subject? 2.  Which ethical views (i.e.,...

    Please see the articles below… 1.  What is your opinion on the subject? 2.  Which ethical views (i.e., utilitarian view, moral rights view, justice view, practical view) you feel are being used by both sides of the argument (i.e., for and against downloading) to justify their positions? High Court Enters File-Sharing Spat; Justices Must Determine Software Providers' Liability For Copyright Violations by Anne Marie Squeo. Wall Street Journal. (Eastern edition). New York, N.Y.: Mar 30, 2005. pg. A.2 WASHINGTON -- The Supreme...

  • Hello, Need my paper proof read, I have problems with my paper structure. I need help...

    Hello, Need my paper proof read, I have problems with my paper structure. I need help with my flow as I feel as if my analysis is not iter mixing with the my paper. For example currently I have citation, citation, example, then my analysis. I need help restructure my paper for better flow. I have copied and pasted my paper for review below: Smart home devices have been a growing trend in the Canadian market with approximately 18% of...

  • CSC 142 Music Player You will complete this project by implementing one class. Afterwards, your program...

    CSC 142 Music Player You will complete this project by implementing one class. Afterwards, your program will play music from a text file. Objectives Working with lists Background This project addresses playing music. A song consists of notes, each of which has a length (duration) and pitch. The pitch of a note is described with a letter ranging from A to G.   7 notes is not enough to play very interesting music, so there are multiple octaves; after we reach...

  • For this assignment, you will write a program to work with Huffman encoding. Huffman code is...

    For this assignment, you will write a program to work with Huffman encoding. Huffman code is an optimal prefix code, which means no code is the prefix of another code. Most of the code is included. You will need to extend the code to complete three additional methods. In particular, code to actually build the Huffman tree is provided. It uses a data file containing the frequency of occurrence of characters. You will write the following three methods in the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT