单选题You are experiencing contention in the queue on an egress interface of the router. Which policy action should be used for congestion control?()AmarkBcolorCfilterDdiscard

单选题
You are experiencing contention in the queue on an egress interface of the router. Which policy action should be used for congestion control?()
A

mark

B

color

C

filter

D

discard


参考解析

解析: 暂无解析

相关考题:

You are developing a Windows Communication Foundation (WCF) service that reads messages from a public non-transactional MSMQ queue.You need to configure the service to read messages from the failed-delivery queue.Which URI should you specify in the endpoint configuration settings of the service?()A. net.msmq://localhost/msmq$FailedMessagesB. net.msmq://localhost/msmq$DeadLetterC. net.msmq://localhost/system$DeadXactD. net.msmq://localhost/system$DeadLetter

You are experiencing contention in the queue on an egress interface of the router. Which policy action should be used for congestion control?() A.markB.colorC.filterD.discard

Which statement describes queue and buffer managment in the E-series router?() A. Buffer memory is managed dynamically in the I/O module.B. Buffer memory is managed dynamically in the switch fabric.C. Buffer memory is managed dynamically on egress line modules.D. Buffer memory is managed dynamically on ingress line modules

The policy action of color is used for congestion control under which circumstance?() A.congestion in an upstream routerB.congestion in a downstream routerC.contention for queue space on an egress interfaceD.contention for queue space on an ingress interface

An application receives an error message when initializing a connection to a Windows Azure Queue.   You need to recommend an approach for resolving the problem.  What should you recommend?()A、 Ensure that the queue is not full.B、 Ensure that the queue has messages in it.C、 Ensure that the queue name does not containillegal characters.D、 Ensure that multiple processes are not talking to the same queue.

You are designing a Windows Azure application.  The application includes two web roles and three instances of a worker role.  The web roles will send requests to the worker role through one or more Windows Azure Queues. You have the following requirements:   - Ensure that each request is processed exactly one time.   - Minimize the idle time of each worker role instance. - Maximize the reliability of request processing.   You need to recommend a queue design for sending requests to the worker role.  What should you recommend?()A、 Create a single queue.  Send requests on the single queue.B、 Create a queue for each web role.  Send requests on all queues at the same time.C、 Create a queue for each workerrole instance.  Send requests on each worker queue in a round robin.D、 Create a queue for each combination of web roles and worker role instances.  Send requests to all worker role instances based on the sending web role.

A branch router is configured with an egress QoS policy that was designed for a total number of 10 concurrent VOIP calls.Due to expansion, 15 VOIP calls are now running over the link, but after the 14th call was established, allcalls were affected and the voice quality was dramatically degraded.Assuming that there is enough bandwidth on the link for all of this traffic, which part of the QoS configuration should be updated due to the new traffic profile?()A、Increase the shaping rate for the priority queue.B、Remove the policer applied on the priority queue.C、Remove the shaper applied on the priority queue.D、Increase the policing rate for the priority queue.

Voice quality is bad due to high delay and jitter on a link. Which two actions will improve the quality  of voice calls?()A、Increase the queue size of the voice class.B、Guarantee bandwidth during congestion to the voice class with a bandwidth command.C、Increase the tx-ring of the egress interface.D、Implement LLQ for the voice class.E、Decrease the rx-ring of the egress interface.F、Decrease the queue size of the voice class.

The policy action of color is used for congestion control under which circumstance?()A、congestion in an upstream routerB、congestion in a downstream routerC、contention for queue space on an egress interfaceD、contention for queue space on an ingress interface

You are planning the migration of an existing application to Windows Azure and SQL Azure.  The application produces report files at the request of remote systems.   Requests for report files will be placed into a single Windows Azure Queue.   You must minimize the compute resources and storage transactions required to process the requests.   You need to recommend an approach for processing the requests. What should you recommend?()A、 Create a worker role for each report file that constantly polls the queue for requests.B、 Create a workerrole for each report file that checks the queue at scheduled intervals for requests.C、 Create a single worker role that constantly polls the queue for requests and executes the requests on multiple threads.D、 Create a single worker role that checks the queue at scheduled intervals for requests and executes the requests on multiple threads.

You have a print server that runs Windows Server 2003 Service Pack 2 (SP2). Users report that print jobs are not printing. Users also report that they do not receive any error messages. Younotice a large number of jobs in the print queue. You attempt to delete some jobs from the queue and notice that the jobs remain in the queue. You need to ensure that users can print successfully. What should you do? ()A、Restart the Print Spooler service.B、Pause the printer, and then restart the printer.C、Take ownership of the printer, and then delete the print jobs.D、Assign the Manage Documents permission to the users connected to the printer.

You are creating an undo buffer that stores data modifications.You need to ensure that the undo functionality undoes the most recent data modifications first.You also need to ensure that the undo buffer permits the storage of strings only.Which code segment should you use?()A、Stackstring undoBuffer=new Stackstring();B、Stack undoBuffer=new Stack();C、Queuestring undoBuffer=new Queuestring();D、Queue undoBuffer=new Queue();

You need to design the Service Broker queues that will be used to submit requests for long-running reports. Your solution must minimize complexity of using the queues by applications. What should you do?()A、Specify one queue for each client application that can submit report requests.B、Specify one queue for each of the two report-generation services.C、Specify one queue for all long-running report requests.D、Specify eight queues:One for each service, and one for each client application.

A system is experiencing performance problems.  After checking the CPU usage, the problem identified is that the system is "CPU Bound".  Which of the following outcomes will determine if there is a possible CPU constraint?()A、 Low paging B、 High paging C、 Workload manager is not turned on D、 A high run queue length

