SlideShare uma empresa Scribd logo
1 de 35
Big DATA
By- Yash Bheda (1524008)
Janhavi Jaltare(1524011)
Krisha Udani()
Binal Savla (1524003)
Table of Contents
Topics
History of Big Data
Big Data
Architecture for Network
Network Analysis Algorithm
Big Data network analysing
Network Application
Summary
1.0: History of Big Data
 Big data is a relative term describing when the data in an
organization is to be stored and managed by timely decision
making.
Time Data Generation Processing
Initially Employee
generated data
Single Processor
Modern times User generated
data
Parallel
Processing(Multiple processors
using servers)Recently System generated
data
Contents
 Big data generated by user and system are
mostly unstructured.
Traditional Data Big Data
Documents Photographs
Finances Audio and Videos
Stock Recording 3D Models
Personnel Files Simulation
Location Data
BIG data
 Big Data represents the way this information is
analysed to help open Opportunities.
 A deep need exists for the structure to parse the data to
separate out the unwanted and find the useful threads
to uncover opportunities.
Input information
New processing
techniques
Better results
Management approach
 Traditionally
 Modern
Data input Storing Analysing
Data input Analysing Storing
4 V’s of BIG data
 Volume :vast amounts of data generated every
second.
 Velocity:speed at which new data generated moves
around.
 Variability :messiness or trustworthiness of the data. It
means inconsistent data flow with periodic peaks.
 Variety :different types of data we can now use.
Variety of data
Big Data Classification
Why classify?
 Complex situations
 4 Vs
 Results
From classifying big data to choosing
a big data solution
Defining a logical
architecture
Understanding
atomic patterns for
big data solutions
Understanding
composite patterns
to use for big data
solutions
Choosing a solution pattern
for a big data solution
Determining the viability of a
business problem for a big
data solution
Selecting the right products
to implement a big data
solution
Parallel processing
Mappers and Reducers
 Map-Reduce job =
- Map function (input->key-value pairs)+
-Reduce function(key and list values->output).
 Map() procedure (method) that performs filtering and sorting.
 Reduce() method that performs a summary operation
NATURAL JOIN- MAPPING
 Join of R(A,B) with S(B,C) is the set of tuples (a,b,c).
 Mapper need to send R(a,b) and S (b,c) to the same reducer, so they
can be joined there.
 Mapper output:key=B-value,value=relation and othe component (A
or C).
-Example:R(1,2)-> (2,(R,1))
S(2,3)-> (2.(S,3))
Mapping Tuples
R(1,2) —> —>(2,(R,1))
R(4,2) —> —>(2,(R,4))
S(2,3) —> —>(2,(S,3))
S(5,6) —> —>(5,(S,6))
Mapper
For R(1,2)
Mapper
For
R(4,2)
Mapper
For
S(2,3)
Mapper
For
S(5,6)
Grouping Phase
 There is a reduce for each key.
 Every key-value pair generated by any mapper is sent to the
reducer for its key.
Mapping Tuples
—>(2,(R,1))
(2,(R,1))
(2,(R,4))
—>(2,(R,4)) (2,(S,3))
—>(2,(S,3))
(5,(S,6))
—>(5,(S,6))
Mapper
For R(1,2)
Mapper
For
R(4,2)
Mapper
For
S(2,3)
Mapper
For
S(5,6)
Reducer
For B=2
Reducer for
B=5
Constructing Value-list
 The input to each reducer is organized by the system into a pair:
