SlideShare a Scribd company logo
SUBMITTED BY
NAME:G .SUMITHRA
CLASS:II M.SC,COMPUTER SCIENCE
BATCH:2017-2019
INCHARGE STAFF:Ms.M.FLORENCE DAYANA

 Terminologies and its types
 In-Memory Analytics
 In-Database processing
 Symmetric Multiprocessor system(SMP)
 Massively Parallel Processing
 Difference Between Parallel and Distributed Systems
 Shared Nothing Architecture
 Advantages of a “ shared nothing Architecture”
 CAP Theorem Explained
 CAP Theorem
contents

 In order to good handle on the big data environment.
 A few key terminologies in this arena.
 The different types of terminologies are:
In-Memory Analytics
In-Database processing
Symmetric Multiprocessor system(SMP)
Massively Parallel Processing
Difference Between Parallel and Distributed Systems
Shared Nothing Architecture
CAP Theorem Explained
Terminologies and its
types
 Data access from non-volatile storage such as hard disk is a slow process.
 The data is required to be fetched from hard disk or secondary storage.
 One way combat this challenge is to pre-processor and store data.
Example:
cubes, aggregate tables, query sets, etc…
 The initial process of pre-computing and storing data or fetching it from secondary storage.
 The problem has been addressed using in-memory analytics
 All the relevant data is stored in Random Access Memory(RAM)or primary storage
In-Memory Analytics

 Faster access
 Rapid deployment
 Better insights
 Minimal IT involvements
Advantages

 In-database processing is also called as in-database analytics
 The data from various enterprise Online Transaction processing(OLAP) system after
cleaning up
example:
de-duplication, scrubbing, etc…
 The huge datasets are then exported to analytical programs for complex and extensive
computations.
 Leading database vendors are offering this feature to large business
In-Database processing

 SMP is a single common main memory that is shared by two or more identical processors.
 To all I/O devices and are controlled by a single operating system instance.
 SMP are tightly coupled multiprocessor systems.
 Its own high-speed memory, called cache memory and are connected using a system bus.
Symmetric Multiprocessor system(SMP)

 Massively Parallel Processing(MPP) refers to the coordinated processing of the programs by
a number of processors working parallel.
 Each have their own operating system and dedicated memory.
 They works on different parts of the same program.
 SMP works with the processors sharing the same operating system and same memory.
 SMP is also referred to as tightly-coupled multiprocessing.
Massively Parallel Processing

Parallel system Distributed system
Memory Tightly coupled system
shared memory
Weakly coupled system
Distributed memory
Control Global clock control No global clock control
Processor Interconnection Order of Tbps Order of Gbps
Main focus Performance Scientific
Computing
Performance(cost and
scalability) Reliability/
availability
information/resource
sharing
Difference Between Parallel and Distributed Systems

Parallel System

Distributed System

 The three most common type of architecture for multiprocessor high transaction rate
system.
 They are:
Shared Memory(SM)
Shared Disk(SD)
Shared Nothing(SN)
Shared Nothing Architecture

 A common central memory is shared by multiple processors
Shared Disk(SD)
 Multiple processors share a common collection of disks while having their own private
memory
Shared Nothing(SN)
 If neither memory nor disk is shared among multiple processors
Shared Memory(SM)

 Fault Isolation:
Its provides the benefit of isolating fault.
A fault in a single node is contained and confined.
That node exclusive and exposed only through message.
 Scalability:
The disk is a shared resource.
The controlled and the disk bandwidth are also shared state.
A different nodes will have to take turns to access the critical data.
A distributed shared disk system thus compromising on scalability.
Advantages of a “ shared nothing Architecture”
 The CAP theorem is also called the Brewer’s theorem.
 A collection of interconnection nodes that share data.
 The three types of CAP theorem they are:
Consistency
Availability
Partition tolerance
CAP Theorem Explained
 Consistency
A implies that every read fetches the last write.
 Availability
A implies that reads and writes always succeed.
Each non-failing node will return a response in a reasonable amount
of time.
 Partition tolerance
It implies that the system will continue to function when network partition occurs.
CAP Theorem

THANK YOU

More Related Content

What's hot

4.2 spatial data mining
4.2 spatial data mining4.2 spatial data mining
4.2 spatial data mining
Krish_ver2
 