单选题You are planning the migration of an existing application to Windows Azure and SQL Azure.  The application produces report files at the request of remote systems.   Requests for report files will be placed into a single Windows Azure Queue.   You must minimize the compute resources and storage transactions required to process the requests.   You need to recommend an approach for processing the requests. What should you recommend?()A Create a worker role for each report file that constantly polls the queue for requests.B Create a workerrole for each report file that checks the queue at scheduled intervals for requests.C Create a single worker role that constantly polls the queue for requests and executes the requests on multiple threads.D Create a single worker role that checks the queue at scheduled intervals for requests and executes the requests on multiple threads.

单选题You are the administrator of ExamSheet.net's network.  Your Windows 2000 Professional computer has a Pentium II 400-HHz processor, 128 MB of RAM, and IDE hard disk. After installing a new digital imaging application you notice that your computer is responding very slowly and you are experiencing delays in processing graphics files. You want to determine if the performance problems are being caused by a memory bottleneck. What should you do?()AUse Task Manager to view the running applications. BUse Task Manager to view the running processes.CUse System Monitor to view the System-Processor Queue Length and Processor-Interrups/Sec counters.DUse System Monitor to view the Logical Disk-Avg. Disk sec/Transfer and Memory-Pages/Sec counters.

单选题A system is experiencing performance problems.  After checking the CPU usage, the problem identified is that the system is "CPU Bound".  Which of the following outcomes will determine if there is a possible CPU constraint?()A Low paging B High paging C Workload manager is not turned on D A high run queue length

单选题Which statement describes queue and buffer managment in the E-series router?()ABuffer memory is managed dynamically in the I/O module.BBuffer memory is managed dynamically in the switch fabric.CBuffer memory is managed dynamically on egress line modules.DBuffer memory is managed dynamically on ingress line modules

单选题You have a print server that runs Windows Server 2003 Service Pack 2 (SP2). Users report that print jobs are not printing. Users also report that they do not receive any error messages. You notice a large number of jobs in the print queue. You attempt to delete some jobs from the queue and notice that the jobs remain in the queue. You need to ensure that users can print successfully. What should you do? ()ARestart the Print Spooler service.BPause the printer, and then restart the printer.CTake ownership of the printer, and then delete the print jobs.DAssign the Manage Documents permission to the users connected to the printer.

单选题You are the administrator for the Xxx Corporation’s Exchange 2010 organization.You notice that all messages sent to recipients in the verigon.com domain, the east.verigon.com domain, and other sub-domains of verigon.com were not delivered.You investigate the problem and you notice that the messages were not delivered because the routing path for delivery was temporarily modified.You have repaired the routing path.You want to resubmit all messages stored on the server named Exchange55 that were not sent to verigon.com and related domains.Which of the following commands should you use?()AResume-Message -Filter {FromAddress -eq *verigon.com}BRetry-Queue -Identity Exchange55/verigon.com -Resubmit $trueCRetry-Queue -Identity Exchange55/Poison -Resubmit $trueDRetry-Queue -Identity Exchange55/Unreachable -Resubmit $true

多选题Voice quality is bad due to high delay and jitter on a link. Which two actions will improve the quality  of voice calls?()AIncrease the queue size of the voice class.BGuarantee bandwidth during congestion to the voice class with a bandwidth command.CIncrease the tx-ring of the egress interface.DImplement LLQ for the voice class.EDecrease the rx-ring of the egress interface.FDecrease the queue size of the voice class.

单选题You are developing a Windows Communication Foundation (WCF) service that reads messages from a public non-transactional MSMQ queue.You need to configure the service to read messages from the failed-delivery queue.Which URI should you specify in the endpoint configuration settings of the service?()Anet.msmq://localhost/msmq$FailedMessagesBnet.msmq://localhost/msmq$DeadLetterCnet.msmq://localhost/system$DeadXactDnet.msmq://localhost/system$DeadLetter

单选题An application receives an error message when initializing a connection to a Windows Azure Queue.   You need to recommend an approach for resolving the problem.  What should you recommend?()A Ensure that the queue is not full.B Ensure that the queue has messages in it.C Ensure that the queue name does not containillegal characters.D Ensure that multiple processes are not talking to the same queue.

单选题You are designing a Windows Azure application that will process images.  The maximum size of an image is 10 MB.   The application includes a web role that allows users to upload images and a worker role with multiple instances that processes the images.   The web role communicates with the worker role by using a Windows Azure Queue.  You need to recommend an approach for storing images that minimizes storage transactions.  What should you recommend? ()A Store images in the queue.B Store images in Windows Azure Blob storage.  Store references to the images in the queue.C Store images in local storage on the web role instance.  Store references to the images in the queue.D Store images in Windows Azure Drives attached to the worker role instances. Storereferences to the images in the queue.

单选题The policy action of color is used for congestion control under which circumstance?()Acongestion in an upstream routerBcongestion in a downstream routerCcontention for queue space on an egress interfaceDcontention for queue space on an ingress interface

单选题You work as an application developer at Certkiller .com. You are developing an application that makes use of a Queue class object named MyQueue. This Queue class object will be used to store messages sent by the user during application run time.You would like to access the message at the beginning of the queue, prior to processing the user messages, without removing it. What should you do?()A Use the Enqueue method of the MyQueue object.B Use the Contains method of the MyQueue object.C Use the Dequeue method of the MyQueue object.D Use the Peek method of the MyQueue object.

单选题You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue.  You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times.  What should you recommend?()A Appropriately handle poison messages.B Decrease the visibility timeout for messages.C Reduce the time-to-live interval for messages in the queue.D Increase the number of worker role instances reading messages from the queue.