SlideShare uma empresa Scribd logo
1 de 31
Guided by :
Prof. N.M.Kandoi
Submitted by:
Ms. Monali D. Akhare
Roll no. 02
BIG DATAANALYTICS
Department of Computer Science &Engineering
Shri Sant Gajanan Maharaj College of Engineering
Shegaon (444203)
Contents
1. Introduction
2. Big Data and Big Data Analytics
3. Literature Review
4. Analysis of Work
5. Proposed Work
6. Applications
7. Future of Big Data
8. Reference
1/16/2017 Topic : Big Data Analytics Roll No.02
Introduction
 Big Data may well be the Next Big Thing in the IT world.
 Big data burst upon the scene in the first decade of the 21st century.
 The first organizations to embrace it were online and startup firms.
 Big data is currently a major topic across a number of fields
including,
-management and marketing
-scientific research
-national security
-government transparency
-open data.
1/16/2017 Topic : Big Data Analytics Roll No.02
 Big data can bring about dramatic cost reductions, substantial
improvements in the time required to perform a computing task.
 Big Data Analytics for manufacturing applications can be based on
a 5C architecture:
-connection,
-conversion
-cyber
-cognition
-configuration
1/16/2017 Topic : Big Data Analytics Roll No.02
Big Data and Big Data Analytics
What is Big Data?
 Big data usually includes data sets with sizes beyond the ability of
commonly used software tools to;
-capture
-manage
-process data
-elapsed time.
 But having data bigger it requires different approaches:
-techniques, tools and architecture
 Aim to solve new problems or old problems in a better way.
 Generates value and process very large information from storage
that cannot be analyzed by traditional computing techniques.
1/16/2017 Topic : Big Data Analytics Roll No.02
The Structure of Big Data
 The various challenges faced in large data management include
scalability, unstructured data, accessibility, real time analytics, fault
tolerance and many more.
 Structured
-Most traditional data sources
 Semi-structured
-Many sources of big data
 Unstructured
-Video data, audio data
1/16/2017 Topic : Big Data Analytics Roll No.02
 Growth of Big Data is needed
-Increase of storage capacities
-Increase of processing power
-Availability of data(different data types)
Why Big Data?
 IBM claims 90% of today’s stored data was generated in just the
last two years.
How Is Big Data Different?
 Automatically generated by a machine
(e.g. Sensor embedded in an engine)
 Typically an entirely new source of data
(e.g. Use of the internet)
1/16/2017 Topic : Big Data Analytics Roll No.02
 Examining large amount of data
 Appropriate information
 Identification of hidden patterns, unknown correlations
 Better business decisions: strategic and operational
 Effective marketing, customer satisfaction, increased revenue
 Big Data and analytics a large challenge offering great opportunities:
-understanding the business
-mobile advertising space
What is Big Data Analytics?
1/16/2017 Topic : Big Data Analytics Roll No.02
Big Data and Analytics Characteristics
Data can be described by the following characteristics:
Volume -The Big word in Big data itself defines the volume. Data volume
measures the amount of data available to an organization.
Variety - Data variety is a measure of
the richness of the data representation
-text
-images
-video
-audio
-web Pages
-e-mail.
1/16/2017 Topic : Big Data Analytics Roll No.02
Velocity- Speed of generation of data processed to meet the demands,
challenges lie in path of growth and development.
Value - Data value measures the usefulness of data in making decisions.
These reports help these people to find the business trends according to
which they can change their strategies.
Veracity -The quality of the data being captured can vary greatly accuracy
of analysis depends on the veracity of the source data.
1/16/2017 Topic : Big Data Analytics Roll No.02
Issues in Big Data
 Big data Issues are need not be confused with problems but they
