1 / 19

Chapter 1

Chapter 1. Introduction. Objectives. Understand the significance of TCP/IP in the modern era of pervasive computing and communication Appreciate the need for designing and building high-performance TCP/IP networks

Télécharger la présentation

Chapter 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 1 Introduction

  2. Objectives • Understand the significance of TCP/IP in the modern era of pervasive computing and communication • Appreciate the need for designing and building high-performance TCP/IP networks • Gain a clear understanding of the metrics used for performance evaluation of TCP/IP networks

  3. Contents • TCP History • TCP Applications • Significance of TCP Performance • Performance Metrics

  4. TCP History

  5. Birth of TCP/IP • 1973: First note by Dr. Vinton G. Cerf • Only the concept of TCP (no separate IP) • 1974: Cerf & Kahn published detailed discussion of TCP design in Transcom • Still no separate IP • 1974: First official spec. of TCP in RFC 675 • Still no separate IP • 1978: Split into two protocol stacks • TCP: RFC 760 • IP: RFC 761

  6. Adoption of TCP/IP • 1980: DoD adopts TCP/IP as preferred protocol for ARPAnet • 1983: All sites connected to ARPANet switch to TCP/IP

  7. TCP Applications

  8. Basic TCP Applications • Email (SMTP) • Web browsing (HTTP) • File transfer (FTP) • Remote login (RLOGIN) These are the most popular, standard TCP applications. Other customized applications can be built on top of these basic applications.

  9. Significance of TCP Performance

  10. Why Study TCP Performance • Dependence on TCP/IP networks • The critical role of TCP protocol engine • Emergence of new networking technologies and environments • IP convergence

  11. Dependence on TCP/IP Networks • More people rely on TCP/IP networks than ever before • Some use TCP/IP consciously • E.g. file download • Some use it without knowing • For example withdrawing money from ATM machine

  12. Dependence on TCP/IP (cont.) • We depend on TCP at office, home, and while on the move • We depend on TCP not only for research, but also for critical business transactions and entertainment • Internet (powered by TCP/IP) is now a key tool used by our kids to prepare their projects at schools

  13. Critical Role of TCP • Many believe that network performance can be boosted by simply upgrading hardware • Not correct in many occasions • TCP sits between application and network • TCP has total control of how application data should be released to the network • TCP is a complex protocol which interacts with many network elements in the end to end path • Unless TCP is optimized, hardware alone cannot boost network performance

  14. Emergence of New Networking Technologies • We are witnessing proliferation of different networking technologies • Wireless, satellite, optical etc. • TCP algorithms suitable for one environment, do not always work best in another • Need for research into new algorithms • Evidence: large number of articles on TCP are published every year in top journals and conferences

  15. IP Convergence • Many traditional non-TCP/IP industries are converging to TCP/IP • E.g. cellular communication, video and other entertainments, etc. • Understanding TCP/IP performance fundamentals thus becomes important to scientists and engineers working in all these industries

  16. Performance Metrics

  17. Performance Metrics • Round trip delay:The time needed to travel from source to destination, plus the time to travel from destination back to the source. • One way delay: The time needed to travel from source to destination, or from destination to source. • Maximum delay: Maximum tolerable delay

  18. Performance Metrics (Cont.) • Delay variation (or jitter): Variation in delay for individual packets. • Packet loss rate: Ratio of the number of packets lost (or corrupted) to the total number of packets transmitted. • Bandwidth: Application bytes transferred in seconds.

  19. Performance Metrics (Cont.) • Throughput variation: Variability in the received bandwidth over a given time scale. • File transfer time: Time takes to transfer a file/object on the WWW. • Fairness: Long-term/short-term fairness among all TCP/UDP flows. • Resource consumption: Amount of resource consumed, e.g. CPU cycles, memory usage, battery, etc.

More Related