2 Pages Response

Table of Contents

2 Pages Response
2 Pages Response

 1. Responded to message below. Should be at least 250 words. Responses should be informative and contribute to advancing knowledge of the topic. Include at least 2 APA-cited references

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

Frank, Greitzer & Holimer (2011) makes powerful augments about the difficulties surrounding the trail before the fact. I agree with them. It really is difficult to determine if threats are bogus and if they should be taken seriously.

However, once a threat is made it must be taken seriously and that it is highly possible for the individual to carry out their plan. It is also difficult to know the individual’s state of mind or if the individual has psychological issues.

Frank, Greitzer & Holimer (2011) states, “there are several factors that should taken into consideration regarding picking up the trail before the fact,

2 Pages Response

(a) the lack of sufficient real-world data that has “ground truth” adequate scientific verification and validate of proposed solutions;

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

(b) the difficulty in distinguishing between malicious insider behavior and what can be described as normal or legitimate behavior

(c) the potential quantity of data, and the resultant number of “associations” or relationships that may emerge produce enormous scalability challenges; and

(d) despite ample evidence suggesting that in a preponderance of cases, the perpetrator exhibited observable ‘concerning behaviors’. All threats should be taken into account and noted as warning signals and reported to the proper authorities. 

Sometimes the most damage is done by individuals who had a personal insight into the company or one who became disgruntled. They know the outs an ins of the organization and how to cause the most damage. I also agree that the methods and skills of the perpetrators have changed in recent years. With all of the new technology, the generations have become wiser and smarter. Therefore, all threats should be observed. 

2. Responded to message below. Should be at least 250 words. Responses should be informative and contribute to advancing knowledge of the topic. Include at least 2 APA-cited references. 

What Frank, Greitzer & Hohimer (2011) argue about difficulties of picking up the trail before the fact, in order to provide time to intervene and prevent an insider cyber attack? 

2 Pages Response


I agree with Greitzer and Hohimer that insider threat is a serious concern for cyber security that has to be addressed successfully. Unfortunately this is much easier said than done.

The nature of insider threat makes it very difficult to detect and as Grietzer and Hohimer (2011) point out, there is a lack of real world data, it is difficult to differentiate between normal and abnormal behavior, there would be scalability challenges in data collected and no one has really decided to tackle this issue with technology yet (p.27)

. This means that devising a way to identify an insider threat prior to that insider launching an attack is a task that will not be easy to complete.

That doesn’t mean that this is not a goal that we should be working towards, quite the opposite actually. This is something that should be given attention and professionals should be working on methods that can help catch insider threats before the damage is done. 
Do you agree with them? Why? Why not? 
I do agree with Greitzer and Hohimer that insider threat is a big problem. I also agree that there is a lack of data that can be used to help identify patterns and help develop methods and technology that can catch insider threat early. I have to admit that much of what they discussed in the article was a bit over my head.

I don’t fully understand how the technology they discussed would work and I also can’t say that I believe that a technological solution would the perfect solution for this issue.

Humans can be very unpredictable. This means that any technology developed to be an early identifier of insider threat will not work every time.

I do think that more often than not there will be indicators prior to an insider attack occurring but there is always that chance that someone just snaps.

With that being said I do think that there should still be research and work done to mitigate the risk of insider attacks. 

Quantification: 2 Pages 

Assignment: Chapter 2 & Chapter 3

Question1:

(Problem 1): If a program has 471 bytes and will be loaded into page frames of 100 bytes each, and the instruction to be used is at byte 132, answer the following questions:

a. How many pages are needed to store the entire job?

b. Compute the page number and the exact displacement for each of the byte addresses where the data is stored. (note: page numbering starts at zero).

a) 471/100 + 1=5

b) To store page number: 3 bits

To store offset:7 bits

(Problem-2): Given that main memory is composed of only three page frames for public use and that a seven-page program (with Pages a, b, c, d, e, f, g) that requests pages in the following order:

a, c, a, b, a, d, a, c, b, d, e, f

(a). Using the FIFO page removal algorithm, indicate the movement of the pages into and out of the available page frames (called a page trace analysis). Indicate each page fault with an asterisk (*). Then compute the failure and success ratios.

(b). Increase the size of memory so it contains four page frames for public use. Using the same page requests as above and FIFO, do another page trace analysis and compute the failure and success ratios.

