Hi, Name some Queuing mechanism and which offers priority Queue?
ravi_195 24-November-2008 09:17:32 AM

Comments


The class definition and the constructor are pretty much the same as always.
for more details please visit
oopweb.com/CPP/Documents/ThinkCScpp/Volume/chap20.htm - 31k
Posted by waqasahmad


1.)FIFO
2.)LIFO
3.)PQ
4.)CQ
Posted by fawad


FIFO, LIFO, CQ

PQ offers priority Queue.
Posted by waqqas1


FIFO,WFQ & for priority we have PQ(priority queuing).
Posted by Hash007


There are some queing mechanism are
LIFO(Last in first out) FIFO(First in first out) PQ (Priority Queuing)
Posted by HamidAliKhan


The following is a list of the Queuing mechanisms:

i. First in First Out (FIFO).
ii. Priority Queuing (PQ).
iii. Custom Queuing (CQ).
iv. Weighted Fair Queuing (WFQ).

Priority Queue:

priority queuing (PQ) enables network administrators to prioritize
traffic based on specific criteria.And these criteria include protocol or sub-protocol types, source interface, packet size, fragments, or any parameter identifiable through a standard or extended access list.
Posted by sagitraz



Posted: 24-November-2008 09:51:59 AM By: sagitraz

The following is a list of the Queuing mechanisms:

i. First in First Out (FIFO).
ii. Priority Queuing (PQ).
iii. Custom Queuing (CQ).
iv. Weighted Fair Queuing (WFQ).

Priority Queue:

priority queuing (PQ) enables network administrators to prioritize
traffic based on specific criteria.And these criteria include protocol or sub-protocol types, source interface, packet size, fragments, or any parameter identifiable through a standard or extended access list.

Posted: 24-November-2008 10:30:16 AM By: HamidAliKhan

There are some queing mechanism are
LIFO(Last in first out) FIFO(First in first out) PQ (Priority Queuing)

Posted: 25-November-2008 02:49:23 AM By: Hash007

FIFO,WFQ & for priority we have PQ(priority queuing).

Posted: 25-November-2008 11:35:11 AM By: waqqas1

FIFO, LIFO, CQ

PQ offers priority Queue.

Posted: 30-November-2008 07:58:10 AM By: fawad

1.)FIFO
2.)LIFO
3.)PQ
4.)CQ

Posted: 29-December-2008 12:43:19 AM By: waqasahmad

The class definition and the constructor are pretty much the same as always.
for more details please visit
oopweb.com/CPP/Documents/ThinkCScpp/Volume/chap20.htm - 31k