網(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ò)工程師每日一練試題(2024/6/19)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
點(diǎn)擊查看:更多網(wǎng)絡(luò)工程師習(xí)題與指導(dǎo)
網(wǎng)絡(luò)工程師每日一練試題內(nèi)容(2024/6/19)
試題1
以下關(guān)于指令流水線性能度量的敘述中,錯(cuò)誤的是( )。查看答案
試題參考答案:D
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題2
網(wǎng)絡(luò)地址和端口翻譯(NAPT)用于 (1) ,這樣做的好處是 (2) 。
(1)A、把內(nèi)部的大地址空間映射到外部的小地址空間
B、把外部的大地址空間映射到內(nèi)部的小地址空間
C、把內(nèi)部的所有地址映射到一個(gè)外部地址
D、把外部的所有地址映射到一個(gè)內(nèi)部地址
(2)A、可以快速訪問(wèn)外部主機(jī)
B、限制了內(nèi)部對(duì)外部主機(jī)的訪問(wèn)
C、增強(qiáng)了訪問(wèn)外部資源的能力
D、隱藏了內(nèi)部網(wǎng)絡(luò)的IP配置
查看答案
試題參考答案:C、D
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題3
RIP協(xié)議中可以使用多種方法防止路由循環(huán),在以下選項(xiàng)中不屬于這些方法的是 ( ) 。
A、垂直翻轉(zhuǎn)
B、水平分割
C、反向路由中毒
D、設(shè)置最大度量值
查看答案
試題參考答案:A
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題4
由我國(guó)信息產(chǎn)業(yè)部批準(zhǔn)發(fā)布,在信息產(chǎn)業(yè)部門范圍內(nèi)統(tǒng)一使用的標(biāo)準(zhǔn),稱為 ( ) 。
A、地方標(biāo)準(zhǔn)
B、部門標(biāo)準(zhǔn)
C、行業(yè)標(biāo)準(zhǔn)
D、企業(yè)標(biāo)準(zhǔn)
查看答案
試題參考答案:C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題5
公司得到一個(gè)B類網(wǎng)絡(luò)地址塊,需要?jiǎng)澐殖扇舾蓚€(gè)包含1000臺(tái)主機(jī)的子網(wǎng),則可以劃分成( )個(gè)子網(wǎng)。查看答案
試題參考答案:B
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題6
下列不屬于雙絞線測(cè)試參數(shù)的是()。查看答案
試題參考答案:C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題7
默認(rèn)管理VLAN是()。查看答案
試題參考答案:B
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題8
某銀行為用戶提供網(wǎng)上服務(wù),允許用戶通過(guò)瀏覽器管理自己的銀行賬戶信息。為保障通信的安全,該Web服務(wù)器可選的協(xié)議是 ( ) 。
A、POP
B、SNMP
C、HTTP
D、HTTPS
查看答案
試題參考答案:D
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題9
E載波是ITU-T建議的傳輸標(biāo)準(zhǔn),其中E3信道的數(shù)據(jù)速率大約是 (1) Mb/s。貝爾系統(tǒng)T3信道的數(shù)據(jù)速率大約是 (2) Mb/s。
(1)A、64
B、34
C、8
D、2
(2)A、1.5
B、6.3
C、44
D、274
查看答案
試題參考答案:B、C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
試題10
DOM is a platform- and language- (1) API that allows programs and scripts to dynamically access and update the content, structure and style of WWW documents(currently, definitions for HTML and XML documents are part of the specification). The document can be further processed and the results of that processing can be incorporated back into the presented (2) . DOM is a (3) -based AP1 to documents, which requires the whole document to be represented in (4) while processing it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large (5) documents that do not fit into the memory available for processing.
(1)A、specific
B、neutral
C、contained
D、related
(2)A、text
B、image
C、page
D、graphic
(3)A、table
B、tree
C、control
D、event
(4)A、document
B、processor
C、disc
D、memory
(5)A、XML
B、HTML
C、script
D、Web
查看答案
試題參考答案:B、C、B、D、A
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=8&day=2024/6/19
信管網(wǎng)訂閱號(hào)
信管網(wǎng)視頻號(hào)
信管網(wǎng)抖音號(hào)
溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請(qǐng)以權(quán)威部門公布的內(nèi)容為準(zhǔn)!
信管網(wǎng)致力于為廣大信管從業(yè)人員、愛(ài)好者、大學(xué)生提供專業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書(shū)、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過(guò)深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評(píng)論 查看完整評(píng)論 | |