女人久久久www免费人成看片,国内自拍偷拍网,国产一区二区三区免费在线观看,欧美精品三区四区,91久久国产综合久久91,欧美成人精品第一区二区三区 ,美女成人在线观看

專(zhuān)業(yè)網(wǎng)絡(luò)工程師網(wǎng)站|培訓(xùn)機(jī)構(gòu)|服務(wù)商(加客服微信:cnitpm或QQ:800184589進(jìn)網(wǎng)絡(luò)工程師學(xué)霸群)

軟題庫(kù) 培訓(xùn)課程
當(dāng)前位置:信管網(wǎng) >> 網(wǎng)絡(luò)工程師 >> 每日一練 >> 文章內(nèi)容
網(wǎng)絡(luò)工程師每日一練試題(2021/5/23)
來(lái)源:信管網(wǎng) 2021年05月24日 【所有評(píng)論 分享到微信

網(wǎng)絡(luò)工程師當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8

往期網(wǎng)絡(luò)工程師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e8_1.html

網(wǎng)絡(luò)工程師每日一練試題(2021/5/23)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2021/5/23

點(diǎn)擊查看:更多網(wǎng)絡(luò)工程師習(xí)題與指導(dǎo)

網(wǎng)絡(luò)工程師每日一練試題內(nèi)容(2021/5/23)

試題1

設(shè)系統(tǒng)中有R類(lèi)資源m個(gè),現(xiàn)有n個(gè)進(jìn)程互斥使用。若每個(gè)進(jìn)程對(duì)R資源的最大需求為w,那么當(dāng)m、n、w取下表的值時(shí),對(duì)于下表中的a~e五種情況,  (1)  兩種情況可能會(huì)發(fā)生死鎖。對(duì)于這兩種情況,若將  (2)  ,則不會(huì)發(fā)生死鎖。

(1)A、a和b
B、b和c
C、c和d
D、c和e
(2)A、n加1或w加1
B、m加1或w減1
C、m減1或w加1
D、m減1或w減1

試題解析與討論:m.xiexiliangjiufa.com/st/89363077.html
試題參考答案:D、B

試題2

Wi-Fi聯(lián)盟制定的安全認(rèn)證方案WPA(Wi-Fi Protected Access)是  ( )  標(biāo)準(zhǔn)的子集。
A、IEEE 802.11
B、IEEE 802.11a
C、IEEE 802.11b
D、IEEE 802.11i

試題解析與討論:m.xiexiliangjiufa.com/st/92203174.html
試題參考答案:D

試題3

HTTPS的安全機(jī)制工作在  (1)  。而S-HTTP的安全機(jī)制工作在  (2)  。
(1)A、網(wǎng)絡(luò)層
B、傳輸層
C、應(yīng)用層
D、物理層
(2)A、網(wǎng)絡(luò)層
B、傳輸層
C、應(yīng)用層
D、物理層

試題解析與討論:m.xiexiliangjiufa.com/st/92043169.html
試題參考答案:B、C

試題4

千兆以太網(wǎng)標(biāo)準(zhǔn)802.3z定義了一種幀突發(fā)方式(frame bursting),這種方式是指  ( )  。
A、一個(gè)站可以突然發(fā)送一個(gè)幀
B、一個(gè)站可以不經(jīng)過(guò)競(jìng)爭(zhēng)就啟動(dòng)發(fā)送過(guò)程
C、一個(gè)站可以連續(xù)發(fā)送多個(gè)幀
D、一個(gè)站可以隨機(jī)地發(fā)送緊急數(shù)據(jù)

試題解析與討論:m.xiexiliangjiufa.com/st/90903130.html
試題參考答案:C

試題5

關(guān)于路由器,下列說(shuō)法中錯(cuò)誤的是 ( ) 。
A、路由器可以隔離子網(wǎng),抑制廣播風(fēng)暴
B、路由器可以實(shí)現(xiàn)網(wǎng)絡(luò)地址轉(zhuǎn)換
C、路由器可以提供可靠性不同的多條路由選擇
D、路由器只能實(shí)現(xiàn)點(diǎn)對(duì)點(diǎn)的傳輸

