信息安全工程師當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6
往期信息安全工程師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e6_1.html
信息安全工程師每日一練試題(2023/11/23)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6&day=2023/11/23
點(diǎn)擊查看:更多信息安全工程師習(xí)題與指導(dǎo)
信息安全工程師每日一練試題內(nèi)容(2023/11/23)
試題1
依據(jù)《信息安全技術(shù)網(wǎng)絡(luò)安全等級(jí)保護(hù)測(cè)評(píng)要求》的規(guī)定,定級(jí)對(duì)象的安全保護(hù)分為五個(gè)等級(jí),其中第三級(jí)稱為()查看答案
試題參考答案:B
試題2
能有效控制內(nèi)部網(wǎng)絡(luò)和外部網(wǎng)絡(luò)之間的訪問及數(shù)據(jù)傳輸,從而達(dá)到保護(hù)內(nèi)部網(wǎng)絡(luò)的信息不受外部非授權(quán)用戶的訪問和對(duì)不良信息的過濾的安全技術(shù)是()查看答案
試題參考答案:C
試題3
人為的安全威脅包括主動(dòng)攻擊和被動(dòng)攻擊,以下屬于被動(dòng)攻擊的是( )。查看答案
試題參考答案:A
試題4
網(wǎng)絡(luò)流量數(shù)據(jù)挖掘分析是對(duì)采集到的網(wǎng)絡(luò)流量數(shù)據(jù)進(jìn)行挖掘,提取網(wǎng)絡(luò)流量信息,形成網(wǎng)絡(luò)審計(jì)記錄。網(wǎng)絡(luò)流量數(shù)據(jù)挖掘分析主要包括:郵件收發(fā)協(xié)議審計(jì)、網(wǎng)頁瀏覽審計(jì)、文件共享審計(jì)、文件傳輸審計(jì)、遠(yuǎn)程訪問審計(jì)等。其中文件傳輸審計(jì)主要針對(duì)( )協(xié)議。查看答案
試題參考答案:B
試題5
為防范國家數(shù)據(jù)安全風(fēng)險(xiǎn),維護(hù)國家安全,保護(hù)公共利益,2021年7月,中國網(wǎng)絡(luò)安全審查辦公室發(fā)布公告,對(duì)“滴滴出行”“運(yùn)滿滿”“貨車幫”和“BOSS直聘”開展網(wǎng)絡(luò)安全審查。此次審查依據(jù)的國家相關(guān)法律法規(guī)是( )。查看答案
試題參考答案:A
試題6
入侵防御系統(tǒng)IPS的主要作用是過濾掉有害網(wǎng)絡(luò)信息流,阻斷入侵者對(duì)目標(biāo)的攻擊行為。IPS的主要安全功能不包括( )。查看答案
試題參考答案:C
試題7
( )是指采用一種或多種傳播手段,將大量主機(jī)感染bot程序,從而在控制者和被感染主機(jī)之間形成的一個(gè)可以一對(duì)多控制的網(wǎng)絡(luò)。查看答案
試題參考答案:B
試題8
蜜罐是一種在互聯(lián)網(wǎng)上運(yùn)行的計(jì)算機(jī)系統(tǒng),是專門為吸引并誘騙那些試圖非法闖入他人計(jì)算機(jī)系統(tǒng)的人而設(shè)計(jì)的。以下關(guān)于蜜罐的描述中,不正確的是( )。查看答案
試題參考答案:B
試題9
數(shù)字信封技術(shù)能夠()
A、對(duì)發(fā)送者和接收者的身份進(jìn)行認(rèn)證
B、保證數(shù)據(jù)在傳輸過程中的安全性
C、防止交易中的抵賴發(fā)生
D、隱藏發(fā)送者的身份
查看答案
試題參考答案:B
試題10
(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
查看答案
試題參考答案:D、A、C、B、A
信管網(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è)人員、愛好者、大學(xué)生提供專業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評(píng)論 查看完整評(píng)論 | |