Purchase Solution

I/O Operation and Internet security

Not what you're looking for?

Ask Custom Question

1.A process is said to be I/O-bound if it requires a lot of I/O operations, whereas a process that consists of mostly computations within the CPU/memory system is said to be compute-bound. If both a compute-bound process and an I/O-bound process are waiting for a time slice, which should be given priority? Why?

2. Identify and describe three concerns dealing with Internet security and privacy?

Purchase this Solution

Solution Summary

The following posting helps answer questions about I/O operations and internet security.

Solution Preview

1. I/O-bound process should be given priority. Two reasons:
a) An I/O-bound process is slower than a compute-bound process. By given priority to the I/O-bound process, the system will have chance prepare data for the fast compute-bound process.
b) The I/O-bound process could be a user enteing data. By given priority to the I/O-bound process in this case, the system will also provide more responsive service along with the advantage above.

2. Three widely accepted elements (aims, principles, qualities, ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.

Javscript Basics

Quiz on basics of javascript programming language.