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

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

A customer intends to implement a Fibre Channel SAN at the production site. Replication will take place over a 10 kilometer Ethernet connection to a second site; however, only IP storage connectivity currently exists at the second site. Which is the most appropriate method of replication in this situation?()

  • A、FC routing
  • B、FCoE connection
  • C、FC-IP tunneling
  • D、multi-protocol router

参考答案

更多 “ A customer intends to implement a Fibre Channel SAN at the production site. Replication will take place over a 10 kilometer Ethernet connection to a second site; however, only IP storage connectivity currently exists at the second site. Which is the most appropriate method of replication in this situation?()A、FC routingB、FCoE connectionC、FC-IP tunnelingD、multi-protocol router” 相关考题
考题 You are developing a Windows Communication Foundation (WCF) service that contains the following service contract.[ServiceContract()]public interface IPaymentService{ [OperationContract()] void RecordPayments(Person person);}public class Person{ ... }public class Employee : Person{ ... }public class Customer : Person{ ... }You need to ensure that RecordPayments can correctly deserialize into an Employee or a Customer object.What should you do?()A. Add the following KnownType attribute to the Employee class and to the Customer class. [KnownType(GetType(Person))]B. Implement the IExtensibleDataObject interface in the Person class.C. Implement the IExtension(ofType(T)) interface in the Person class.D. Add the following KnownType attributes to the Person class. [KnownType(GetType(Employee))] [KnownType(GetType(Customer))]

考题 A customer intends to implement a Fibre Channel SAN at the production site. Replication will take place over a 10 kilometer Ethernet connection to a second site; however, only IP storage connectivity currently exists at the second site.Which is the most appropriate method of replication in this situation?()A. FC routingB. FCoE connectionC. FC-IP tunnelingD. multi-protocol router

考题 A customer has two separate storage networks and is planning to implement an SVC to provide for FlashCopy between the two networks. What is the minimum number of ISL ports required?() A.0B.1C.2D.4

考题 A customer has many RS/6000s and POWER4 systems running different AIX applications.  What should the customer do to best position themselves for the migration to POWER5?()A、Upgrade OS to AIX 5.2.B、Implement Micro-Partitioning.C、Upgrade HMC to support POWER5.D、Install Partition Load Manager.

考题 Which service component in the implement phase is typically performed prior to the handover of a wireless solution to the customer’s operations organization?()A、systems integrationB、skill assessmentC、systems acceptance testingD、wireless check E、project close out

考题 A customer has two separate storage networks and is planning to implement an SVC to provide for FlashCopy between the two networks. What is the minimum number of ISL ports required?()A、0B、1C、2D、4

考题 In which of these phases is a customer’s network assessed to determine its system readiness?()A、 PlanB、 designC、 operateD、 implement

考题 The customer intends to install a 7315-CR2 into a p690 frame.  What should the pSeries technical specialist tell the customer?()A、The HMC is a 19" form factor.B、The HMC is a 24" form factor.C、The HMC requires a 100-120 volt power connection.D、The HMC requires a 200-240 volt power connection.

考题 You are the network consultant from passguide.com. In which situation you will advice your customer to implement data centers?()A、Protecting the business from information outagesB、Optimizing the efficiency with which IT operatesC、An increased need for specialized IT silosD、IT systems grow fast

考题 Which service component in the implement phase is typically performed prior to the handover of a wirelesssolution to the customer’s operations organization?()A、Systems IntegrationB、Systems Acceptance TestingC、Skill AssessmentD、Project Close OutE、Wireless Check

考题 A customer is planning to buy a two enclosure Power 770, and will implement 4 LPARs with the following requirements:Each LPAR must have a private, dedicated connection to the network.The adapter for this network connection must be hot-swappable.The customer wants to minimize the number of I/O slots used. Which of the following fulfills the customer requirements?()A、Two dual-port PCIe adaptersB、A four-port PCIe Ethernet adapterC、Four separate PCIe Ethernet adaptersD、Two embedded Integrated Virtual Ethernet adapters (IVE)

考题 A customer recently acquired two Power servers and plans to implement AIX 6.1 and Live Application Mobility.  What other product is required to accomplish this objective? ()A、 HACMP for AIXB、 PowerVM Enterprise EditionC、 IBM Management Edition for AIXD、 Workload Partition Manager for AIX

考题 Which of the following customer environments is addressed by IBM System Storage N series gateways?()A、 a customer with CIFS, NFS and GPFS requirements B、 a customer wanting to natively implement Easy Tier C、 a customer who has large block sequential write requirements D、 a customer who needs to consolidate multiple storage controllers under one managementinterface 

考题 A customer’s current backup environment uses IBM Tivoli Storage Manager (TSM) over thecorporate LAN. A 500 GB Oracle database application was recently added to the SAN. Backupwindows are no longer being met. Which action should the storage specialist recommend?()A、virtualize the storage with SVCB、implement TSM for space managementC、implement TSM for Storage Area NetworksD、add an additional Ethernet card to the TSM server

