SlideShare a Scribd company logo
1 of 15
Purpose
The application allows large files to be compressed
for either sending via e-mail or transferring to another
source (e.g. from desktop computer to laptop).
software which is used to compress data and
therefore save time and space and make e-mail
attachments faster.
Compress files make it easy to keep related files
together and make transporting, e-mailing,
downloading and storing data and software faster and
more efficient
The basic objective of the project
Compress files compress data and therefore save time and
space and make downloading software and transferring e-
mail attachments faster. Typical uses for compress files
include:
Distributing files on the Internet: the file transfer is
quicker because the file is compressed.
Sending a group of related files to an associate: When you
distribute a collection of files as a single compress file, you
benefit from the file grouping as well as compression.
Saving disk space: If you have large files that are
important but seldom used, such as large data files, simply
compress the files into a compress file and then
decompress (or "extract") them only when needed.
GZipStream / DeflateStream
This gzip stream class represents the gzip data format, which
uses an industry-standard algorithm for lossless file
compression and decompression. The format includes a
cyclic redundancy check value for detecting data corruption.
The gzip data format uses the same algorithm as the
DeflateStream class, but can be extended to use other
compression formats. The format can be readily
implemented in a manner not covered by patents.
Starting with the .NET Framework 4.5, the DeflateStream
class uses the zlib library for compression. As a result, it
provides a better compression algorithm and, in most cases,
a smaller compressed file than it provides in earlier versions
of the .NET Framework.
GZipStream / DeflateStream
The compression functionality in DeflateStream
and GZipStream is exposed as a stream. Data is
read on a byte-by-byte basis, so it is not possible
to perform multiple passes to determine the
best method for compressing entire files or large
blocks of data.
The DeflateStream and GZipStream classes are
best used on uncompressed sources of data. If
the source data is already compressed, using
these classes may actually increase the size of
the stream.
GZipStream / DeflateStream
The DeflateStream class is a direct descendant of the
Stream class; it provides the methods that the Stream
class defines. The DeflateStream class implements the
Deflate algorithm as it reads and writes data. This is
an industry-standard algorithm that performs lossless
file compression and decompression. The
DeflateStream class cannot process a stream that is
larger than 4 gigabytes (GB).
GZipStream / DeflateStream
Like the DeflateStream class, the GZipStream class
inherits from the Stream class and implements the Deflate
algorithm. The difference is that the format of the data is
compatible with the GZIP specification; it includes
additional header information that enables tools such as
GZip, WinZip, and WinRAR to examine and decompress a
file that is written by using a GZipStream object. Similarly,
you can use the GZipStream class to read compressed files
that are created by using these tools. The GZIP format
adds a small overhead, so data that is compressed by using
a GZipStream object is a little larger than that compressed
by using a DeflateStream object.  
WORKING PROCESS OF THE
PROJECT
The proposed system contains the following main 
processes: -
 Compression  
To create a new Zip file, open G-zip setup.
Search the file from computer for compressing by
clicking the “Browse” button
Simply click a button “Compress” to Create a new Zip
file in your computer
After this a compress file is created with “.gkg
“extension
WORKING PROCESS OF THE
PROJECT
Decompression
To decompress a zip file, open G-zip setup
Search the file from computer for compressing by
clicking the “Browse” button
Simply click a button “Decompress” to Create a new
Zip file in your computer
After this the file is decompress.
Working Process
Application design look
File name
File
Type
Size
before
compress
ion
Size after
compress
ion
Compressi
on
percentage
01 - Maroon 5
-OneMore
PPT Sandeep Tayal
Sum 41 -Pieces
-YouTube
VHDL.Programming.
DouglasPerry
Data-Security
.mp3
.ppt
.mp4
.pdf
.txt
.docx
8,674 kb
4,823 kb
13,819
kb
2,357 kb
3.65 mb
5.59 mb
8,317 kb
4,789 kb
13,657
kb
1,819 kb
0.657 mb
5.55 mb
4.1%
0.7%
1.1%
22.32%
82%
0.7%
Result
G zip compresser ppt

More Related Content

What's hot

Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChangerZero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
MongoDB
 
MongoDB Memory Management Demystified
MongoDB Memory Management DemystifiedMongoDB Memory Management Demystified
MongoDB Memory Management Demystified
MongoDB
 
Introduction to Redis
Introduction to RedisIntroduction to Redis
Introduction to Redis
TO THE NEW | Technology
 

What's hot (19)

Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChangerZero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
Zero to 1 Billion+ Records: A True Story of Learning & Scaling GameChanger
 
