网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Which header or set of headers does CRTP compress? ()
A

Layer 2

B

Layer 3

C

Layer 4

D

Layer 2 and Layer 3

E

Layer 3 and Layer 4


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which header or set of headers does CRTP compress? ()A Layer 2B Layer 3C Layer 4D Layer 2 and Layer 3E Layer 3 and Layer 4” 相关考题
考题 On which destination port in the Layer 4 header does BGP listen?() A. UDP port 169B. TCP port 169C. UDP port 179D. TCP port 179

考题 When analog signals are digitized using the G.711 codec, voice samples are encapsulated into protocol data units (PDUs) involving which three headers? ()A、IPB、TCPC、RTPD、UDPE、H323F、CRTP

考题 What are two ways to minimize the delay of VoIP packets that are traversing a network?()A、Use WFQ, CBWFO, and LLO to prioritize delay-sensitive packetsB、Use WFO, CBWFO, and LLO to compress the payload.C、Give TCP packets priority over UDP packets.D、Use control plane policing for cRTP queuing.E、Use stacker and predictor to compress the payload.

考题 For an HttpServlet Response response, which two create a custom header()A、 response.set Header (“X-MyHeader”. “34”):B、 response.addHeader (“X-MyHeader”. “34”):C、 response. Set Header (new Http Header (“X-MyHeader”. “34”)):D、 response.addHeader(new Http Header (“X-MyHeader”. “34”)):E、 response. addHeader (new Servlet Header (“X-MyHeader”. “34”)):F、 response. setHeader (new Servlet Header (“X-MyHeader”, “34”)):

考题 Using the G.729 codec and the default cRTP configuration, what is the approximate VoIP bandwidth savings across a Frame Relay link that adds a 6 byte frame header?"()A、 55%B、 58%C、 60%D、 63%

考题 You are configuring an 802.1Q trunk between a Layer 2 switch and a firewall. You read in the documentation that the best way to set up a trunk is to set the port as dynamic desirable. The trunk is not coming up. Which one of these options would be a valid explanation? ()A、The firewall does not support Cisco Discovery Protocol. You should set the switchport trunk mode ONB、The firewall does not support Cisco Discovery Protocol. You should set the switchport trunk mode to OFFC、The firewall does not support Cisco Discovery Protocol. You should set the switchport trunk mode asauto.D、The firewall does not support DTP. You should set the switchport trunk mode to ON

考题 Which header or set of headers does CRTP compress? ()A、Layer 2B、Layer 3C、Layer 4D、Layer 2 and Layer 3E、Layer 3 and Layer 4

考题 Which statement correctly describes the disabling of IP TTL propagation in an MPLS network?()A、The TTL field from the IP packet is copied into the TTL field of the MPLS label header at the ingress edge LSRB、TTL propagation cannot be disabled in an MPLS domainC、TTL propagation is only disabled on the ingress edge LSRD、The TTL field of the MPLS label header is set to 255E、The TTL field of the IP packet is set to 0

考题 What are two ways to minimize the delay of VoIP packets that are traversing a network? ()A、 Use WFQ, CBWFQ, and LLQ to prioritize delay-sensitive packets.B、 Use WFQ, CBWFQ, and LLQ to compress the payload.C、 Give TCP packets priority over UDP packets.D、 Use control plane policing for cRTP queuing.E、 Use stacker and predictor to compress the payload.

考题 A system administrator needs to specify a set of FQDN to IP address mappings for a legacyserver; the administrator does not want the legacy server to be referenced by other servers. Which of the following should the administrator use to set this?()A、DHCP serverB、DNS serverC、Host fileD、Route statements

考题 How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()A、 Set the faultCode value to soap:TransactionB、 Include a Fault element in the SOAP messageC、 Include a mustUnderstand attribute in the header entryD、 Include a detail element containing application-specific elements according to the XML Schema

考题 Which action(s) will cause a compression dictionary to be removed from a table?()A、Set the table COMPRESS attribute to NO.  B、Set the table COMPRESS attribute to NO; run REORG against the table.  C、Set the table COMPRESS attribute to NO; run INSPECTRESETDICTIONARY against the table.  D、Set the table COMPRESS attribute to NO; run RUNSTATS against the table.

考题 On which destination port in the Layer 4 header does BGP listen?()A、UDP port 169B、TCP port 169C、UDP port 179D、TCP port 179

考题 单选题How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()A  Set the faultCode value to soap:TransactionB  Include a Fault element in the SOAP messageC  Include a mustUnderstand attribute in the header entryD  Include a detail element containing application-specific elements according to the XML Schema

