A. It uses a Reliable transport mechanism.
B. It uses a Non-reliable transport mechanism
C. It is less bandwidth-intensive than connection oriented services
D. it uses handshaking
第1题:
What are three reasons to collect Netflow data on a company network?()
第2题:
You develop a service application that needs to be deployed. Your network administrator creates a specific user account for your service application.You need to configure your service application to run in the context of this specific user account. What should you do?()
第3题:
无连接(Connectionless)网络
第4题:
You are creating a Windows Communication Foundation (WCF) service. The service endpoints change frequently. On the service, you add a new ServiceDiscoveryBehavior to the Behaviors collection of the ServiceHost Description property. You need to ensure that client applications can communicate with the service and discover changes to the service endpoints. What should you do?()
第5题:
Your network consists of a single Active Directory domain. The network contains a server that runs Windows Server 2003 Service Pack 2 (SP2). The server has an application that runs as a service. The application uses a domain service account to access other servers in the domain. Security policies require that users reset their passwords every 30 days. After the application runs for a month, the application fails.You need to ensure that the application starts and can access the remote servers. What should you do?()
第6题:
You are creating a client application and configuring it to call a Windows Communication Foundation (WCF) service.When the application is deployed, it will be configured to send all messages to a WCF routing service. You need to ensure that the application can consume the target service after the application is deployed. What should you do?()
第7题:
A Windows Communication Foundation (WCF) service has a callback contract. You are developing a client application that will call this service.You must ensure that the client application can interact with the WCF service. What should you do?()
第8题:
Publish the application by using Group Policy Software Installation.
Deploy the application by using Windows Server Update Services (WSUS).
Service an online image of Windows 7 to add the new application.
Service an offline image of Windows 7 to add the new application.
第9题:
basicHttpBinding and HTTP
basicHttpBinding and Kerberos
wsHttpBinding and Kerberos
wsHttpBinding and HTTPS
第10题:
From the Services snap-in, modify the Log On settings of the service.
From the Services snap-in, modify the Recovery settings of the service.
From the properties of the application executable, set the compatibility mode to Windows 2000.
From the properties of the application executable, enable the Allow non-administrators to run this program setting.
第11题:
In the Services snap-in, set the service to log on as the Local System account and start the service.
In the Services snap-in, set the service to log on as the Local Administrator account and start the service.
In Active Directory Users and Computers, reset the server’s computer account. In the Services snap-in, start the service.
In Active Directory Users and Computers, set the Account Expires option to Never. In the Services snap-in, start the service.
第12题:
It uses a Reliable transport mechanism.
It uses a Non-reliable transport mechanism
It is less bandwidth-intensive than connection oriented services
it uses handshaking
第13题:
A brand new network application is required for the Acme Company, and they are considering the use of a connectionless service. What are the characteristics of a connectionless service?()
第14题:
Your company has 1,000 client computers. You are planning to deploy Windows 7 and a new line-of-business application. You have the following requirements: Install the application as part of the standard Windows 7 deployment. Use a single Windows 7 image for the deployment. The application must be available for use on client computers that are not connected to the network. You need to ensure that the application is installed on all new client computers. What should you do?()
第15题:
Which two of these are characteristics of multicast routing? ()
第16题:
You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a Windows Service application. You need to change the security context in which the service runs. The service will be run in context of a non-privileged user on the local computer and present anonymous credentials to any remote server. You are required to set the Account property of the ServiceProcessInstaller class to specify the service account. What should you do?()
第17题:
You want to connect to your company network from your Windows 2000 Professional computer at home. You have an ISDN line that is used for internet connectivity. You create a VPN connection and are able to connect successfully to the company network. While connected to the company network, you are unable to access the Internet. What must you do so that you can access the Internet?()
第18题:
Your network contains a server that runs Windows Server 2003 Service Pack 2 (SP2). The server has an application that runs as a service.The application fails intermittently. After each failure, you manually restart the service. You need to ensure that the application starts automatically after a failure. What should you do?()
第19题:
Your company has a server that runs an instance of Actrve Directory Lightweight Directory Service (AD LDS) You need to create new organizational units in the AD LDS application directory partition What should you do()
第20题:
Specify a protection level of None in the contract for the intermediate service. Disable message and transport security from the client application configuration file.
Specify a protection level of Sign in the contract for the intermediate service. Disable transport security from the client application configuration file.
Modify the binding on the intermediate service to use netNamedPipeBinding.
Modify the binding on the intermediate service to use webHttpBinding.
第21题:
Run the Set-ADAccountControl cmdlet.
Run the Set-ADServiceAccount cmdlet.
Create a new password policy.
Create a new Password Settings object (PSO).
第22题:
You should install SQL Server 2008 as the default instance, and configure the new application to use the default instance
You should upgrade the SQL Server 2005 application to use SQL Server 2008
You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance
You should install SQL Server 2008 as a named instance, and make the new application use the new instance.
第23题:
Add a new ServiceDiscoveryBehavior to the Behaviors collection in the client application.
Add a new AnnouncementClient to the Behaviors collection in the client application.
Use the FindCriteria class and the UdpDiscoveryEndpoint class to set up the binding in the client application.
Use the DiscoveryProxy class and the EndpointDiscoveryMetadata class to set up the binding in the client application.