Structure of shared memory space
Structure of shared memory spaceStructure of shared memory space
Structure of shared memory space
Coder Tech
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system model
Harshad Umredkar
 
4.3 multimedia datamining
4.3 multimedia datamining4.3 multimedia datamining
4.3 multimedia datamining
Krish_ver2
 
Clustering in Data Mining
Clustering in Data MiningClustering in Data Mining
Clustering in Data Mining
Archana Swaminathan
 
Broadcast Models
Broadcast ModelsBroadcast Models
Broadcast Models
Nataraja Vellanki
 
CS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMSCS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMS
Kathirvel Ayyaswamy
 
distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memory
Ashish Kumar
 
Publish subscribe model overview
Publish subscribe model overviewPublish subscribe model overview
Publish subscribe model overview
Ishraq Al Fataftah
 
11. dfs
11. dfs11. dfs
Map reduce in BIG DATA
Map reduce in BIG DATAMap reduce in BIG DATA
Map reduce in BIG DATA
GauravBiswas9
 
Introduction to distributed file systems
Introduction to distributed file systemsIntroduction to distributed file systems
Introduction to distributed file systems
Viet-Trung TRAN
 
Distributed Shared Memory Systems
Distributed Shared Memory SystemsDistributed Shared Memory Systems
Distributed Shared Memory Systems
Arush Nagpal
 
CS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMSCS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMS
Kathirvel Ayyaswamy
 
Parallel computing and its applications
Parallel computing and its applicationsParallel computing and its applications
Parallel computing and its applications
Burhan Ahmed
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
shivli0769
 
Distributed & parallel system
Distributed & parallel systemDistributed & parallel system
Distributed & parallel system
Manish Singh
 
Legal issues in cloud computing
Legal issues in cloud computingLegal issues in cloud computing
Legal issues in cloud computing
movinghats
 
Deadlock in Distributed Systems
Deadlock in Distributed SystemsDeadlock in Distributed Systems
Deadlock in Distributed Systems
Pritom Saha Akash
 
CS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMSCS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMS
Kathirvel Ayyaswamy
 

What's hot (20)

4.2 spatial data mining
4.2 spatial data mining4.2 spatial data mining
4.2 spatial data mining
 
Structure of shared memory space
Structure of shared memory spaceStructure of shared memory space
Structure of shared memory space
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system model
 
4.3 multimedia datamining
4.3 multimedia datamining4.3 multimedia datamining
4.3 multimedia datamining
 
Clustering in Data Mining
Clustering in Data MiningClustering in Data Mining
Clustering in Data Mining
 
Broadcast Models
Broadcast ModelsBroadcast Models
Broadcast Models
 
CS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMSCS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMS
 
distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memory
 
Publish subscribe model overview
Publish subscribe model overviewPublish subscribe model overview
Publish subscribe model overview
 
11. dfs
11. dfs11. dfs
11. dfs
 
Map reduce in BIG DATA
Map reduce in BIG DATAMap reduce in BIG DATA
Map reduce in BIG DATA
 
Introduction to distributed file systems
Introduction to distributed file systemsIntroduction to distributed file systems
Introduction to distributed file systems
 
Distributed Shared Memory Systems
Distributed Shared Memory SystemsDistributed Shared Memory Systems
Distributed Shared Memory Systems
 
CS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMSCS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMS
 
Parallel computing and its applications
Parallel computing and its applicationsParallel computing and its applications
Parallel computing and its applications
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
 
Distributed & parallel system
Distributed & parallel systemDistributed & parallel system
Distributed & parallel system
 
Legal issues in cloud computing
Legal issues in cloud computingLegal issues in cloud computing
Legal issues in cloud computing
 
Deadlock in Distributed Systems
Deadlock in Distributed SystemsDeadlock in Distributed Systems
Deadlock in Distributed Systems
 
CS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMSCS9222 ADVANCED OPERATING SYSTEMS
CS9222 ADVANCED OPERATING SYSTEMS
 

Similar to Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer science),Bon Secours college for women

G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.
G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.
G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.
SumithraG2
 
G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.
G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.
G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.
SumithraG2
 
Distributed shared memory ch 5
Distributed shared memory ch 5Distributed shared memory ch 5
Distributed shared memory ch 5
Alagappa Government Arts College, Karaikudi
 
Chap 4
Chap 4Chap 4
Chap 4
suks_87
 
