Purchase Solution

Multiple processors systems memory

Not what you're looking for?

Ask Custom Question

1. What happens if two CPUs in a multiprocessor attempt to access exactly the same word of memory at exactly the same instant?
2. Why is there a limit on cable length in an Ethernet network?
3. In the discussion of how URLs are processed by a browser, it was stated that connections are made to port 80. Why?
4. When multiple processes need access to data, in what way is object-based access better than shared-memory?
5. When a browser fetches a Web page, it first makes a TCP connection to get the text the page (in the HTML language). Then it closes the connection and examines the page. If there are figures or icons, then it makes a separate TCP connection to fetch each one. Suggest two alternative designs to improve performance here

Purchase this Solution

Solution Summary

Multiple processor system memory is analyzed. The solution provides a discussion of how URLs are processed by a browser.

Solution Preview

1. What happens if two CPUs in a multiprocessor attempt to access exactly the same word of memory at exactly the same instant?

If the memory word in question was already loaded into the caches of the both the CPUs and both the CPUs wanted to access the same memory word, then it can be accessed from the two caches simultaneously.
If the word not present in the caches, then the memory bank containing that word can handle one access at a time. The hardware will have a mechanism to select one access to proceed, with the other having to wait. In fact, in most of the multiprocessor systems this arbitration happens only when the two CPUs both try to access the memory bus at the same time.

2. Why is there a limit on cable length in an Ethernet network?

Ethernet is a local area technology, with network operating within a single building which connects the devices in close proximity. At most, Ethernet devices could have only few ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

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

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.