Reconsidering Fragmentation and Reassembly

重新考虑碎片和重组

基本信息

  • 批准号:
    9612853
  • 负责人:
  • 金额:
    $ 16.37万
  • 依托单位:
  • 依托单位国家:
    美国
  • 项目类别:
    Continuing Grant
  • 财政年份:
    1997
  • 资助国家:
    美国
  • 起止时间:
    1997-09-01 至 1999-10-27
  • 项目状态:
    已结题

项目摘要

Reconsidering Fragmentation and Reassembly The Internet Protocol(IP)'s success for the last 15 years, during which several new technologies emerged, is due to its support for diversity. IP's solution to the use of different maximum packet sizes on different networks is to split packets that are too big into fragments, and to reassemble these fragments at the destination. This project reconsiders several issues related to fragmentation and reassembly IP. Reassembly is reconsidered first. The current reassembly algorithms are too slow. A simple expected case optimization can be used to improve reassembly performance to 38 instructions per fragment if the fragments arrive in FIFO order; a goal for this project is to implement this optimization in the NetBSD UNIX kernel. The project also introduces the new idea of Graceful Intermediate Reassembly (GIR), which is a generalization of the existing IP mechanisms of destination and hop-by-hop reassembly. In GIR, fragments are coalesced at an intermediate router in order to use the largest sized packets on its outgoing interface. It can be shown that GIR always outperforms the usual IP mechanism of hop-by-hop reassembly. A goal for this project is to modify existing IP router code to show that GIR can be implemented economically in routers with small processing and memory costs. The project also reconsiders fragmentation. It is shown that that avoiding fragmentation has costs of its own in terms of increased packet processing and/or round-trip delays. Measurements are described in which TCP performance improves after turning on fragmentation. For example, on Ethernet under NetBSD using a 536 byte segment size for TCP results in a throughput of only about 6Mb/s, whereas a throughput of 8.45Mb/s is obtained using a segment size of 1460 bytes (without fragmentation) and a throughput of 8.82Mb/s using a segment size of 16260 bytes with fragmentation. The project will also investigate simple performance models th at can be used to determine when fragmentation is beneficial. Finally, the project address the major disadvantages of fragmentation. A major problem is that when a fragment is lost, the entire TCP segment must be retransmitted, resulting in reduced or zero goodput under loss. A new mechanism --- dynamic segment sizing, in which the segment size is dynamically reduced after loss --- is introduced, which addresses this problem. Simulations (using a modified NetBSD kernel) will be used to show that dynamic segment sizing keeps the goodput at reasonable levels even under extremely lossy conditions. All mechanisms (reassembly optimization, GIR, and dynamic segment sizing) are orthogonal and can be applied to other protocol suites besides TCP/IP. Ongoing information about the status of this project can be found in http://dworkin.wustl.edu/~varghese/FRAG/fraginfo.html
重新考虑分裂和重组 互联网协议(IP)在过去15年中的成功,在此期间出现了几种新技术,这是由于它支持多样性。 对于在不同的网络上使用不同的最大数据包大小,IP的解决方案是将太大的数据包分成片段,并在目的地重新组装这些片段。 本项目重新考虑了与IP碎片化和重组相关的几个问题。 首先重新考虑重组。 目前的重组算法太慢。 如果片段以FIFO顺序到达,则可以使用一个简单的预期情况优化来将重组性能提高到每个片段38条指令;该项目的目标是在NetBSD UNIX内核中实现此优化。 该项目还引入了优雅中间重组(GIR)的新思想,这是对现有IP目的地和逐跳重组机制的推广。 在GIR中,片段在中间路由器处合并,以便在其传出接口上使用最大大小的数据包。 可以表明,GIR总是优于通常的逐跳重组的IP机制。 这个项目的一个目标是修改现有的IP路由器代码,以表明GIR可以经济地实现在路由器中的小处理和内存成本。 该项目还重新考虑了碎片化问题。 它示出,避免碎片有其自身的成本,在增加的数据包处理和/或往返延迟。 测量中描述的TCP性能提高后,打开碎片。 例如,在NetBSD下的以太网上,对于TCP使用536字节的段大小导致仅约6 Mb/s的吞吐量,而使用1460字节的段大小(没有分段)获得8.45Mb/s的吞吐量,并且使用16260字节的段大小和分段获得8.82Mb/s的吞吐量。 该项目还将研究简单的性能模型,这些模型可用于确定何时碎片化是有益的。 最后,该项目解决了分散的主要缺点。 一个主要的问题是,当一个片段丢失时,整个TCP数据段必须重新传输,从而导致减少或零有效吞吐量的损失。 针对这一问题,提出了一种新的机制---动态分段调整机制,即在数据丢失后分段大小动态减小。 模拟(使用修改后的NetBSD内核)将被用来显示动态段大小保持在合理的水平,即使在极端有损的条件下。 所有机制(重组优化、GIR和动态段大小调整)都是正交的,可以应用于TCP/IP以外的其他协议套件。 有关此项目状态的持续信息,请访问http://dworkin.wustl.edu/~varghese/FRAG/fraginfo.html

