Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


parallel jobs run on cluster machines.
server jobs run on smp and mpp.
What do mean by cluster mechines and SMP and MPP..?

Answers were Sorted based on User's Feedback



parallel jobs run on cluster machines. server jobs run on smp and mpp. What do mean by cluster mec..

Answer / maruthi

SMP.)SYMTERRIC MULTI PROCESSING SMP:-ALL PROCESSORS WILL BE
USING SAME MEMORY DISK,MEMORY BUFFERS.HERE PROCESSCORS WILL
BE WAITING FOR DISK I/O PROCESS.
MPP:MASSIVELY PAPALLEL PROCESSING.)HERE EACH PROCESSOR WILL
BE HAVING IT'S OWN MEMORY AND MAMORY DEVICES,PHYISICALLY
ALL THIS PROCESSORS WILL EMBEDDED IN A SINGLE CABIN.AND
WILL COMMUNICATE THROUGH SHARED MEMORY BUSES.
CLUSTER M/C:) SAME AS MPP ,BUT PHYSICALLY THIS M/C ARE
HOUSED IN DIFFERENT CABINS AND WILL COMMUNICATE THROUGH
HIGH SPEED NETWORKS.

Is This Answer Correct ?    8 Yes 2 No

parallel jobs run on cluster machines. server jobs run on smp and mpp. What do mean by cluster mec..

Answer / chenna

cluster machines is having so many nodes.
it is having smp,mpp.
SMP is symmetric multi processors
it having some nodes .

Is This Answer Correct ?    1 Yes 1 No

parallel jobs run on cluster machines. server jobs run on smp and mpp. What do mean by cluster mec..

Answer / ramya

symmetric multiprocessing or SMP involves a multiprocessor
computer-architecture where two or more identical
processors can connect to a single shared main memory. Most
common multiprocessor systems today use an SMP
architecture. In case of multi-core processors, the SMP
architecture applies to the cores, treating them as
separate processors.
SMP systems allow any processor to work on any task no
matter where the data for that task are located in memory;
with proper operating system support, SMP systems can
easily move tasks between processors to balance the
workload efficiently.
Massive parallel processing (MPP) is a term used in
computer architecture to refer to a computer system with
many independent arithmetic units or entire
microprocessors, that run in parallel. The term massive
connotes hundreds if not thousands of such units. Early
examples of such a system are the Distributed Array
Processor, the Goodyear MPP, the Connection Machine, and
the Ultracomputer.
Today's most powerful supercomputers are all MP systems
such as Earth Simulator, Blue Gene, ASCI White, ASCI Red,
ASCI Purple, and ASCI Thor's Hammer.
In this class of computing, all of the processing elements
are connected together to be one very large computer. This
is in contrast to distributed computing where massive
numbers of separate computers are used to solve a single
problem.
The earliest massively parallel processing systems all used
serial computers as individual processing elements, in
order to achieve the maximum number of independent units
for a given size and cost.
Through advances in Moore's Law, single-chip
implementations of massively parallel processor arrays are
becoming cost effective, and finding particular application
in high performance embedded systems appplications such as
video compression. Examples include chips from Ambric,
picoChip, and Tilera.
Cluster
A computer cluster is a group of linked computers, working
together closely so that in many respects they form a
single computer. The components of a cluster are commonly,
but not always, connected to each other through fast local
area networks. Clusters are usually deployed to improve
performance and/or availability over that provided by a
single computer, while typically being much more cost-
effective than single computers of comparable speed or
availability

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Data Stage Interview Questions

A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?pls pls

7 Answers   TCS,


explain about citrix scheduling tool in datastage

0 Answers   HSBC,


What are the types of containers and how to create them?

0 Answers  


What are the repository tables in datastage?

0 Answers  


What are the third party tools you used in your project?

1 Answers   IBM,


Can you explain how could anyone drop the index before loading the data in target in datastage?

0 Answers  


A table containg 100 records B table containg 20 records we have to join two tables in left outer it containg target 100 records but target containg 101 record at that time what is the issue arise

3 Answers   Polaris,


If you want to use a same piece of code in different jobs, how will you achieve this?

0 Answers  


What is difference between symmetric multiprocessing and massive parallel processing?

0 Answers  


how to remove duplicates in transformer stage by using stage variables?one example?

6 Answers   Syntel, TCS,


How can we improve performance of data stage jobs?

0 Answers  


if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?

5 Answers  


Categories