When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. TCP tuning - Wikipedia

    en.wikipedia.org/wiki/TCP_tuning

    The original TCP configurations supported TCP receive window size buffers of up to 65,535 (64 KiB - 1) bytes, which was adequate for slow links or links with small RTTs. Larger buffers are required by the high performance options described below. Buffering is used throughout high performance network systems to handle delays in the system.

  3. TCP window scale option - Wikipedia

    en.wikipedia.org/wiki/TCP_window_scale_option

    TCP window scale option is needed for efficient transfer of data when the bandwidth-delay product (BDP) is greater than 64 KB [1].For instance, if a T1 transmission line of 1.5 Mbit/s was used over a satellite link with a 513 millisecond round-trip time (RTT), the bandwidth-delay product is ,, =, bits or about 96,187 bytes.

  4. Bufferbloat - Wikipedia

    en.wikipedia.org/wiki/Bufferbloat

    A bloated buffer has an effect only when this buffer is actually used. In other words, oversized buffers have a damaging effect only when the link they buffer becomes a bottleneck. The size of the buffer serving a bottleneck can be measured using the ping utility provided by most operating systems. First, the other host should be pinged ...

  5. TCP congestion control - Wikipedia

    en.wikipedia.org/wiki/TCP_congestion_control

    It is a receiver-side algorithm that employs a loss-based approach using a novel mechanism, called agility factor (AF). to increase the bandwidth utilization over high-speed and short-distance networks (low bandwidth-delay product networks) such as local area networks or fiber-optic network, especially when the applied buffer size is small. [24]

  6. Flow control (data) - Wikipedia

    en.wikipedia.org/wiki/Flow_control_(data)

    This acknowledgement announces that the receiver is ready to receive n frames, beginning with the number specified. Both the sender and receiver maintain what is called a window. The size of the window is less than or equal to the buffer size. Sliding window flow control has far better performance than stop-and-wait flow control.

  7. Nagle's algorithm - Wikipedia

    en.wikipedia.org/wiki/Nagle's_algorithm

    A solution recommended by Nagle, that prevents the algorithm sending premature packets, is by buffering up application writes then flushing the buffer: [1] The user-level solution is to avoid write–write–read sequences on sockets. Write–read–write–read is fine. Write–write–write is fine. But write–write–read is a killer.

  8. FAST TCP - Wikipedia

    en.wikipedia.org/wiki/Fast_TCP

    However, it requires buffering which increases linearly with the number of flows bottlenecked at a link. The paper [6] proposes a new TCP algorithm that extends FAST TCP to achieve (α, n)-proportional fairness in steady state, yielding buffer requirements which grow only as the nth power of the number of flows. The authors call the new ...

  9. Packet delay variation - Wikipedia

    en.wikipedia.org/wiki/Packet_delay_variation

    As long as the bandwidth can support the stream, and the buffer size is sufficient, buffering only causes a detectable delay before the start of media playback. However, for interactive real-time applications, e.g., voice over IP (VoIP), PDV can be a serious issue and hence VoIP transmissions may need quality-of-service –enabled networks to ...