项目成果

期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ monograph.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ sciAawards.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ conferencePapers.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ patent.updateTime }}

George Varghese其他文献

Within and Cross Volatility Contagion Effects among Stock, Crude and Forex Returns: Empirical Evidence from Five Emerging Economies
股票、原油和外汇回报之间的内部和交叉波动传染效应:来自五个新兴经济体的经验证据
  • DOI:
    10.4236/tel.2018.88095
  • 发表时间:
    2018
  • 期刊:
  • 影响因子:
    0
  • 作者:
    George Varghese
  • 通讯作者:
    George Varghese
Positive Predictive Value of Epstein-Barr Virus DNA Detection in HIV-Related Primary Central Nervous System Lymphoma
EB 病毒 DNA 检测对 HIV 相关原发性中枢神经系统淋巴瘤的阳性预测价值
  • DOI:
  • 发表时间:
    2010
  • 期刊:
  • 影响因子:
    0
  • 作者:
    George Varghese;E. Mathai
  • 通讯作者:
    E. Mathai
Coronavirus Pandemic Evaluation of Remdesivir to the outcomes of hospitalized patients with COVID-19 infection in a tertiary-care hospital in southern India
冠状病毒大流行评估瑞德西韦对印度南部一家三级医院住院的 COVID-19 感染患者的结局
  • DOI:
  • 发表时间:
    2023
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Hanna Alexander;Karthik Gunasekaran;Jisha Sara;N. Gracelin;Princy Zacchaeus;P. Samuel;Sudha Jasmine;D. Christopher;K. Pichamuthu;P. Rupali;P. Victor;P. Mathew;Malathi Murugesan;Divya Deodar;George Varghese;R. Karthik;A. Manesh;Sara John;Anand Zachariah Thambu;David Sudarsanam;S. Sathyendra;A. Lenin;J. Prasad;O. Abraham;S. Hansdak;Divya Elizabeth;Ramya I Avinash Balamugesh DJ Mathew;J. Christopher;Pritish John Daniel;Binila Korula;P. Chacko;Winsley Abhilash;Sushil S Rose;B. George;Bhagteshwar Singh;R. Kannangai;Alok Srivastava;M. Moorthy;Prathap Gagandeep Kang
  • 通讯作者:
    Prathap Gagandeep Kang
Primary odontogenic onset invasive mucormycosis - An under recognized clinical entity.
原发性牙源性侵袭性毛霉菌病 - 一种尚未得到充分认识的临床疾病。
  • DOI:
  • 发表时间:
    2023
  • 期刊:
  • 影响因子:
    14.2
  • 作者:
    A. Manesh;Emily Devasagayam;Shalini Sahu;Kundakarla Bhanuprasad;P. Mannam;R. Karthik;George Varghese
  • 通讯作者:
    George Varghese
Disseminated Penicillium marneffei infection in a human immunodeficiency virus-infected individual.
人类免疫缺陷病毒感染个体中传播的马尔尼菲青霉菌感染。
  • DOI:
  • 发表时间:
    2004
  • 期刊:
  • 影响因子:
    1.6
  • 作者:
    George Varghese;Gajanan Pise;Sarojini Joy Michael;Mary Jacob;Renu George
  • 通讯作者:
    Renu George

