PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 
PACK Prediction-Based Cloud Bandwidth and Cost Reduction 
System 
In this paper, we present PACK (Predictive ACKs), a novel end-to-end traffic redundancy 
elimination (TRE) system, designed for cloud computing customers. Cloud-based TRE needs to 
apply a judicious use of cloud resources so that the bandwidth cost reduction combined with the 
additional cost of TRE computation and storage would be optimized. PACK’s main advantage is 
its capability of offloading the cloud-server TRE effort to end clients, thus minimizing the 
processing costs induced by the TRE algorithm. Unlike previous solutions, PACK does not 
require the server to continuously maintain clients’ status. This makes PACK very suitable for 
pervasive computation environments that combine client mobility and server migration to 
maintain cloud elasticity. PACK is based on a novel TRE technique, which allows the client to 
use newly received chunks to identify previously received chunk chains, which in turn can be 
used as reliable predictors to future transmitted chunks. We present a fully functional PACK 
implementation, transparent to all TCP-based applications and network devices. Finally, we 
analyze PACK benefits for cloud users, using traffic traces from various sources. 
Contact: 9703109334, 9533694296 
ABSTRACT: 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in 
AIM: 
The main aim of this project is PACK based on a novel TRE technique, which allows the 
client to use newly received chunks to identify previously received chunk chains, which in turn 
can be used as reliable predictors to future transmitted chunks. 
SYNOPSIS: 
Cloud computing offers its customers an economical and convenient pay-as-you-go 
service model, known also as usage-based pricing. Cloud customers1 pay only for the actual use 
of computing resources, storage, and bandwidth, according to their changing needs, utilizing the 
cloud’s scalable and elastic computational capabilities. In particular, data transfer costs (i.e., 
bandwidth) is an important issue when trying to minimize costs. The cloud customers, applying a 
judicious use of the cloud’s resources, are motivated to use various traffic reduction techniques, 
in particular traffic redundancy elimination (TRE), for reducing bandwidth costs.
PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 
Traffic redundancy stems from common end-users’ activities, such as repeatedly 
accessing, downloading, uploading (i.e., backup), distributing, and modifying the same or similar 
information items (documents, data, Web, and video). TRE is used to eliminate the transmission 
of redundant content and, therefore, to significantly reduce the network cost. In most common 
TRE solutions, both the sender and the receiver examine and compare signatures of data chunks, 
parsed according to the data content, prior to their transmission. When redundant chunks are 
detected, the sender replaces the transmission of each redundant chunk with its strong signature. 
Commercial TRE solutions are popular at enterprise networks, and involve the deployment of 
two or more proprietary-protocol, state synchronized middle-boxes at both the intranet entry 
points of data centers and branch offices, eliminating repetitive traffic between them. 
We present a novel receiver-based end-to-end TRE solution that relies on the power of 
predictions to eliminate redundant traffic between the cloud and its end-users. 
EXISTING SYSTEM: 
Traffic redundancy stems from common end-users’ activities, such as repeatedly accessing, 
downloading, uploading (i.e., backup), distributing, and modifying the same or similar 
information items (documents, data, Web, and video). TRE is used to eliminate the transmission 
of redundant content and, therefore, to significantly reduce the network cost. In most common 
TRE solutions, both the sender and the receiver examine and compare signatures of data chunks, 
parsed according to the data content, prior to their transmission. When redundant chunks are 
detected, the sender replaces the transmission of each redundant chunk with its strong signature. 
Commercial TRE solutions are popular at enterprise networks, and involve the deployment of 
two or more proprietary-protocol, state synchronized middle-boxes at both the intranet entry 
points of data centers. 
DISADVANTAGES OF EXISTING SYSTEM: 
1. Cloud providers cannot benefit from a technology whose goal is to reduce customer 
bandwidth bills, and thus are not likely to invest in one. 
2. The rise of “on-demand” work spaces, meeting rooms, and work- from-home solutions 
detaches the workers from their offices. In such a dynamic work environment, fixed-point 
solutions that require a client-side and a server-side middle-box pair become ineffective. 
Contact: 9703109334, 9533694296 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 
3. cloud load balancing and power optimizations may lead to a server-side process and data 
migration environment, in which TRE solutions that require full synchronization between the 
server and the client are hard to accomplish or may lose efficiency due to lost synchronization 
4. Current end-to-end solutions also suffer from the requirement to maintain end-to-end 
synchronization that may result in degraded TRE efficiency. 
In this paper, we present a novel receiver-based end-to-end TRE solution that relies on the power 
of predictions to eliminate redundant traffic between the cloud and its end-users. In this solution, 
each receiver observes the incoming stream and tries to match its chunks with a previously 
received chunk chain or a chunk chain of a local file. Using the long-term chunks’ metadata 
information kept locally, the receiver sends to the server predictions that include chunks’ 
signatures and easy-to-verify hints of the sender’s future data. O n the receiver side, we propose a 
new computationally lightweight chunking (fingerprinting) scheme termed PACK chunking. 
PACK chunking is a new alternative for Rabin fingerprinting traditionally used by RE 
applications. 
ADVANTAGES OF PROPOSED SYSTEM: 
1. Our approach can reach data processing speeds over3 Gb/s, at least 20% faster than Rabin 
fingerprinting. 
2. The receiver-based TRE solution addresses mobility problems common to quasi-mobile 
desktop/ laptops computational environments. 
3. One of them is cloud elasticity due to which the servers are dynamically relocated around the 
federated cloud, thus causing clients to interact with multiple changing servers. 
4. We implemented, tested, and performed realistic experiments with PACK within a cloud 
environment. Our experiments demonstrate a cloud cost reduction achieved at a reasonable client 
effort while gaining additional bandwidth savings at the client side. 
Contact: 9703109334, 9533694296 
PROPOSED SYSTEM: 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 
5. Our implementation utilizes the TCP Options field, supporting all TCP-based applications 
such as Web, video streaming, P2P, e-mail, etc. 
6. We demonstrate that our solution achieves 30% redundancy elimination without significantly 
affecting the computational effort of the sender, resulting in a 20% reduction of the overall cost 
to the cloud customer. 
SYSTEM ARCHITECTURE: 
Fig. 1. From stream to chain. 
Contact: 9703109334, 9533694296 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 
Figure 2- Overview of the PACK implementation. 
Contact: 9703109334, 9533694296 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in 
MODULES: 
 Receiver Chunk Store 
 Receiver Algorithm 
 Sender Algorithm 
 Wire Protocol 
