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

專業(yè)信息安全工程師網(wǎng)站|培訓(xùn)機(jī)構(gòu)|服務(wù)商(信息安全工程師學(xué)習(xí)QQ群:327677606,客服QQ:800184589)

軟題庫(kù) 培訓(xùn)課程
當(dāng)前位置:信管網(wǎng) >> 信息安全工程師 >> 每日一練 >> 文章內(nèi)容
信息安全工程師每日一練試題(2022/12/30)
來(lái)源:信管網(wǎng) 2022年12月31日 【所有評(píng)論 分享到微信

信息安全工程師當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6

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

信息安全工程師每日一練試題(2022/12/30)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6&day=2022/12/30

點(diǎn)擊查看:更多信息安全工程師習(xí)題與指導(dǎo)

信息安全工程師每日一練試題內(nèi)容(2022/12/30)

  • 試題1

    特洛伊木馬攻擊的威脅類型屬于(  )。
    A.旁路控制威脅
    B.網(wǎng)絡(luò)欺騙
    C.植入威脅
    D.授權(quán)侵犯威脅

    查看答案

    試題參考答案:C

    試題解析與討論:m.xiexiliangjiufa.com/st/3896122725.html

  • 試題2

    物理安全是計(jì)算機(jī)信息系統(tǒng)安全的前提,物理安全主要包括場(chǎng)地安全、設(shè)備安全和介質(zhì)安全。以下屬于介質(zhì)安全的是(  )。
    A.抗電磁干擾
    B.防電磁信息泄露
    C.磁盤加密技術(shù)
    D.電源保護(hù)

    查看答案

    試題參考答案:C

    試題解析與討論:m.xiexiliangjiufa.com/st/411378913.html

  • 試題3

    為確保關(guān)鍵信息基礎(chǔ)設(shè)施供應(yīng)鏈安全,維護(hù)國(guó)家安全,依據(jù)(),2020年4月27日,國(guó)家互聯(lián)網(wǎng)信息辦公室等12個(gè)部門聯(lián)合發(fā)布了《網(wǎng)絡(luò)安全審查辦法》,該辦法自2020年6月1日實(shí)施,將重點(diǎn)評(píng)估采購(gòu)網(wǎng)絡(luò)產(chǎn)品和服務(wù)可能帶來(lái)的國(guó)家安全風(fēng)險(xiǎn)。
    A.《中華人民共和國(guó)國(guó)家安全法》和《中華人民共和國(guó)網(wǎng)絡(luò)安全法》
    B.《中華人民共和國(guó)國(guó)家保密法》和《中華人民共和國(guó)網(wǎng)絡(luò)安全法》
    C.《中華人民共和國(guó)國(guó)家安全法》和《網(wǎng)絡(luò)安全等級(jí)保護(hù)條例》
    D.《中華人民共和國(guó)國(guó)家安全法》和《中華人民共和國(guó)國(guó)家保密法》

    查看答案

    試題參考答案:A

    試題解析與討論:m.xiexiliangjiufa.com/st/5017515860.html

  • 試題4

    常見(jiàn)的信息安全基本屬性有:機(jī)密性、完整性、可用性、抗抵賴性和可控性等。其中合法許可的用戶能夠及時(shí)獲取網(wǎng)絡(luò)信息或服務(wù)的特性,是指信息安全的()。
    A.機(jī)密性
    B.完整性
    C.可用性
    D.可控性

    查看答案

    試題參考答案:C

    試題解析與討論:m.xiexiliangjiufa.com/st/5222218596.html

  • 試題5

    The modern study of symmetric-key ciphers relates mainly to the study of block ciphers and stream ciphers and to their applications. A block cipher is, in a sense, a modern embodiment of Alberti's polyalphabetic cipher: block ciphers take as input a block of (71 )and a key, and output a block of ciphertext of the same size. Since messages are almost always longer than a single block, some method of knitting together successive blocks is required. Several have been developed, some with better security in one aspect or another than others. They are the mode of operations and must be carefully considered when using a block cipher in a cryptosystem.
    The Data Encryption Standard (DES) and the Advanced Encryption Standard (AES) are( 72 )designs which have been designated cryptography standards by the US government (though DES's designation was finally withdrawn after the AES was adopted). Despite its deprecation as an official standard, DES (especially its still-approved and much more secure triple-DES variant) remains quite popular; it is used across a wide range of applications, from ATM encryption to e-mail privacy and secure remote access. Many other block ciphers have been designed and released, with considerable variation in quality. Many have been thoroughly broken. See Category: Block ciphers.
    Stream ciphers, in contrast to the ‘block’type, create an arbitrarily long stream of key material, which is combined ( 73 )the plaintext bit-by-bit or character-by-character, somewhat like the one-time pad. In a stream cipher, the output( 74 )is created based on an internal state which changes as the cipher operates. That state change is controlled by the key, and, in some stream ciphers, by the plaintext stream as well. RC4 is an example of a well-known, and widely used, stream cipher; see Category: Stream ciphers.
    Cryptographic hash functions (often called message digest functions) do not necessarily use keys, but are a related and important class of cryptographic algorithms. They take input data (often an entire message), and output a short fixed length hash, and do so as a one-way function. For good ones, ( 75 ) (two plaintexts which produce the same hash) are extremely difficult to find.
    Message authentication codes (MACs) are much like cryptographic hash functions, except that a secret key is used to authenticate the hash value on receipt. These block an attack against plain hash functions.
    (71)
    A.plaintext
    B.ciphertext
    C.data
    D.hash
    (72)
    A.stream cipher
    B.hash function
    C.Message authentication code
    D.Block cipher
    (73)
    A.of
    B.for
    C.with
    D.in
    (74)
    A.hash
    B.stream
    C.ciphertext
    D.plaintext
    (75)
    A.collisions
    B.image
    C.preimage
    D.solution

    查看答案

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

    試題解析與討論:m.xiexiliangjiufa.com/st/4115223167.html

  • 試題6

    網(wǎng)絡(luò)攻擊行為分為主動(dòng)攻擊和被動(dòng)攻擊,主動(dòng)攻擊一般是指攻擊者對(duì)被攻擊信息的修改,而被動(dòng)攻擊主要是收集信息而不進(jìn)行修改等操作,被動(dòng)攻擊更具有隱蔽性。以下網(wǎng)絡(luò)攻擊中,屬于被動(dòng)攻擊的是(    )。
    A.重放攻擊
    B.假冒攻擊
    C.拒絕服務(wù)攻擊
    D.竊聽(tīng)

    查看答案

    試題參考答案:D

    試題解析與討論:m.xiexiliangjiufa.com/st/5223127924.html

  • 試題7

    IPSec協(xié)議可以為數(shù)據(jù)傳輸提供數(shù)據(jù)源驗(yàn)證、無(wú)連接數(shù)據(jù)完整性、數(shù)據(jù)機(jī)密性、抗重播等安全服務(wù)。其實(shí)現(xiàn)用戶認(rèn)證采用的協(xié)議是(  )。
    A. IKE協(xié)議
    B. ESP協(xié)議
    C. AH協(xié)議
    D. SKIP協(xié)議

    查看答案

    試題參考答案:C

    試題解析與討論:m.xiexiliangjiufa.com/st/411219198.html

  • 試題8

    Android系統(tǒng)是一種以Linux為基礎(chǔ)的開(kāi)放源代碼操作系統(tǒng),主要用于便攜智能終端設(shè)備。Android采用分層的系統(tǒng)架構(gòu),其從高層到低層分別是(  )。
    A.應(yīng)用程序?qū)印?yīng)用程序框架層、系統(tǒng)運(yùn)行庫(kù)層和Linux核心層
    B.Linux核心層、系統(tǒng)運(yùn)行庫(kù)層、應(yīng)用程序框架層和應(yīng)用程序?qū)?br />C.應(yīng)用程序框架層、應(yīng)用程序?qū)印⑾到y(tǒng)運(yùn)行庫(kù)層和Linux核心層
    D.Linux核心層、系統(tǒng)運(yùn)行庫(kù)層、應(yīng)用程序?qū)雍蛻?yīng)用程序框架層

    查看答案

    試題參考答案:A

    試題解析與討論:m.xiexiliangjiufa.com/st/4109928816.html

  • 試題9

    以下關(guān)于TCP協(xié)議的描述,錯(cuò)誤的是(  )。
    A.TCP是Internet傳輸層的協(xié)議,可以為應(yīng)用層的不同協(xié)議提供服務(wù)
    B.TCP是面向連接的協(xié)議,提供可靠、全雙工的、面向字節(jié)流的端到端的服務(wù)
    C.TCP使用二次握手來(lái)建立連接,具有很好的可靠性
    D.TCP每發(fā)送一個(gè)報(bào)文段,就對(duì)這個(gè)報(bào)文段設(shè)置一次計(jì)時(shí)器

    查看答案

    試題參考答案:C

    試題解析與討論:m.xiexiliangjiufa.com/st/389505321.html

  • 試題10

    身份認(rèn)證是證實(shí)客戶的真實(shí)身份與其所聲稱的身份是否相符的驗(yàn)證過(guò)程。目前,計(jì)算機(jī)及網(wǎng)絡(luò)系統(tǒng)中常用的身份認(rèn)證技術(shù)主要有:用戶名/密碼方式、智能卡認(rèn)證、動(dòng)態(tài)口令、生物特征認(rèn)證等。其中能用于身份認(rèn)證的生物特征必須具有(  )。
    A.唯一性和穩(wěn)定性
    B.唯一性和保密性
    C.保密性和完整性
    D.穩(wěn)定性和完整性

    查看答案

    試題參考答案:A

    試題解析與討論:m.xiexiliangjiufa.com/st/411269152.html

信管網(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í)效果事半功倍。

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

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

推薦文章

精選

課程

提問(wèn)

評(píng)論

收藏