What must be set correctly when configuring a serial interface so that higher-level protocols calculate the best route?()A、bandwidthB、delayC、loadD、reliability

What must be set correctly when configuring a serial interface so that higher-level protocols calculate the best route?()

  • A、bandwidth
  • B、delay
  • C、load
  • D、reliability

相关考题:

Your Web site uses custom Themes. Your Web site must support additional Themes based on the user‘s company name. The company name is set when a user logs on to the Web site. The company‘s Theme name is stored in a variable named ThemeName. You need to use this variable to dynamically set the Web site‘s Theme.What should you do?()A.B.C.D.

What must be paid attention when watchkeeping in the engine room?

What must be set correctly when configuring a serial interface so that higher-level protocols calculate the best route?() A. bandwidthB. delayC. loadD. reliability

What are the three main types of networks that must be considered when defining a security policy?

When troubleshooting a Frame Relay connection, what is the first step when performing a loopback test?()A、Set the encapsulation of the interface to HDLCB、Place the CSU/DSU in local-loop modeC、Enable local-loop mode on the DCE Frame Relay routerD、Verify that the encapsulation is set to Frame Relay

When installing processors with mixed stepping levels in a server, which of the following guidelines must be followed? ()A、 The processors must have different frequencies set to operate.B、 The processor with the highest feature set must be the bootstrap processor.C、 The processors must have different cache sizes set to operate.D、 The processors must have the same cache size set.E、 The processor with the lowest feature set must be the bootstrap processor.

You are designing a Windows Azure application.  The application includes a web role and a worker role that communicate by using a Windows Azure Queue.  The worker role processes each message within 10 seconds of retrieving it from the queue. The worker role must process each message exactly one time.  If a process does not complete, the worker role must reprocess the message.  You need to recommend an approach for the worker role to manage messages in the queue.  What should you recommend?()A、 Process the message and then delete it from the queue.B、 Delete the message from the queue when retrieving the message.C、 Set the visibility timeout of the message to 1 when retrieving the message.D、 Process the message and then set the visibility timeout of themessage to the maximum value.

Which logical channel must be dimensioned for each cell when considering the call set-up frequency? ()A、SACCHB、SDCCHC、FCCHD、SCHE、BCCH

When setting an access point to a non-root role, what two parameters,other than Role in theRadio Network,must be configured on the SSID Manager page?()A、Infrastructure devices to associate only to this SSIDB、Enable IP redirection on this SSIDC、Set Data Beacon RateD、Multiple Basic Service Set Identification (BSSID)E、Set infrastructure SSID

Which of the following must occur when installing SCSI devices into the server?()A、 Terminate the back end of the chain.B、 Set the jumper to device ID 0.C、 Terminate both ends of the chain.D、 Set the jumper to cable select.

When replacing a power supply, what MUST the technician observe?()A、voltageB、currentC、wattageD、resistance

When issuing the CROSSCHECK command in RMAN, if a backup file CANNOT be found, to what status is that file set?()A、DELETEDB、OBSOLETEC、EXPIREDD、UNKNOWN

You install a new USB scanner on a Windows 2000 Professional computer. Two weeks later, the user of the computer informs you that when he scans images with the scanner, the colors do not display correctly. When he prints the scanned images, the colors print correctly. You need to ensure that the scanned images display the correct colors. What should you do? ()A、In scanners and cameras in control panel, remove the color management profile.B、In the display properties in control panel, set the Windows color scheme to Windows standard.C、In the advanced properties of the display properties in control panel, remove all color management profiles.D、In the display properties in control panel, increase the colors setting.

You work as the enterprise exchange administrator at Xxx .The Xxx network consists of a domain named xxx .What actions must you take to use administrative delegation on a series of cmdlets?()A、You must implement log transactionsB、You must set up new management roleC、You must implement Mailbox journalingD、You must set up a Role Based Access Control (RBAC) role

单选题For the intermediate condition, thermostats must be correctly set ().Aby trial and errorBby and largeCautomaticallyDvery easily

问答题What are the three main types of networks that must be considered when defining a security policy?

多选题The EMP table exists in your schema. You want to execute the following query:   SELECT ename, sal FROM emp AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL ’6’ MINUTE)   WHERE ename = ’ALLEN’;   What are the minimum requirements for the statement to execute successfully?()AARCHIVELOG mode must be enabledBRow Movement must be enabled for the tableCFLASHBACK must be set to ON for the databaseDThe UNDO_MANAGEMENT parameter must be set to AUTOEThe UNDO_RETENTION parameter must be set appropriately