MODULES DESCRIPTION: 
Receiver Chunk Store 
PACK uses a new chains scheme. which chunks are linked to other chunks according to 
their last received order. The PACK receiver maintains a chunk store, which is a large size cache 
of chunks and their associated metadata. Chunk’s metadata includes the chunk’s signature and a 
(single) pointer to the successive chunk in the last received stream containing this chunk. 
Caching and indexing techniques are employed to efficiently maintain and retrieve the stored 
chunks, their signatures, and the chains formed by traversing the chunk pointers. 
When the new data are received and parsed to chunks, the receiver computes each 
chunk’s signature using SHA-1. At this point, the chunk and its signature are added to the chunk
PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 
store. In addition, the metadata of the previously received chunk in the same stream is updated to 
point to the current chunk. The unsynchronized nature of PACK allows the receiver to map each 
existing file in the local file system to a chain of chunks, saving in the chunk store only the 
metadata associated with the chunks. 
Receiver Algorithm 
Upon the arrival of new data, the receiver computes the respective signature for each 
chunk and looks for a match in its local chunk store. If the chunk’s signature is found, the 
receiver determines whether it is a part of a formerly received chain, using the chunks’ metadata. 
If affirmative, the receiver sends a prediction to the sender for several next expected chain 
chunks. Upon a successful prediction, the sender responds with a PRED-ACK confirmation 
message. Once the PRED-ACK message is received and processed, the receiver copies the 
corresponding data from the chunk store to its TCP input buffers, placing it according to the 
corresponding sequence numbers. At this point, the receiver sends a normal TCP ACK with the 
next expected TCP sequence number. In case the prediction is false, or one or more predicted 
chunks are already sent, the sender continues with normal operation, e.g., sending the raw data, 
without sending a PRED-ACK message. 
Sender Algorithm 
When a sender receives a PRED message from the receiver, it tries to match the received 
predictions to its buffered (yet to be sent) data. For each prediction, the sender determines the 
corresponding TCP sequence range and verifies the hint. Upon a hint match, the sender 
calculates the more computationally intensive SHA-1 signature for the predicted data range and 
compares the result to the signature received in the PRED message. Note that in case the hint 
does not match, a computationally expansive operation is saved. If the two SHA-1 signatures 
match, the sender can safely assume that the receiver’s prediction is correct. In this case, it 
replaces the corresponding outgoing buffered data with a PRED-ACK message. 
Contact: 9703109334, 9533694296 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 
The existing firewalls and minimizes overheads; we use the TCP Options field to carry 
the PACK wire protocol. It is clear that PACK can also be implemented above the TCP level 
while using similar message types and control fields. The PACK wire protocol operates under 
the assumption that the data is redundant. First, both sides enable the PACK option during the 
initial TCP handshake by adding a PACK permitted to the TCP Options field. Then, the sender 
sends the (redundant) data in one or more TCP segments, and the receiver identifies that a 
currently received chunk is identical to a chunk in its chunk store. The receiver, in turn, triggers a 
TCP ACK message and includes the prediction in the packet’s Options field. Last, the sender 
sends a confirmation message (PRED-ACK) replacing the actual data. 
SYSTEM REQUIREMENTS: 
HARDWARE REQUIREMENTS: 
 System : Pentium IV 2.4 GHz. 
 Hard Disk : 40 GB. 
 Floppy Drive : 1.44 Mb. 
 Monitor : 15 VGA Colour. 
 Mouse : Logitech. 
 Ram : 512 Mb. 
