Compare the Sprite and Amoeba distributed systems.
What will be an ideal response?
Sprite andAmoeba take different approaches to build distributed systems.
a. Sprite connects workstations (single-processor workstations or multiprocessor
workstations) in a local area network, so that users have their own processors.
Amoeba users share processors located in one or more processor pools.
b. Sprite uses process migration to take advantage of idle computers to share computer
power.Amoeba users equally share the processors in the processor pool.
c. Each workstation in the Sprite system runs a Sprite kernel. Each kernel runs the
processes on its workstation. Each processor inAmoeba runs a microkernel. Both
Sprite andAmoeba support multithreading.
d. The communication among the Sprite kernels are done through remote procedure
calls. InAmoeba, all communication between different processes relies on remote
procedure calls, too.
e. Sprite uses implicit acknowledgements, in which acknowledgements are implied by
the response, to ensure that messages are delivered reliably.Amoeba uses explicit
acknowledgement, which means the client sends an acknowledgement in an additional
packet to the server when the client receives the response from the server.
f. The Sprite file system caches files on both server and client sides.Amoeba’s bullet
file server supports only server-side caching.
g. Bullet stores files contiguously on the disk, while Sprite stores files in blocks that
are not necessarily contiguous on the disk.When transferring files, bullet can run
faster than Sprite.
You might also like to view...
HTTP stands for _________________________.
Fill in the blank(s) with the appropriate word(s).
“Well, it’s sort of hard to describe,” says Sharon, a counselor at Less Is More Nutrition Center. “I’ve never had to really tell anybody about the way we charge clients or anything, but here goes. When clients come into Less Is More, we check to see if they’ve ever used our service before. Unfortunately for them, I guess, we have a lot of repeat clients who keep bouncing back. Repeat clients get a reduced rate (pardon the pun) of $100 for the first visit if they return within a year of the end of their program. Everyone new pays an initial fee, which is $200 for a physical evaluation. The client may bring in a coupon at this time, and then we deduct $50 from the upfront fee. Half of our clients use our coupons and find out about us from them. We just give our repeaters their $100 off, thou
Create a decision table with Y and N conditions for the client charge system at Less Is More Nutrition Center.
Headquartered in Glynco, Georgia, the Federal Law Enforcement Training Center (FLETC) is an interagency law enforcement training organization for more than 80 federal agencies nationwide
Indicate whether the statement is true or false.
List the steps in the incident response process.
What will be an ideal response?