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

题目内容 (请给出正确答案)

对于Web Server和Database Server同在一台物理服务器上,或者分布在同一个网段内,Web Server访问 Database Server的速度较快,可以把()值设置得小一点.

  • A、ConnectionString
  • B、Mode
  • C、connectionTimeout
  • D、Provider

参考答案

更多 “对于Web Server和Database Server同在一台物理服务器上,或者分布在同一个网段内,Web Server访问 Database Server的速度较快,可以把()值设置得小一点.A、ConnectionStringB、ModeC、connectionTimeoutD、Provider” 相关考题
考题 对于Web Server和Database Server同在一台物理服务器上,或者分布在同一个网段内,Web Server访问Database Server的速度较快,可以把()值设置得小一点。 A、ConnectionStringB、ModeC、connectionTimeoutD、Provider

考题 在WWW服务中,用户的信息检索可以从—台Web Server自动搜索到另一台Web Server,它所使用的技术是______。A.hypedinkB.hypertextC.hypermediaD.HTML

考题 在WWW服务中,用户的信息检索可以从一台Web Server自动搜索到另一台Web Server,它所使用的技术是_______。A.hyperlinkB.hypertextC.hypermediaD.HTML

考题 You are the administrator of two SQL Server 2000 computers. One of these servers contains a 4-GB database named marketing. You want to remove the marketing database from one server and add it to the other as quickly as possible.What should you do?A.Detach the database from the original server by using the sp_detach_db stored procedure. Copy the database and the transaction log files to the new server, and attach them by using the sp_attach_db stored procedure.B.Use the DTS export wizard to transfer all database objects from the original server to the new server. Drop the database from the original server.C.Run a full backup of the database on the original server. Create a new database named marketing on the new server. Restore the backup in the new marketing database. Drop the database from the original server.D.Shut down the original server. Copy the database and the transaction log files to the new server. Use the DISK INIT and DISK REFIT statements to attach the data file to the new server. Drop the database from the original server.

考题 在WWW服务中用户的住处检索可以从一台Web server自动搜索到另一台web server它所用的技术是()A、hyperlinkB、hypertextC、hypermediaD、HTML

考题 When WebSphere Commerce, WebSphere Application Server, the web server and the database server are all located on a single machine, which of the following statements are TRUE? ()A、this is a multi-node installationB、this is a single node installation.C、each hardware and software component is a single point of failure.D、this is an example of load balancing.

考题 Which components are installed on the middle tier in a WebSphere Commerce V 5.6 three-tier configuration (i.e. in a three-node topology)?()A、WebSphere Commerce Server, WebSphere Application Server and Web server pluginB、WebSphere Application Server, Database Client and Web server pluginC、WebSphere Commerce Server, Database Server and WebSphere Application ServerD、WebSphere Commerce Server, WebSphere Application Server and Database ClientE、Web server, WebSphere Commerce Server and WebSphere Application Server

考题 A technical specialist has a requirement to implement a 4-way POWER5 server with a small Web server partition and a high performance database server partition. The Web server provides a client front-end to the database server. The most important concerns are speed of communication between the Web server and the database and I/O speed of the database. Which of the following virtualization features would be most appropriate?()A、Virtual SCSIB、Virtual EthernetC、Virtual I/O ServerD、Micro-Partitioning

考题 An administrator is attempting to recover from a power failure in the data center. Which of the following is the BEST way to recover the servers?()A、 Bring up the WINS server, the DNS server, then the web serverB、 Bring up the web server, the time clock server, then the DHCP serverC、 Bring up the backup tape server, the DNS server, then the web serverD、 Bring up the active directory server, the DNS server, then the web server

考题 Which of the following servers would execute SQL?()A、 Database ServerB、 DNS ServerC、 NAS ServerD、 Web Server

考题 WebSphere Commerce has been successfully installed and tested.  WebSphere Commerce Analyzer has been installed and the extraction programs have run with no errors but there is no data in any reports when viewed from the WebSphere Commerce Accelerator.  What could be the cause of this problem?()A、The WebSphere Commerce application server was not startedB、The web server was not startedC、SSL has not been configured on the web serverD、The appropriate listeners were not enabled in Configuration ManagerE、The database server was not started

考题 A customer needs a new database server.  Their third-party application requires Microsoft SQL Server.  They have 100 users who will login to the network and store their data files on the network server.  They will also require the server to be an email server and to deploy a central antivirus solution.  Which of the following network operating systems would satisfy these requirements?()A、SuSE Linux Enterprise 9B、Red Hat Linux Advanced Server 3C、Microsoft Windows 2003 Server Web EditionD、Microsoft Windows 2003 Server Standard Edition

考题 Company.com has a database application and a Web server application running on the same p5-570 server in a single partition. Recently there have been a number of instances where the increased load on the database server has impacted the performance of the Web server. What can the technical specialist recommend to keep the database application from impacting the performance of the Web server?()A、Create a VLAN between the web server and database server.B、Purchase APV and install the VIOS.C、Increase the priority of the Web server.D、Create separate LPARs for Web and database workloads.