Persistence of memory: In-memory Is Not Often the Answer
Persistence of memory: In-memory Is Not Often the AnswerPersistence of memory: In-memory Is Not Often the Answer
Persistence of memory: In-memory Is Not Often the Answer
Neil Raden
 
parallel computing.ppt
parallel computing.pptparallel computing.ppt
parallel computing.ppt
ssuser413a98
 
Operating system
Operating systemOperating system
Operating system
Hussain Ahmady
 
Parallel Processing
Parallel ProcessingParallel Processing
Parallel Processing
Mustafa Salam
 
Overview of Distributed Systems
Overview of Distributed SystemsOverview of Distributed Systems
Overview of Distributed Systems
vampugani
 
Distributed Shared Memory-jhgfdsserty.pdf
Distributed Shared Memory-jhgfdsserty.pdfDistributed Shared Memory-jhgfdsserty.pdf
Distributed Shared Memory-jhgfdsserty.pdf
RichardMathengeSPASP
 
Opetating System Memory management
Opetating System Memory managementOpetating System Memory management
Opetating System Memory management
Johan Granados Montero
 
Chapter 10
Chapter 10Chapter 10
Chapter 1-Introduction.ppt
Chapter 1-Introduction.pptChapter 1-Introduction.ppt
Chapter 1-Introduction.ppt
sirajmohammed35
 
Dos unit3
Dos unit3Dos unit3
Dos unit3
JebasheelaSJ
 
Deep semantic understanding
Deep semantic understandingDeep semantic understanding
Deep semantic understanding
sidra ali
 
6.distributed shared memory
6.distributed shared memory6.distributed shared memory
6.distributed shared memory
Gd Goenka University
 
Distributed Shared Memory Systems
Distributed Shared Memory SystemsDistributed Shared Memory Systems
Distributed Shared Memory Systems
Ankit Gupta
 
Performance Tuning
Performance TuningPerformance Tuning
Performance Tuning
Jannet Peetz
 
NUMA
NUMANUMA
Memory comp
Memory compMemory comp
Memory comp
Mohansonale1
 

Similar to Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer science),Bon Secours college for women (20)

G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.
G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.
G.Sumithra,II-M.sc(computer science),Bon secours college for women,thanjavur.
 
G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.
G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.
G.Sumithra,II-M.sc(computer Science),Bon Secours college for women,Thanjavur.
 
Distributed shared memory ch 5
Distributed shared memory ch 5Distributed shared memory ch 5
Distributed shared memory ch 5
 
Chap 4
Chap 4Chap 4
Chap 4
 
Persistence of memory: In-memory Is Not Often the Answer
Persistence of memory: In-memory Is Not Often the AnswerPersistence of memory: In-memory Is Not Often the Answer
Persistence of memory: In-memory Is Not Often the Answer
 
parallel computing.ppt
parallel computing.pptparallel computing.ppt
parallel computing.ppt
 
Operating system
Operating systemOperating system
Operating system
 
Parallel Processing
Parallel ProcessingParallel Processing
Parallel Processing
 
Overview of Distributed Systems
Overview of Distributed SystemsOverview of Distributed Systems
Overview of Distributed Systems
 
Distributed Shared Memory-jhgfdsserty.pdf
Distributed Shared Memory-jhgfdsserty.pdfDistributed Shared Memory-jhgfdsserty.pdf
Distributed Shared Memory-jhgfdsserty.pdf
 
Opetating System Memory management
Opetating System Memory managementOpetating System Memory management
Opetating System Memory management
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Chapter 1-Introduction.ppt
Chapter 1-Introduction.pptChapter 1-Introduction.ppt
Chapter 1-Introduction.ppt
 
Dos unit3
Dos unit3Dos unit3
Dos unit3
 
Deep semantic understanding
Deep semantic understandingDeep semantic understanding
Deep semantic understanding
 
6.distributed shared memory
6.distributed shared memory6.distributed shared memory
6.distributed shared memory
 
Distributed Shared Memory Systems
Distributed Shared Memory SystemsDistributed Shared Memory Systems
Distributed Shared Memory Systems
 
Performance Tuning
Performance TuningPerformance Tuning
Performance Tuning
 
NUMA
NUMANUMA
NUMA
 
