深夜成人在线,chinese国产一区二区,欧美精品乱码,日韩欧美在线视频免费观看,国产午夜不卡,日韩av影院在线,五月天婷婷国产精品

專業(yè)信息安全工程師網(wǎng)站|服務平臺|服務商(信息安全工程師學習QQ群:327677606,客服QQ:800184589)

軟題庫 學習課程
當前位置:信管網(wǎng) >> 信息安全工程師 >> 每日一練 >> 文章內(nèi)容
信息安全工程師每日一練試題(2023/10/11)

信息安全工程師當天每日一練試題地址:www.ichunya.com/exam/ExamDay.aspx?t1=6

往期信息安全工程師每日一練試題匯總:www.ichunya.com/class/27/e6_1.html

信息安全工程師每日一練試題(2023/10/11)在線測試:www.ichunya.com/exam/ExamDay.aspx?t1=6&day=2023/10/11

點擊查看:更多信息安全工程師習題與指導

信息安全工程師每日一練試題內(nèi)容(2023/10/11)

  • 試題1

    VPN即虛擬專用網(wǎng),是一種依靠ISP和其他NSP在公用網(wǎng)絡中建立專用的、安全的數(shù)據(jù)通信通道的技術。以下關于虛擬專用網(wǎng)VPN的描述中,錯誤的是() 。
    A.VPN采用隧道技術實現(xiàn)安全通信
    B.第2層隧道協(xié)議L2TP主要由LAC和LNS構成
    C.IPSec可以實現(xiàn)數(shù)據(jù)的加密傳輸
    D.點對點隧道協(xié)議PPTP中的身份驗證機制包括RAP、CHAP、MPPE

    查看答案

    試題參考答案:D

    試題解析與討論:www.ichunya.com/st/501879678.html

  • 試題2

    端口掃描的目的是找出目標系統(tǒng)上提供的服務列表。以下端口掃描技術中,需要第三方機器配合的是(   )。
    A.完全連接掃描
    B.SYN掃描
    C.ID頭信息掃描
    D.ACK掃描

    查看答案

    試題參考答案:C

    試題解析與討論:www.ichunya.com/st/522807413.html

  • 試題3

    對于提高人員安全意識和安全操作技能來說,以下所列的安全管理方法最有效的是 (  )。
    A、安全檢查
    B、安全教育和安全培訓
    C、安全責任追究
    D、安全制度約束

    查看答案

    試題參考答案:B

    試題解析與討論:www.ichunya.com/st/4108914134.html

  • 試題4

    防火墻的體系結構中,屏蔽子網(wǎng)體系結構主要由四個部分構成:周邊網(wǎng)絡、外部路由器、內(nèi)部路由器和堡壘主機。其中被稱為屏蔽子網(wǎng)體系結構第一道屏障的是()。
    A.周邊網(wǎng)絡
    B.外部路由器
    C.內(nèi)部路由器
    D.堡壘主機

    查看答案

    試題參考答案:B

    試題解析與討論:www.ichunya.com/st/5021229409.html

  • 試題5

    移位密碼的加密對象為英文字母,移位密碼采用對明文消息的每一個英文字母向前推移固定Key位的方式實現(xiàn)加密。設key=3,則對應明文MATH的密文為(  )。
    A. OCVJ
    B. QEXL
    C. PDWK
    D. RFYM

    查看答案

    試題參考答案:C

    試題解析與討論:www.ichunya.com/st/4115021966.html

  • 試題6

    文件型病毒不能感染的文件類型是( )。
    A.HTML型
    B.COM型
    C.SYS 型
    D.EXE 類型

    查看答案

    試題參考答案:A

    試題解析與討論:www.ichunya.com/st/5740011619.html

  • 試題7

    訪問控制是對信息系統(tǒng)資源進行保護的重要措施,適當?shù)脑L問控制能夠阻止未經(jīng)授權的用戶有意或者無意地獲取資源。如果按照訪問控制的對象進行分類,對文件讀寫進行訪問控制屬于(    )。
    A.網(wǎng)絡訪問控制
    B.操作系統(tǒng)訪問控制
    C.數(shù)據(jù)庫/數(shù)據(jù)訪問控制
    D.應用系統(tǒng)訪問控制

    查看答案

    試題參考答案:B

    試題解析與討論:www.ichunya.com/st/5225229602.html

  • 試題8

    以下不屬于網(wǎng)絡安全控制技術的是()
    A、防火墻技術
    B、訪問控制
    C、入侵檢測技術
    D、差錯控制

    查看答案

    試題參考答案:D

    試題解析與討論:www.ichunya.com/st/2849122070.html

  • 試題9

    Perhaps the most obvious difference between private-key andpublic-key encryption is that the former assumes complete secrecyof all cryptographic keys, whereas the latter requires secrecy foronly the private key.Although this may seem like a minor distinction ,the ramifications are huge: in the private-key setting thecommunicating parties must somehow be able to share the (71) keywithout allowing any third party to learn it, whereas in the public-key setting the (72) key can be sent from one party to the other overa public channel without compromising security.For partiesshouting across a room or, more realistically , communicating overa public network like a phone line or the nternet, public-keyencryption is the only option.
    Another important distinction is that private-key encryption schemesuse the (73) key for both encryption and decryption, whereas publickey encryption schemes use (74) keys for each operation.That is public-key encryption is inherently asymmetri C.This asymmetry in thepublic-key setting means that the roles of sender and receiver are notinterchangeable as they are in the private-key setting; a single key-pair allows communication in one direction only.(Bidirectionalcommunication can be achieved in a number of ways; the point is thata single invocation of a public-key encryption scheme forces adistinction between one user who acts as a receiver and other userswho act as senders.)ln addition, a single instance of a (75) encryptionscheme enables multiple senders to communicate privately with asingle receiver,in contrast to the private-key case where a secret keyshared between two parties enables private communication onlybetween those two parties.
    (1) A.main
    B.same
    C.public
    D.secret
    (2) A.stream
    B.different
    C.public
    D.secret
    (3) A.different
    B.same
    C.public
    D.private
    (4) A.different
    B.same
    C.public
    D.private
    (5) A.private-key
    B.public-key
    C.stream
    D.Hash

    查看答案

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

    試題解析與討論:www.ichunya.com/st/5741716708.html

  • 試題10

    防火墻的經(jīng)典體系結構主要有三種,下圖給出的是()體系結構。

    A.雙重宿主主機
    B.(被)屏蔽主機
    C.(被)屏蔽子網(wǎng)
    D.混合模式

    查看答案

    試題參考答案:C

    試題解析與討論:www.ichunya.com/st/3273114558.html

信管網(wǎng)訂閱號

信管網(wǎng)視頻號

信管網(wǎng)抖音號

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

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

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

相關內(nèi)容

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

推薦文章

精選

課程

提問

評論

收藏