subject

Select a classification for File2 so that: Alice can read and write to File2 Bob and Charlie can write to File2, but can't read it. Eve can write to File1 but can't read it. Alice has Top Secret, {A, B,C}. Bob has Secret{A, B}, Charlie has Confidential,{C} and Eve is Unclassified. File2 should be classified as

Answers

ansver
Answer from: tassion3

Top Secret, (A,B,C)

Explanation:

Solution:

Some information are known to be sensitive, and has a higher level of classification.

Examples for such levels are: Secret, Top secret ,Unclassified and  Confidential, and Unclassified.  all users of the system has a  level of clearance. fro a user to be able to gain access to document, he or she must have posses a level of the document.

Now, this is governed by two rules which is stated below:

No user can have access to any information that is considered higher than their level of clearance.

Secondly, a user can write to files only that contains an equal level or lower of his clearance level, this is to stop what is called the write down effect.

It is important to note that ABC, categories determine what type of access is permitted.

Now, for the given example, since, Bob and charlie cannot read it, which shows that the file must be of top priority or importance, then Bob and Charlie needs clearance to the file,the file 2 is considered a top priority.

Therefore, the File 2 is classified as a Top Secret, (A,B,C)

ansver
Answer from: Quest

answer; i believe its aptitude;

ansver
Answer from: Quest
Work with a monitor that’s calibrated and profiled. for critical image editing, calibration and profiling are essential. otherwise, the image you see on your monitor looks different on other monitors or when printed.plan to use adjustment layers to adjust the tonal range and color balance of your image. adjustment layers let you go back and make successive tonal adjustments without discarding or permanently modifying data from the image layer. keep in mind that using adjustment layers adds to the file size of the image and demands more ram from your computer. accessing the color and tonal commands in the adjustments panel automatically creates adjustment layers.if you don’t want to use adjustment layers, you can apply adjustments directly to an image layer. remember that some image information is discarded, when making a color or tonal adjustment directly to an image layer.for critical work and maximum preservation of image data, it’s best if the image you work with is 16 bits per channel (16‑bit image) rather than 8 bits per channel (8‑bit image). data is discarded when you make tonal and color adjustments. the loss of image information is more critical in an 8‑bit image than a 16‑bit image. generally, 16‑bit images have a larger file size than 8‑bit images.duplicate or make a copy of the image file. working on a copy of your image preserves the original in the event you want to use the image in its original state.remove any flaws such as dust spots, blemishes, and scratches from the image before making color and tonal adjustments.open the info or histogram panel in expanded view. as you evaluate and correct the image, both panels display invaluable feedback on your adjustments.you can make a selection or use a mask to confine your color and tonal adjustments to part of an image. another way to apply color and tonal adjustments selectively is to set up your document with image components on different layers. color and tonal adjustments are applied to only one layer at a time. only the image components on the targeted layer are affected.

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:00, smartoa
Annie is creating a corporate report for a company’s annual meeting. in the report, she wants to add the signature of various department heads. which device can annie use to capture signatures to include in the report? a. printer b. monitor c. e-reader d. digitizing tablet
Answers: 1
image
Computers and Technology, 23.06.2019 02:50, CrusaderLord
Define a class named movie. include private fields for the title, year, and name of the director. include three public functions withprototypes void movie: : settitle(cstring); , voidmovie: : setyear(int); , void movie: : setdirector(string); . includeanother function that displays all the information about a movie. write a main() function that declares a movie object namedmyfavoritemovie. set and display the object's fields. this is what i have but know its wrong since it will notcompile: #include#includeusing namespace std; //class declarationclass movie{private: string movietitle ; string movieyear; string directorname; public: void settitle(string title); void setyear(string year); void setdirector(string director); void displayinfo(); }; //class implementationvoid movie: : settitle(string title){ movietitle = title; cout< < "what is the title of themovie? "< > temp; myfavoritemovie. settitle(temp); cout< < "enter movie year"< > temp; myfavoritemovie. setyear(temp); cout< < "enter director'sname"< > temp; myfavoritemovie. setdirector(temp); //display all the data myfavoritemovie. displayinfo(); system("pause"); return 0; this code is not entirely mine someone on cramster edited my firstcode but then i try manipulating the new code and i still get acompile error message : \documents\visual studio 2008\projects\movie\movie\movie. cpp(46) : error c2679: binary '< < ' : no operator found which takes aright-hand operand of type 'std: : string' (or there is no acceptableconversion)c: \program files (x86)\microsoft visual studio9.0\vc\include\ostream(653): could be'std: : basic_ostream< _elem,_traits> & std: : operator< < > (std: : basic_ostream< _elem,_traits> & ,const char *)w
Answers: 1
image
Computers and Technology, 23.06.2019 14:30, Vanesssajohn2962
Norder to receive financial aid at his vocational school, mario must fill out the fafsa. the fafsa is a form that must be completed to determine . in order to complete a fafsa, you must submit . the fafsa can students obtain
Answers: 2
image
Computers and Technology, 24.06.2019 08:00, nataliamontirl4230
Java the manager of a football stadium wants you to write a program that calculates the total ticket sales after each game
Answers: 1
You know the right answer?
Select a classification for File2 so that: Alice can read and write to File2 Bob and Charlie can wri...