题目内容 (请给出正确答案)
[主观题]

YournetworkcontainsadomaincontrollerthatisconfiguredasaDNSserver.TheserverhostsanActiveDir

ectory-integratedzoneforthedomain.Youneedtoreducehowlongittakesuntilstalerecordsaredeletedfromthezone.Whatshouldyoudo()

A.Fromtheconfigurationdirectorypartitionoftheforest,modifythetombstonelifetime.

B.Fromtheconfigurationdirectorypartitionoftheforest,modifythegarbagecollectioninterval.

C.Fromtheagingpropertiesofthezone,modifytheno-refreshintervalandtherefreshinterval.

D.Fromthestartofauthority(SOA)recordofthezone,modifytherefreshintervalandtheexpireinterval.

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“Yournetworkcontainsadomaincont…”相关的问题

第1题

你是TestKing网站销售部门的15台WindowsXP专业版笔记本电脑的管理员。当电脑在公司时,公司的网络

使用DHCP来设置电脑的IP地址。公司的政策是允许笔记本电脑连接用户家庭网络,销售部门的用户报告说使用家庭网络手动配置IP地址的用户不能把笔记本电脑连接到家庭网络上。你要确保用户在公司时能够把笔记本电脑连接到家庭网络上,在家时,能连接到公司的网络。你并不想更改销售部门用户管理员的权限,你要怎么做呢?()

A.设置笔记本电脑的网络适配器支持因特网连接共享(ICS)

B.设置笔记本电脑的网络适配器支持自动获取私有IP地址(APIPA)

C.给用户的桌面添加脚本,用来更改IP的设置,使其在动态的与手动的之间选择

D.设置笔记本电脑的IP属性,这样就有两个可选择的配置

点击查看答案

第2题

您有一台运行WindowsXP的计算机。这台计算机有一个分区。您在这台计算机上安装Windows7。您需要将一个用户配置文件从WindowsXP安装迁移到Windows7安装。首先您应该怎么做?()

A.在Windows7中,运行Scanstate.exe/offlineWinOld:c:\windows

B.在Windows7中,运行Scanstate.exe/offlineWinOld:c:\windows.old

C.在命令提示符处,运行Xcopy/s/e“c:\windows\users\*.*”c:\users\

D.在命令提示符处,运行Xcopy/s/e“c:\windows.old\documentsandsettings\*.*”c:\users\.

点击查看答案

第3题

Certkiller.com 已获批合约以创建专用的应用程序将转发的当地医院患者的信息给保险公司病人信息通过安全的 VPN 发送,以确保机密性。此外,您还需要保证数据的完整性,并验证的病人在医院的原始数据。为了实现这一目标,您选择使用非对称加密和数字签名技术。要使用哪些代码完成你的任务?()

A.

B.

C.

D.

点击查看答案

第4题

公司A使用的是SQLSERVER2005数据库。一个用户报告说:订单处理应用在处理一个订单事务的过程中停止响应。这个用户对应的SQLSERVER进程ID是54.你需要查出进程54是否被其他连接阻塞。如果是,你需要确定阻塞者的进程ID,下面哪两个方法可能达到这个目的?()

A.在SQLServerManagementStudio,打开活动监视器,打开进程信息页,查看进程54的阻塞者列信息

B.在SQLServerManagementStudio,打开活动监视器,打开按进程分类的锁页,查看进程54请求模式列

C.在SQLServerManagementStudio,打开新查询窗口并且执行如下语句:SELECT*FROMsys.dm_exec_requestsWHEREsession_id=54然后查看blocking_session_id列

D.在SQLServerManagementStudio,打开新查询窗口并且执行如下语句:SELECT*FROMsys.dm_exec_sessionsWHEREsession_id=54查看status列

点击查看答案

第5题

Yourcompanyhastwooffices.ThenetworkconsistsofasingleActiveDirectorydomain.Youhavetwodomain