Given that main memory is composed of three page frames for public use and that a seven-page program (with pages a, b, c, d, e, f, g) requests pages in the following order: a, b, a, c, d, a, e, f, g, c, b, g

a.

page requestabacdaefgcbg
             
page fault* *  ******** 
             
page 1aaaadddfffbb
             
page 2 bbbbaaagggg
             
page 3   ccceeeccc
Total faults: 10Failure: 10/1283.33e %

Total faultless: 2 Success: 2/12 16.66e%

b

page requestabacdaefgcbg
             
page fault* *  * * ***** 
             
page 1aaaaaaeeeebb
             
page 2 bbbbbbfffff
             
page 3   cccccgggg
             
page 4    dddddccc
Total faults: 9Failure: 9/1275 %

Total faultless: 3 Success: 3/12 25%

Question2:

(Problem 1): Given the following information:

a. Use the best-fit algorithm to indicate which memory blocks are allocated to each of the three arriving jobs.

b. Use the first-fit algorithm to indicate which memory blocks are allocated to each of the three arriving jobs.

a) For the best fit algorithm, allocates the smallest free partition which meets the requirement without wasting much memory. So Job A needs 57k so it can fit in any block of the four. but it takes Block 3 so that much memory is not wasted.

Job B needs 920k it cannot fit in both Block 2 and block 1, but it has to use two blocks to fit. Even so much memory is wasted so it fits in Block 2 and takes remaining from other block.

Job C also fits in block 3

Job D can fit in Block 1 and 2 but it fits in block 1 as block 2 is used.

b) For the first fit algorithm, means pick the first block that meets the requirement.

For Job A, it takes first block 1

Job B it takes block 2 but does not fit so it has to wait for Job A

Job C it takes block 3 as per the requirement.

Job D it takes Block 4 but does not fit so it has to wait for other blocks as Job A or Job C to finish which has free space and then fits.

(Problem-2): Next-fit is an allocation algorithm that starts by using the first-fit algorithm but keeps track of the partition that was last allocated. Instead of restarting the search with Block 1, it starts searching from the most recently allocated block when a new job arrives. Using the following information:

Indicate which memory blocks are allocated to each of the three arriving jobs, and explain in your own words what advantages the next-fit algorithm could offer.

For Job A it takes for the block 1 and uses it 100k in it and then takes for block 2 for remaining to fit in it. The unused memory in block 2 would be 410k.

For job B it takes for the block 2 and use 50k so remains 360k

For job C it takes block 2 and uses 275k and the remaining memory of the block 2 is 85k

For job D, it takes block 2 which has 85k and uses it and then moves to block 3 uses it and for remaining 95k it moves to block 4 and uses 95k thus leaving 500k remaining unused in block 4.

The advantage of next fit is such that, when a new job is called it searches from the remaining block of memory so that much space is saved rather than wasting some amount of space in each block.

Thus speed also is improved in next fit since if memory is released that is earlier in the heap for an application, it will check for that block first and fits there.

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with Scholary Essays
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Political science
Great paper
Customer 452863, September 11th, 2021
Education
Very well written thank you
Customer 452667, April 8th, 2021
Humanities
Best Serivces
Customer 452995, January 24th, 2022
Business Studies
I had no idea what to do here and you nailed it! Thank you so much!
Customer 453131, November 21st, 2022
Psychology
Paper wad received on time there was also support with revision.
Customer 453101, June 8th, 2022
Sociology
Thank you
Customer 452919, March 23rd, 2022
Sociology
I want to thank the entire team. Please know that I am truly grateful for your service.
Customer 452919, November 11th, 2021
Sociology
Thanks to the entire team!
Customer 452919, December 8th, 2021
Computer science
Thank You
Customer 453099, August 28th, 2022
Business Studies
This is fantastic! Thank you so much! Great customer service and help!
Customer 453131, November 15th, 2022
Human Resources Management (HRM)
Thank you for your time and help. I was concerned that I would not make my deadline due to a family emergency, and you guys came through in the clutch. you are appreciated and i will be letting friends and family know of my experience here.
Customer 453045, February 24th, 2022
Psychology
Thank you very much! I will be using your service again soon.
Customer 452665, March 18th, 2021
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat
Live Chat+1(978) 822-0999EmailWhatsApp

Order your essay today and save 30% with the discount code ESSAYHELP