zoukankan      html  css  js  c++  java
  • [Computer Networking] {CMU14-740} Lecture 10: Principles of Reliable Transfer

    As discussed in last lecture, UDP does not provide any reliability guarantees beyond being able to detect bit-level errors. Transport-layer protocols provide reliability through a process of watching out for dropped and duplicated packets. In the first case, they ask the sender to resend a lost packet, either implicitly or explicitly. This lecture will discuss the various forms of reliable data transport, and develop three different theoretical protocols to explore various means of providing reliable guarantees.

     

    Sender and receiver have different views of the sliding-window state

    Lesson Objectives

    By the end of this lesson, the student will be able to:

    • describe the purpose, limitations and variations in usage of each RDT tool—checksums, receiver feedback, retransmission, sequence numbers, timer expiration, window—as well as the network faults each is designed to overcome.
    • describe and analyze RDT protocols (including Stop-n-Wait, Go Back N & Selective Repeat) in order to show how each RDT tool is employed.
    • describe how changes to the employment scenario for a protocol affects the protocol design choices. An example is receiver-side buffering.

    Reading

    • KR 3.4

    Slides

    Due

    Video





     

     

     

     

    { feedback could also be damaged } => { protocol v1 -> v2 }

     

    prevent only the feedback is incorrect, so the seg resent from sender is duplicate

    the only change of v2 to v1 is the adding of sequence number

     

     

     

     

     

    utility issue here:

    wait around for too much time, only utilizing the bandwith for a small amount

    utility ratio of time =10.59%

    a fundamental rule

     

     

      

    form1: Go-back-N

     

    only retransmit the segments been lost

     

     

     

     

  • 相关阅读:
    CGI(通用网关接口)
    PHP简介
    SEO搜索引擎优化/URL
    使用表单标签,与用户交互
    认识<img>标签,为网页插入图片
    使用mailto在网页中链接Email地址
    使用<a>标签,链接到另一个页面
    1037. Magic Coupon (25)
    1038. Recover the Smallest Number (30)
    1034. Head of a Gang (30) -string离散化 -map应用 -并查集
  • 原文地址:https://www.cnblogs.com/ecoflex/p/10971228.html
Copyright © 2011-2022 走看看