are important to know and crucial to handle
Fig: Explosion in size of Data (Hewlett-Packard Development Company, 2012)
1/16/2017 Topic : Big Data Analytics Roll No.02
Issues related to the Characteristics
Volume :As data volume increases, the value of different data records will
decrease in proportion .
Velocity :Traditional systems are not capable of performing the analytics on
data which is constantly in motion so velocity management is more than a
bandwidth issue.
Variety :Incompatible data formats, non-aligned data structures, and
inconsistent data semantics .
Value : Business leaders would be just adding value to their business and
getting more profit unlike IT leaders who would have to concern with the
technicalities of storage and processing.
1/16/2017 Topic : Big Data Analytics Roll No.02
Other Issues......
Storage and Transport Issues
The quantity of data has exploded each time we invented a new
storage medium to handle this issue, data should be processed “in place”
and transmit only resulting information.
Data Management Issues
Given volume, it is impractical to
validate every data item so new approaches
to data qualification and validation are
needed.
1/16/2017 Topic : Big Data Analytics Roll No.02
Motivation for Big Data and Analytics
 Current tools and technologies are not up to the mark to store and
process huge amount of data.
 They are also unable to extract value from these data Big Data can
help to gain insights and make better decisions.
 Following are some areas where Big Data can play important role:
-Big Data Analytics and Health care
-Big Data Analytic and Intelligence Agencies
-Big Data Analytics and Environment
1/16/2017 Topic : Big Data Analytics Roll No.02
Literature Review
 Big Data can help to gain insights and make better decisions and
presents an opportunity.
 Technologies being applied to big data include massively parallel
processing (MPP) databases, data mining grids, distributed file
systems, distributed databases, cloud computing platforms.
 A wide variety of techniques and technologies has been developed
and adapted to aggregate, manipulate, analyze, and visualize big
data.
1/16/2017 Topic : Big Data Analytics Roll No.02
Big Data Technology
 Hadoop is an open source project hosted by Apache Software
Foundation.
 It consists of many small sub projects which belong to the category
of infrastructure for distributed computing.
Hadoop mainly consists of:
-File System (The Hadoop File System)
-Programming Paradigm (Map Reduce)
The other subprojects provide complementary services or they are
building on the core to add higher-level abstractions.
1/16/2017 Topic : Big Data Analytics Roll No.02
Fig. Hadoop High Level Architecture
1/16/2017 Topic : Big Data Analytics Roll No.02
 Replication i.e. creating redundant copies of the same data at
different devices so that in case of failure the copy of the data is
available.
 The main problem is of combining the data being read from
different devices.
 Many a methods are available in distributed computing to handle
this problem but still it is quite challenging.
 All the problems discussed are easily handled by Hadoop.
 The problem of failure is handled by the Hadoop Distributed File
System .
1/16/2017 Topic : Big Data Analytics Roll No.02
 Combining data is handled by Map reduce programming Paradigm
reduces problem of disk reads and writes by providing a
programming model dealing in computation with keys and values.
 Hadoop thus provides: a reliable shared storage and analysis system
 The storage is provided by HDFS and analysis by MapReduce
Fig . HDFS Architecture
BIG DATA is not just HADOOP
Manage & store huge volume
of any data
Hadoop File System
MapReduce
Manage streaming data Stream Computing
Analyze unstructured data Text Analytics Engine
Data WarehousingStructure and control data
Integrate and govern all
data sources
Integration, Data Quality, Security,
Lifecycle Management, MDM
Understand and navigate
federated big data sources
Federated Discovery and Navigation
1/16/2017 Topic : Big Data Analytics Roll No.02
Big Data Projects
 There are some of the projects which are Big Data using effectively.
-Big Science
-Private Sector
-Governments
-International Development
 Data access project by IBM.
-Pig
-Hive
-Flume
-Hcatalog
-Avro
-Spark
1/16/2017 Topic : Big Data Analytics Roll No.02
Analysis of Work
 The challenges in Big Data are usually real implementation hurdles
which require immediate attention.
 Any implementation without handling challenges may lead to failure
of technology implementation and some unpleasant result.
 There are many challenges in different sector given below:
- Privacy and security
- Analytical Challenges
- Technical Challenges
- Fault Tolerance : with the incoming of new technologies like cloud
- Scalability : the issue if big data has lead toward cloud
Big Data Issues and Challenges
1/16/2017 Topic : Big Data Analytics Roll No.02
Big Data Technologies and Risk
The risk associated with Big Data technologies:
 This is a new technology for most organizations so need to
understand other wise will create vulnerabilities.
 User authentication and access to data from multiple
