what is SMP AND MPP?

Answers were Sorted based on User's Feedback



what is SMP AND MPP?..

Answer / rud

SMP - Symmetric Multi-Processing. In a symmetrical multi-
processing environment, the CPU's share the same memory,
and as a result code running in one CPU can affect the
memory used by another.
MMP - Massively Parallel Processing. computer system with
many independent arithmetic units or entire
microprocessors, that run in parallel.

Is This Answer Correct ?    61 Yes 3 No

what is SMP AND MPP?..

Answer / ravindra kamble

SMP - Symmetric Multi-Processing
MMP - Massively Parallel Processing

Is This Answer Correct ?    54 Yes 14 No

what is SMP AND MPP?..

Answer / srikanth cherukupalli

SMP is the Symmetric Multi Processing in which some hardware
resources are shared symmetrically among processors. The
Processors communicate via shared memory and have single
Operating system.

Cluster or MPP(Massively Parallel Processing) also known as
shared nothing, in which hardware resources are accessed by
each Processor. each processor have its own operating system
and communicate via high speed network.

Is This Answer Correct ?    28 Yes 1 No

what is SMP AND MPP?..

Answer / shiva

SMP is "share everything" - all CPUs in the one machine share access to the same memory resources,
the same disk resources, the same drivers, and so on. In DataStage EE, inter-process communication takes place via shared memory

MPP is "share nothing" - a number of independent machines each having its own CPUs,
its own memory, its own disks, and so on. In DataStage EE,
inter-process communication between processes on different machines takes place via TCP sockets.

Is This Answer Correct ?    21 Yes 0 No

what is SMP AND MPP?..

Answer / munish

SMP is Symmetric Multi procesasing
MPP is Masively Parallel Processing
Smp supports limited parellelism i.e 64 processors where as
MPP can support N number of nodes or processors [high
performance]
Smp processing is SEQUENTIAL where As MPP Processing can be
PARALLEL

Is This Answer Correct ?    18 Yes 10 No

what is SMP AND MPP?..

Answer / nilesh pandey

smp is tightly coupled multipeocessor set of cpu's whereas
mpp is loosely coupled multiprocessor set of cpu's.

Is This Answer Correct ?    12 Yes 8 No

what is SMP AND MPP?..

Answer / saurabh sinha

In SMP every processor share a single copy of the operating system (OS)

In MPP each processor use its own operating system (OS) and memory.

http://saurabhsinhainblogs.blogspot.in/2014/08/difference-between-smp-symmetric-multi.html

Is This Answer Correct ?    2 Yes 1 No

what is SMP AND MPP?..

Answer / nagesh

smp is smile mail protocal

Is This Answer Correct ?    1 Yes 18 No

Post New Answer

More ETL Interview Questions

What do you understand by the term ‘transformation’?

0 Answers  


what are the concerns of OLTP and DSS systems?

0 Answers   TCS,


Can anyone tell me what are the roles and responsibilities of informatica support ( L1, L2, & L3 ) Team?

1 Answers   IBM, Saama Tech, Wipro,


Hi please try to reply with answer. my mail id is raghu.1028@gmail.com. if the source is having millions of records, but having theree target tables. As per user the first record need to insert into first target and second record in to a second target and third into third target, similarly the process needs to repeat?

5 Answers  


how to do aggregation (year wise quantity ) using only source qualifier, the source is sql server date as datetime data type and target as flat file with year (string datatype)

0 Answers   Thomson,






Identifying the bottlenecks in various components of Informatica and resolving them.

2 Answers  


When you have 2 servers in two different time zone and if you need to extract data from 1 server and load it in another server, how do you go about it? Best method to be used.

3 Answers  


what is the difference between OLTP database and data warehousing database?

4 Answers  


How etl testing is different from database testing?

0 Answers  


Eliminating of duplicate records without using dynamic lookups

3 Answers  


what is session partitioning?

0 Answers  


what is the main role of FI on business

0 Answers  


Categories