Memory comp
Memory compMemory comp
Memory comp
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
Celine George
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
National Information Standards Organization (NISO)
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
blueshagoo1
 
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptxA Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
OH TEIK BIN
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
khuleseema60
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
Payaamvohra1
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
 
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptxA Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 

Terminologies Used In Big data Environments,G.Sumithra,II-M.sc(computer science),Bon Secours college for women

  • 1. SUBMITTED BY NAME:G .SUMITHRA CLASS:II M.SC,COMPUTER SCIENCE BATCH:2017-2019 INCHARGE STAFF:Ms.M.FLORENCE DAYANA
  • 2.   Terminologies and its types  In-Memory Analytics  In-Database processing  Symmetric Multiprocessor system(SMP)  Massively Parallel Processing  Difference Between Parallel and Distributed Systems  Shared Nothing Architecture  Advantages of a “ shared nothing Architecture”  CAP Theorem Explained  CAP Theorem contents
  • 3.   In order to good handle on the big data environment.  A few key terminologies in this arena.  The different types of terminologies are: In-Memory Analytics In-Database processing Symmetric Multiprocessor system(SMP) Massively Parallel Processing Difference Between Parallel and Distributed Systems Shared Nothing Architecture CAP Theorem Explained Terminologies and its types
  • 4.  Data access from non-volatile storage such as hard disk is a slow process.  The data is required to be fetched from hard disk or secondary storage.  One way combat this challenge is to pre-processor and store data. Example: cubes, aggregate tables, query sets, etc…  The initial process of pre-computing and storing data or fetching it from secondary storage.  The problem has been addressed using in-memory analytics  All the relevant data is stored in Random Access Memory(RAM)or primary storage In-Memory Analytics
  • 5.   Faster access  Rapid deployment  Better insights  Minimal IT involvements Advantages
  • 6.   In-database processing is also called as in-database analytics  The data from various enterprise Online Transaction processing(OLAP) system after cleaning up example: de-duplication, scrubbing, etc…  The huge datasets are then exported to analytical programs for complex and extensive computations.  Leading database vendors are offering this feature to large business In-Database processing
  • 7.   SMP is a single common main memory that is shared by two or more identical processors.  To all I/O devices and are controlled by a single operating system instance.  SMP are tightly coupled multiprocessor systems.  Its own high-speed memory, called cache memory and are connected using a system bus. Symmetric Multiprocessor system(SMP)
  • 8.   Massively Parallel Processing(MPP) refers to the coordinated processing of the programs by a number of processors working parallel.  Each have their own operating system and dedicated memory.  They works on different parts of the same program.  SMP works with the processors sharing the same operating system and same memory.  SMP is also referred to as tightly-coupled multiprocessing. Massively Parallel Processing
  • 9.  Parallel system Distributed system Memory Tightly coupled system shared memory Weakly coupled system Distributed memory Control Global clock control No global clock control Processor Interconnection Order of Tbps Order of Gbps Main focus Performance Scientific Computing Performance(cost and scalability) Reliability/ availability information/resource sharing Difference Between Parallel and Distributed Systems
  • 10.
  • 13.   The three most common type of architecture for multiprocessor high transaction rate system.  They are: Shared Memory(SM) Shared Disk(SD) Shared Nothing(SN) Shared Nothing Architecture
  • 14.   A common central memory is shared by multiple processors Shared Disk(SD)  Multiple processors share a common collection of disks while having their own private memory Shared Nothing(SN)  If neither memory nor disk is shared among multiple processors Shared Memory(SM)
  • 15.
  • 16.   Fault Isolation: Its provides the benefit of isolating fault. A fault in a single node is contained and confined. That node exclusive and exposed only through message.  Scalability: The disk is a shared resource. The controlled and the disk bandwidth are also shared state. A different nodes will have to take turns to access the critical data. A distributed shared disk system thus compromising on scalability. Advantages of a “ shared nothing Architecture”
  • 17.  The CAP theorem is also called the Brewer’s theorem.  A collection of interconnection nodes that share data.  The three types of CAP theorem they are: Consistency Availability Partition tolerance CAP Theorem Explained
  • 18.  Consistency A implies that every read fetches the last write.  Availability A implies that reads and writes always succeed. Each non-failing node will return a response in a reasonable amount of time.  Partition tolerance It implies that the system will continue to function when network partition occurs. CAP Theorem
  • 19.