- The Key.
- The List of values associated with that key.
THE VALUE-LIST FORMAT
(2,[(R,1), (R,4), (S,3)])—>
(5,[(S,6)])—>
Reducer for
B=2
Reducer for
B=5
The reduce Function For Join
Given key b and a list of values that are either
(R, 𝑎𝑖
) or (S, 𝑐𝑗
), output each triple
(𝑎𝑖 ,b,𝑐𝑗 ).
-Thus, the number of outputs made by a
reducer is the product of the number of R’s on
the list and the numbers of S’s on the list.
OUTPUT OF THE
REDUCERS
(2,[(R,1), (R,4), (S,3)])—>
(5,[(S,6)])—>
Reducer for
B=2
Reducer for
B=5
—>(1,2,3), (4,2,3)
Network Resources Related to Big Data
The network's capability to absorb and transfer big
data traffic is made up of six elements:
1. Bandwidth
2. Network delay
3. Security
4. Data delivery accuracy
5. Availability
6. Resiliency
Network Monitoring of Big Data
● Most monitoring systems deal with major changes,
failures, configuration data, and traffic reporting.
● The monitoring function itself is a producer of big
data. Therefore, the network data needs to be analyzed
with big data applications.
● Traffic trends, where applications are located, what
caused the traffic, and what network resources are
available to effectively carry the traffic are all part of
the network big data information.
Network Monitoring Strategies
● Ensure that your monitoring tools collect the network information with
enough granularity to produce detailed statistical representations.
● You will need a dashboard that continuously provides alerts and alarms
when traffic changes occur that are outside acceptable.
● Create short-term reports rapidly so that traffic changes that could impair
the network operation can be discovered as soon as possible.
● If a cloud service is employed, do you have the traffic data from the cloud
delivered in real time so you can make decisions before a problem worsens?
Benefits of Big Data Network Monitoring
1. Load balancing
2. Data Filtering
3. Real-time data analysis
4. Managing Virtual resources
Big Data Impact
Network Applications
 Big data for network design
 Big data for network management
 Big data for network resource optimization
 Big data for network security and privacy
 Big data for network economics and pricing
 Big data for network performance evaluation
 Parallel and distributed algorithms for Big Data
Online services
 Netflix actually does comparison of their show
banners and gives each customer what
appeals to them
Targeted marketing and
advertising
 Using 'tracking cookies' Facebook can collect
information about each website you are
visiting
 It is possible to accurately predict a range of
highly sensitive personal attributes simply by
analysing the ‘Likes’
Network Security & Bigdata
 Software-Defined Networking (SDN)-based
controllers and Big Data analytics within and
about the data network
 Analyzes network security attacks and potential
risks immediately, which prevents security
breaches.
 Eg:Behavior analysis software to prevent the
misuse of crutial data.
Implementation
 Network partitioning is crucial in setting up big data
environments.
 Heavy demands from applications do not impact other
mission-critical workloads
 Prepare now for big data scalability later
 Yahoo is running more than 42,000 nodes in its big
data environment, in 2013 the average number of
nodes in a big data cluster was just over 100
Summary
 Big data helps better analysis and market
prediction.
 Helps develop better logistic and accuracy in
systems and reduces redundancy.
 The characteristic 4 v’s support the
management and utilization of massive data.

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Thilga
ThilgaThilga
Thilga
 
Big Data
Big DataBig Data
Big Data
 
Introduction to BigData
Introduction to BigData Introduction to BigData
Introduction to BigData
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
 
Big data
Big dataBig data
Big data
 
Big Data Projects Research Ideas
Big Data Projects Research IdeasBig Data Projects Research Ideas
Big Data Projects Research Ideas
 
Introduction to Big Data & Hadoop
Introduction to Big Data & Hadoop Introduction to Big Data & Hadoop
Introduction to Big Data & Hadoop
 
Introduction to Big Data & Big Data 1.0 System
Introduction to Big Data & Big Data 1.0 SystemIntroduction to Big Data & Big Data 1.0 System
Introduction to Big Data & Big Data 1.0 System
 
What is Big Data ?
What is Big Data ?What is Big Data ?
What is Big Data ?
 
Big Data & Data Science
Big Data & Data ScienceBig Data & Data Science
Big Data & Data Science
 
Big Data Analytics MIS presentation
Big Data Analytics MIS presentationBig Data Analytics MIS presentation
Big Data Analytics MIS presentation
 
Big Data Hadoop
Big Data HadoopBig Data Hadoop
Big Data Hadoop
 
Big data analytics, research report
Big data analytics, research reportBig data analytics, research report
Big data analytics, research report
 
Bigdata " new level"
Bigdata " new level"Bigdata " new level"
Bigdata " new level"
 
big data overview ppt
big data overview pptbig data overview ppt
big data overview ppt
 
Overview of Bigdata Analytics
Overview of Bigdata Analytics Overview of Bigdata Analytics
Overview of Bigdata Analytics
 
