ABSTRACT
 Images account for a significant and growing fraction of Web downloads. The traditional approach to transporting images uses TCP, but this is overly restrictive for image data. Our analysis shows that the in-order delivery abstraction provided by a TCP-based approach prevents the receiver application from processing and rendering portions of an image when they actually arrive. Thus an image is rendered in bursts interspersed with long idle times rather than smoothly. This paper describes the design, implementation and evaluation of an image transport protocol (ITP) for image transmission over loss-prone congested or wireless networks. ITP improves user-perceived latency using application-level framing (ALF) and out-of-order application data unit (ADU) delivery, achieving significantly better interactive performance as measured by the evolution of peak signal-to-noise ratio (PSNR) with time at the receiver. ITP runs over UDP, incorporates receiver-driven selective reliability, uses a congestion manager (CM) to adapt to network congestion and is customizable for specific image formats (e.g., JPEG and JPEG2000). ITP enables a variety of new receiver post-processing algorithms such as error concealment that further improve the interactivity and responsiveness of reconstructed images. Performance experiments across a variety of loss conditions demonstrate the benefits of ITP in improving the interactivity of image downloads at the receiver.
 
 
 TABLE OF CONTENT
 TITLE PAGE
 CERTIFICATION
 APPROVAL
 DEDICATION
 ACKNOWLEDGEMENT
 ABSTRACT
 TABLE OF CONTENT
 
 CHAPTER ONE
 1.0INTRODUCTION
 1.1STATEMENT OF PROBLEM
 1.2PURPOSE OF STUDY
 1.3AIMS AND OBJECTIVES 
 1.4SCOPE/DELIMITATIONS
 1.5LIMITATIONS/CONSTRAINTS
 1.6DEFINITION OF TERMS
 
 CHAPTER TWO
 2.0LITERATURE REVIEW
 
 CHAPTER THREE
 3.0METHODS FOR FACT FINDING AND DETAILED DISCUSSIONS OF THE SYSTEM
 3.1 METHODOLOGIES FOR FACT-FINDING 
 3.2DISCUSSIONS 
 
 CHAPTER FOUR
 4.0FUTURES, IMPLICATIONS AND CHALLENGES OF THE SYSTEM 
 4.1FUTURES 
 4.2IMPLICATIONS
 4.3CHALLENGES
 
 CHAPTER FIVE
 5.0RECOMMENDATIONS, SUMMARY AND CONCLUSION
 5.1RECOMMENDATION
 5.2SUMMARY
 5.3CONCLUSION
 5.4REFERENCES