SOFTWARE REQUIREMENTS: 
 Operating system : Windows XP/7. 
 Coding Language : JAVA/J2EE 
 IDE : Netbeans 7.4 
 Database : MYSQL 
Salah-Eddine Tbahriti, Chirine Ghedira, Brahim Medjahed and Michael Mrissa “Privacy- 
Enhanced Web Service Composition”- IEEE TRANSACTIONS ON SERVICES 
COMPUTING, VOL. 7, NO. 2, APRIL-JUNE 2014 
Contact: 9703109334, 9533694296 
Wire Protocol 
REFERENCE: 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in

More Related Content

DOC
Pack prediction based cloud bandwidth and cost reduction system
DOCX
Pack prediction based cloud bandwidth and cost reduction system
DOCX
Pack prediction based cloud bandwidth and cost reduction system
DOCX
JPJ1410 PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
PPTX
PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
PDF
Ieeepro techno solutions 2014 ieee java project - cloud bandwidth and cost ...
PDF
06425531
PDF
Shubha_Project_Final_modified_1_1_Final_10_March_April_18
Pack prediction based cloud bandwidth and cost reduction system
Pack prediction based cloud bandwidth and cost reduction system
Pack prediction based cloud bandwidth and cost reduction system
JPJ1410 PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
Ieeepro techno solutions 2014 ieee java project - cloud bandwidth and cost ...
06425531
Shubha_Project_Final_modified_1_1_Final_10_March_April_18

What's hot (16)