Big data
Big dataBig data
Big data
 
Bigdata
BigdataBigdata
Bigdata
 
Great Expectations Presentation
Great Expectations PresentationGreat Expectations Presentation
Great Expectations Presentation
 
Big data
Big dataBig data
Big data
 

Destaque (16)

Big Data analytics
Big Data analyticsBig Data analytics
Big Data analytics
 
BigData Analysis
BigData AnalysisBigData Analysis
BigData Analysis
 
Tools and Methods for Big Data Analytics by Dahl Winters
Tools and Methods for Big Data Analytics by Dahl WintersTools and Methods for Big Data Analytics by Dahl Winters
Tools and Methods for Big Data Analytics by Dahl Winters
 
Big Tools for Big Data
Big Tools for Big DataBig Tools for Big Data
Big Tools for Big Data
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Basics of big data analytics hadoop
Basics of big data analytics hadoopBasics of big data analytics hadoop
Basics of big data analytics hadoop
 
Big data analysis concepts and references
Big data analysis concepts and referencesBig data analysis concepts and references
Big data analysis concepts and references
 
Introduction to Bigdata Analysis
Introduction to Bigdata AnalysisIntroduction to Bigdata Analysis
Introduction to Bigdata Analysis
 
What is big data?
What is big data?What is big data?
What is big data?
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Big Data
Big DataBig Data
Big Data
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Big data and Hadoop
Big data and HadoopBig data and Hadoop
Big data and Hadoop
 
What is Big Data?
What is Big Data?What is Big Data?
What is Big Data?
 
Big Data Analytics with Hadoop
Big Data Analytics with HadoopBig Data Analytics with Hadoop
Big Data Analytics with Hadoop
 
Big data ppt
Big  data pptBig  data ppt
Big data ppt
 

Semelhante a Big data (4Vs,history,concept,algorithm) analysis and applications #bigdata #analysis #data #dataanalysis #Mapreduction

Fast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data AnalysisFast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data AnalysisIRJET Journal
 
Unit 2 - Data Manipulation with R.pptx
Unit 2 - Data Manipulation with R.pptxUnit 2 - Data Manipulation with R.pptx
Unit 2 - Data Manipulation with R.pptxMalla Reddy University
 
Big Data Processing with Hadoop : A Review
Big Data Processing with Hadoop : A ReviewBig Data Processing with Hadoop : A Review
Big Data Processing with Hadoop : A ReviewIRJET Journal
 
Association Rule Mining using RHadoop
Association Rule Mining using RHadoopAssociation Rule Mining using RHadoop
Association Rule Mining using RHadoopIRJET Journal
 
Cloud Computing & Big Data
Cloud Computing & Big DataCloud Computing & Big Data
Cloud Computing & Big DataMrinal Kumar
 
Sycamore Quantum Computer 2019 developed.pptx
Sycamore Quantum Computer 2019 developed.pptxSycamore Quantum Computer 2019 developed.pptx
Sycamore Quantum Computer 2019 developed.pptxshujee381
 
2013 International Conference on Knowledge, Innovation and Enterprise Presen...
2013  International Conference on Knowledge, Innovation and Enterprise Presen...2013  International Conference on Knowledge, Innovation and Enterprise Presen...
2013 International Conference on Knowledge, Innovation and Enterprise Presen...oj08
 
Hw09 Hadoop Based Data Mining Platform For The Telecom Industry
Hw09   Hadoop Based Data Mining Platform For The Telecom IndustryHw09   Hadoop Based Data Mining Platform For The Telecom Industry
Hw09 Hadoop Based Data Mining Platform For The Telecom IndustryCloudera, Inc.
 
Final Report_798 Project_Nithin_Sharmila
Final Report_798 Project_Nithin_SharmilaFinal Report_798 Project_Nithin_Sharmila
Final Report_798 Project_Nithin_SharmilaNithin Kakkireni
 
using big-data methods analyse the Cross platform aviation
 using big-data methods analyse the Cross platform aviation using big-data methods analyse the Cross platform aviation
using big-data methods analyse the Cross platform aviationranjit banshpal
 