locations may not be sufficiently
controlled.
1/16/2017 Topic : Big Data Analytics Roll No.02
Proposed Work
Apache Hadoop
Apache Hadoop is open source software library which includes
framework that allows for distributed processing of large data sets
across clusters of computers using simple programming models.
It has variety of options ranging from single computer to thousands
of computers, each of which offering local computation and storage.
Instead of depending on hardware, library itself designed to detect
and handle failure and assure high-availability at application layer.
1/16/2017 Topic : Big Data Analytics Roll No.02
Fig. Data store and retrival in Apache Hadoop system
Big Data Analytics has numerous proposed work below
Homeland
Security
Smarter
Healthcare
Multi-channel
sales
Telecom
Manufacturing
Traffic Control
Trading
Analytics
Search
Quality
1/16/2017 Topic : Big Data Analytics Roll No.02
Applications
Government
 The use and adoption of Big Data within governmental processes is
beneficial and allows efficiencies in terms of cost, productivity, and
innovation .
United States of America
 In 2012, the Obama administration announced the Big Data Research and
Development Initiative, to explore how big data could be used to address
important problems faced by the government.
India
 Big data analysis was, in parts, responsible for the BJP and its allies to
win a highly successful Indian General Election 2014.
 The Indian Government utilizes numerous techniques to ascertain how
Indian electorate is responding to government action, as well as ideas for
policy augmentation.
1/16/2017 Topic : Big Data Analytics Roll No.02
International development
 Advancements in big data analysis offer cost effective opportunities to
improve decision making in critical development areas such as health
care, employment, economic productivity, crime, security, and natural
disaster.
Manufacturing
 Based on TCS 2013 Global Trend Study, improvements in supply
planning and product quality provide the greatest benefit of big data for
manufacturing.
Private sector
 Retail: Walmart handles more than 1 million customer transactions every
hour, which are imported into databases estimated to contain more than
2.5 petabytes of data.
 Retail Banking: FICO Card Detection System protects accounts
worldwide.
1/16/2017 Topic : Big Data Analytics Roll No.02
Future of Big Data
 $15 billion on software firms only specializing in data
management and analytics.
 This industry on its own is worth more than $100 billion and
growing at almost 10% a year which is roughly twice as fast as the
software business as a whole.
 In February 2012, the open source analyst firm Wikibon released
the first market forecast for Big Data , listing $5.1B revenue in
2012 with growth to $53.4B in 2017
 The McKinsey Global Institute estimates that data volume is
growing 40% per year, and will grow 44x between 2009 and 2020.
1/16/2017 Topic : Big Data Analytics Roll No.02
References
[1] Katal, A., Wazid, M., Goudar, R.H., “Big data: Issues, challenges, tools and Good
practices”, Sixth International Conference on Contemporary Computing (IC3) 2013.
[2] Stephen K, Frank A, J. Alberto E, William M, “Big Data: Issues and Challenges Moving
Forward”, IEEE, 46th Hawaii International Conference on System Sciences, 2013.
[3] Big Data: Big Promises for Information Security By Rasim Alguliyev Institute of
Information Technology Azerbaijan National Academy of Sciences Baku, Azerbaijan
Yadigar Imamverdiyev Institute of Information Technology Azerbaijan National Academy
of Sciences Baku, Azerbaijan
[4] Big Data analytics frameworks by Parth Chandarana V.E.S.I.T, Chembur ,Mumbai,
India , M. Vijayalakshmi Department of Information Technology, V.E.S.I.T, Chembur
,Mumbai, India 2014 International Conference on Circuits, Systems, Communication and
Inf.
[5]Cloud Security Alliance (CSA): Big Data Analytics for SecurityIntelligence. September
2013.https://cloudsecurityalliance.org/download/big-data-analyticsfor-security-intelligence
Thank you

Mais conteúdo relacionado

Mais procurados

Big data analytics, research report
Big data analytics, research reportBig data analytics, research report
Big data analytics, research reportJULIO GONZALEZ SANZ
 
Introduction to big data
Introduction to big dataIntroduction to big data
Introduction to big dataHari Priya
 