DOCX
ORCHESTRATING BULK DATA TRANSFERS ACROSS GEO-DISTRIBUTED DATACENTERS
PDF
Prediction System for Reducing the Cloud Bandwidth and Cost
PPT
Spy x tchnology
PDF
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degree
PPTX
sky x ppt ankur
DOC
Scalable analytics for iaas cloud availability
DOC
Qos aware data replication for data-intensive applications in cloud computing...
DOC
Sky x technology
PDF
Report on the sky x technology.
PDF
Paper id 41201624
PDF
On network throughput variability in microsoft azure cloud
PDF
IRJET- Simulation Analysis of a New Startup Algorithm for TCP New Reno
DOCX
cost effective resource allocation of overlay routing relay nodes
PDF
TCP INCAST AVOIDANCE BASED ON CONNECTION SERIALIZATION IN DATA CENTER NETWORKS
PDF
A046020112
DOCX
ORCHESTRATING BULK DATA TRANSFERS ACROSS GEO-DISTRIBUTED DATACENTERS
ORCHESTRATING BULK DATA TRANSFERS ACROSS GEO-DISTRIBUTED DATACENTERS
Prediction System for Reducing the Cloud Bandwidth and Cost
Spy x tchnology
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degree
sky x ppt ankur
Scalable analytics for iaas cloud availability
Qos aware data replication for data-intensive applications in cloud computing...
Sky x technology
Report on the sky x technology.
Paper id 41201624
On network throughput variability in microsoft azure cloud
IRJET- Simulation Analysis of a New Startup Algorithm for TCP New Reno
cost effective resource allocation of overlay routing relay nodes
TCP INCAST AVOIDANCE BASED ON CONNECTION SERIALIZATION IN DATA CENTER NETWORKS
A046020112
ORCHESTRATING BULK DATA TRANSFERS ACROSS GEO-DISTRIBUTED DATACENTERS

Similar to pack prediction-based cloud bandwidth and cost reduction system (20)

DOCX
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT Pack: prediction based cloud bandwidth ...
PDF
Ieeepro techno solutions 2014 ieee dotnet project - cloud bandwidth and cos...
PDF
Prediction Based Cloud Bandwidth and Costreduction System of Cloud Computing
DOCX
Pack prediction based cloud bandwidth and cost reduction system
DOCX
Orchestrating Bulk Data Transfers across Geo-Distributed Datacenters
DOCX
Orchestrating bulk data transfers across
DOCX
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
DOCX
Cost minimizing dynamic migration of content
DOCX
Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
PDF
IEEE 2015 NS2 Projects
DOCX
Final Year IEEE Project Titles 2015
DOCX
Final Year Project IEEE 2015
DOCX
Provable multicopy dynamic data possession
DOCX
Provable multicopy dynamic data possession
DOCX
PROVABLE MULTICOPY DYNAMIC DATA POSSESSION IN CLOUD COMPUTING SYSTEMS
DOCX
PROVABLE MULTICOPY DYNAMIC DATA POSSESSION IN CLOUD COMPUTING SYSTEMS
PDF
IEEE 2015 NS2 Projects
PDF
Week10 transport
PDF
IEEE Networking 2016 Title and Abstract
PPTX
5G communications multi server mechanism
JAVA 2013 IEEE CLOUDCOMPUTING PROJECT Pack: prediction based cloud bandwidth ...
Ieeepro techno solutions 2014 ieee dotnet project - cloud bandwidth and cos...
Prediction Based Cloud Bandwidth and Costreduction System of Cloud Computing
Pack prediction based cloud bandwidth and cost reduction system
Orchestrating Bulk Data Transfers across Geo-Distributed Datacenters
Orchestrating bulk data transfers across
COST-MINIMIZING DYNAMIC MIGRATION OF CONTENT DISTRIBUTION SERVICES INTO HYBR...
Cost minimizing dynamic migration of content
Cost-Minimizing Dynamic Migration of Content Distribution Services into Hybri...
IEEE 2015 NS2 Projects
Final Year IEEE Project Titles 2015
Final Year Project IEEE 2015
Provable multicopy dynamic data possession
Provable multicopy dynamic data possession
PROVABLE MULTICOPY DYNAMIC DATA POSSESSION IN CLOUD COMPUTING SYSTEMS
PROVABLE MULTICOPY DYNAMIC DATA POSSESSION IN CLOUD COMPUTING SYSTEMS
IEEE 2015 NS2 Projects
Week10 transport
IEEE Networking 2016 Title and Abstract
5G communications multi server mechanism

More from swathi78 (20)