George Varghese的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('George Varghese', 18)}}的其他基金

NeTS: Small: Revisiting Network Algorithmics using the CRAM Model
NeTS:小型:使用 CRAM 模型重新审视网络算法
  • 批准号:
    2333587
  • 财政年份:
    2024
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Standard Grant
CNS Core: Large: Collaborative Research: Network Design Automation
CNS 核心:大型:协作研究:网络设计自动化
  • 批准号:
    1901510
  • 财政年份:
    2019
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Continuing Grant
CSR-EHS - Building a High Throughput Programmable Network Processor Through Algorithm and Architecture Co-Exploration
CSR-EHS - 通过算法和架构共同探索构建高吞吐量可编程网络处理器
  • 批准号:
    0509546
  • 财政年份:
    2005
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Continuing Grant
New Directions in Accounting and Traffic Measurement
计费和流量测量的新方向
  • 批准号:
    0137102
  • 财政年份:
    2002
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Standard Grant
Terabit Lookups
太比特查找
  • 批准号:
    0074004
  • 财政年份:
    2000
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Standard Grant
Reconsidering Fragmentation and Reassembly
重新考虑碎片和重组
  • 批准号:
    0096043
  • 财政年份:
    1999
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Continuing Grant
Making Network Protocols Simpler and More Robust Using Self-Stabilization
使用自稳定使网络协议更简单、更稳健
  • 批准号:
    9405444
  • 财政年份:
    1994
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Continuing Grant
RIA: Trading Packet Headers for Packet Processing
RIA:交易数据包标头以进行数据包处理
  • 批准号:
    9409977
  • 财政年份:
    1994
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Standard Grant

相似海外基金

BoCP-Implementation:US-Sao Paulo: Living on the edge: plant-animal interactions and the cascading impacts of Amazon forest fragmentation
BoCP-实施:美国-圣保罗:生活在边缘:植物与动物的相互作用以及亚马逊森林破碎化的连锁影响
  • 批准号:
    2325993
  • 财政年份:
    2024
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Standard Grant
A multi-scale theory for solid-granular transition due to fragmentation
碎裂引起的固体颗粒转变的多尺度理论
  • 批准号:
    DP240101206
  • 财政年份:
    2024
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Discovery Projects
Does chromosomal fragmentation cause premature ageing
染色体断裂会导致过早衰老吗
  • 批准号:
    BB/Y512515/1
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Training Grant
Collaborative Research: Forest fragmentation and climate change result in understory warming that adversely affects tropical avian biodiversity at the BDFFP.
合作研究:森林破碎化和气候变化导致林下变暖,对 BDFFP 的热带鸟类生物多样性产生不利影响。
  • 批准号:
    2311047
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Standard Grant
Novel printing system based on the dynamics of liquid fragmentation and its impact on surfaces
基于液体碎片动力学及其对表面影响的新型打印系统
  • 批准号:
    2859497
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Studentship
Microstructurally Informed Modelling of Metal Fragmentation
金属碎片的微观结构建模
  • 批准号:
    2904905
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Studentship
Generation mechanism of large-scale phreatomagmatic eruptions investigated from magma fragmentation depth
从岩浆碎裂深度探讨大规模岩浆喷发的生成机制
  • 批准号:
    23KJ0231
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Grant-in-Aid for JSPS Fellows
FragMag - Recovering Magnets with Electric Pulse Fragmentation
FragMag - 通过电脉冲碎片恢复磁铁
  • 批准号:
    10083971
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Feasibility Studies
Photo-Fragmentation Methods for Single-Molecule Protein Sequencing by Nanopore Mass Spectrometry
纳米孔质谱单分子蛋白质测序的光断裂方法
  • 批准号:
    10644378
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
Cancer Patients Digital Twins to Investigating disease fragmentation and its impact on drug response in AML trials
癌症患者数字孪生研究 AML 试验中的疾病碎片化及其对药物反应的影响
  • 批准号:
    2881649
  • 财政年份:
    2023
  • 资助金额:
    $ 16.37万
  • 项目类别:
    Studentship
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了