Cloud and Bid data Dr.VK.pdf
Cloud and Bid data Dr.VK.pdfCloud and Bid data Dr.VK.pdf
Cloud and Bid data Dr.VK.pdfkalai75
 
A Comprehensive Study on Big Data Applications and Challenges
A Comprehensive Study on Big Data Applications and ChallengesA Comprehensive Study on Big Data Applications and Challenges
A Comprehensive Study on Big Data Applications and Challengesijcisjournal
 
IRJET - Survey Paper on Map Reduce Processing using HADOOP
IRJET - Survey Paper on Map Reduce Processing using HADOOPIRJET - Survey Paper on Map Reduce Processing using HADOOP
IRJET - Survey Paper on Map Reduce Processing using HADOOPIRJET Journal
 
BDA Mod1@AzDOCUMENTS.in.pdf
BDA Mod1@AzDOCUMENTS.in.pdfBDA Mod1@AzDOCUMENTS.in.pdf
BDA Mod1@AzDOCUMENTS.in.pdfJayanthSram
 
Big Data Hadoop (Overview)
Big Data Hadoop (Overview)Big Data Hadoop (Overview)
Big Data Hadoop (Overview)Rohit Srivastava
 
HIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICS
HIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICSHIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICS
HIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICSHappiest Minds Technologies
 
Big Data with Hadoop – For Data Management, Processing and Storing
Big Data with Hadoop – For Data Management, Processing and StoringBig Data with Hadoop – For Data Management, Processing and Storing
Big Data with Hadoop – For Data Management, Processing and StoringIRJET Journal
 

Semelhante a Big data (4Vs,history,concept,algorithm) analysis and applications #bigdata #analysis #data #dataanalysis #Mapreduction (20)

Fast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data AnalysisFast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data Analysis
 
Unit 2 - Data Manipulation with R.pptx
Unit 2 - Data Manipulation with R.pptxUnit 2 - Data Manipulation with R.pptx
Unit 2 - Data Manipulation with R.pptx
 
Big Data Processing with Hadoop : A Review
Big Data Processing with Hadoop : A ReviewBig Data Processing with Hadoop : A Review
Big Data Processing with Hadoop : A Review
 
Association Rule Mining using RHadoop
Association Rule Mining using RHadoopAssociation Rule Mining using RHadoop
Association Rule Mining using RHadoop
 
Cloud Computing & Big Data
Cloud Computing & Big DataCloud Computing & Big Data
Cloud Computing & Big Data
 
Sycamore Quantum Computer 2019 developed.pptx
Sycamore Quantum Computer 2019 developed.pptxSycamore Quantum Computer 2019 developed.pptx
Sycamore Quantum Computer 2019 developed.pptx
 
2013 International Conference on Knowledge, Innovation and Enterprise Presen...
2013  International Conference on Knowledge, Innovation and Enterprise Presen...2013  International Conference on Knowledge, Innovation and Enterprise Presen...
2013 International Conference on Knowledge, Innovation and Enterprise Presen...
 
Hw09 Hadoop Based Data Mining Platform For The Telecom Industry
Hw09   Hadoop Based Data Mining Platform For The Telecom IndustryHw09   Hadoop Based Data Mining Platform For The Telecom Industry
Hw09 Hadoop Based Data Mining Platform For The Telecom Industry
 
Final Report_798 Project_Nithin_Sharmila
Final Report_798 Project_Nithin_SharmilaFinal Report_798 Project_Nithin_Sharmila
Final Report_798 Project_Nithin_Sharmila
 
using big-data methods analyse the Cross platform aviation
 using big-data methods analyse the Cross platform aviation using big-data methods analyse the Cross platform aviation
using big-data methods analyse the Cross platform aviation
 
Cloud and Bid data Dr.VK.pdf
Cloud and Bid data Dr.VK.pdfCloud and Bid data Dr.VK.pdf
Cloud and Bid data Dr.VK.pdf
 
A Comprehensive Study on Big Data Applications and Challenges
A Comprehensive Study on Big Data Applications and ChallengesA Comprehensive Study on Big Data Applications and Challenges
A Comprehensive Study on Big Data Applications and Challenges
 
