月沙工具箱
现在位置:月沙工具箱 > 学习工具 > 英语单词大全

automatic repeat request是什么意思,automatic repeat request的意思翻译、用法、同义词、例句

输入单词

常用词典

  • 自动重发请求

  • 例句

  • This paper investigates automatic repeat request(ARQ)schemes to meet these new challenges.

    文章研究了自动重发请求(ARQ)机制,来满足这些新的要求。

  • It efficiently combines cooperative diversity at the physical layer and automatic repeat request(ARQ) at the data link layer.

    它把物理层中的协作分集技术和数据链路层中的自动请求重传(ARQ)协议有效地结合起来。

  • Automatic repeat request (ARQ) schemes and transport control protocol (TCP) are often used as error-control techniques at the link layer and at the transport layer, respectively.

    自动重传请求(ARQ)和传输控制协议(TCP)经常被分别用作链路层和传输层的错误控制机制。

  • Automatic Repeat Request (ARQ) might be used in error control technology.

    纠错技术中可能用到自动重发请求(ARQ) 。

  • Then I introduce the algorithm of automatic repeat request and calculate the utilization ratio of the link.

    接着又介绍了自动请求重传算法并计算了通常情况下的链路利用率。

  • In 4G communication system, Automatic Repeat reQuest(ARQ) technology is necessary to support multiple mobile terminal to communicating in shared wireless channel.

    在4G 高速无线通信中,自动请求重传(ARQ)技术是无线通信中数据链路层所不可缺少的。

  • In the high rate wireless communication system, automatic repeat request(ARQ)technology is indispensable in link layer, which shields the packet loss of the wireless channel from the upper level.

    在高速无线通信中,自动请求重传(ARQ)是链路层不可缺少的技术,它通过重传向上层屏蔽无线链路上包的丢失。

  • Automatic repeat request (ARQ) schemes have been widely applied to many digital communication systems, especially, computer communication networks.

    自动请求重传(ARQ)方法已经在许多数字通信系统特别是通信网中获得了广泛的应用。

  • Second, the automatic repeat request (ARQ) technology is introduced into the cross-layer design for MIMO-AMC systems.

    其次,将自动重传请求(ARQ)技术引入到MIMO-AMC系统的跨层设计中。

  • Various advanced wireless communication technologies will be applied in this system such as Hybrid Automatic Repeat Request (HARQ).

    各种先进的无线传输技术即将在该系统中得到应用,包括混合自动重传请求(HARQ)技术。

  • Hybrid Automatic Repeat reQuest(Hybrid ARQ) which is an excellent error control technique has been accepted as a key technique of 3GPP Long Term Evolution(LTE).

    混合自动重传请求(ARQ)作为一种差错控制技术被采纳为3GPP长期演进项目(LTE)的关键技术。

  • Automatic Repeat-Request (ARQ) has been used widely for high reliability and convenience in implementation. But its low performance is shown When channel is in noisy state.

    自动重发差错控制方式由于可靠性高,实现简单得到广泛应用,但在信道干扰较强时效率较低。

  • In LTE communication system, Automatic Repeat-reQuest(ARQ) technology is essential for communication of multiple mobile terminals in shared wireless channel.

    在高速无线通信中,自动请求重传(ARQ)技术无疑是数据链路层所不可缺少的。

  • Forward-error correction (FEC) and automatic repeat-request (ARQ) are two kinds of error-control in digital communication system.

    前向纠错(FEC)和自动重传请求(ARQ)是数字通信系统中常用的两种差错控制方式。

  • Currently, there are three kinds of reliability protection mechanisms in WSN, including forward error correction coding(FEC), Automatic Repeat-reQuest (ARQ), and multi-path routing.

    目前,在WSN中主要使用三种可靠性保障机制,包括前向纠错编码(FEC)、丢包重传(ARQ)和多径冗余发送。

  • The first is the forward error control (FEC) and the second is the automatic-repeat-request (ARQ).

    通信系统中的差错控制方法基本可分为两大类,即前向纠错编码(FEC)和自动重传请求(ARQ)。

  • 专业解析

    自动重传请求(Automatic Repeat Request, ARQ) 是数据通信和网络协议中一种重要的错误控制机制,主要用于确保数据在不可靠信道(如无线或有线网络)上传输的可靠性。其核心功能是检测传输过程中出现的错误(如比特错误、数据包丢失),并自动触发错误数据的重传,直至接收方正确接收或达到最大重试次数。

    详细解释

    1. 核心原理与过程:

      • 错误检测:接收方通过校验和(如CRC)、序列号等技术检测接收到的数据帧是否存在错误或丢失。
      • 反馈机制:接收方向发送方发送确认(ACK)或否定确认(NACK)信号。ACK表示数据正确接收,NACK表示检测到错误或丢包。
      • 自动重传:发送方根据反馈决定动作:收到ACK则发送下一帧;收到NACK或超时未收到反馈(超时重传),则自动重传错误帧。
    2. 主要类型:

      • 停等式ARQ(Stop-and-Wait ARQ):发送方每发送一帧后暂停,等待接收方的ACK/NACK再发送下一帧。实现简单但效率较低(IEEE 802.11协议早期版本采用类似机制)。
      • 回退N帧ARQ(Go-Back-N ARQ):发送方连续发送多帧(窗口大小内),若某帧出错,则从该帧开始重传所有后续帧(如TCP协议中的部分实现)。
      • 选择性重传ARQ(Selective Repeat ARQ):仅重传出错的特定帧,接收方缓存后续正确帧以提升效率(LTE、5G等现代无线通信广泛采用)。
    3. 应用场景:

      • 无线通信:蜂窝网络(如4G LTE、5G NR)中用于对抗信道衰落和干扰,确保数据完整性(3GPP TS 36.322规范定义LTE的ARQ机制)。
      • 计算机网络:TCP协议通过序列号、超时重传和选择性确认(SACK)实现类ARQ机制(RFC 3366)。
      • 卫星通信与深空网络:应对长时延和高误码率环境(如CCSDS空间数据系统标准)。

    技术价值

    ARQ通过冗余传输换取可靠性,是链路层和传输层错误控制的基础。其设计需权衡效率(吞吐量、时延)与可靠性,常与前向纠错(FEC)技术结合使用,形成混合ARQ(HARQ),以优化性能(如5G中的HARQ机制)。


    权威参考来源:

    网络扩展资料

    自动重传请求(Automatic Repeat reQuest, ARQ)是计算机网络中用于实现可靠数据传输的一种机制,主要应用于数据链路层和传输层。以下是其详细解释:

    1.基本定义

    ARQ通过确认(ACK)和超时重传机制,在不可靠的通信信道上提供可靠的数据传输。当发送方未收到接收方的确认响应时,会自动重传数据包。

    2.核心机制

    3.常见类型

    4.应用场景

    5.缩写与全称

    ARQ机制平衡了传输效率与可靠性,是网络协议设计中解决丢包和错误的经典方案。如需进一步了解具体协议实现,可参考通信或计算机网络相关文献。

    别人正在浏览的英文单词...

    colourcamping tripcorrectionnon-renewableend insuperintendentunifyneutronhighjackat a loose endunder pressureinvestitureloaneeLarkingpotsherdrefuellingsecededdepartment of agriculturefeel lonelyinsider dealingperspective drawingtransmission systemesophagectasiaevaporizationHelimperturbabilityisocrinidalardaliteMaldanidaemephitical