DOC
secure mining of association rules in horizontally distributed databases
DOCX
a system for denial-of-service attack detection based on multivariate correla...
DOCX
web service recommendation via exploiting location and qo s information
DOCX
privacy-enhanced web service composition
DOCX
optimal distributed malware defense in mobile networks with heterogeneous dev...
DOCX
friend book a semantic-based friend recommendation system for social networks
DOCX
efficient authentication for mobile and pervasive computing
DOCX
cooperative caching for efficient data access in disruption tolerant networks
DOCX
an incentive framework for cellular traffic offloading
DOCX
secure outsourced attribute-based signatures
DOCX
traffic pattern-based content leakage detection for trusted content delivery ...
DOCX
the design and evaluation of an information sharing system for human networks
DOCX
the client assignment problem for continuous distributed interactive applicat...
DOCX
sos a distributed mobile q&a system based on social networks
DOCX
securing broker-less publish subscribe systems using identity-based encryption
DOCX
rre a game-theoretic intrusion response and recovery engine
DOCX
on false data-injection attacks against power system state estimation modelin...
DOCX
loca ward a security and privacy aware location-based rewarding system
DOCX
exploiting service similarity for privacy in location-based search queries
DOCX
enabling trustworthy service evaluation in service-oriented mobile social net...
secure mining of association rules in horizontally distributed databases
a system for denial-of-service attack detection based on multivariate correla...
web service recommendation via exploiting location and qo s information
privacy-enhanced web service composition
optimal distributed malware defense in mobile networks with heterogeneous dev...
friend book a semantic-based friend recommendation system for social networks
efficient authentication for mobile and pervasive computing
cooperative caching for efficient data access in disruption tolerant networks
an incentive framework for cellular traffic offloading
secure outsourced attribute-based signatures
traffic pattern-based content leakage detection for trusted content delivery ...
the design and evaluation of an information sharing system for human networks
the client assignment problem for continuous distributed interactive applicat...
sos a distributed mobile q&a system based on social networks
securing broker-less publish subscribe systems using identity-based encryption
rre a game-theoretic intrusion response and recovery engine
on false data-injection attacks against power system state estimation modelin...
loca ward a security and privacy aware location-based rewarding system
exploiting service similarity for privacy in location-based search queries
enabling trustworthy service evaluation in service-oriented mobile social net...

Recently uploaded (20)

PDF
Application of smart robotics in the supply chain
PPTX
Unit IILATHEACCESSORSANDATTACHMENTS.pptx
PDF
V2500 Owner and Operatore Guide for Airbus
PDF
THE PEDAGOGICAL NEXUS IN TEACHING ELECTRICITY CONCEPTS IN THE GRADE 9 NATURAL...
PPTX
Design ,Art Across Digital Realities and eXtended Reality
PPTX
sub station Simple Design of Substation PPT.pptx
PDF
B461227.pdf American Journal of Multidisciplinary Research and Review
PDF
ASPEN PLUS USER GUIDE - PROCESS SIMULATIONS
PPTX
MODULE 3 SUSTAINABLE DEVELOPMENT GOALSPPT.pptx
PDF
Introduction to Machine Learning -Basic concepts,Models and Description
PPTX
Soft Skills Unit 2 Listening Speaking Reading Writing.pptx
PPTX
MODULE 02 - CLOUD COMPUTING-Virtual Machines and Virtualization of Clusters a...
PDF
LS-6-Digital-Literacy (1) K12 CURRICULUM .pdf
PPTX
240409 Data Center Training Programs by Uptime Institute (Drafting).pptx
PPT
UNIT-I Machine Learning Essentials for 2nd years
PPTX
IOP Unit 1.pptx for btech 1st year students
PPTX
L1111-Important Microbial Mechanisms.pptx
PDF
PhD defense presentation in field of Computer Science
PDF
The Journal of Finance - July 1993 - JENSEN - The Modern Industrial Revolutio...
PPT
Unit - I.lathemachnespct=ificationsand ppt
Application of smart robotics in the supply chain
Unit IILATHEACCESSORSANDATTACHMENTS.pptx
V2500 Owner and Operatore Guide for Airbus
THE PEDAGOGICAL NEXUS IN TEACHING ELECTRICITY CONCEPTS IN THE GRADE 9 NATURAL...
Design ,Art Across Digital Realities and eXtended Reality
sub station Simple Design of Substation PPT.pptx
B461227.pdf American Journal of Multidisciplinary Research and Review
ASPEN PLUS USER GUIDE - PROCESS SIMULATIONS
MODULE 3 SUSTAINABLE DEVELOPMENT GOALSPPT.pptx
Introduction to Machine Learning -Basic concepts,Models and Description
Soft Skills Unit 2 Listening Speaking Reading Writing.pptx
MODULE 02 - CLOUD COMPUTING-Virtual Machines and Virtualization of Clusters a...
LS-6-Digital-Literacy (1) K12 CURRICULUM .pdf
240409 Data Center Training Programs by Uptime Institute (Drafting).pptx
UNIT-I Machine Learning Essentials for 2nd years
IOP Unit 1.pptx for btech 1st year students
L1111-Important Microbial Mechanisms.pptx
PhD defense presentation in field of Computer Science
The Journal of Finance - July 1993 - JENSEN - The Modern Industrial Revolutio...
Unit - I.lathemachnespct=ificationsand ppt