MongoDB Memory Management Demystified
MongoDB Memory Management DemystifiedMongoDB Memory Management Demystified
MongoDB Memory Management Demystified
 
Hdfs internals
Hdfs internalsHdfs internals
Hdfs internals
 
Fusion-io and MySQL at Craigslist
Fusion-io and MySQL at CraigslistFusion-io and MySQL at Craigslist
Fusion-io and MySQL at Craigslist
 
MongoUK - Approaching 1 billion documents with MongoDB1 Billion Documents
MongoUK - Approaching 1 billion documents with MongoDB1 Billion DocumentsMongoUK - Approaching 1 billion documents with MongoDB1 Billion Documents
MongoUK - Approaching 1 billion documents with MongoDB1 Billion Documents
 
Features of couchDB
Features of couchDBFeatures of couchDB
Features of couchDB
 
Webinar - Approaching 1 billion documents with MongoDB
Webinar - Approaching 1 billion documents with MongoDBWebinar - Approaching 1 billion documents with MongoDB
Webinar - Approaching 1 billion documents with MongoDB
 
IPWB and IPFS at WAC2017
IPWB and IPFS at WAC2017IPWB and IPFS at WAC2017
IPWB and IPFS at WAC2017
 
Development to Production with Sharded MongoDB Clusters
Development to Production with Sharded MongoDB ClustersDevelopment to Production with Sharded MongoDB Clusters
Development to Production with Sharded MongoDB Clusters
 
Ipfs
IpfsIpfs
Ipfs
 
Introduction to Redis
Introduction to RedisIntroduction to Redis
Introduction to Redis
 
Redis for horizontally scaled data processing at jFrog bintray
Redis for horizontally scaled data processing at jFrog bintrayRedis for horizontally scaled data processing at jFrog bintray
Redis for horizontally scaled data processing at jFrog bintray
 
Introduction to Web Designing
Introduction to Web DesigningIntroduction to Web Designing
Introduction to Web Designing
 
Realtime Search Infrastructure at Craigslist (OpenWest 2014)
Realtime Search Infrastructure at Craigslist (OpenWest 2014)Realtime Search Infrastructure at Craigslist (OpenWest 2014)
Realtime Search Infrastructure at Craigslist (OpenWest 2014)
 
Advanced Administration, Monitoring and Backup
Advanced Administration, Monitoring and BackupAdvanced Administration, Monitoring and Backup
Advanced Administration, Monitoring and Backup
 
Date-tiered Compaction Policy for Time-series Data
Date-tiered Compaction Policy for Time-series DataDate-tiered Compaction Policy for Time-series Data
Date-tiered Compaction Policy for Time-series Data
 
Accessing mongo DB In Mule ESB
Accessing mongo DB In Mule ESBAccessing mongo DB In Mule ESB
Accessing mongo DB In Mule ESB
 
Day 2 General Session Presentations RedisConf
Day 2 General Session Presentations RedisConfDay 2 General Session Presentations RedisConf
Day 2 General Session Presentations RedisConf
 
Introducing MongoDB in a multi-site HA environment
Introducing MongoDB in a multi-site HA environmentIntroducing MongoDB in a multi-site HA environment
Introducing MongoDB in a multi-site HA environment
 

Viewers also liked

Data Compression for Multi-dimentional Data Warehouses
Data Compression for Multi-dimentional Data WarehousesData Compression for Multi-dimentional Data Warehouses
Data Compression for Multi-dimentional Data Warehouses
Mushfiqur Rahman
 
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
saumyatapu
 
Data Compression Project Presentation
Data Compression Project PresentationData Compression Project Presentation
Data Compression Project Presentation
Myuran Kanga, MS, MBA
 
Data Compression In SQL
Data Compression In SQLData Compression In SQL
Data Compression In SQL
Boosh Booshan
 
Text compression in LZW and Flate
Text compression in LZW and FlateText compression in LZW and Flate
Text compression in LZW and Flate
Subeer Rangra
 
Data compression introduction
Data compression introductionData compression introduction
Data compression introduction
Rahul Khanwani
 

Viewers also liked (20)

Data compression
Data compressionData compression
Data compression
 
Compression techniques
Compression techniquesCompression techniques
Compression techniques
 
data compression technique
data compression techniquedata compression technique
data compression technique
 
Data compression
Data compressionData compression
Data compression
 
Compression
CompressionCompression
Compression
 
