重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 计算机类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

our company has a main office and 15 branch offices. The company has a single active direc

tory domain. All servers run windows server 2008.You need to ensure that the VPN connections between the office and the branch offices meet the following requirements:All data must be encrypted by using end-to-end encryption.The vpn connection must use computer-level authentication.User names and passwords cannot be used for authentication.What should do?()

A.Configure an ipsec connection to use tunnel mode and preshared key authentication.

B.Configure a PPTP connection to use version 2 of the MS-CHAP v2 authentication.

C.Configure a L2TP/IPsec connection to use the EAP-TLS authentication.

D.Configure a L2TP/IPsec connection to use version 2 of the MS-CHAP v2 authentication.

查看答案
更多“our company has a main office and 15 branch offices. The company has a single active direc”相关的问题

第1题

YouworkinacompanywhichusesSQLServer2008.Youaretheadministratorofthecompanydatabase.Nowyoua

reinchargeofaSQLServer2008instance.ThereisadatabasenamedDB1intheinstance.Whenyouareabsent,auserwillusealoginnamedMarytologinandmaintainthedatabasesnapshots.TheuserhastodeletethedatabasesnapshotsforDB1,soyouhavetogivetheappropriatepermissionstotheuser.Sowhichdatabasepermissionshouldyougivetheuser?()

A.DELETE

B.CONTROL

C.DROPDATABASE

D.ALTERANYDATASPACE

点击查看答案

第2题

贵公司使用的一个名为Application1的应用程序,此程序使用的.net Framework的版本是1.0。这个应该

程序已经安装在了一台共享的计算机中,此计算机中已安装了.net Framework1.0和1.1的版本。您需要移动此应用程序到另一台计算机中,此计算机已安装.net Framework1.1和2.0的版本。此应用程序和1.1的版本是兼容的,但与.net Framework2.0是不兼容的。您需要确保应用程序在新计算机上使用.netFramework的1.1版本。您将怎样做?()

A.A

B.B

C.C

D.D

点击查看答案

第3题

YouwantuserstologontoActiveDirectorybyusinganewUserPrincipalName(UPN).YouneedtomodifytheUPNsuffixforalluseraccounts.Whichtoolshouldyouuse()

A.Dsmod

B.Netdom

C.Redirusr

D.ActiveDirectoryDomainsandTrusts

点击查看答案

第4题

Your network contains two Web servers named Web1 and Web2. Web1 hosts the companys corpora

te Web site. Web2 is a test server that contains a copy of the Web site.Users connect to Web1 by using the URL http://www.contoso.com.A Web developer named User1 plans to test updates to the Web site on Web2.You need to ensure that User1 connects to Web2 by using the URL http://www.contoso.com. The solution must ensure that all other computers connect to Web1.What should you do?()

A. From User1s computer, create a record in the Hosts file.

B. From User1s computer, create a record in the Lmhosts file.

C. From a DNS server, create a new Host (A) resource record.

D. From a DNS server, create a new Alias (CNAME) resource record.

点击查看答案

第5题

YouworkasanASP.NETWebApplicationDeveloperf

orSomeCompany.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YoucreateanASP.NETWebapplicationusing.NETFramework4.0.TheASP.NETapplicationisusedtotrackemployeeperformance.ItusesMicrosoftWindowsauthentication.EmployeesaremembersofagroupnamedEmployees.ManagersaremembersofagroupnamedManagers.TherootfolderoftheapplicationisnamedDetails.TheDetailsfolderdisplaysinformationaboutemployees?performance.TheDetailsfolderhasasubfoldernamedMoreDetails.YouneedtoensurethatemployeesandmanagerscanaccesspagesstoredintheDetailsfolder.However,onlymanagerscanaccesspagesstoredintheMoreDetailsfolder.

YoumakethefollowingentriesintheWeb.configfileintheDetailsfolder.

YoumakethefollowingentriesintheWeb.configfileintheMoreDetailsfolder.

WhenmanagerstrytoaccesspagesstoredintheMoreDetailsfolder,theyreceivethefollowingerrormessage:"Anerroroccurredduringtheprocessingofaconfigurationfilerequiredtoservicethisrequest."YoumustensurethatmanagersareabletoaccesspagesstoredintheMoreDetailsfolder.Whatwillyoudotoaccomplishthis?()

点击查看答案

第6题

You have a windows server 2008 compute that has an IP address of 172.16.45.9/21. The serve

r is configured to use ipv6 addressing. You need to test IPv6 communication to a server that has an ip address of 172.16.40.18/21, what should you do from a command prompt?()

A.Type ping 172.16.45.9::::.

B.Type ping ::9.45.16.172.

C.Type ping followed by the link-local address of the server.

D.Type ping followed by the site-local address of the server.

点击查看答案

第7题

YouworkinacompanywhichusesSQLServer2008.Youaretheadministratorofthecompanydatabase.Nowyoua

reinchargeofaSQLServer2008instance.ThereisadatabasenamedDB1intheinstance.TheDB1databaseincludesspatialdatatypes.OnDB1databse,youhavetoperformadatabaseconsistencychecktoincludethespatialindexes.Besidesthis,youmustmakesurethatyoucanreducetheeffectonthedatabaseconcurrencytotheleast.SowhichTransact-SQLstatementshouldyourun?()

A.DBCCCHECKCATALOG(DB1);

B.DBCCCHECKALLOC(DB1)WITHTABLOCK;

C.DBCCCHECKDB(DB1)WITHTABLOCK,PHYSICAL_ONLY;

D.DBCCCHECKDB(DB1)WITHEXTENDED_LOGICAL_CHECKS;

点击查看答案

第8题

You are developing a Windows Communication Foundation (WCF) service that must be discovera

ble.You need to ensure that the ServiceHost instance supports multiple discovery versions.What should you do?()

A. - Specify a unique DiscoveryVersion parameter for each endpoint constructor. - Use the same value for the Address property of each endpoint.

B. - Use the endpoint constructor without the DiscoveryVersion parameter. - Use a unique value for the Address property of each endpoint.

C. - Specify a unique DiscoveryVersion parameter for each endpoint constructor. - Use a unique value for the Address property of each endpoint.

D. - Use the endpoint constructor without the DiscoveryVersion parameter. - Use the same value for the Address property of each endpoint.

点击查看答案

第9题

下面那个代码段设置myButton控件显示在HTML页左上角100px的位置?()

A.

B.

C.

D.

点击查看答案

第10题

WhicheventoftheGridViewclassoccurswhentheEditbuttonofarowisclicked,butbeforetheGridViewcontrolenterseditmode?()

A.RowEntered

B.RowEdited

C.RowEntering

D.RowEditing

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,如果您知道正确答案,欢迎您来纠错

上学吧找答案