单选题What is the purpose of session management?()A To manage the user’s login and logout activities.B To store information on the client-side between HTTP requests.C To store information on the server-side between HTTP requests.D To tell the web container t

题目
单选题
What is the purpose of session management?()
A

To manage the user’s login and logout activities.

B

To store information on the client-side between HTTP requests.

C

To store information on the server-side between HTTP requests.

D

To tell the web container to keep the HTTP connection alive so it can make subsequent requestswithout the delay of making the TCP connection.


相似考题
更多“What is the purpose of session management?()”相关问题
  • 第1题:

    ( ) is primarily concerned with defining and controlling what is and is not included in the project.

    A.Project Time Management
    B.Project Cost Management
    C.Project Scope Management
    D.Project Communications Management

    答案:C
    解析:
    项目范围管理是项目管理(包括时间、成本、沟通)的基础。

    项目范围管理是最先定义和决定项目中包含哪些内容和确定边界的。

    选项A是项目时间管理,选项B是项目成本管理,选项C是项目范围管理,选项D是项目沟通管理。因此应选择C。

  • 第2题:

    What layer of the TMN (telecommunications management network) model does CTM fit into?()

    • A、Network management layer
    • B、Element management layer
    • C、Business management layer
    • D、Network element layer

    正确答案:B

  • 第3题:

    What is the purpose of the Route Tag field in the RIPv2 message?


    正确答案:When another routing protocol uses the RIPv2 domain as a transit domain, the protocol external to RIPv2 can use the Route Tag field to communicate information to its peers on the other side of the RIPv2 domain.

  • 第4题:

    What is the purpose of assigning an IP address to a switch?()

    • A、Provides local hosts with a default gateway address
    • B、Allows remote management of the switch.
    • C、Allows the switch to respond to ARP requests between two hosts
    • D、Ensures that hosts on the same LAN can communicate with each other.

    正确答案:B

  • 第5题:

    What is the purpose of a zone in JUNOS Software?()

    • A、A zone defines a group of security devices with a common management.
    • B、A zone defines the geographic region in which the security device is deployed.
    • C、A zone defines a group of network segments with similar security requirements.
    • D、A zone defines a group of network segments with similar class-of-service requirements.

    正确答案:C

  • 第6题:

    TestKing.com uses SQL Server 2005. A user reports that an order processing application stopped responding in the middle of an order transaction. The users SQL Server session ID is 54. You need to find out if session 54 is blocked by another connection. If it is,you need to identify the blocking session ID. What are two possible ways to achieve this goal?()

    • A、In SQL Server Management Studio, open the Activity Monitor. Open the Process Info page. View the blockedBy column for session 54.
    • B、In SQL Server Management Studio,open the Activity Monitor. Open the Locks by Process page. View the Request Mode column for session 54.
    • C、In SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec requests WHERE session id = 54View the blocking session id column.
    • D、In SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec sessionsWHERE session id = 54View the status column.

    正确答案:A,C

  • 第7题:

    问答题
    what is the purpose of classification?

    正确答案: The purpose of classification is to sort packets into different traffic types, so that different policies then can be applied.
    解析: 暂无解析

  • 第8题:

    单选题
    The central purpose of management is () every action or decision help achieve a carefully chosen goal.
    A

    for making

    B

    of making

    C

    to make

    D

    being maken


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

  • 第9题:

    问答题
    What is the purpose of an administrative distance?

    正确答案: An administrative distance is a rating of preference for a routing protocol or a static route. When a router learns of a destination via more than one routing protocol or static route, AD will be used to choose the route with the lowest value.
    解析: 暂无解析

  • 第10题:

    单选题
    Referring to the exhibit, what is the purpose of the targets section of the configuration?()
    A

    It defines which devices will be sending traps.

    B

    It specifies where to send traps.

    C

    It defines the IP addresses of management systems that can access the device.

    D

    It specifies which devices can be polled for SNMP data.


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

  • 第11题:

    单选题
    What is the purpose of a zone in JUNOS Software?()
    A

    A zone defines a group of security devices with a common management.

    B

    A zone defines the geographic region in which the security device is deployed.

    C

    A zone defines a group of network segments with similar security requirements.

    D

    A zone defines a group of network segments with similar class-of-service requirements.


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

  • 第12题:

    单选题
    What view might you use to try to determine how long a particular backup will take?()
    A

    V$SESSION_EVENT 

    B

    V$SESSION 

    C

    V$W0041ITS

    D

    V$WAITSTAT 

    E

    V$SESSION_LONGOPS 


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

  • 第13题:

    What is the purpose of configuring the router as a PPPoE client?()

    • A、to provide VPN access over L2TP
    • B、to enable PPP session from the router to the termination device at the headend for metro Ethernet connectivity
    • C、for DSL connectivity and removing the need for the end - user PC to ru n the PPPoE client software
    • D、for connecting the router to a cable modem, which bridges the Ethernet frames from the router to the cable modem termination system

    正确答案:C

  • 第14题:

    What is the purpose of an administrative distance?


    正确答案:An administrative distance is a rating of preference for a routing protocol or a static route. When a router learns of a destination via more than one routing protocol or static route, AD will be used to choose the route with the lowest value.

  • 第15题:

    what is the purpose of classification?


    正确答案:The purpose of classification is to sort packets into different traffic types, so that different policies then can be applied.

  • 第16题:

    What is the purpose of session management?()

    • A、To manage the user’s login and logout activities.
    • B、To store information on the client-side between HTTP requests.
    • C、To store information on the server-side between HTTP requests.
    • D、To tell the web container to keep the HTTP connection alive so it can make subsequent requestswithout the delay of making the TCP connection.

    正确答案:C

  • 第17题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost.  What should you do?()

    • A、Use the InProc Session Management mode to store session data in the ASP.NET worker process. 
    • B、Use the SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database. 
    • C、Use the SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm. 
    • D、Use the StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm. 

    正确答案:B

  • 第18题:

    单选题
    What is the purpose of this command in a Cisco Application Control Engine?()  switch/Admin# show np 1 me-stats "-F0 v"
    A

     It displays the status of the internal SSL proxy structure associated with a vserver.

    B

     It displays the crypto-related statistics for a single NP.

    C

     It is the same output of a show stats crypto client/server.

    D

     It shows details on HTTP session entries.


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

  • 第19题:

    填空题
    What is the purpose of the letter?Lourdes Santiago writes the letter to ask for ____.

    正确答案: an interview
    解析:
    推断题。本题设问这封信的目的。根据题干和给出的部分答案可知,在信件中,写信人分别介绍了自己的实习情况,自己在该公司学习到的东西,最后还提到了他可以随时接受面试,由此可知他写这封信的目的是求得面试机会。此处应填an interview。

  • 第20题:

    单选题
    What is the purpose of session management?()
    A

    To manage the user’s login and logout activities.

    B

    To store information on the client-side between HTTP requests.

    C

    To store information on the server-side between HTTP requests.

    D

    To tell the web container to keep the HTTP connection alive so it can make subsequent requestswithout the delay of making the TCP connection.


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

  • 第21题:

    单选题
    What is the purpose of configuring the router as a PPPoE client?()
    A

    to provide VPN access over L2TP

    B

    to enable PPP session from the router to the termination device at the headend for metro Ethernet connectivity

    C

    for DSL connectivity and removing the need for the end - user PC to ru n the PPPoE client software

    D

    for connecting the router to a cable modem, which bridges the Ethernet frames from the router to the cable modem termination system


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

  • 第22题:

    问答题
    What is the purpose of the Route Tag field in the RIPv2 message?

    正确答案: When another routing protocol uses the RIPv2 domain as a transit domain, the protocol external to RIPv2 can use the Route Tag field to communicate information to its peers on the other side of the RIPv2 domain.
    解析: 暂无解析

  • 第23题:

    多选题
    TestKing.com uses SQL Server 2005. A user reports that an order processing application stopped responding in the middle of an order transaction. The users SQL Server session ID is 54. You need to find out if session 54 is blocked by another connection. If it is,you need to identify the blocking session ID. What are two possible ways to achieve this goal?()
    A

    In SQL Server Management Studio, open the Activity Monitor. Open the Process Info page. View the blockedBy column for session 54.

    B

    In SQL Server Management Studio,open the Activity Monitor. Open the Locks by Process page. View the Request Mode column for session 54.

    C

    In SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec requests WHERE session id = 54View the blocking session id column.

    D

    In SQL Server Management Studio, open a new query window and execute the following statement.SELECT * FROM sys.dm exec sessionsWHERE session id = 54View the status column.


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

  • 第24题:

    问答题
    What is the purpose of the crusade launched by Nick Clegg recently?

    正确答案: To ban uncompensated internships.
    解析:
    由题干中的关键词Nick Clegg、crusade可知本题的答案在第二段四句“Nick Clegg, Britain’s deputy prime minister…”。根据该段前两句及其他句子可知该段讨论的话题是“无薪实习”,第四句所说的Nick Clegg发起的运动就是要禁止“无薪实习”。在该段中提到了“无薪实习”的多种表达即unpaid internships,unpaid placement和uncompensated internships。