answersLogoWhite

0

Basically the frame are sent from the sender side by assigning a frame id,which could be a number.During the transmission of frames across the link the frames can be transmitted out of order w.r.t the frame id assigned to each of the frame.

The frames need to be in order to maintain integrity.

Even though the frames are sent in order,during the transmission the frames may experience delay or routing or any other event which can shuffle the order.

Thus frame sorting is done at the receiver side at the buffer at the DATA Link layer

before sending it to the higher layers.

The sorting can be done in many sorting techniques like bubble sort,merge sort etc.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the chemistry of common buffers used in microbiological media?

Common buffers used in microbiological media include phosphate buffers (such as phosphate buffered saline), carbonate-bicarbonate buffers, and tris(hydroxymethyl)aminomethane (Tris) buffer. These buffers help maintain a stable pH by resisting changes in acidity or alkalinity. Phosphate buffers are versatile and can be used in a wide pH range, while carbonate-bicarbonate buffers are effective at pH near 9. Tris buffer is commonly used in the slightly alkaline pH range.


A what concentration is DTT used in buffers?

1mM


Which algorithm design technique is used in the bubble sort algorithm?

Bubble sort uses the algorithm design technique known as "comparison-based sorting." It repeatedly steps through the list to be sorted, compares adjacent elements, and swaps them if they are in the wrong order. This process is repeated until the list is sorted, making it a straightforward but inefficient sorting method, especially for large datasets. The technique primarily relies on simple comparisons and swaps to achieve the sorted order.


Are electric paint buffers harmful to your cars finish?

No. Electric paint buffers are used to quickly repair a car's finish.


What is the structural frame?

Structual Frame- What materials have been used? (technique) What signs or symbols have been used? What values and beliefs are respresented? How has the artwork been organised? Look at focal point, blance cospositional devices. they include the 5 elements of design: colour,tone,shape,line and texture


What is micro-motion study?

micromotion is the most refined technique for the analysis of an existing work center. videotapes or motion pictures and using frame-by-frame are used to uncover every possible opportunity for improvement.


What is micro motion study?

micromotion is the most refined technique for the analysis of an existing work center. videotapes or motion pictures and using frame-by-frame are used to uncover every possible opportunity for improvement.


Is sorting by hand a method used to separate mixtures?

Yes, sorting by hand is a method used to separate mixtures, particularly when the components are large and easily distinguishable. This technique is often utilized in contexts such as sorting food items, recycling materials, or separating objects based on size, shape, or color. It is a simple and effective way to achieve separation without the need for specialized equipment. However, it can be time-consuming and is generally more practical for smaller quantities.


What are nested buffers?

Nested buffers refer to a situation where a system has multiple levels of buffers or storage spaces within each other. This can create a hierarchy of buffers, with data passing through multiple stages of buffering before being processed. Nested buffers are commonly used in computing systems to help manage data flow and optimize performance.


What types of buffer are used for hplc?

Common types of buffers used for HPLC include phosphate buffers, acetate buffers, citrate buffers, and ammonium acetate buffers. These buffers help to maintain the pH of the mobile phase, stabilize analytes, and provide consistent elution profiles. It's important to choose the right buffer based on the pH requirements of the analytes being analyzed.


What is Cell sorting?

Cell sorting is a laboratory technique used to separate and isolate specific types of cells from a heterogeneous mixture based on defined characteristics, such as size, shape, or surface markers. This process is essential in various fields, including immunology, cancer research, and stem cell biology, allowing researchers to study specific cell populations in detail. Methods for cell sorting include fluorescence-activated cell sorting (FACS) and magnetic-activated cell sorting (MACS), which utilize specific markers to identify and collect target cells. Ultimately, cell sorting is crucial for advancing our understanding of cellular functions and disease mechanisms.


What are the key differences between comparison-based sorting algorithms and other types of sorting algorithms?

Comparison-based sorting algorithms rely on comparing elements to determine their order, while other types of sorting algorithms may use different techniques such as counting or distribution. Comparison-based algorithms have a worst-case time complexity of O(n log n), while non-comparison-based algorithms may have different time complexities depending on the specific technique used.