Big, small or just complex data?
Big, small or just complex data?Big, small or just complex data?
Big, small or just complex data?panoratio
 
On Big Data Analytics - opportunities and challenges
On Big Data Analytics - opportunities and challengesOn Big Data Analytics - opportunities and challenges
On Big Data Analytics - opportunities and challengesPetteri Alahuhta
 
Big data Presentation
Big data PresentationBig data Presentation
Big data PresentationAswadmehar
 
One Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical ApplicationsOne Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical ApplicationsFairCom
 
Big Data Analytics Proposal #1
Big Data Analytics Proposal #1Big Data Analytics Proposal #1
Big Data Analytics Proposal #1Ziyad Saleh
 
BIG DATA & DATA ANALYTICS
BIG  DATA & DATA  ANALYTICSBIG  DATA & DATA  ANALYTICS
BIG DATA & DATA ANALYTICSNAGARAJAGIDDE
 
SuanIct-Bigdata desktop-final
SuanIct-Bigdata desktop-finalSuanIct-Bigdata desktop-final
SuanIct-Bigdata desktop-finalstelligence
 
Getting down to business on Big Data analytics
Getting down to business on Big Data analyticsGetting down to business on Big Data analytics
Getting down to business on Big Data analyticsThe Marketing Distillery
 
Big Data - Insights & Challenges
Big Data - Insights & ChallengesBig Data - Insights & Challenges
Big Data - Insights & ChallengesRupen Momaya
 
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...Simplilearn
 
Big agendas for big data analytics projects
Big agendas for big data analytics projectsBig agendas for big data analytics projects
Big agendas for big data analytics projectsThe Marketing Distillery
 
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of thingsBig Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of thingsRamakant Gawande
 
Big Data and BI Best Practices
Big Data and BI Best PracticesBig Data and BI Best Practices
Big Data and BI Best PracticesYellowfin
 
Big Data Characteristics And Process PowerPoint Presentation Slides
Big Data Characteristics And Process PowerPoint Presentation SlidesBig Data Characteristics And Process PowerPoint Presentation Slides
Big Data Characteristics And Process PowerPoint Presentation SlidesSlideTeam
 

Mais procurados (19)

Big data
Big dataBig data
Big data
 
Big data analytics, research report
Big data analytics, research reportBig data analytics, research report
Big data analytics, research report
 
Introduction to big data
Introduction to big dataIntroduction to big data
Introduction to big data
 
Big, small or just complex data?
Big, small or just complex data?Big, small or just complex data?
Big, small or just complex data?
 
On Big Data Analytics - opportunities and challenges
On Big Data Analytics - opportunities and challengesOn Big Data Analytics - opportunities and challenges
On Big Data Analytics - opportunities and challenges
 
Big data Presentation
Big data PresentationBig data Presentation
Big data Presentation
 
Big data
Big dataBig data
Big data
 
One Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical ApplicationsOne Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical Applications
 
Big Data Analytics Proposal #1
Big Data Analytics Proposal #1Big Data Analytics Proposal #1
Big Data Analytics Proposal #1
 
BIG DATA & DATA ANALYTICS
BIG  DATA & DATA  ANALYTICSBIG  DATA & DATA  ANALYTICS
BIG DATA & DATA ANALYTICS
 
SuanIct-Bigdata desktop-final
SuanIct-Bigdata desktop-finalSuanIct-Bigdata desktop-final
SuanIct-Bigdata desktop-final
 
Getting down to business on Big Data analytics
Getting down to business on Big Data analyticsGetting down to business on Big Data analytics
Getting down to business on Big Data analytics
 
Big Data - Insights & Challenges
Big Data - Insights & ChallengesBig Data - Insights & Challenges
Big Data - Insights & Challenges
 
Big data
Big dataBig data
Big data
 
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...
 
Big agendas for big data analytics projects
Big agendas for big data analytics projectsBig agendas for big data analytics projects
Big agendas for big data analytics projects
 
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of thingsBig Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
 
Big Data and BI Best Practices
Big Data and BI Best PracticesBig Data and BI Best Practices
Big Data and BI Best Practices
 