controllersnamedDC2andDC3.AllserversrunWindowsServer2003ServicePack2(SP2).YouverifytheIPconfigurationofServer1asshowninthefollowingCommandPromptwindow.YouneedtoensurethatServer1canlocateadomaincontrollerifasingleserverfails.WhichIPconfigurationshouldyouchangeonServer1?()

A.Add10.10.0.2asaDNSserver.

B.Add10.10.0.2asaWINSserver.

C.Add10.11.0.20asaWINSserver.

D.AddasecondnetworkadapterthathasanIPaddressof10.10.0.20.

点击查看答案

第6题

You are the domain administrator for your company‘s Active Directory domain. All servers r

un WindowsServer 2003.The information technology (IT) department recently installed Windows Server Update Services (WSUS) to manage security updates. The server that runs WSUS is configured to automatically approve critical and security updates, and to synchronize automatically every day at 7:00 A.M. New critical security updates were released today at 9:00 A.M.You need to manually update the WSUS server and make the updates available to client computers.What should you do? ()

A. Log on to the WSUS server. Download and install the new security updates from Microsoft Update.

B. Download the new security updates from Microsoft Update to your local computer. Copy and paste the update files to the WSUSContent folder on the WSUS server.

C. Connect to the WSUS server home page. Click the Synchronize Now link.

D. Log on to the WSUS server. From the command line, run gpupdate /force.

点击查看答案

第7题

You are developing an application that connects to a Microsoft SQL Server database using t

he SqlConnection object. Your connection objects are being pooled. As the pool fills up, connection requests are queued. Some connection requests are rejected. You need to ensure that the application releases connections back to the pool as soon as possible. Also, you need to decrease the likelihood that connection requests will be rejected.Which three actions should you perform?()

A. Ensure that the Close method is called on each connection object after it has finished executing.

B. Ensure that each connection object is left open after it has finished executing.

C. Increase the Max Pool Size value inside the connection string.

D. Increase the Min Pool Size value inside the connection string.

E. Increase the Connection Lifetime value inside the connection string.

F. Increase the value of the ConnectionTimeout property of the SqlConnection object.

点击查看答案

第8题

您需要编写一个代码段中,该代码段将在应用程序内创建公共语言运行库(CLR)隔离单元。您应该使用哪个代码段?()

A.A

B.B

C.C

D.D

点击查看答案

第9题

YouneedtodesignastrategytologaccesstothecompanyWebsite.Whatshouldyoudo?()

A.EnableloggingonthecompanyWebsiteandselecttheNCSACommonLogFileFormat.StorethelogfilesonaSQLServercomputer

B.UseSystemMonitortocreateacounterlogthatcapturesnetworktraffictotheWebserverbyusingtheWebServiceobject.StorethelogfilesonaSQLServercomputer

C.RuntheNetworkMonitorontheWebserver.CreateacapturefilterfortheSNAprotocolandsavetheresultstoacapturefile.StorethecapturefileonaSQLServercomputer

D.EnableloggingonthecompanyWebsiteandselectODBCLogging.ConfiguretheODBClogging optionsbyusinganonadministrativeSQLaccount

点击查看答案

第10题

MultipleWindowsAzureapplicationsconnecttomultipleSQLAzureservers.On-premiseusersconnecttot

heSQLAzureserversforavarietyofpurposes.YousuccessfullydeployanewWindowsAzureapplicationwithitsownSQLAzureserver.Whenon-premiseusersattempttoconnecttothenewSQLAzureservertheyreceiveconnectionerrors.Youneedtorecommendanapproachformitigatingtheconnectivityissue.Whatshouldyourecommend?()

A.Openport1433onthenetworkfirewall.

B.UseSecuritySupportProviderInterface(SSPI).

C.DisablethevalidationoftheSSLcertificatefortheSQLAzureserverthroughtheconnectionstring.

D.ChangethefirewallrulesofthenewSQLAzureservertoallowaccessbycomputersontheinternalnetwork.

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

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

警告:系统检测到您的账号存在安全风险

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

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信