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

Youneedtodesignasecuritystrategythatwillensurethatunauthorizeduserscannotaccesspersonneldata.Yoursolutionmustcomplywithsecurityrequirementsandthecompany’snewadministrativemodel.Whatshouldyoudo?()

A.IntheDefaultDomainPolicyGroupPolicyobject(GPO)forthecorp.woodgrovebank.comdomain,addtheLA\HRUsersgrouptotheRestrictedGroupslist.AddonlytheHRdepartmentuseraccountstotheAllowedMemberslist

B.IntheDefaultDomainPolicyGroupPolicyobject(GPO)forthela.corp.woodgrovebank.comdomain,addtheLA\HRUsersgrouptotheRestrictedGroupslist.AddonlytheHRdepartmentuseraccountstotheAllowedMemberslist

C.IntheDefaultDomainPolicyGroupPolicyobject(GPO)forthecorp.woodgrovebank.comdomain,addtheLA\HRUsersgroupandtheCORP\BackupOperatorsgrouptotheRestrictedGroupslist.AddonlytheHRdepartmentuseraccountsandtheadministratoruseraccountstotheAllowedMemberslistforeachgroup

D.IntheDefaultDomainPolicyGroupPolicyobject(GPO)forthela.corp.woodgrovebank.comdomain,addtheLA\HRUsersgroupandtheCORP\BackupOperatorsgrouptotheRestrictedGroupslist.AddonlytheHRdepartmentuseraccountstotheAllowedMemberslistfortheLA\HRUsersgroup.AddonlytheadministratoruseraccountstotheAllowedMemberslistfortheCORP\BackupOperatorsgroup

查看答案
更多“Youneedtodesignasecuritystrategythatwillensurethatunauthorizeduserscannotaccesspersonneldata.Yoursol…”相关的问题

第1题

YouaredesigningaWindowsAzureapplicationthatwillcommunicatewithexistingon-premiseapplicatio

nsandservices.TheapplicationwillbeactivatedforWindowsAzureConnect.YouneedtorecommendasolutionforcompletingtheWindowsAzureConnectconfiguration.Whichtwoactionsshouldyourecommend?()

A.Placelocalendpointsingroupsandthenconfigureaconnectionbetweenthegroupsandtheapplication.

B.Placehostedendpointsingroupsandthenconfigureaconnectionbetweenthegroupsandtheapplication.

C.Installendpointsoftwareonlocalcomputersorvirtualmachines.

D.Installendpointsoftwareonhostedvirtualmachines.

点击查看答案

第2题

您有一个已载入的Windows7Windows映像(WIM)。您需要查看安装在该映像中的第三方驱动程序列表。您应该怎么做?()

A.运行Dism.exe并指定/getdrivers参数

B.运行Driverquery.exe并指定/si参数

C.从“设备管理器”中,查看所有隐藏的设备

D.从“Windows资源管理器”中,打开载入文件夹中的\Windows\System32\Drivers文件夹

点击查看答案

第3题

公司A有一个由两个域DOM1和DOM2组成的网络。两个域之间没有信任关系。DOM1包含一个名为SQL1的服务

器。DOM2包含一个名为SQL2的服务器。两个服务器都运行着SQLServer2005。SQL1上的SQLServer实例使用服务帐户DOM1/SQLService1。SQL2上的SQLServer实例使用服务帐户DOM2/SQLService2。任何一个服务器上都不存在镜像端点。SQL1包含一个名为DB1的数据库。你想要使用高级别保护模式且在无见证的情况下将DB1镜像到SQL2。为此,你要创建数据库镜像端点并设置所有涉及到的Server实例的安全。你会怎样做?()

A.使用配置数据库镜像安全向导为DB1创建端点并设置安全性。建立端点使用SQLSERVER验证。

B.用Transact-SQL为每个Server实例配置数据库镜像端点及安全性。允许数据库镜像对出入连接使用加密证书。

C.创建登录并将其添加到sysadmin组。设置每一个Server实例都使用SQLServer认证登录。然后使用数据库属性镜像页上配置安全性向导为DB1创建端点。

D.连接到各个Server实例并执行以下语句。CREATEENDPOINTmirroringSTATE=STARTEDASTCP(LISTENER_PORT=5022)FORDATABASE_MIRRORING(AUTHENTICATION=WINDOWSNTLM,ROLE=PARTNER);

点击查看答案

第4题

AWindowsAzureapplicationisactivatedforWindowsAzureConnectAcorporatepolicyblocksInternettra