考题 多选题For an HttpServlet Response response, which two create a custom header()Aresponse.set Header (“X-MyHeader”. “34”):Bresponse.addHeader (“X-MyHeader”. “34”):Cresponse. Set Header (new Http Header (“X-MyHeader”. “34”)):Dresponse.addHeader(new Http Header (“X-MyHeader”. “34”)):Eresponse. addHeader (new Servlet Header (“X-MyHeader”. “34”)):Fresponse. setHeader (new Servlet Header (“X-MyHeader”, “34”)):

考题 单选题Refer to the exhibit. With an IPSec tunnel established between remote Router A and head-end router B, with Compressed Real-Time Protocol (cRTP) configured on the serial interface of Router A, what impact will the cRTP configuration have on the Voice over IP packets flowing through the IPSec tunnel from a Cisco 7960 IP phone?()A Twenty bytes of header will be replaced with five bytes. B If the IPSec transform set includes Authentication Header, the receiving IPSec peer will discard the packets. C The IPSec packets will be dropped by Router A's compression logic.D The voice packets will not be compressed.

考题 单选题Which statement correctly describes the disabling of IP TTL propagation in an MPLS network?()A The TTL field from the IP packet is copied into the TTL field of the MPLS label header at the ingress edge LSRB TTL propagation cannot be disabled in an MPLS domainC TTL propagation is only disabled on the ingress edge LSRD The TTL field of the MPLS label header is set to 255E The TTL field of the IP packet is set to 0

考题 单选题Which action(s) will cause a compression dictionary to be removed from a table?()A Set the table COMPRESS attribute to NO.  B Set the table COMPRESS attribute to NO; run REORG against the table.  C Set the table COMPRESS attribute to NO; run INSPECTRESETDICTIONARY against the table.  D Set the table COMPRESS attribute to NO; run RUNSTATS against the table.

考题 多选题Given a header in an HTTP request: X-Retries:4  Which two retrieve the value of the header from a given ServletRequest request? ()Arequest.getHeader (“X-Retries”)Brequest.getIntHeader (“X-Retries”)Crequest.getRequestHeader (“x-Retries”)Drequest.getHeaders (“X-Retries”).get (0)Ere request.getRequest Headers (“X-Retries”). Get (0)

考题 单选题You are analyzing the components of the redo log mechanisms in your Oracle database. Which of the following purposes does the CKPT process serve?()A Writes buffers to disk B Writes current redo log number to datafile headers C Writes redo log information to disk D Reads information into memory for users

考题 多选题IP报文头压缩协议(IP Header Compression,IPHC)可以压缩的报文头类型有()。ATCP头BUDP头CRTP头DHTTP头

考题 多选题Assume the scoped attribute priority does NOT yet exist. Which two create and set a new request-scopedattribute priority to the value "medium"?()A${priority = ’medium’}B${requestScope[’priority’] = ’medium’}Cc:set var=priority value=medium /Dc:set var=priority scope=requestmedium/c:setEc:set var=priority value=medium scope=request /

考题 多选题Using Oracle Enterprise Manager to set SGA pool values manually, for which of the following pools does Oracle EM offer advice to set the value appropriately?()ADB_CACHE_SIZEBSHARED_POOL_SIZECLARGE_POOL_SIZEDJAVA_POOL_SIZEESGA_MAX_SIZEFSORT_AREA_SIZE

考题 单选题Which of these tools should you use to compress VoIP packets on a low-speed Frame Replay circuit?()A Cisco Proprietary payload compressionB Predictor payload compressionC RTP header compressionD TCP header compression

考题 多选题Which two statements are true about MLP interleaving? ()AIt fragments and encapsulates all packets in a fragmentation header.BPackets smaller than the fragmentation size are interleaved between the fragments of thelarger packets.CPackets larger than the fragmentation size are always fragmented, and cannot be interleaved,even if the traffic is voice traffic.DIt fragments and encapsulates packets that are longer than a configured size, but does not encapsulate smaller packets inside a fragmentation header.

考题 单选题Which statement is true about IP telephony calls?()A  A Voice over IP (VoIP) packet consists of the voice payload, IP header, TCP header, RTP header, and  Layer 2 link header.B  The voice carrier stream uses H323 to set up, maintain, and tear down call endpoints.C  Call control signaling uses Real-Time Transport Protocol (RTP) packets that contain actual voice  samples.D  The sum of bandwidth necessary for each major application, including voice, video, and data, should not exceed 75 percent of the total available bandwidth for each link.

考题 单选题Using the G.729 codec and the default cRTP configuration, what is the approximate VoIP bandwidth savings across a Frame Relay link that adds a 6 byte frame header?"()A  55%B  58%C  60%D  63%