enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Random early detection - Wikipedia

    en.wikipedia.org/wiki/Random_early_detection

    Random early detection (RED), also known as random early discard or random early drop, is a queuing discipline for a network scheduler suited for congestion avoidance. [1]In the conventional tail drop algorithm, a router or other network component buffers as many packets as it can, and simply drops the ones it cannot buffer.

  3. CoDel - Wikipedia

    en.wikipedia.org/wiki/CoDel

    The ideal buffer is sized so it can handle a sudden burst of communication and match the speed of that burst to the speed of the slower network. Ideally, the shock-absorbing situation is characterized by a temporary delay for packets in the buffer during the transmission burst, after which the delay rapidly disappears and the network reaches a ...

  4. Zero-copy - Wikipedia

    en.wikipedia.org/wiki/Zero-copy

    Zero-copy programming techniques can be used when exchanging data within a user space process (i.e. between two or more threads, etc.) and/or between two or more processes (see also producer–consumer problem) and/or when data has to be accessed / copied / moved inside kernel space or between a user space process and kernel space portions of operating systems (OS).

  5. Bufferbloat - Wikipedia

    en.wikipedia.org/wiki/Bufferbloat

    Bufferbloat is the undesirable latency that comes from a router or other network equipment buffering too many data packets.Bufferbloat can also cause packet delay variation (also known as jitter), as well as reduce the overall network throughput.

  6. 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.

  7. Reliable Event Logging Protocol - Wikipedia

    en.wikipedia.org/wiki/Reliable_Event_Logging...

    RELP is inspired by RFC 3195 syslog and RFC 3080. During initial connection, sender and receiver negotiate session options, like supported command set or application level window size. Network event messages are transferred as commands, where the receiver acknowledges each command as soon as it has processed it.

  8. Network scheduler - Wikipedia

    en.wikipedia.org/wiki/Network_scheduler

    A network scheduler, also called packet scheduler, queueing discipline (qdisc) or queueing algorithm, is an arbiter on a node in a packet switching communication network. It manages the sequence of network packets in the transmit and receive queues of the protocol stack and network interface controller .

  9. TUN/TAP - Wikipedia

    en.wikipedia.org/wiki/TUN/TAP

    Being network devices supported entirely in software, they differ from ordinary network devices which are backed by physical network adapters. The Universal TUN/TAP Driver originated in 2000 as a merger of the corresponding drivers in Solaris, Linux and BSD. [1] The driver continues to be maintained as part of the Linux [2] and FreeBSD [3] [4 ...