IRJET - Survey Paper on Map Reduce Processing using HADOOP
IRJET - Survey Paper on Map Reduce Processing using HADOOPIRJET - Survey Paper on Map Reduce Processing using HADOOP
IRJET - Survey Paper on Map Reduce Processing using HADOOP
 
BDA Mod1@AzDOCUMENTS.in.pdf
BDA Mod1@AzDOCUMENTS.in.pdfBDA Mod1@AzDOCUMENTS.in.pdf
BDA Mod1@AzDOCUMENTS.in.pdf
 
Big Data
Big DataBig Data
Big Data
 
Big Data Hadoop (Overview)
Big Data Hadoop (Overview)Big Data Hadoop (Overview)
Big Data Hadoop (Overview)
 
HIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICS
HIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICSHIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICS
HIGH-IMPACT USE CASES POWERED BY NEXT-GENERATION NETWORK ANALYTICS
 
Big Data with Hadoop – For Data Management, Processing and Storing
Big Data with Hadoop – For Data Management, Processing and StoringBig Data with Hadoop – For Data Management, Processing and Storing
Big Data with Hadoop – For Data Management, Processing and Storing
 
[IJCT-V3I2P32] Authors: Amarbir Singh, Palwinder Singh
[IJCT-V3I2P32] Authors: Amarbir Singh, Palwinder Singh[IJCT-V3I2P32] Authors: Amarbir Singh, Palwinder Singh
[IJCT-V3I2P32] Authors: Amarbir Singh, Palwinder Singh
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 

Último

100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 

Último (20)

100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 

