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

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

軟題庫 培訓(xùn)課程
當前位置:信管網(wǎng) >> 信息安全工程師 >> 每日一練 >> 文章內(nèi)容
信息安全工程師每日一練試題(2022/1/24)
來源:信管網(wǎng) 2022年01月25日 【所有評論 分享到微信

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

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

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

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

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

試題1: 身份認證是證實客戶的真實身份與其所聲稱的身份是否相符的驗證過程。目前,計算機及網(wǎng)絡(luò)系統(tǒng)中常用的身份認證技術(shù)主要有:用戶名/密碼方式、智能卡認證、動態(tài)口令、生物特征認證等。其中能用于身份認證的生物特征必須具有(  )。
A.唯一性和穩(wěn)定性
B.唯一性和保密性
C.保密性和完整性
D.穩(wěn)定性和完整性
試題解析與討論:www.jazzmuze.com/st/411269152.html
試題參考答案:A

試題2: 已知DES算法S盒如下:

如果該S盒的輸入為100010,則其二進制輸出為(  )。
A.0110
B.1001
C.0100
D.0101
試題解析與討論:www.jazzmuze.com/st/389492277.html
試題參考答案:A

試題3

以下關(guān)于認證技術(shù)的敘述中,錯誤的是()
A、指紋識別技術(shù)的利用可以分為驗證和識別
B、數(shù)字簽名是十六進制的字符串
C、身份認證是用來對信息系統(tǒng)中實體的合法性進行驗證的方法
D、消息認證能夠確定接收方收到的消息是否被篡改過

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

試題4: 數(shù)據(jù)備份通??煞譃橥耆珎浞?、增量備份、差分備份和漸進式備份幾種方式。其中將系統(tǒng)中所有選擇的數(shù)據(jù)對象進行一次全面的備份,而不管數(shù)據(jù)對象自上次備份之后是否修改過的備份方式是(  )。
A.完全備份
B.增量備份
C.差分備份
D.漸進式備份
試題解析與討論:www.jazzmuze.com/st/4112024440.html
試題參考答案:A

試題5: 安全漏洞掃描技術(shù)是一類重要的網(wǎng)絡(luò)安全技術(shù)。當前,網(wǎng)絡(luò)安全漏洞掃描技術(shù)的兩大核心技術(shù)是()
A.PINC掃描技術(shù)和端口掃描技術(shù)
B.端口掃描技術(shù)和漏洞掃描技術(shù)
C.操作系統(tǒng)探測和漏洞掃描技術(shù)
D. PINC掃描技術(shù)和操作系統(tǒng)探測
試題解析與討論:www.jazzmuze.com/st/3273012281.html
試題參考答案:B

試題6: 防火墻的經(jīng)典體系結(jié)構(gòu)主要有三種,下圖給出的是()體系結(jié)構(gòu)。

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

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

試題7

(1)is the science of hiding information. Whereas the goal of cryptography is to make data unreadable by a third party. the goal of steganography is to hide the data from a third party. In this article, I will discuss what steganography is, what purposes it serves, and will provide an example using available software.
There are a large number of steganographic (2)that most of us are familiar with (especially if you watch a lot of spy movies), ranging from invisible ink and microdots to secreting a hidden message in the second letter of each word of a large body of text and spread spectrum radio communication. With computers and networks, there are many other ways of hiding informations, such as:
Covert channels (c,g, Loki and some distributed denial-of-service tools use the Internet Control (3)Protocol, or ICMP, as the communication channel between the “bad guy”and a compromicyed system)
Hidden text within Web pages
Hiding files in “plain sight”(c,g. what better place to “hide”a file than with an important sounding name in the c:\winnt system32 directory)
Null ciphers(c,g, using the first letter of each word to form a hidden message in an otherwise innocuous text)
steganography today, however, is significantly more (4)than the example about suggest, allowing a user to hide large amounts of information within image and audio. These forms of steganography often are used in conjunction with cryptography so the information is double protected; first it is encrypted and then hidden so that an advertisement first. find the information ( an often difficult task in and of itself) and the decrypted it.
The simplest approach to hiding data within an image file is called (5)signature insertion. In this method, we can take the binary representation of the hidden data and the bit of each byte within the covert image. If we are using 24-bit color the amount and will be minimum and indiscriminate to the human eye.
(1)A、Cryptography
B、Geography
C、Stenography
D、Steganography
(2)A、methods
B、software
C、tools
D、services
(3)A、Member
B、Management
C、Message
D、Mail
(4)A、powerful
B、sophistication
C、advanced
D、easy
(5)A、least
B、most
C、much
D、less

試題解析與討論:www.jazzmuze.com/st/2851420507.html
試題參考答案:D、A、C、B、A

試題8: Kerberos是一種常用的身份認證協(xié)議,它采用的加密算法是(  )。
A.Elgamal
B.DES
C.MD5
D.RSA
試題解析與討論:www.jazzmuze.com/st/3895128132.html
試題參考答案:B

試題9: 深度流檢測技術(shù)是一種主要通過判斷網(wǎng)絡(luò)流是否異常來進行安全防護的網(wǎng)絡(luò)安全技術(shù),深度流檢測系統(tǒng)通常不包括(  )。
A.流特征提取單元
B.流特征選擇單元
C.分類器
D.響應(yīng)單元
試題解析與討論:www.jazzmuze.com/st/389673923.html
試題參考答案:D

試題10: 人為的安全威脅包括主動攻擊和被動攻擊,以下屬于被動攻擊的是(  )。
A.流量分析
B.后門
C.拒絕服務(wù)攻擊
D.特洛伊木馬
試題解析與討論:www.jazzmuze.com/st/3895218880.html
試題參考答案:A

掃碼關(guān)注公眾號

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

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

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

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

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

推薦文章