Big Data Characteristics And Process PowerPoint Presentation Slides
Big Data Characteristics And Process PowerPoint Presentation SlidesBig Data Characteristics And Process PowerPoint Presentation Slides
Big Data Characteristics And Process PowerPoint Presentation Slides
 

Semelhante a Seminarppt

Big data introduction, Hadoop in details
Big data introduction, Hadoop in detailsBig data introduction, Hadoop in details
Big data introduction, Hadoop in detailsMahmoud Yassin
 
Ab cs of big data
Ab cs of big dataAb cs of big data
Ab cs of big dataDigimark
 
UNIT 1 -BIG DATA ANALYTICS Full.pdf
UNIT 1 -BIG DATA ANALYTICS Full.pdfUNIT 1 -BIG DATA ANALYTICS Full.pdf
UNIT 1 -BIG DATA ANALYTICS Full.pdfvvpadhu
 
How Analytics Has Changed in the Last 10 Years (and How It’s Staye.docx
How Analytics Has Changed in the Last 10 Years (and How It’s Staye.docxHow Analytics Has Changed in the Last 10 Years (and How It’s Staye.docx
How Analytics Has Changed in the Last 10 Years (and How It’s Staye.docxpooleavelina
 
Getting down to business on Big Data analytics
Getting down to business on Big Data analyticsGetting down to business on Big Data analytics
Getting down to business on Big Data analyticsThe Marketing Distillery
 
Big data (word file)
Big data  (word file)Big data  (word file)
Big data (word file)Shahbaz Anjam
 
Big data and you
Big data and you Big data and you
Big data and you IBM
 
Big Data Science Workshop Documentation V1.0
Big Data Science Workshop Documentation V1.0Big Data Science Workshop Documentation V1.0
Big Data Science Workshop Documentation V1.0Abdelrahman Astro
 
Big data seminor
Big data seminorBig data seminor
Big data seminorberasrujana
 
Big Data: Are you ready for it? Can you handle it?
Big Data: Are you ready for it? Can you handle it? Big Data: Are you ready for it? Can you handle it?
Big Data: Are you ready for it? Can you handle it? ScaleFocus
 

Semelhante a Seminarppt (20)

Big Data przt.pptx
Big Data przt.pptxBig Data przt.pptx
Big Data przt.pptx
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Big data introduction, Hadoop in details
Big data introduction, Hadoop in detailsBig data introduction, Hadoop in details
Big data introduction, Hadoop in details
 
IT In Europe
IT In EuropeIT In Europe
IT In Europe
 
Ab cs of big data
Ab cs of big dataAb cs of big data
Ab cs of big data
 
UNIT 1 -BIG DATA ANALYTICS Full.pdf
UNIT 1 -BIG DATA ANALYTICS Full.pdfUNIT 1 -BIG DATA ANALYTICS Full.pdf
UNIT 1 -BIG DATA ANALYTICS Full.pdf
 
Big data Analytics
Big data Analytics Big data Analytics
Big data Analytics
 
R180305120123
R180305120123R180305120123
R180305120123
 
The ABCs of Big Data
The ABCs of Big DataThe ABCs of Big Data
The ABCs of Big Data
 
13 pv-do es-18-bigdata-v3
13 pv-do es-18-bigdata-v313 pv-do es-18-bigdata-v3
13 pv-do es-18-bigdata-v3
 
How Analytics Has Changed in the Last 10 Years (and How It’s Staye.docx
How Analytics Has Changed in the Last 10 Years (and How It’s Staye.docxHow Analytics Has Changed in the Last 10 Years (and How It’s Staye.docx
How Analytics Has Changed in the Last 10 Years (and How It’s Staye.docx
 
Getting down to business on Big Data analytics
Getting down to business on Big Data analyticsGetting down to business on Big Data analytics
Getting down to business on Big Data analytics
 
Complete-SRS.doc
Complete-SRS.docComplete-SRS.doc
Complete-SRS.doc
 
Big data (word file)
Big data  (word file)Big data  (word file)
Big data (word file)
 
Big data and you
Big data and you Big data and you
Big data and you
 
Big Data
Big DataBig Data
Big Data
 
Big Data Science Workshop Documentation V1.0
Big Data Science Workshop Documentation V1.0Big Data Science Workshop Documentation V1.0
Big Data Science Workshop Documentation V1.0
 
Big data seminor
Big data seminorBig data seminor
Big data seminor
 
Big Data: Are you ready for it? Can you handle it?
Big Data: Are you ready for it? Can you handle it? Big Data: Are you ready for it? Can you handle it?
Big Data: Are you ready for it? Can you handle it?
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
 

Último

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Último (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 

Seminarppt

  • 1. Guided by : Prof. N.M.Kandoi Submitted by: Ms. Monali D. Akhare Roll no. 02 BIG DATAANALYTICS Department of Computer Science &Engineering Shri Sant Gajanan Maharaj College of Engineering Shegaon (444203)
  • 2. Contents 1. Introduction 2. Big Data and Big Data Analytics 3. Literature Review 4. Analysis of Work 5. Proposed Work 6. Applications 7. Future of Big Data 8. Reference
  • 3. 1/16/2017 Topic : Big Data Analytics Roll No.02 Introduction  Big Data may well be the Next Big Thing in the IT world.  Big data burst upon the scene in the first decade of the 21st century.  The first organizations to embrace it were online and startup firms.  Big data is currently a major topic across a number of fields including, -management and marketing -scientific research -national security -government transparency -open data.
  • 4. 1/16/2017 Topic : Big Data Analytics Roll No.02  Big data can bring about dramatic cost reductions, substantial improvements in the time required to perform a computing task.  Big Data Analytics for manufacturing applications can be based on a 5C architecture: -connection, -conversion -cyber -cognition -configuration
  • 5. 1/16/2017 Topic : Big Data Analytics Roll No.02 Big Data and Big Data Analytics What is Big Data?  Big data usually includes data sets with sizes beyond the ability of commonly used software tools to; -capture -manage -process data -elapsed time.  But having data bigger it requires different approaches: -techniques, tools and architecture  Aim to solve new problems or old problems in a better way.  Generates value and process very large information from storage that cannot be analyzed by traditional computing techniques.
  • 6. 1/16/2017 Topic : Big Data Analytics Roll No.02 The Structure of Big Data  The various challenges faced in large data management include scalability, unstructured data, accessibility, real time analytics, fault tolerance and many more.  Structured -Most traditional data sources  Semi-structured -Many sources of big data  Unstructured -Video data, audio data
  • 7. 1/16/2017 Topic : Big Data Analytics Roll No.02  Growth of Big Data is needed -Increase of storage capacities -Increase of processing power -Availability of data(different data types) Why Big Data?  IBM claims 90% of today’s stored data was generated in just the last two years. How Is Big Data Different?  Automatically generated by a machine (e.g. Sensor embedded in an engine)  Typically an entirely new source of data (e.g. Use of the internet)
  • 8. 1/16/2017 Topic : Big Data Analytics Roll No.02  Examining large amount of data  Appropriate information  Identification of hidden patterns, unknown correlations  Better business decisions: strategic and operational  Effective marketing, customer satisfaction, increased revenue  Big Data and analytics a large challenge offering great opportunities: -understanding the business -mobile advertising space What is Big Data Analytics?
  • 9. 1/16/2017 Topic : Big Data Analytics Roll No.02 Big Data and Analytics Characteristics Data can be described by the following characteristics: Volume -The Big word in Big data itself defines the volume. Data volume measures the amount of data available to an organization. Variety - Data variety is a measure of the richness of the data representation -text -images -video -audio -web Pages -e-mail.
  • 10. 1/16/2017 Topic : Big Data Analytics Roll No.02 Velocity- Speed of generation of data processed to meet the demands, challenges lie in path of growth and development. Value - Data value measures the usefulness of data in making decisions. These reports help these people to find the business trends according to which they can change their strategies. Veracity -The quality of the data being captured can vary greatly accuracy of analysis depends on the veracity of the source data.
  • 11. 1/16/2017 Topic : Big Data Analytics Roll No.02 Issues in Big Data  Big data Issues are need not be confused with problems but they are important to know and crucial to handle Fig: Explosion in size of Data (Hewlett-Packard Development Company, 2012)
  • 12. 1/16/2017 Topic : Big Data Analytics Roll No.02 Issues related to the Characteristics Volume :As data volume increases, the value of different data records will decrease in proportion . Velocity :Traditional systems are not capable of performing the analytics on data which is constantly in motion so velocity management is more than a bandwidth issue. Variety :Incompatible data formats, non-aligned data structures, and inconsistent data semantics . Value : Business leaders would be just adding value to their business and getting more profit unlike IT leaders who would have to concern with the technicalities of storage and processing.
  • 13. 1/16/2017 Topic : Big Data Analytics Roll No.02 Other Issues...... Storage and Transport Issues The quantity of data has exploded each time we invented a new storage medium to handle this issue, data should be processed “in place” and transmit only resulting information. Data Management Issues Given volume, it is impractical to validate every data item so new approaches to data qualification and validation are needed.
  • 14. 1/16/2017 Topic : Big Data Analytics Roll No.02 Motivation for Big Data and Analytics  Current tools and technologies are not up to the mark to store and process huge amount of data.  They are also unable to extract value from these data Big Data can help to gain insights and make better decisions.  Following are some areas where Big Data can play important role: -Big Data Analytics and Health care -Big Data Analytic and Intelligence Agencies -Big Data Analytics and Environment
  • 15. 1/16/2017 Topic : Big Data Analytics Roll No.02 Literature Review  Big Data can help to gain insights and make better decisions and presents an opportunity.  Technologies being applied to big data include massively parallel processing (MPP) databases, data mining grids, distributed file systems, distributed databases, cloud computing platforms.  A wide variety of techniques and technologies has been developed and adapted to aggregate, manipulate, analyze, and visualize big data.
  • 16. 1/16/2017 Topic : Big Data Analytics Roll No.02 Big Data Technology  Hadoop is an open source project hosted by Apache Software Foundation.  It consists of many small sub projects which belong to the category of infrastructure for distributed computing. Hadoop mainly consists of: -File System (The Hadoop File System) -Programming Paradigm (Map Reduce) The other subprojects provide complementary services or they are building on the core to add higher-level abstractions.
  • 17. 1/16/2017 Topic : Big Data Analytics Roll No.02 Fig. Hadoop High Level Architecture
  • 18. 1/16/2017 Topic : Big Data Analytics Roll No.02  Replication i.e. creating redundant copies of the same data at different devices so that in case of failure the copy of the data is available.  The main problem is of combining the data being read from different devices.  Many a methods are available in distributed computing to handle this problem but still it is quite challenging.  All the problems discussed are easily handled by Hadoop.  The problem of failure is handled by the Hadoop Distributed File System .
  • 19. 1/16/2017 Topic : Big Data Analytics Roll No.02  Combining data is handled by Map reduce programming Paradigm reduces problem of disk reads and writes by providing a programming model dealing in computation with keys and values.  Hadoop thus provides: a reliable shared storage and analysis system  The storage is provided by HDFS and analysis by MapReduce Fig . HDFS Architecture
  • 20. BIG DATA is not just HADOOP Manage & store huge volume of any data Hadoop File System MapReduce Manage streaming data Stream Computing Analyze unstructured data Text Analytics Engine Data WarehousingStructure and control data Integrate and govern all data sources Integration, Data Quality, Security, Lifecycle Management, MDM Understand and navigate federated big data sources Federated Discovery and Navigation
  • 21. 1/16/2017 Topic : Big Data Analytics Roll No.02 Big Data Projects  There are some of the projects which are Big Data using effectively. -Big Science -Private Sector -Governments -International Development  Data access project by IBM. -Pig -Hive -Flume -Hcatalog -Avro -Spark
  • 22. 1/16/2017 Topic : Big Data Analytics Roll No.02 Analysis of Work  The challenges in Big Data are usually real implementation hurdles which require immediate attention.  Any implementation without handling challenges may lead to failure of technology implementation and some unpleasant result.  There are many challenges in different sector given below: - Privacy and security - Analytical Challenges - Technical Challenges - Fault Tolerance : with the incoming of new technologies like cloud - Scalability : the issue if big data has lead toward cloud Big Data Issues and Challenges
  • 23. 1/16/2017 Topic : Big Data Analytics Roll No.02 Big Data Technologies and Risk The risk associated with Big Data technologies:  This is a new technology for most organizations so need to understand other wise will create vulnerabilities.  User authentication and access to data from multiple locations may not be sufficiently controlled.
  • 24. 1/16/2017 Topic : Big Data Analytics Roll No.02 Proposed Work Apache Hadoop Apache Hadoop is open source software library which includes framework that allows for distributed processing of large data sets across clusters of computers using simple programming models. It has variety of options ranging from single computer to thousands of computers, each of which offering local computation and storage. Instead of depending on hardware, library itself designed to detect and handle failure and assure high-availability at application layer.
  • 25. 1/16/2017 Topic : Big Data Analytics Roll No.02 Fig. Data store and retrival in Apache Hadoop system
  • 26. Big Data Analytics has numerous proposed work below Homeland Security Smarter Healthcare Multi-channel sales Telecom Manufacturing Traffic Control Trading Analytics Search Quality
  • 27. 1/16/2017 Topic : Big Data Analytics Roll No.02 Applications Government  The use and adoption of Big Data within governmental processes is beneficial and allows efficiencies in terms of cost, productivity, and innovation . United States of America  In 2012, the Obama administration announced the Big Data Research and Development Initiative, to explore how big data could be used to address important problems faced by the government. India  Big data analysis was, in parts, responsible for the BJP and its allies to win a highly successful Indian General Election 2014.  The Indian Government utilizes numerous techniques to ascertain how Indian electorate is responding to government action, as well as ideas for policy augmentation.
  • 28. 1/16/2017 Topic : Big Data Analytics Roll No.02 International development  Advancements in big data analysis offer cost effective opportunities to improve decision making in critical development areas such as health care, employment, economic productivity, crime, security, and natural disaster. Manufacturing  Based on TCS 2013 Global Trend Study, improvements in supply planning and product quality provide the greatest benefit of big data for manufacturing. Private sector  Retail: Walmart handles more than 1 million customer transactions every hour, which are imported into databases estimated to contain more than 2.5 petabytes of data.  Retail Banking: FICO Card Detection System protects accounts worldwide.
  • 29. 1/16/2017 Topic : Big Data Analytics Roll No.02 Future of Big Data  $15 billion on software firms only specializing in data management and analytics.  This industry on its own is worth more than $100 billion and growing at almost 10% a year which is roughly twice as fast as the software business as a whole.  In February 2012, the open source analyst firm Wikibon released the first market forecast for Big Data , listing $5.1B revenue in 2012 with growth to $53.4B in 2017  The McKinsey Global Institute estimates that data volume is growing 40% per year, and will grow 44x between 2009 and 2020.
  • 30. 1/16/2017 Topic : Big Data Analytics Roll No.02 References [1] Katal, A., Wazid, M., Goudar, R.H., “Big data: Issues, challenges, tools and Good practices”, Sixth International Conference on Contemporary Computing (IC3) 2013. [2] Stephen K, Frank A, J. Alberto E, William M, “Big Data: Issues and Challenges Moving Forward”, IEEE, 46th Hawaii International Conference on System Sciences, 2013. [3] Big Data: Big Promises for Information Security By Rasim Alguliyev Institute of Information Technology Azerbaijan National Academy of Sciences Baku, Azerbaijan Yadigar Imamverdiyev Institute of Information Technology Azerbaijan National Academy of Sciences Baku, Azerbaijan [4] Big Data analytics frameworks by Parth Chandarana V.E.S.I.T, Chembur ,Mumbai, India , M. Vijayalakshmi Department of Information Technology, V.E.S.I.T, Chembur ,Mumbai, India 2014 International Conference on Circuits, Systems, Communication and Inf. [5]Cloud Security Alliance (CSA): Big Data Analytics for SecurityIntelligence. September 2013.https://cloudsecurityalliance.org/download/big-data-analyticsfor-security-intelligence

Notas do Editor

  1. 20
  2. Quote practical examples