sliding window


(n.) Also referred to as windowing, a method of flow control for transferring data over networks. TCP sends data across a network in packets and requires the receiving device to send an acknowledgement, or ACK, when it successfully has received the packet, which signals the sending device that another packet can be sent. Window size is the number of data packets that can be sent without waiting for an ACK. With the sliding window method, the receiving device can send a single acknowledgement message for multiple packets of data sent in one window. Within that acknowledgement message is information about the receiving device��s buffer size, which tells the sending device to increase or decrease the number of packets in the next transmission (this is where the “sliding” in the name comes in). If the application reading the data processes the packets at a slower rate than the sending device is transmitting them, it will tell the sending device to decrease the number of packets or temporarily cease transmission altogether, in order to free up room in the buffer; if the receiving application can process the packets faster than the sending device is transmitting them, it will tell the sending device to increase the number of packets in the next window as the application��s buffer can handle more data.

Read Also:

  • slimeware

    A slang term used to describe software that interferes with the user experience by changing key settings in order to gain profit. A type of adware.

  • slimline model

    A small desktop model computer. See under desktop model computer.

  • slipstream

    (v.) To add enhancements to or fix bugs in software without creating a new version number to identify the changes. (adj.) Refers to a fix or enhancement that was made to software without creating a new version number to identify the changes. The term is used, for example, to refer to a slipstream repair or […]

  • slot

    An opening in a computer where you can insert a printed circuit board. Slots are often called expansion slots because they allow you to expand the capabilities of a computer. The boards you insert in expansion slots are called expansion boards or add-on boards. Do not confuse slots with bays. Bays are sites within the […]

  • slotket

    Also called a slocket or a riser, a slotket is an adapter that accepts socket 370 CPUs into Slot 1 motherboards. Computer owners can upgrade their systems with the newest CPUs, such as current and future Celerons and Pentiums, without having to replace their Slot 1 motherboards for the new 370s.


Disclaimer: sliding window definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.