Fundamentals of Data compression
Fundamentals of Data compressionFundamentals of Data compression
Fundamentals of Data compression
 
Data Compression for Multi-dimentional Data Warehouses
Data Compression for Multi-dimentional Data WarehousesData Compression for Multi-dimentional Data Warehouses
Data Compression for Multi-dimentional Data Warehouses
 
Compression
CompressionCompression
Compression
 
Data compression
Data compressionData compression
Data compression
 
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joinedKeystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
 
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
Project pptVLSI ARCHITECTURE FOR AN IMAGE COMPRESSION SYSTEM USING VECTOR QUA...
 
Data Compression Project Presentation
Data Compression Project PresentationData Compression Project Presentation
Data Compression Project Presentation
 
Data Compression In SQL
Data Compression In SQLData Compression In SQL
Data Compression In SQL
 
Chapter 5 - Data Compression
Chapter 5 - Data CompressionChapter 5 - Data Compression
Chapter 5 - Data Compression
 
Data compression techniques
Data compression techniquesData compression techniques
Data compression techniques
 
Spandana image processing and compression techniques (7840228)
Spandana   image processing and compression techniques (7840228)Spandana   image processing and compression techniques (7840228)
Spandana image processing and compression techniques (7840228)
 
Text compression in LZW and Flate
Text compression in LZW and FlateText compression in LZW and Flate
Text compression in LZW and Flate
 
Data Compression Technique
Data Compression TechniqueData Compression Technique
Data Compression Technique
 
Data compression
Data compression Data compression
Data compression
 
Data compression introduction
Data compression introductionData compression introduction
Data compression introduction
 

Similar to G zip compresser ppt

List the most common arguments and describe the effect of that argumen.docx
List the most common arguments and describe the effect of that argumen.docxList the most common arguments and describe the effect of that argumen.docx
List the most common arguments and describe the effect of that argumen.docx
darlened3
 
UserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocumentUserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocument
Anna Ellis
 
Rhel cluster gfs_improveperformance
Rhel cluster gfs_improveperformanceRhel cluster gfs_improveperformance
Rhel cluster gfs_improveperformance
sprdd
 
FILE SPLITTER AND JOINER
FILE SPLITTER AND JOINERFILE SPLITTER AND JOINER
FILE SPLITTER AND JOINER
Rajesh Roky
 
Management file and directory in linux
Management file and directory in linuxManagement file and directory in linux
Management file and directory in linux
Zkre Saleh
 

Similar to G zip compresser ppt (20)

Hadoop compression strata conference
Hadoop compression strata conferenceHadoop compression strata conference
Hadoop compression strata conference
 
File management.pptx
File management.pptxFile management.pptx
File management.pptx
 
List the most common arguments and describe the effect of that argumen.docx
List the most common arguments and describe the effect of that argumen.docxList the most common arguments and describe the effect of that argumen.docx
List the most common arguments and describe the effect of that argumen.docx
 
UserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocumentUserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocument
 
Managing your data - Introduction to Linux for bioinformatics
Managing your data - Introduction to Linux for bioinformaticsManaging your data - Introduction to Linux for bioinformatics
Managing your data - Introduction to Linux for bioinformatics
 
Lower bandwidth consumption and less waiting with Dropbox Business
Lower bandwidth consumption and less waiting with Dropbox BusinessLower bandwidth consumption and less waiting with Dropbox Business
Lower bandwidth consumption and less waiting with Dropbox Business
 
7-zip compression settings guide
7-zip compression settings guide7-zip compression settings guide
7-zip compression settings guide
 
Advantages Of SAMBA
Advantages Of SAMBAAdvantages Of SAMBA
Advantages Of SAMBA
 
Demo 0.9.4
Demo 0.9.4Demo 0.9.4
Demo 0.9.4
 
data stage-material
data stage-materialdata stage-material
data stage-material
 
C) ICT Application
C) ICT ApplicationC) ICT Application
C) ICT Application
 
File_mngtChap6.pdf
File_mngtChap6.pdfFile_mngtChap6.pdf
File_mngtChap6.pdf
 
Rhel cluster gfs_improveperformance
Rhel cluster gfs_improveperformanceRhel cluster gfs_improveperformance
Rhel cluster gfs_improveperformance
 
Google File System
Google File SystemGoogle File System
Google File System
 
FILE SPLITTER AND JOINER
FILE SPLITTER AND JOINERFILE SPLITTER AND JOINER
FILE SPLITTER AND JOINER
 
