zoukankan      html  css  js  c++  java
  • Priority classes

    Three relative priority classes have been defined to date. These priority classes typically imply some relative scheduling prioritization among bundles in queue at a sender.

    • Bulk.Bulk bundles are shipped on a “least effort” basis.No bundles of this class will be shipped until all bundles of other classes bound for the same destination and originating from the same source have been shipped.
    • Normal.Normal-class bundles are shipped prior to any bulk-class bundles and are otherwise the same as bulk bundles.
    • Expedited.Expedited bundles,in general, are shipped prior to bundles of other classes and are otherwise the same.

        Applications specify their requested priority class and data lifetime for each ADU they send.This information, coupled with policy applied at DTN nodes that select how messages are forwarded and which routing algorithms are in use, affects the overall likehood and timeliness of ADU delivery.

        The priority class of a bundle is only required to relate to other bundles from the same source.

        Depending on a particular DTN nodes forwarding/scheduling policy, priority may or may not be enforced across different sources.

  • 相关阅读:
    docker 安装 nexus3 初始密码不再是admin123
    eclipse中Tomcat修改项目名称
    WAMP3.1.3自定义根目录
    git学习笔记
    小米和MAC触摸板手势汇总
    IDEA快捷键汇总
    servelet 实现Post接口访问
    LeetCode:Jump Game II
    LeetCode:Trapping Rain Water
    LeetCode: Container With Most Water
  • 原文地址:https://www.cnblogs.com/jcleung/p/1834379.html
Copyright © 2011-2022 走看看