成人男同av,在线黄色网,在线观看一区二区三区四区,日本六九视频,国产一区二区三区久久久久久久久,成人97视频,国产性猛交乱

專業(yè)網絡工程師網站|服務平臺|服務商(加客服微信:cnitpm或QQ:773104605進網絡工程師學霸群)

軟題庫 學習課程
當前位置:信管網 >> 網絡工程師 >> 每日一練 >> 文章內容
網絡工程師每日一練試題(2024/10/1)

網絡工程師當天每日一練試題地址:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8

往期網絡工程師每日一練試題匯總:www.conferencecallsmadeeasy.com/class/27/e8_1.html

網絡工程師每日一練試題(2024/10/1)在線測試:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

點擊查看:更多網絡工程師習題與指導

網絡工程師每日一練試題內容(2024/10/1)

  • 試題1

    用戶在登錄FTP服務器的過程中,建立TCP連接時使用的默認端口號是(  )。
    A.20
    B.21
    C.22
    D.23

    查看答案

    試題參考答案:B

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題2

    4B/5B編碼先將數(shù)據(jù)按 4 位分組,將每個分組映射到 5 單位的代碼,然后采用()進行編碼。
    A.PCM
    B.Manchester
    C.QAM
    D.NRZ-I

    查看答案

    試題參考答案:D

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題3

    IEEE802.11規(guī)定了多種WLAN通信標準,其中( )與其他標準采用的頻段不同,因而不能兼容。
    A.IEEE802.11a
    B.IEEE802.11b
    C.IEEE802.11g
    D.IEEE802.11n

    查看答案

    試題參考答案:A

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題4

    在RIP路由協(xié)議中,當路由跳數(shù)達到()時,目的地被標記為路由 不可達。
    A.16
    B.14
    C.15
    D.13

    查看答案

    試題參考答案:A

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題5

    在Linux系統(tǒng)中,要查看如下輸出,可使用命令(32)。

    A.[root@localhost]#ifconfig
    B.[root@localhost]#ipconfig eth0
    C.[root@localhost]#ipconfig]
    D.[root@localhost]#ifconfig eth0

    查看答案

    試題參考答案:D

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題6

    在輸入輸出控制方法中,采用 ( ) 可以使得設備與主存間的數(shù)據(jù)塊傳送無需CPU干預。
    A、程序控制輸入輸出
    B、中斷
    C、DMA
    D、總線控制

    查看答案

    試題參考答案:C

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題7

    在瀏覽器的地址欄中輸入 xxxyftp.abc.com.cn,該 URL 中( )是要訪問的主機名。
    A.xxxyfip
    B.abc
    C.com
    D.Cn

    查看答案

    試題參考答案:A

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題8

    下面關于幾個網絡管理工具的描述中,錯誤的是  ( )  。
    A、netstat可用于顯示IP、TCP、UDP、ICMP等協(xié)議的統(tǒng)計數(shù)據(jù)
    B、sniffer能夠使網絡接口處于雜收模式,從而可截獲網絡上傳輸?shù)姆纸M
    C、winipcfg采用MS-DOS工作方式顯示網絡適配器和主機的有關信息
    D、tracert可以發(fā)現(xiàn)數(shù)據(jù)包到達目標主機所經過的路由器和到達時間

    查看答案

    試題參考答案:C

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題9

    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

    查看答案

    試題參考答案:C、A、B、C、D

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

  • 試題10

    計算機系統(tǒng)的主存主要是由()構成的。
    A.DRAM
    B.SRAM
    C.Cache
    D.EEPROM

    查看答案

    試題參考答案:A

    試題解析與討論:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=8&day=2024/10/1

信管網訂閱號

信管網視頻號

信管網抖音號

溫馨提示:因考試政策、內容不斷變化與調整,信管網網站提供的以上信息僅供參考,如有異議,請以權威部門公布的內容為準!

信管網致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。

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

相關內容

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

推薦文章

精選

課程

提問

評論

收藏