Sequential file programming patterns and performance with .net
Sequential  file programming patterns and performance with .netSequential  file programming patterns and performance with .net
Sequential file programming patterns and performance with .net
 
File types pro forma
File types pro formaFile types pro forma
File types pro forma
 
Lesson 2
Lesson 2Lesson 2
Lesson 2
 
Management file and directory in linux
Management file and directory in linuxManagement file and directory in linux
Management file and directory in linux
 
Unit-1 Introduction to Big Data.pptx
Unit-1 Introduction to Big Data.pptxUnit-1 Introduction to Big Data.pptx
Unit-1 Introduction to Big Data.pptx
 

Recently uploaded

Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 

Recently uploaded (20)

The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 

G zip compresser ppt

  • 1.
  • 2. Purpose The application allows large files to be compressed for either sending via e-mail or transferring to another source (e.g. from desktop computer to laptop). software which is used to compress data and therefore save time and space and make e-mail attachments faster. Compress files make it easy to keep related files together and make transporting, e-mailing, downloading and storing data and software faster and more efficient
  • 3. The basic objective of the project Compress files compress data and therefore save time and space and make downloading software and transferring e- mail attachments faster. Typical uses for compress files include: Distributing files on the Internet: the file transfer is quicker because the file is compressed. Sending a group of related files to an associate: When you distribute a collection of files as a single compress file, you benefit from the file grouping as well as compression. Saving disk space: If you have large files that are important but seldom used, such as large data files, simply compress the files into a compress file and then decompress (or "extract") them only when needed.
  • 4. GZipStream / DeflateStream This gzip stream class represents the gzip data format, which uses an industry-standard algorithm for lossless file compression and decompression. The format includes a cyclic redundancy check value for detecting data corruption. The gzip data format uses the same algorithm as the DeflateStream class, but can be extended to use other compression formats. The format can be readily implemented in a manner not covered by patents. Starting with the .NET Framework 4.5, the DeflateStream class uses the zlib library for compression. As a result, it provides a better compression algorithm and, in most cases, a smaller compressed file than it provides in earlier versions of the .NET Framework.
  • 5. GZipStream / DeflateStream The compression functionality in DeflateStream and GZipStream is exposed as a stream. Data is read on a byte-by-byte basis, so it is not possible to perform multiple passes to determine the best method for compressing entire files or large blocks of data. The DeflateStream and GZipStream classes are best used on uncompressed sources of data. If the source data is already compressed, using these classes may actually increase the size of the stream.
  • 6. GZipStream / DeflateStream The DeflateStream class is a direct descendant of the Stream class; it provides the methods that the Stream class defines. The DeflateStream class implements the Deflate algorithm as it reads and writes data. This is an industry-standard algorithm that performs lossless file compression and decompression. The DeflateStream class cannot process a stream that is larger than 4 gigabytes (GB).
  • 7. GZipStream / DeflateStream Like the DeflateStream class, the GZipStream class inherits from the Stream class and implements the Deflate algorithm. The difference is that the format of the data is compatible with the GZIP specification; it includes additional header information that enables tools such as GZip, WinZip, and WinRAR to examine and decompress a file that is written by using a GZipStream object. Similarly, you can use the GZipStream class to read compressed files that are created by using these tools. The GZIP format adds a small overhead, so data that is compressed by using a GZipStream object is a little larger than that compressed by using a DeflateStream object.  
  • 8. WORKING PROCESS OF THE PROJECT The proposed system contains the following main  processes: -  Compression   To create a new Zip file, open G-zip setup. Search the file from computer for compressing by clicking the “Browse” button Simply click a button “Compress” to Create a new Zip file in your computer After this a compress file is created with “.gkg “extension
  • 9. WORKING PROCESS OF THE PROJECT Decompression To decompress a zip file, open G-zip setup Search the file from computer for compressing by clicking the “Browse” button Simply click a button “Decompress” to Create a new Zip file in your computer After this the file is decompress.
  • 12.
  • 13.
  • 14. File name File Type Size before compress ion Size after compress ion Compressi on percentage 01 - Maroon 5 -OneMore PPT Sandeep Tayal Sum 41 -Pieces -YouTube VHDL.Programming. DouglasPerry Data-Security .mp3 .ppt .mp4 .pdf .txt .docx 8,674 kb 4,823 kb 13,819 kb 2,357 kb 3.65 mb 5.59 mb 8,317 kb 4,789 kb 13,657 kb 1,819 kb 0.657 mb 5.55 mb 4.1% 0.7% 1.1% 22.32% 82% 0.7% Result