0% found this document useful (0 votes)
55 views

Bigdata Presentation - Parallel and Distributed System

The document discusses parallel and distributed systems. A parallel system uses multiple processors that have direct access to shared memory, forming a common address space. Distributed systems consist of independent computers interconnected via a network that can collaborate on tasks. Parallel systems provide concurrency and save time/money, but scaling shared memory is difficult. Distributed systems allow information and resource sharing across networked users with shorter response times and higher output. Distributed computing is well-suited for big data analytics due to large data storage and processing requirements.

Uploaded by

salman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views

Bigdata Presentation - Parallel and Distributed System

The document discusses parallel and distributed systems. A parallel system uses multiple processors that have direct access to shared memory, forming a common address space. Distributed systems consist of independent computers interconnected via a network that can collaborate on tasks. Parallel systems provide concurrency and save time/money, but scaling shared memory is difficult. Distributed systems allow information and resource sharing across networked users with shorter response times and higher output. Distributed computing is well-suited for big data analytics due to large data storage and processing requirements.

Uploaded by

salman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Click to edit Master title style

Parallel and
Distributed System

Name: Mohammad Salman


CMS: 49060 1
Click to edit Master title style

Parallel system
• A system is said to be a Parallel System in which
multiple processor have direct access to shared memory
which forms a common address space.
• In these systems, there is a single system wide primary
memory (address space) that is shared by all the
processors.
• Parallel computing is the use of two or more processors
(cores, computers) in combination to solve a single
problem.

2 2
Click to edit Master title style
Advantages of parallel system

• Provide Concurrency(do multiple things at


the same time)
• Cost Savings
• Save time and money
Disadvantages
• It becomes increasingly difficult and
expensive to design and produce shared
memory machines with ever increasing
numbers of processors.

3 3
Click to editSystems
Distributed Master title style

• A distributed system is a collection of independent computers,


interconnected via a network, capable of collaborating on a task
• Examples of distributed system
• Computer Networks Such as internet or intranet
• ATM(bank) Machines

4 4
Click to editofMaster
Advantage title style
distributed system

• Information Sharing among Distributed Users


• Resource Sharing
• Extensibility
• Shorter Response Time and Higher Output

5 5
Click to edit
Parallel Master titlesystem
and distributed style in
Bigdata
• As big data analytics involve processing large volumes of data, it is
impossible to store and process data on a single computer,so
parallel system is can not process for bigdata because memory and
processing requirements are low even while processing large
volumes of data
• Distributed computing is used in big data as large data can’t be stored on a
single system so multiple system with individual memories are used. So
distributed systems are highly used for bigdata

6 6
Click to edit Master title style

Thank You 1

You might also like