試題解析與討論:m.xiexiliangjiufa.com/st/86682984.html
試題參考答案:D

試題6

The TCP protocolis a (1) layer protocol. Each connection connects two TCPs that may be just one physical network apart or located on opposite sides ofthe globe. In other words, each connection creates a (2) witha length that may be totally different from another path created by another connection. This means that TCP cannot use the same retransmission time for all connections. Selecting afixed retransnussion time for all connections can result in serious consequences. Ifthe retransmission time does not allow enough time for a (3) to reach the destination and an acknowledgment to reach the source, it can result in retransmission of segments that are still on the way. Conversely, if the retransnussion time is longer than necessary for a short path, it may result in delay for the application programs.Even for one single connection, the retransmission time should not be fixed.A connection may be able to send segments and receive (4)faster during nontraffic period than during congested periods. TCP uses the dynamic retransmission time,a transmission time is different for each connection and which may be changed during the same connection. Retransmission time can be made(5)  by basing it on the round-trip time (RTT). Several formulas are used for this purpose.
(1)A、physical
B、network
C、transport
D、application
(2)A、path
B、window
C、response
D、process
(3)A、process
B、segment
C、program
D、user
(4)A、connections
B、requests
C、acknowledgments
D、datagrams
(5)A、long
B、short
C、fixed
D、dynamic

試題解析與討論:m.xiexiliangjiufa.com/st/92823196.html
試題參考答案:C、A、B、C、D

試題7

FTP使用的傳輸層協(xié)議為 (1) ,F(xiàn)TP的默認(rèn)的控制端口號(hào)為 (2) 。
(1)A、HTTP
B、IP
C、TCP
D、UDP
(2)A、80
B、25
C、20
D、21

試題解析與討論:m.xiexiliangjiufa.com/st/86842990.html
試題參考答案:C、D

試題8

殺毒軟件報(bào)告發(fā)現(xiàn)病毒Macro.Melissa,由該病毒名稱(chēng)可以推斷出病毒類(lèi)型是  (1)  ,這類(lèi)病毒主要感染目標(biāo)是  (2)  。
(1)A、文件型
B、引導(dǎo)型
C、目錄型
D、宏病毒
(2)A、EXE或COM可執(zhí)行文件
B、WORD或EXCEL文件
C、DLL系統(tǒng)文件
D、磁盤(pán)引導(dǎo)區(qū)

試題解析與討論:m.xiexiliangjiufa.com/st/90733124.html
試題參考答案:D、B

試題9

依據(jù)著作權(quán)法,計(jì)算機(jī)軟件保護(hù)的對(duì)象是指 ( ) 。
A、計(jì)算機(jī)硬件
B、計(jì)算機(jī)軟件
C、計(jì)算機(jī)硬件和軟件
D、計(jì)算機(jī)文檔

試題解析與討論:m.xiexiliangjiufa.com/st/85342938.html
試題參考答案:B

試題10

Windows Server 2003操作系統(tǒng)中,IIS6.0不提供下列  ( )  服務(wù)。
A、web
B、smtp
C、pop3
D、ftp

試題解析與討論:m.xiexiliangjiufa.com/st/89553083.html
試題參考答案:C

掃碼關(guān)注公眾號(hào)

溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請(qǐng)以權(quán)威部門(mén)公布的內(nèi)容為準(zhǔn)!

信管網(wǎng)致力于為廣大信管從業(yè)人員、愛(ài)好者、大學(xué)生提供專(zhuān)業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書(shū)、技能提升和就業(yè)的需求。

信管網(wǎng)軟考課程由信管網(wǎng)依托10年專(zhuān)業(yè)軟考教研傾力打造,官方教材參編作者和資深講師坐鎮(zhèn),通過(guò)深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。

相關(guān)內(nèi)容

發(fā)表評(píng)論  查看完整評(píng)論  

推薦文章