Personal firewall is a technology that helps(66)intruders from accessing data on your PC via the Internet or another network, by keeping(67)data from entering or exiting your system.
Hackers do not just target national security organizations for(68): They want your tax returns, network passwords, or bank account numbers. And you do not want the FBI kicking in your door because someone hijacked your PC to(69)in the latest denial-of-service attack on the Internet. Now that "always-on" broadband connections such as cable modems and digital subscriber line are becoming more popular, home users are at risk. Fortunately, you can protect your data. Firewalls can block(70)attacks and protect your PC from outside threats.
A.allow
B.prevent
C.invite
D.get
第1题:
下列程序的运行结果是【 】。
include <iostream. h>
class SomeClass
{
public:
SomeClass(int value) { some_value=value;};
void show_data(void) { cout<<data<<"<<~some_value<<endl; };
static void set_data(int value) {data=value; }
private:
static int data;
int some_value
};
int SomeClass::data
void main(void)
{
SomeClass my_class(1001),your_class(2002);
your_class. set_data(4004);
my_elass. show_data()
}
第2题:
Giventheconfigurationshownintheexhibit,whichconfigurationobjectwouldbeusedtoassociatebothNancyandWalterwithfirewalluserauthenticationwithinasecuritypolicy?()profileftp-users{clientnancy{firewall-user{password"$9$lJ8vLNdVYZUHKMi.PfzFcyrvX7";SECRET-DATA}}clientwalter{firewall-user{password"$9$a1UqfTQnApB36pBREKv4aJUk.5QF";SECRET-DATA}}session-options{client-groupftp-group;}}firewall-authentication{pass-through{default-profileftp-users;ftp{banner{login"JUNOSRocks!";}}}}
A.ftp-group
B.ftp-users
C.firewall-user
D.nancyandwalter
第3题:
重新加载防火墙的命令是()。
A.firewall-cmd --start
B.firewall-cmd --reload
C.firewall-start --reload
D.firewall-cmd --enable
第4题:
A.V$DATAFILE
B.V$DATAFILE_HEADER
C.DBA_DATA_FILES
D.V$DBFILE
E.V$DATAFILE_ERRORS
第5题:
编写算法实现从邻接表中取出某个顶点V的存储位置。 intLocateVex(ALGraph& G,VertexType v) { int i=0; while(______&&i<G.vernum) i++; if(G.vertices[i].data==v) return i; else return -1; }
A.G.vertices[i++].data!=v
B.G.vertices[i].data!=v
C.G.vertices[i].data==v
D.G.vertices[++i].data!=v
第6题:
下列对称型错误的是
A.L66P
B.L6PC
C.L66L2
D.L66L26PC