On an M7i router, which type of queue priority can lead to starvation in other queues?() A. highB. real-timeC. strict lowD. strict high

On an M7i router, which type of queue priority can lead to starvation in other queues?()

A. high

B. real-time

C. strict low

D. strict high


相关考题:

在定义了优先级队列后,哪个命令允许接口上实施优先级队列() A.priority-groupB.priority-listC.ippriority-groupD.priority-list1queue-byte1000

AssumethescopedattributeprioritydoesNOTyetexist.Whichtwocreateandsetnewrequest-scopedattributeprioritytothevalue“medium”?() A.${priority=‘medium’}B.${requestScope[‘priority’]=‘medium’}C.c:setvar=priority”value=”medium”/D.c:setvar=”priority”scope=”request”medium/C:setE.c:setvar=”priority”value=”medium”scope=”request”/F.c:setproperty=”priority”scope=”request”medium/c:setG.c:setproperty=”priority”value=”medium”scope=”request”/

If both nodes in a chassis cluster initialize at different times, which configuration example will allow you to ensure that the node with the higher priority will become primary for your RGs other than RG0?()A. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150;preempt; }B. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150; monitoring; }C. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150; control-link-recovery; }D. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150; strict-priority; }

对于VRRP协议,我们把正常情况Master的优先级称为Priority(master),把正常情况下Backup的优先级称为Priority(backup),把监控端口失效时对Master优先级的影响成为Priority(reduced),则它们之间应满足如下关系()。 A.Priority(master)>Priority(backup)>Priority(master)-Priority(reduced)B.Priority(master)C.Priority(master)>Priority(backup)>Priority(reduced)D.Priority(master)

The printer associated with the hp5_queue is down for maintenance. Which of the following commands will move the remaining print jobs from hp5_queue to the hp7_queue?() A. export $LPDEST=hp7_queueB. qmov -m hp7_queue -P hp5_queueC. lpmov -s hp5_queue -d hp7_queueD. redirect -q hp5_queue hp7_queue

Assumetworoutersonthesamesubnet,R1andR2,bothconfiguredforHSRP.R1hasapriorityof120.WhichofthefollowingHSRPinterfaceconfigurationswillalwaysresultintheR2becomingtheprimary?() A.standby1priority110B.standby1priority120C.standby1priority130D.standby1priority110preemptE.standby1priority120preemptF.standby1priority130preempt

You are at sea in an inflatable liferaft.In high latitudes,the greatest danger is ______.A.asphyxiation due to keeping the canopy closedB.hypothermia caused by cold temperatureC.collapse of the raft due to cold temperaturesD.starvation

针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}A.2B.3C.4D.5

循环队列Queue(最多元素为MAX)判断队列为空的条件是()。 A. Queue->front= =NULL; B. Queue->rear= =NULL; C. Queue->front= = Queue->rear; D. Queue= =NULL;

1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }A.2B.3C.4D.5