Big data (4Vs,history,concept,algorithm) analysis and applications #bigdata #analysis #data #dataanalysis #Mapreduction

  • 1. Big DATA By- Yash Bheda (1524008) Janhavi Jaltare(1524011) Krisha Udani() Binal Savla (1524003)
  • 2. Table of Contents Topics History of Big Data Big Data Architecture for Network Network Analysis Algorithm Big Data network analysing Network Application Summary
  • 3. 1.0: History of Big Data  Big data is a relative term describing when the data in an organization is to be stored and managed by timely decision making. Time Data Generation Processing Initially Employee generated data Single Processor Modern times User generated data Parallel Processing(Multiple processors using servers)Recently System generated data
  • 4. Contents  Big data generated by user and system are mostly unstructured. Traditional Data Big Data Documents Photographs Finances Audio and Videos Stock Recording 3D Models Personnel Files Simulation Location Data
  • 5. BIG data  Big Data represents the way this information is analysed to help open Opportunities.  A deep need exists for the structure to parse the data to separate out the unwanted and find the useful threads to uncover opportunities. Input information New processing techniques Better results
  • 6. Management approach  Traditionally  Modern Data input Storing Analysing Data input Analysing Storing
  • 7. 4 V’s of BIG data  Volume :vast amounts of data generated every second.  Velocity:speed at which new data generated moves around.  Variability :messiness or trustworthiness of the data. It means inconsistent data flow with periodic peaks.  Variety :different types of data we can now use.
  • 9. Big Data Classification Why classify?  Complex situations  4 Vs  Results
  • 10. From classifying big data to choosing a big data solution Defining a logical architecture Understanding atomic patterns for big data solutions Understanding composite patterns to use for big data solutions Choosing a solution pattern for a big data solution Determining the viability of a business problem for a big data solution Selecting the right products to implement a big data solution
  • 11.
  • 12.
  • 14. Mappers and Reducers  Map-Reduce job = - Map function (input->key-value pairs)+ -Reduce function(key and list values->output).  Map() procedure (method) that performs filtering and sorting.  Reduce() method that performs a summary operation
  • 15. NATURAL JOIN- MAPPING  Join of R(A,B) with S(B,C) is the set of tuples (a,b,c).  Mapper need to send R(a,b) and S (b,c) to the same reducer, so they can be joined there.  Mapper output:key=B-value,value=relation and othe component (A or C). -Example:R(1,2)-> (2,(R,1)) S(2,3)-> (2.(S,3))
  • 16. Mapping Tuples R(1,2) —> —>(2,(R,1)) R(4,2) —> —>(2,(R,4)) S(2,3) —> —>(2,(S,3)) S(5,6) —> —>(5,(S,6)) Mapper For R(1,2) Mapper For R(4,2) Mapper For S(2,3) Mapper For S(5,6)
  • 17. Grouping Phase  There is a reduce for each key.  Every key-value pair generated by any mapper is sent to the reducer for its key.
  • 18. Mapping Tuples —>(2,(R,1)) (2,(R,1)) (2,(R,4)) —>(2,(R,4)) (2,(S,3)) —>(2,(S,3)) (5,(S,6)) —>(5,(S,6)) Mapper For R(1,2) Mapper For R(4,2) Mapper For S(2,3) Mapper For S(5,6) Reducer For B=2 Reducer for B=5
  • 19. Constructing Value-list  The input to each reducer is organized by the system into a pair: - The Key. - The List of values associated with that key.
  • 20. THE VALUE-LIST FORMAT (2,[(R,1), (R,4), (S,3)])—> (5,[(S,6)])—> Reducer for B=2 Reducer for B=5
  • 21. The reduce Function For Join Given key b and a list of values that are either (R, 𝑎𝑖 ) or (S, 𝑐𝑗 ), output each triple (𝑎𝑖 ,b,𝑐𝑗 ). -Thus, the number of outputs made by a reducer is the product of the number of R’s on the list and the numbers of S’s on the list.
  • 22. OUTPUT OF THE REDUCERS (2,[(R,1), (R,4), (S,3)])—> (5,[(S,6)])—> Reducer for B=2 Reducer for B=5 —>(1,2,3), (4,2,3)
  • 23. Network Resources Related to Big Data The network's capability to absorb and transfer big data traffic is made up of six elements: 1. Bandwidth 2. Network delay 3. Security 4. Data delivery accuracy 5. Availability 6. Resiliency
  • 24. Network Monitoring of Big Data ● Most monitoring systems deal with major changes, failures, configuration data, and traffic reporting. ● The monitoring function itself is a producer of big data. Therefore, the network data needs to be analyzed with big data applications. ● Traffic trends, where applications are located, what caused the traffic, and what network resources are available to effectively carry the traffic are all part of the network big data information.
  • 25. Network Monitoring Strategies ● Ensure that your monitoring tools collect the network information with enough granularity to produce detailed statistical representations. ● You will need a dashboard that continuously provides alerts and alarms when traffic changes occur that are outside acceptable. ● Create short-term reports rapidly so that traffic changes that could impair the network operation can be discovered as soon as possible. ● If a cloud service is employed, do you have the traffic data from the cloud delivered in real time so you can make decisions before a problem worsens?
  • 26. Benefits of Big Data Network Monitoring 1. Load balancing 2. Data Filtering 3. Real-time data analysis 4. Managing Virtual resources
  • 27.
  • 29. Network Applications  Big data for network design  Big data for network management  Big data for network resource optimization  Big data for network security and privacy  Big data for network economics and pricing  Big data for network performance evaluation  Parallel and distributed algorithms for Big Data
  • 30. Online services  Netflix actually does comparison of their show banners and gives each customer what appeals to them
  • 31.
  • 32. Targeted marketing and advertising  Using 'tracking cookies' Facebook can collect information about each website you are visiting  It is possible to accurately predict a range of highly sensitive personal attributes simply by analysing the ‘Likes’
  • 33. Network Security & Bigdata  Software-Defined Networking (SDN)-based controllers and Big Data analytics within and about the data network  Analyzes network security attacks and potential risks immediately, which prevents security breaches.  Eg:Behavior analysis software to prevent the misuse of crutial data.
  • 34. Implementation  Network partitioning is crucial in setting up big data environments.  Heavy demands from applications do not impact other mission-critical workloads  Prepare now for big data scalability later  Yahoo is running more than 42,000 nodes in its big data environment, in 2013 the average number of nodes in a big data cluster was just over 100
  • 35. Summary  Big data helps better analysis and market prediction.  Helps develop better logistic and accuracy in systems and reduces redundancy.  The characteristic 4 v’s support the management and utilization of massive data.

Notas do Editor

  1. It's the information owned by a company, obtained and processed through new techniques to produce value in the best way possible.
  2. A problem is broken down into parts that can be solved concurrently. Each part is further broken down into instructions. Instructions execute simultaneously over multiple processors.