Breif on loosely coupled systems, Computer Engineering

Assignment Help:

Loosely Coupled Systems

These systems don't share global memory since shared memory concept increases the problem of memory conflicts, which consecutively slows down the execution of instructions. Therefore, to ease this problem, every processor in loosely coupled systems is having a large local memory (LM), which isn't shared by other processor. So, such systems have multiple processors with their own local memory and a group of I/O devices. This set of memory, I/O devices and processor makes a computer system. Thus, these systems are as well known as multi-computer systems. These computer systems are connected mutually through message passing interconnection network by that processes communicate by passing messages to one another. As each computer system or node in multicomputer systems has a separate memory, they are termed as distributed multicomputer systems. These are also known as loosely coupled systems, means that nodes have little coupling between them as shown in Figure

1317_Loosely Coupled Systems.png

Figure: Loosely coupled system organisation

Because local memories are available to the connected processor only, no processor can access remote memory. So these systems are also called as no remote memory access (NORMA) systems. A message passing interconnection network offers connection to each node as well as internodes communication with message depends on the type of interconnection network. E.g. interconnection network for non hierarchical system can share bus.


Related Discussions:- Breif on loosely coupled systems

What is arrays pointers, Q. What is Arrays Pointers? An array is a coll...

Q. What is Arrays Pointers? An array is a collection of similar type of data. Arrays are extremely popular data structures in parallel programming because of their easiness of

Explain about the public key cryptography, Explain about the Public Key Cry...

Explain about the Public Key Cryptography. Public Key Cryptography: It is a cryptographic system which uses two keys as a public key identified to everyone and a private

Data structure in which an element is added, A data structure in which an e...

A data structure in which an element is added and detached only from one end, is known as Stack

Explain the biometric systems and biometric authentication, Explain the Bio...

Explain the Biometric Systems in brief. Biometrics: It is the science of measuring physical properties of living beings. Biometric Authentication: (a) This authenticati

Connectives in first-order logic sentences, Connectives in first-order logi...

Connectives in first-order logic sentences - Artificial intelligence We may string predicates together into a sentence in the same way by utilising connectives that we did for

Development of a successful system, The success of a system relies on the a...

The success of a system relies on the approach of building it. If development approach is right then system will work successfully. Figure below portrays a System Development Life

How cloud can be used in event schedules, How cloud can be used in Event Sc...

How cloud can be used in Event Schedules and Management with an example. Web-based calendars can be used to post dates and schedules for specific public events, such as school

What happens if acknowledge() is called within a transaction, As per the JM...

As per the JMS specification, when you are in a transaction, the acknowledge Mode is ignored. If acknowledge() is known as within a transaction, it is ignored.

Determine the channel of common channel signalling in ss7, Common channel s...

Common channel signalling in SS7 is (A) out band control channel. (B) In band control channel. (C) Speech control channel. (D) None of the above. Ans:

Write a program to check give word is a palindrom or not, Write a program t...

Write a program to check whether a given word is a palindrome or not? # include # include void main() { char word[10]; int length=0,mid,count=0; clrscr();

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd