Tagged Sub-Optimal Code

Preview:

Citation preview

(Tagged Suboptimal Code)

FAST AND EFFICIENT SERVICES

COMPRESSION

Compression Techniques SOAP(Service Oriented Architecture Process) TSC Huffman Encoding BPE(Byte Pair Encoding)

SOAP XML based protocol

ADVANTAGE Transmission time System performance

DISADVANTAGEPerformance delay

Main

BPE

HUFFMAN TSC

Performance

JBE

BPE

Disadvantage compression ratioencoding time

Advantageexpansion fasterhash table

HUFFMANDisadvantage encoding time decoding time

Advantagecompression ratio

CONCLUSION: TSC IS THE BEST COMPRESSION ALGORITHM WHICH INCREASES PERFORMANCE OF WEB SERVICES COMPARED TO OTHER ALGORITHMS.

TSC Better performance Encoding time Decoding time Compression ratio

Recommended