pack prediction-based cloud bandwidth and cost reduction system

  • 1. PACK Prediction-Based Cloud Bandwidth and Cost Reduction System PACK Prediction-Based Cloud Bandwidth and Cost Reduction System In this paper, we present PACK (Predictive ACKs), a novel end-to-end traffic redundancy elimination (TRE) system, designed for cloud computing customers. Cloud-based TRE needs to apply a judicious use of cloud resources so that the bandwidth cost reduction combined with the additional cost of TRE computation and storage would be optimized. PACK’s main advantage is its capability of offloading the cloud-server TRE effort to end clients, thus minimizing the processing costs induced by the TRE algorithm. Unlike previous solutions, PACK does not require the server to continuously maintain clients’ status. This makes PACK very suitable for pervasive computation environments that combine client mobility and server migration to maintain cloud elasticity. PACK is based on a novel TRE technique, which allows the client to use newly received chunks to identify previously received chunk chains, which in turn can be used as reliable predictors to future transmitted chunks. We present a fully functional PACK implementation, transparent to all TCP-based applications and network devices. Finally, we analyze PACK benefits for cloud users, using traffic traces from various sources. Contact: 9703109334, 9533694296 ABSTRACT: Email id: [email protected], www.logicsystems.org.in AIM: The main aim of this project is PACK based on a novel TRE technique, which allows the client to use newly received chunks to identify previously received chunk chains, which in turn can be used as reliable predictors to future transmitted chunks. SYNOPSIS: Cloud computing offers its customers an economical and convenient pay-as-you-go service model, known also as usage-based pricing. Cloud customers1 pay only for the actual use of computing resources, storage, and bandwidth, according to their changing needs, utilizing the cloud’s scalable and elastic computational capabilities. In particular, data transfer costs (i.e., bandwidth) is an important issue when trying to minimize costs. The cloud customers, applying a judicious use of the cloud’s resources, are motivated to use various traffic reduction techniques, in particular traffic redundancy elimination (TRE), for reducing bandwidth costs.
  • 2. PACK Prediction-Based Cloud Bandwidth and Cost Reduction System Traffic redundancy stems from common end-users’ activities, such as repeatedly accessing, downloading, uploading (i.e., backup), distributing, and modifying the same or similar information items (documents, data, Web, and video). TRE is used to eliminate the transmission of redundant content and, therefore, to significantly reduce the network cost. In most common TRE solutions, both the sender and the receiver examine and compare signatures of data chunks, parsed according to the data content, prior to their transmission. When redundant chunks are detected, the sender replaces the transmission of each redundant chunk with its strong signature. Commercial TRE solutions are popular at enterprise networks, and involve the deployment of two or more proprietary-protocol, state synchronized middle-boxes at both the intranet entry points of data centers and branch offices, eliminating repetitive traffic between them. We present a novel receiver-based end-to-end TRE solution that relies on the power of predictions to eliminate redundant traffic between the cloud and its end-users. EXISTING SYSTEM: Traffic redundancy stems from common end-users’ activities, such as repeatedly accessing, downloading, uploading (i.e., backup), distributing, and modifying the same or similar information items (documents, data, Web, and video). TRE is used to eliminate the transmission of redundant content and, therefore, to significantly reduce the network cost. In most common TRE solutions, both the sender and the receiver examine and compare signatures of data chunks, parsed according to the data content, prior to their transmission. When redundant chunks are detected, the sender replaces the transmission of each redundant chunk with its strong signature. Commercial TRE solutions are popular at enterprise networks, and involve the deployment of two or more proprietary-protocol, state synchronized middle-boxes at both the intranet entry points of data centers. DISADVANTAGES OF EXISTING SYSTEM: 1. Cloud providers cannot benefit from a technology whose goal is to reduce customer bandwidth bills, and thus are not likely to invest in one. 2. The rise of “on-demand” work spaces, meeting rooms, and work- from-home solutions detaches the workers from their offices. In such a dynamic work environment, fixed-point solutions that require a client-side and a server-side middle-box pair become ineffective. Contact: 9703109334, 9533694296 Email id: [email protected], www.logicsystems.org.in
  • 3. PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 3. cloud load balancing and power optimizations may lead to a server-side process and data migration environment, in which TRE solutions that require full synchronization between the server and the client are hard to accomplish or may lose efficiency due to lost synchronization 4. Current end-to-end solutions also suffer from the requirement to maintain end-to-end synchronization that may result in degraded TRE efficiency. In this paper, we present a novel receiver-based end-to-end TRE solution that relies on the power of predictions to eliminate redundant traffic between the cloud and its end-users. In this solution, each receiver observes the incoming stream and tries to match its chunks with a previously received chunk chain or a chunk chain of a local file. Using the long-term chunks’ metadata information kept locally, the receiver sends to the server predictions that include chunks’ signatures and easy-to-verify hints of the sender’s future data. O n the receiver side, we propose a new computationally lightweight chunking (fingerprinting) scheme termed PACK chunking. PACK chunking is a new alternative for Rabin fingerprinting traditionally used by RE applications. ADVANTAGES OF PROPOSED SYSTEM: 1. Our approach can reach data processing speeds over3 Gb/s, at least 20% faster than Rabin fingerprinting. 2. The receiver-based TRE solution addresses mobility problems common to quasi-mobile desktop/ laptops computational environments. 3. One of them is cloud elasticity due to which the servers are dynamically relocated around the federated cloud, thus causing clients to interact with multiple changing servers. 4. We implemented, tested, and performed realistic experiments with PACK within a cloud environment. Our experiments demonstrate a cloud cost reduction achieved at a reasonable client effort while gaining additional bandwidth savings at the client side. Contact: 9703109334, 9533694296 PROPOSED SYSTEM: Email id: [email protected], www.logicsystems.org.in
  • 4. PACK Prediction-Based Cloud Bandwidth and Cost Reduction System 5. Our implementation utilizes the TCP Options field, supporting all TCP-based applications such as Web, video streaming, P2P, e-mail, etc. 6. We demonstrate that our solution achieves 30% redundancy elimination without significantly affecting the computational effort of the sender, resulting in a 20% reduction of the overall cost to the cloud customer. SYSTEM ARCHITECTURE: Fig. 1. From stream to chain. Contact: 9703109334, 9533694296 Email id: [email protected], www.logicsystems.org.in
  • 5. PACK Prediction-Based Cloud Bandwidth and Cost Reduction System Figure 2- Overview of the PACK implementation. Contact: 9703109334, 9533694296 Email id: [email protected], www.logicsystems.org.in MODULES:  Receiver Chunk Store  Receiver Algorithm  Sender Algorithm  Wire Protocol MODULES DESCRIPTION: Receiver Chunk Store PACK uses a new chains scheme. which chunks are linked to other chunks according to their last received order. The PACK receiver maintains a chunk store, which is a large size cache of chunks and their associated metadata. Chunk’s metadata includes the chunk’s signature and a (single) pointer to the successive chunk in the last received stream containing this chunk. Caching and indexing techniques are employed to efficiently maintain and retrieve the stored chunks, their signatures, and the chains formed by traversing the chunk pointers. When the new data are received and parsed to chunks, the receiver computes each chunk’s signature using SHA-1. At this point, the chunk and its signature are added to the chunk
  • 6. PACK Prediction-Based Cloud Bandwidth and Cost Reduction System store. In addition, the metadata of the previously received chunk in the same stream is updated to point to the current chunk. The unsynchronized nature of PACK allows the receiver to map each existing file in the local file system to a chain of chunks, saving in the chunk store only the metadata associated with the chunks. Receiver Algorithm Upon the arrival of new data, the receiver computes the respective signature for each chunk and looks for a match in its local chunk store. If the chunk’s signature is found, the receiver determines whether it is a part of a formerly received chain, using the chunks’ metadata. If affirmative, the receiver sends a prediction to the sender for several next expected chain chunks. Upon a successful prediction, the sender responds with a PRED-ACK confirmation message. Once the PRED-ACK message is received and processed, the receiver copies the corresponding data from the chunk store to its TCP input buffers, placing it according to the corresponding sequence numbers. At this point, the receiver sends a normal TCP ACK with the next expected TCP sequence number. In case the prediction is false, or one or more predicted chunks are already sent, the sender continues with normal operation, e.g., sending the raw data, without sending a PRED-ACK message. Sender Algorithm When a sender receives a PRED message from the receiver, it tries to match the received predictions to its buffered (yet to be sent) data. For each prediction, the sender determines the corresponding TCP sequence range and verifies the hint. Upon a hint match, the sender calculates the more computationally intensive SHA-1 signature for the predicted data range and compares the result to the signature received in the PRED message. Note that in case the hint does not match, a computationally expansive operation is saved. If the two SHA-1 signatures match, the sender can safely assume that the receiver’s prediction is correct. In this case, it replaces the corresponding outgoing buffered data with a PRED-ACK message. Contact: 9703109334, 9533694296 Email id: [email protected], www.logicsystems.org.in
  • 7. PACK Prediction-Based Cloud Bandwidth and Cost Reduction System The existing firewalls and minimizes overheads; we use the TCP Options field to carry the PACK wire protocol. It is clear that PACK can also be implemented above the TCP level while using similar message types and control fields. The PACK wire protocol operates under the assumption that the data is redundant. First, both sides enable the PACK option during the initial TCP handshake by adding a PACK permitted to the TCP Options field. Then, the sender sends the (redundant) data in one or more TCP segments, and the receiver identifies that a currently received chunk is identical to a chunk in its chunk store. The receiver, in turn, triggers a TCP ACK message and includes the prediction in the packet’s Options field. Last, the sender sends a confirmation message (PRED-ACK) replacing the actual data. SYSTEM REQUIREMENTS: HARDWARE REQUIREMENTS:  System : Pentium IV 2.4 GHz.  Hard Disk : 40 GB.  Floppy Drive : 1.44 Mb.  Monitor : 15 VGA Colour.  Mouse : Logitech.  Ram : 512 Mb. SOFTWARE REQUIREMENTS:  Operating system : Windows XP/7.  Coding Language : JAVA/J2EE  IDE : Netbeans 7.4  Database : MYSQL Salah-Eddine Tbahriti, Chirine Ghedira, Brahim Medjahed and Michael Mrissa “Privacy- Enhanced Web Service Composition”- IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 7, NO. 2, APRIL-JUNE 2014 Contact: 9703109334, 9533694296 Wire Protocol REFERENCE: Email id: [email protected], www.logicsystems.org.in