考题 A user has an application server LPAR with a physical Ethernet adapter. They want to have a database LPAR also connected to the application LPAR via virtual Ethernet. Their security policies require a firewall between the application LPAR and database LPAR. Which of the following virtual Ethernet configurations satisfies the customer’s requirements?()A、The application server,firewall,and database server on the same VLANB、The application server and firewall on one VLAN,and the database server on a second VLANC、The application server on one VLAN,and the database server and firewall on a second VLAND、The application server and firewall on one VLAN,and the firewall and database server on a second VLAN

考题 You are planning the deployment of a SQL Azure database.  Your company has a Volume Licensing Agreement for Microsoft SQL Server 2008. The SQL Azure database must maintain a monthly availability of 99.9%.   You need to recommend an approach for minimizing the monthly expenses associated with the SQL Azure database.  What should you recommend?()A、 Add a processor license to the existing SQL Server licensing agreement.B、 Purchase a Windows Azure consumption platform subscription.C、 Purchase a SQL Server Services Provider Licensing Agreement (SPLA).D、 Purchase a SQL Server Web license to extend the existing SQL Server licensing agreement.

考题 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. 

考题 You have a server that runs Windows Server 2008. The server has the Web Server (IIS) server role installed and all the Web Server role services installed.  You need to provide a user the ability to administer a Web site. Which feature should you configure?()A、Net RolesB、Net UsersC、AuthenticationD、IIS Manager Permissions

考题 You have a Windows Server 2008 server that has the Web Server (IIS) server role installed. The server contains a Web site.  You need to ensure that the cookies sent from the Web site are encrypted on users computers.  Which Web site feature should you configure?()A、Authorization RulesB、Machine KeyC、Pages And ControlsD、SSL Settings

考题 In a two-tier configuration, it is recommended to put which of the following components on different nodes?()A、Database client and database serverB、WebSphere Application Server and Database ServerC、WebSphere Commerce Server and WebSphere Application ServerD、Web server and WebSphere Application Server

考题 单选题An administrator is planning a cluster running applications in 3 separate resource groups. RGA - Database 1 RGB - Web Server RGC - Database 2 Database 1 and Database 2 must be online before the Web Server. All resource groups have a Startup Policyof Online on Home Node Only. Which of the following will ensure that the resource groups are processed in the correct order?()A Set the Serial Acquisition OrderB Set the Parallel Acquisition OrderC Configure Online on the Same Node DependencyD Configure Online on Different Nodes Dependency

考题 单选题Which of the following servers would execute SQL?()A  Database ServerB  DNS ServerC  NAS ServerD  Web Server

考题 单选题Which components are installed on the middle tier in a WebSphere Commerce V 5.6 three-tier configuration (i.e. in a three-node topology)?()A WebSphere Commerce Server, WebSphere Application Server and Web server pluginB WebSphere Application Server, Database Client and Web server pluginC WebSphere Commerce Server, Database Server and WebSphere Application ServerD WebSphere Commerce Server, WebSphere Application Server and Database ClientE Web server, WebSphere Commerce Server and WebSphere Application Server

考题 单选题Your company has a stand-alone server named Server2 that runs Windows Server 2003 Service Pack 2 (SP2). Server2 is a Web server.You monitor two client connections to your Web site on Server2 and obtain the results shown in the exhibit.(Click the Exhibit button.) You need to ensure that all connections to the Web server are encrypted. What should you do?()A Install a Web server certificate on Server2. B Configure the Web site to require a secure channel. C Configure the Web site to redirect all requests to https://Server2. D Configure the Web site to require integrated Windows authentication.

考题 单选题A user has an application server LPAR with a physical Ethernet adapter. They want to have a database LPAR also connected to the application LPAR via virtual Ethernet. Their security policies require a firewall between the application LPAR and database LPAR. Which of the following virtual Ethernet configurations satisfies the customer’s requirements?()A The application server,firewall,and database server on the same VLANB The application server and firewall on one VLAN,and the database server on a second VLANC The application server on one VLAN,and the database server and firewall on a second VLAND The application server and firewall on one VLAN,and the firewall and database server on a second VLAN

考题 多选题When WebSphere Commerce, WebSphere Application Server, the web server and the database server are all located on a single machine, which of the following statements are TRUE? ()Athis is a multi-node installationBthis is a single node installation.Ceach hardware and software component is a single point of failure.Dthis is an example of load balancing.

考题 单选题Which control allows you to bind to data items that are returned from a data source and display them?()A ListView Web Server ControlB DetailsView Web Server ControlC DataList Web Server ControlD Data Web Server Control

考题 单选题An administrator is attempting to recover from a power failure in the data center. Which of the following is the BEST way to recover the servers?()A  Bring up the WINS server, the DNS server, then the web serverB  Bring up the web server, the time clock server, then the DHCP serverC  Bring up the backup tape server, the DNS server, then the web serverD  Bring up the active directory server, the DNS server, then the web server

考题 单选题You are planning the deployment of a SQL Azure database.  Your company has a Volume Licensing Agreement for Microsoft SQL Server 2008. The SQL Azure database must maintain a monthly availability of 99.9%.   You need to recommend an approach for minimizing the monthly expenses associated with the SQL Azure database.  What should you recommend?()A  Add a processor license to the existing SQL Server licensing agreement.B  Purchase a Windows Azure consumption platform subscription.C  Purchase a SQL Server Services Provider Licensing Agreement (SPLA).D  Purchase a SQL Server Web license to extend the existing SQL Server licensing agreement.