Which HTTP method has the characteristic that multiple inden

题目
单选题
Which HTTP method has the characteristic that multiple indential requests may produce side effect beyond those of a single request()?
A

 PUT

B

 GET

C

 INFO

D

 POST

E

 HEAD

F

 TRACE

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The symbol which appears beside a light on a chart reads Gp Fl R (2) 10 sec 160 ft 19M. Which characteristic describes the light?

A.It is visible 10 miles

B.Its distinguishing number is 19M

C.It has a radar reflector

D.None of the above


正确答案:D

第2题:

Which of the following is NOT a characteristic of British government?()

  • A、It offers the Queen high political status and supreme power.
  • B、It is both a parliamentary democracy and a constitutional monarchy.
  • C、It is the oldest representative democracy in the world.
  • D、It has no written form of Constitution.

正确答案:A

第3题:

Which two statements describe the operation of the CSMA/CD access method, which is in use on the Ezonexam network? (Choose two)

A. After a collision, the station that detected the collision has first priority to resend the lost data.

B. In a CSMA/CD collision domain, stations must wait until the media is not in use before transmitting.

C. In a CSMA/CD collision domain, multiple stations can successfully transmit data simultaneously.

D. The use of hubs to enlarge the size of collision domains is one way to improve the operation of the CSMA/CD access method.

E. After a collision, all stations run a random backoff algorithm. When the backoff delay period has expired, all stations have equal priority to transmit data.

F. After a collision, all stations involved run an identical backoff algorithm and then synchronize with each other prior to transmitting data.


正确答案:BE
B,E 解析:Explanation:
Ethernet networking uses Carrier Sense Multiple Access with Collision Detect (CSMA/CD), a protocol that helps devices share the bandwidth evenly without having two devices transmit at the same time on the network medium. CSMA/CD was created to overcome the problem of those collisions that occur when packets are transmitted simultaneously from different nodes. And trust me, good collision management is crucial, because when a node transmits in a CSMA/CD network, all the other nodes on the network receive and examine that transmission.

Only bridges and routers can effectively prevent a transmission from propagating throughout the entire network! So, how does the CSMA/CD protocol work? Like this: when a host wants to transmit over the network, it first checks for the presence of a digital signal on the wire. If all is clear (no other host is transmitting), the host will then proceed with its transmission.

But it doesn't stop there. The transmitting host constantly monitors the wire to make sure no other hosts begin transmitting. If the host detects another signal on the wire, it sends out an extended jam signal that causes all nodes on the segment to stop sending data (think, busy signal). The nodes respond to that jam signal by waiting a while before attempting to transmit again. Backoff algorithms determine when the colliding stations can retransmit. If collisions keep occurring after 15 tries, the nodes attempting to transmit will then time out.

第4题:

Which two classes or interfaces provide a getSession method?()

  • A、 javax.servlet.http.HttpServletRequest
  • B、 javax.servlet.http.HttpSessionContext
  • C、 javax.servlet.http.HttpsServletResponse
  • D、 javax.servlet.http.HttpSessionBindingEvent
  • E、 javax.servlet.http.HttpSessionAttributeEvent

正确答案:A,D

第5题:

A cluster administrator decides ti implement application monitoring in order to monitor both a web application and its supporting database. The plan is to use a single resource group prod_rg and to configure one monitor method for the web app and one monitor method for the database.  Which of the following statements best describes the need for custom resource monitor?()  

  • A、 Multiple application servers must be in a single resource group.
  • B、 Multiple application servers per resource group may be monitored.
  • C、 Multiple resource groups must each contain a single application server.
  • D、 Multiple application servers in a cluster cannot use process monitoring.

正确答案:B

第6题:

Which of the following is NOT a characteristic of British government?()

AIt offers the Queen high political status and supreme power.

BIt is both a parliamentary democracy and a constitutional monarchy.

CIt is the oldest representative democracy in the world.

DIt has no written form of Constitution.


A

第7题:

What is meant by the term "firewall sandwich"?()

  • A、multiple layers of firewalling
  • B、a method of operating firewalls from multiple vendors
  • C、firewall connections in either an active or standby state
  • D、an architecture in which all traffic between firewalls goes through application-specific servers
  • E、an architecture in which all traffic between firewalls goes through application-specific gateways

正确答案:A

第8题:

A customer has installed UAC in their network. They have both Windows and Linux endpoints andmust choose a deployment method that everyone can use. Which deployment method allows for multiple platforms? ()

A. IPsec enforcement

B. 802.1X enforcement

C. Source IP enforcement

D. Odyssey Access Client


参考答案:C

第9题:

Which two statements are true about the hashCode method?()

  • A、 The hashCode method for a given class can be used to test for object equality and object inequality for that class.
  • B、 The hashCode method is used by the java.util.SortedSet collection class to order theelements within that set.
  • C、 The hashCode method for a given class can be used to test for object inequality, but NOT object equality, for that class.
  • D、 The only important characteristic of the values returned by a hashCode method is that the distribution of values must follow a Gaussian distribution.
  • E、 The hashCode method is used by the java.util.HashSet collection class to group the elements within that set into hash buckets for swift retrieval.

正确答案:C,E

第10题:

Which HTTP method has the characteristic that multiple indential requests may produce side effect beyond those of a single request()?

  • A、 PUT
  • B、 GET
  • C、 INFO
  • D、 POST
  • E、 HEAD
  • F、 TRACE

正确答案:D

更多相关问题