中文字幕综合一区,伊人av网,欧美中日韩在线,亚洲国产香蕉视频,黄视频在线免费,天天操天天爱天天爽,狠狠躁天天躁

專業(yè)信息安全工程師網站|培訓機構|服務商(2021信息安全工程師學習QQ群:327677606,客服QQ:800184589)

軟題庫 培訓課程
當前位置:信管網 >> 信息安全工程師 >> 每日一練 >> 文章內容
信息安全工程師每日一練試題(2021/5/1)
來源:信管網 2021年05月02日 【所有評論 分享到微信

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

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

信息安全工程師每日一練試題(2021/5/1)在線測試:m.jazzmuze.com/exam/ExamDay.aspx?t1=6&day=2021/5/1

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

信息安全工程師每日一練試題內容(2021/5/1)

試題1: 以下關于網絡欺騙的描述中,不正確的是(  )。
A. Web欺騙是一種社會工程攻擊
B.DNS欺騙通過入侵網站服務器實現對網站內容的篡改
C.郵件欺騙可以遠程登錄郵件服務器的端口 25
D.采用雙向綁定的方法可以有效阻止ARP欺騙
試題解析與討論:m.jazzmuze.com/st/411382082.html
試題參考答案:B

試題2: Linux系統(tǒng)的運行日志存儲的目錄是(  )。
A./var/log
B./usr/log
C./etc/log
D./tmp/log
試題解析與討論:m.jazzmuze.com/st/3894728881.html
試題參考答案:A

試題3: 攻擊者通過對目標主機進行端口掃描,可以直接獲得()。
A.目標主機的口令
B.給目標主機種植木馬
C.目標主機使用了什么操作系統(tǒng)
D.目標主機開放了那些端口服務
試題解析與討論:m.jazzmuze.com/st/3270814559.html
試題參考答案:D

試題4

某單位在實施信息安全風險評估后,形成了若干文擋,下面()中的文擋不應屬于風險評估中“風險評估準備”階段輸出的文檔。()
A.《風險評估工作計劃》,主要包括本次風險評估的目的、意義、范圍、目標、組織結構、角色及職責、經費預算和進度安排等內容
B.《風險評估方法和工具列表》。主要包括擬用的風險評估方法和測試評估工具等內容
C.《已有安全措施列表》,主要包括經檢查確認后的已有技術和管理各方面安全措施等內容
D.《風險評估準則要求》,主要包括風險評估參考標準、采用的風險分析方法、風險計算方法、資產分類標準、資產分類準則等內容

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

試題5

所有進入物理安全區(qū)域的人員都需經過()
A.考核
B.授權
C.批準
D.認可

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

試題6

以下哪些不屬于敏感性標識()
A.不干貼方式
B.印章方式
C.電子標簽
D.個人簽名

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

試題7

以下關于信息安全工程說法正確的是:()
A.信息化建設中系統(tǒng)功能的實現是最重要的
B.信息化建設可以先實施系統(tǒng),而后對系統(tǒng)進行安全加固
C.信息化建設中在規(guī)劃階段合理規(guī)劃信息安全,在建設階段要同步實施信息安全建設
D.信息化建設沒有必要涉及信息安全建設

試題解析與討論:m.jazzmuze.com/st/2574920800.html
試題參考答案:

試題8: 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.collisons
B.image
C.preimage
D.solution
試題解析與討論:m.jazzmuze.com/st/4115223167.html
試題參考答案:A、D、C、B、C

試題9: 基于公開密鑰的數字簽名算法對消息進行簽名和驗證時,正確的簽名和驗證方式是(  )。
A.發(fā)送方用自己的公開密鑰簽名,接收方用發(fā)送方的公開密鑰驗證
B.發(fā)送方用自己的私有密鑰簽名,接收方用自己的私有密鑰驗證
C.發(fā)送方用接收方的公開密鑰簽名,接收方用自己的私有密鑰驗證
D.發(fā)送方用自己的私有密鑰簽名,接收方用發(fā)送方的公開密鑰驗證
試題解析與討論:m.jazzmuze.com/st/4115119792.html
試題參考答案:D

試題10: WPKI(無線公開密鑰體系)是基于無網絡環(huán)境的一套遵循既定標準的密鑰及證書管理平臺,該平臺采用的加密算法是(  )。
A.SM4
B.優(yōu)化的RSA加密算法
C.SM9
D.優(yōu)化的橢圓曲線加密算法
試題解析與討論:m.jazzmuze.com/st/3897110044.html
試題參考答案:D

掃碼關注公眾號

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

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

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

相關內容

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

推薦文章