单选题Which HTTP method represents a request for information about the supported methods on an HTTP server?()AGETBINFOCHEADDTRACEEOPTIONS

题目
单选题
Which HTTP method represents a request for information about the supported methods on an HTTP server?()
A

 GET

B

 INFO

C

 HEAD

D

 TRACE

E

 OPTIONS


相似考题
参考答案和解析
正确答案: B
解析: 暂无解析
更多“单选题Which HTTP method represents a request for information about the supported methods on an HTTP server?()A  GETB  INFOC  HEADD  TRACEE  OPTIONS”相关问题
  • 第1题:

    The Hypertext Transfer Protocol , the Web's (请作答此空) protocol , is at the heart of the Web. HTTP is implemented in two programs : a ( ) program and a server program . The client program and server program executing on different end systems , talk to each other by ( ) HTTP messages . HTTP defines how Web clients request Web pages from servers and how servers transfer web pages to clients . when a user ( ) a web page , the browser sends http request messages for the objects in the page to the server . The server ( ) the requests and responds with http response messages that contain the objects .

    A.transport-layer
    B.application-layer
    C.network-layer
    D.link-layer

    答案:B
    解析:
    Web的应用层协议是超文本传输协议,是web核心。HTTP在两类程序(客户端程序、服务器端程序)中执行。客户端程序、服务器端程序在不同的终端系统中执行,通过交换HTTP消息来进行交互。HTTP定义了Web客户端如何从服务器端请求Web页面以及服务器端如何传送Web页面到服务器。当用户请求一个web页面,浏览器发送页面对象的http请求给服务器。服务器接收请求并用包含对象的http消息进行响应。

  • 第2题:

    HTTP1.1可缓存的请求方法有哪些()

    • A、GET
    • B、OPTION
    • C、HEAD
    • D、POST

    正确答案:A

  • 第3题:

    Your web page includes a Java SE v1.5 applet with the following declaration: 11. 13. 14. Which HTTP method is used to retrieve the applet code?()

    • A、GET
    • B、PUT
    • C、POST
    • D、RETRIEVE

    正确答案:A

  • 第4题:

    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

  • 第5题:

    在HTTP协议中,用于发送大量数据的方法是()。

    • A、get
    • B、post
    • C、put
    • D、options

    正确答案:B

  • 第6题:

    Which the HTTP method represents a request for information about the supported methods on an HTTP server?()

    • A、 GET
    • B、 INFO
    • C、 HEAD
    • D、 TRACE
    • E、 OPTIONS

    正确答案:E

  • 第7题:

    You are creating a web form with this HTML: 11. 12. 13. 14. 15. Which HTTP method is used when sending this request from the browser?()

    • A、GET
    • B、PUT
    • C、POST
    • D、SEND
    • E、FORM

    正确答案:A

  • 第8题:

    Which statement is correct about HTTP trickling?()

    • A、It prevents the HTTP client or server from timing-out during an antivirus update
    • B、It prevents the HTTP client or server from timing-out during antivirus scanning.
    • C、It is an attack.
    • D、It is used to bypass antivirus scanners.

    正确答案:B

  • 第9题:

    单选题
    The Junos OS blocks an HTTP request due to a Websense server response.Which form of Web filtering is being used?()
    A

    redirect Web filtering

    B

    integrated Web filtering

    C

    categorized Web filtering

    D

    local Web filtering


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    Which statement is correct about HTTP trickling?()
    A

    It prevents the HTTP client or server from timing-out during an antivirus update

    B

    It prevents the HTTP client or server from timing-out during antivirus scanning.

    C

    It is an attack.

    D

    It is used to bypass antivirus scanners.


    正确答案: D
    解析: 暂无解析

  • 第11题:

    多选题
    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,C
    解析: 暂无解析

  • 第12题:

    单选题
    常见的系统软件集成方式中LINUX平台使用的WEB服务器软件和数据库软件是()
    A

    APACHE HTTP SERVE、MYSQL

    B

    Internet Information Server、MYSQL

    C

    APACHE HTTP SERVE、SQL SERVER

    D

    Internet Information Server、SQL SERVER


    正确答案: D
    解析: 暂无解析

  • 第13题:

    The Hypertext Transfer Protocol,the Web's(请作答此空)protocol,is at the heart of the Web.HTTP is implemented in two programs:a( )program and a server program.The client program and server program executing on different end systems,talk to each other by( )HTTP messages.HTTP defines how Web clients request Web pages from servers and how servers transfer web pages to clients.when a user( )a web page,the browser sends http request messages for the objects in the page to the server.The server( )the requests and responds with http response messages that contain the objects.

    A.transport-layer
    B.application-layer
    C.network-layer
    D.link-layer

    答案:B
    解析:
    Web的应用层协议是超文本传输协议,是web核心。HTTP在两类程序(客户端程序、服务器端程序)中执行。客户端程序、服务器端程序在不同的终端系统中执行,通过交换HTTP消息来进行交互。HTTP定义了Web客户端如何从服务器端请求Web页面以及服务器端如何传送Web页面到服务器。当用户请求一个web页面,浏览器发送页面对象的http请求给服务器。服务器接收请求并用包含对象的http消息进行响应。

  • 第14题:

    A web browser need NOT always perform a complete request for a particular page that it suspects mightNOT have changed. The HTTP specification provides a mechanism for the browser to retrieve only a partialresponse from the web server; this response includes information, such as the Last-Modified date but NOTthe body of the page. Which HTTP method will the browser use to retrieve such a partial response?()

    • A、GET
    • B、ASK
    • C、SEND
    • D、HEAD
    • E、TRACE

    正确答案:D

  • 第15题:

    Which two HTTP methods are used to process from data in a servlet? ()

    • A、 do GET
    • B、 do Put
    • C、 do Post
    • D、 do Trace
    • E、 do Submit
    • F、 do Process

    正确答案:A,C

  • 第16题:

    Http method中,能传送大数据量的是()

    • A、get
    • B、delete
    • C、pat
    • D、head
    • E、post

    正确答案:E

  • 第17题:

    Server load balancing (SLB) is the process of deciding to which server a load-balancing device should send a client request for service. Which predictors are supported on ACE in order to select the best server to fulfill a client request? ()

    • A、 Hash address: Selects the server by using a hash value based on either the source or destination IP address, or both
    • B、 Hash URL: Selects the server by using a hash value based on the requested URL
    • C、 Hash MAC.Selects the server by using a hash value based on either the source or destination MAC address, or both
    • D、 Hash header: Selects the server by using a hash value based on the HTTP header name
    • E、 Hash IP: Selects the server using a hash value based on the IP address

    正确答案:A,B,D

  • 第18题:

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

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

    正确答案:A,D

  • 第19题:

    The Junos OS blocks an HTTP request due to a Websense server response.Which form of Web filtering is being used?()

    • A、redirect Web filtering
    • B、integrated Web filtering
    • C、categorized Web filtering
    • D、local Web filtering

    正确答案:A

  • 第20题:

    You have a login.ascx control and to display it in a view which method u would use()

    • A、http.display
    • B、http.partial
    • C、http.load
    • D、http.get

    正确答案:B

  • 第21题:

    单选题
    You are creating a web form with this HTML: 11. 12. 13. 14. 15. Which HTTP method is used when sending this request from the browser?()
    A

    GET

    B

    PUT

    C

    POST

    D

    SEND

    E

    FORM


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    Which the HTTP method represents a request for information about the supported methods on an HTTP server?()
    A

     GET

    B

     INFO

    C

     HEAD

    D

     TRACE

    E

     OPTIONS


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    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


    正确答案: E
    解析: 暂无解析

  • 第24题:

    单选题
    A web browser need NOT always perform a complete request for a particular page that it suspects mightNOT have changed. The HTTP specification provides a mechanism for the browser to retrieve only a partialresponse from the web server; this response includes information, such as the Last-Modified date but NOTthe body of the page. Which HTTP method will the browser use to retrieve such a partial response?()
    A

    GET

    B

    ASK

    C

    SEND

    D

    HEAD

    E

    TRACE


    正确答案: C
    解析: 暂无解析