考题 A customer currently has a large group of older 1U servers. Each dedicated to aunique application. Quick provisioning of the servers is important to the customer. Which of the following approaches addresses this situation?()A、VirtualizationB、Replace each server with energy efficient serversC、Upgrade in place to improve performanceD、Implement BladeCenter

考题 A customer wants to implement a clustered database solution on their existing x445 servers.  A minimum of four nodes must participate in the cluster, and the customer wishes to use open standards.  Which of the following best satisfies their requirements?()A、Novell NetWare Cluster ServicesB、Red Hat Enterprise Linux Cluster SuiteC、Microsoft Windows 2003 Server with MSCSD、Microsoft Windows 2003 Enterprise Edition

考题 Which of the following situations would suggest to a System x Sales Specialist that the customer could benefit from an iSCSI solution?()A、The customer is looking for a fibre SAN solution to increase reliability and performance.B、The customer wants to implement an energy-efficient solution to comply with their Go Green initiative.C、The customer is cost-conscious and is looking for a centralized storage solution.D、The customer is a large telecommunications firm and is looking to centralize storage for all their System x,System p,and mainframe servers.

考题 You use Microsoft .NET Framework 4 to create a Windows Forms application. You add a new class named Customer to the application. You select the Customer class to create a new object data source. You add the following components to a Windows Form: A BindingSource component named customerBindingSource that is data-bound to the Customer object data source. A set of TextBox controls to display and edit the Customer object properties. Each TextBox control is data-bound to a property of the customerBindingSource component. An ErrorProvider component named errorProvider that validates the input values for each TextBox control. You need to ensure that the input data for each TextBox control is automatically validated by using the ErrorProvider component. Which two actions should you perform?()A、Implement the validation rules inside the Validating event handler of each TextBox control by throwing an exception when the value is invalid.B、Implement the validation rules inside the TextChanged event handler of each TextBox control by throwing an exception when the value is invalid.C、Implement the validation rules inside the setter of each property of the Customer class by throwing an exception when the value is invalid.D、Add the following code segment to the InitializeComponent method of the Windows Form.this.errorProvider.DataSource = this.customerBindingSource;E、Add the following code segment to the InitializeComponent method of the Windows Form. this.errorProvider.DataSource = this.customerBindingSource.DataSource; this.errorProvider.DataMember = this.customerBindingSource.DataMember;

考题 You need to design a method of communication between the IT and HR departments. Your solution must meet business requirements. What should you do?()A、Design a custom IPSec policy to implement Encapsulating Security Payload (ESP) for all IP traffic Design the IPSec policy to use certificate-based authentication between the two departments’ computersB、Design a customer IPSec policy to implement Authentication Header (AH) for all IP traffic. Desing the IPSec policy to use preshared key authentication between the two departments’ computersC、Design a customer IPSec policy to implement Encapsulating Payload (ESP) for all IP traffic. Desing the IPSec policy to use preshared key authentication between the two departments’ computersD、Design a customer IPSec policy to implement Authentication Header (AH) for all IP traffic. Desing the IPSec policy to use certificate-based authentication between the two departments’ computers

考题 单选题In which of these phases is a customer’s network assessed to determine its system readiness?()A  PlanB  designC  operateD  implement

考题 单选题A customer is interested in using two Power 550 servers to implement a new two node cluster. The cluster willbe using SAN attached disk for shared storage and will be attached to one IP network. Which of the followingadapter configurations will meet the customer requirements while reducing single points of failure?()A AB BC CD D

考题 单选题Which service component in the implement phase is typically performed prior to the handover of a wirelesssolution to the customer’s operations organization?()A Systems IntegrationB Systems Acceptance TestingC Skill AssessmentD Project Close OutE Wireless Check

考题 单选题Which of the following customer environments is addressed by IBM System Storage N series gateways?()A  a customer with CIFS, NFS and GPFS requirements B  a customer wanting to natively implement Easy Tier C  a customer who has large block sequential write requirements D  a customer who needs to consolidate multiple storage controllers under one managementinterface 

考题 单选题Which implement phase service component consists of explaining the benefits and limitations of purchased support options to a customer and ensuring that the customer understands operational processes and responsibilities? Select exactly 1 answer(s) from the following:()。A Staging and System MigrationB Post Implementation Support Handoff MeetingC Detailed Design DevelopmentD Staff Training

考题 单选题Which service component in the implement phase is typically performed prior to the handover of a wireless solution to the customer’s operations organization?()A systems integrationB skill assessmentC systems acceptance testingD wireless check E project close out

考题 单选题Which of the following situations would suggest to a System x Sales Specialist that the customer could benefit from an iSCSI solution?()A The customer is looking for a fibre SAN solution to increase reliability and performance.B The customer wants to implement an energy-efficient solution to comply with their Go Green initiative.C The customer is cost-conscious and is looking for a centralized storage solution.D The customer is a large telecommunications firm and is looking to centralize storage for all their System x,System p,and mainframe servers.

考题 单选题The customer intends to install a 7315-CR2 into a p690 frame.  What should the pSeries technical specialist tell the customer?()A The HMC is a 19 form factor.B The HMC is a 24 form factor.C The HMC requires a 100-120 volt power connection.D The HMC requires a 200-240 volt power connection.