fficforlocalservers.YouneedtorecommendthefirewallrulethatwillallowWindowsAzureConnecttrafficforlocalservers.Whatshouldyourecommend?()

A.AllowTCPport443inbound.

B.AllowTCPport3389outbound.

C.AllowTCPport3389inbound.

D.AllowTCPport443outbound.

点击查看答案

第5题

You are creating a templated Web control for use in your Web application. You need to add

the Web control to your Web application pages without compiling your control into a .dll file.What should you do?()

A. Ensure that the Web control inherits from the WebControl class.

B. Ensure that the Web control inherits from the Control class.

C. Ensure that the Web control inherits from the CompositeControl class.

D. Ensure that the Web control inherits from the UserControl class.

点击查看答案

第6题

你在 Certkiller.com 工作开发应用程序。Certkiller.com 承包了当地的医生诊所使用 Microsoft 客

户端应用程序的开发。NET 2.0 将病人就诊的信息发送到远程服务器在诊所的主要办事处。必须通过一个安全的网络流传输此数据,因为它包含病人受保护的健康信息 (PHI)。驻留在远程服务器上的 windows 服务,将从医生的笔记本计算机上的 windows 应用程序的客户端发送数据。这些应用程序都采用网络标识的证书存储区。您需要通过将某些类添加到客户端应用程序中创建安全的数据流。您应添加什么类?()

A.The MD5CryptoServiceProvider class.

B.The X509Certificate class.

C.The NetworkStream class.

D.The SslStream class.

E.The TcpListener class.

F.The TcpClient class.

点击查看答案

第7题

Youinstallaread-onlydomaincontroller(RODC)namedRODC1.YouneedtoensurethatausernamedUser1canadministerRODC1.ThesolutionmustminimizethenumberofpermissionsassignedtoUser1.Whichtoolshouldyouuse()

A.ActiveDirectoryAdministrativeCenter

B.ActiveDirectoryUsersandComputers

C.Dsadd

D.Dsmgmt

点击查看答案

第8题

您有一个虚拟硬盘(VHD)和一台运行Windows7的计算机。该VHD安装了Windows7。您需要从该VHD启动计算机。您应该怎么办?()

A.从Diskpart.exe运行“选择vdisk”

B.从“磁盘管理”修改活动的分区

C.运行Bootcfg.exe并指定/default参数

D.运行Bcdedit.exe,并修改Windows启动管理器设置

点击查看答案

第9题

你是TestKing网站的电脑管理员,网络包含一个单一的活动目录域,网络通过一个路由器把两个子网连接

起来。路由器的设置如下:每个子网包含一个域控制器,每个域控制器运行DNS服务器和活动目录域综合区域。在Subnet1上的控制器运行WINS服务,所有的客户机运行WndowsXP专业版并且是静态的IP地址。Pierre是Subnet2的用户,Pierre报告说他不能访问Subnet1上服务器的资源但是能访问Subnet2服务器上的资源,Subnet2上的别的用户能够访问Subnet1上的服务器的资源,你在Pierre的笔记本电脑上运行Ipconfig/all命令并收到下述信息,你要在Pierre的电脑上怎样做来解决这个问题呢?()

A.增加Subnet1上的WINS服务器的地址

B.为Subnet1的路由器设置另一个网关

C.创建另一个TCP/IP的设置具体化Subnet1的地址

D.修改默认网关为192.168.2.1

点击查看答案

第10题

You are the network administrator for Litware, Inc. All network servers run Windows Server

2003.Your IIS server is named Server6. Its configuration is shown in the exhibit. (Click the Exhibit button.)Users access the internal network by connecting to http://server6.litwareinc.intra.A folder named Marketing_Data stores the Web interface for the company‘s client management tool. Currently,users in the marketing department access this tool by connecting to http://server6.litwareinc.intra/Marketing_Web.You share Marketing_Data on a server named Server2.You need to modify Server6 to ensure that marketing users can access Marketing_Data through the internal network.What should you do? ()

A. Create a new virtual directory named Marketing_Web under the default Web site. Specify \\server2\Marketing_Data as the Web site content directory.

B. Create a new Web site named Marketing_Data. Specify \\server2\Marketing_Data as the Web site home directory.

C. Create a new Web site named Marketing_Data. Specify Marketing_Data as the host header name of the Web site.

D. Redirect the default Web site home directory to http://server2/Marketing_Data. Specify Marketing_Data as the host header name of the default Web site.

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

1. 搜题次数扣减规则:

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

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

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

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

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

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

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

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

上学吧找答案