多选题When setting an access point to a non-root role,what two parameters,other than role in the radio network, must be configured on the ssid manager page?()Ainfrastructure devices to associate only to this ssidBenable ip redirection on this ssidCset data beacon rateDmultiple basic service set identification (bssid)Eset infrastructure ssid

单选题You work as the enterprise exchange administrator at Xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.You have received instructions from the CIO to enable Autodiscover for Internet users by creating a resource record in DNS.What actions must you take?()AYou must set up recipient filtering.BYou must set up a Host (A).CYou must use a TXT record.DYou must use a Pointer (PTR) record.EYou must use a Mail exchange (MX) record.

单选题What action must be taken when an individual cargo tank is closed off from the inert gas system by the tank isolation valve?()AThe tank must be gas freedBThe tank must be ballastedCThe tank must be vented to the atmosphereDThe bypass valve must also be closed

单选题You work as the enterprise exchange administrator at Xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.A new Xxx usage policy prohibits the employees from using certain words in internal e-mail messaging.What actions must you take to have the policy implemented?()AYou must set up an IP Block list.BYou must set up sender filtering.CYou must set up managed folders.DYou must build a transport rule

单选题You work as the enterprise exchange administrator at Xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.What actions must you take to allow employees to change their passwords by utilizing Microsoft Windows but not Outlook Web App?()AYou must up an IP Block list.BYou must use an Outlook Web App Mailbox policy.CYou must set up the Segmentation tab settings.DYou must set up recipient filtering.

多选题To configure the VLAN trunking protocol to communicate VLAN information between two switches, what two requirements must be met?()AEach end of the trunk line must be set to IEEE 802.1E encapsulation.BThe VTP management domain name of both switches must be set the same.CAll ports on both the switches must be set as access ports.DOne of the two switches must be configured as a VTP server.EA rollover cable is required to connect the two switches together.FA router must be used to forward VTP traffic between VLANs.

单选题You are creating a Windows Communication Foundation (WCF) service that accepts messages from clients when they are started. The message is defined as follows. [MessageContract] public class Agent { public string CodeName { get; set; }public string SecretHandshake { get; set; } } You have the following requirements: "The CodeName property must be sent in clear text. The service must be able to verify that the property value was not changed after being sent by the client. "The SecretHandshake property must not be sent in clear text and must be readable by the service. What should you do?()A Add a MessageBodyMember attribute to the CodeName property and set the ProtectionLevel to Sign. Add a MessageBodyMember attribute to the SecretHandshake property and set the protectionLevel to EncryptAndSign.B Add a DataProtectionPermission attribute to the each property and set the ProtectData property to true.C Add an XmlText attribute to the CodeName property and set the DataType property to Signed. add a PasswordPropertyText attribute to the SecretHandshake property and set its value to true.D Add an ImmutableObject attribute to the CodeName property and set its value property to true. Add a Browsable attribute to the SecretHandshake property and set its value to false.

单选题You are creating a Windows Communication Foundation (WCF) service that accepts messages from clients when they are started. The message is defined as follows:[MessageContract] public class Agent { public string CodeName { get; set; } public string SecretHandshake { get; set; }}You have the following requirements: The CodeName property must be sent in clear text. The service must be able to verify that the property value was not changed after being sent by the client. The SecretHandshake property must not be sent in clear text and must be readable by the service.What should you do?()AAdd a MessageBodyMember attribute to the CodeName property and set the ProtectionLevel to Sign. Add a MessageBodyMember attribute to the SecretHandshake property and set the ProtectionLevel to EncryptAndSign.BAdd a DataProtectionPermission attribute to the each property and set the ProtectData property to true.CAdd an xmlText attribute to the CodeName property and set the DataType property to Signed. Add a PasswordPropertyText attribute to the SecretHandshake property and set its value to true.DAdd an ImmutableObject attribute to the CodeName property and set its value property to true. Add a Browsable attribute to the SecretHandshake property and set its value to false.

单选题You work as the enterprise exchange administrator at Xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.What actions must you take to disable notifications by text messages to mobile devices?()AYou must set up a Group Policy Object.BYou must set up an Outlook Web App Mailbox policy.CYou must change the properties of the public folder database.DYou must set up recipient filtering.

多选题When installing processors with mixed stepping levels in a server, which of the following guidelines must be followed? ()AThe processors must have different frequencies set to operate.BThe processor with the highest feature set must be the bootstrap processor.CThe processors must have different cache sizes set to operate.DThe processors must have the same cache size set.EThe processor with the lowest feature set must be the bootstrap processor.