Evaluatethefollowingblockofcode:BEGINDBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl=>’mycompany-com-permissions.xml’,principal=>’ACCT_MGR’,is_grant=>TRUE,privilege=>’connect’);DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl=>’mycompany-com-permissions.xml’,host=>’*.mycompany.com’);END;Whatistheoutcomeoftheabovecode?()
A.Itproducesanerrorbecauseafullyqualifiedhostnameneedstobespecified.
B.Itproducesanerrorbecausetherangeofportsassociatedwiththehostshasnotbeenspecified.
C.Itcreatesanaccesscontrollist(ACL)withtheuserACCT_MGRwhogetstheCONNECTand RESOLVEprivileges.
D.Itcreatesanaccesscontrollist(ACL)withtheuserACCT_MGRwhogetstheCONNECT privilegebutnottheRESOLVEprivilege.
第1题:
现有以下结构体说明和变量定义,如图所示,指针p、q、r分别指定一个链表中连续的3个结点。
A.q->;next=r->;next;p->;next=r;r——>;next=q;
B.Q->;next=r;q->;next=r->;next;r——>;next=q;
C.Q->;next=r->;next;r->;next=q;p——>;next=r;
D.qnext=q;p->;next=r;q->;next=r->;next;
第2题:
A.acl1 rule deny source1.1.1.1
B.acl1 rule permit any
C.acl1 permit 1.1.1.102.2.2.20.0.0.255
D.acl99 rule deny tcp source any destination2.2.2.20.0.0.255
第3题:
网络管理员正在向一名下级同事解释使用扩展 ACL 筛选数据包时 lt 和 gt 关键字的使用情况。在哪里使用 lt 或 gt 关键字?
A.在 IPv6 扩展 ACL 中,其阻止数据包进入特定的目的 VLAN
B.在 IPv4 命名 ACL 中,其拥有允许用于特定服务器的特定 UDP 协议
C.在 IPv6 命名 ACL 中,其允许 FTP 流量从一个特定的 LAN 流向另一个 LAN
D.在 IPv4 扩展 ACL 中,其允许来自一系列 TCP 端口的数据包发送至特定的网络设备
第4题:
路由器访问控制列表(ACL)的作用是(3)。
A.ACL可监控交换的字节数
B.ACL提供路由过滤功能
C.ACL可监测网络病毒
D.ACL可提高网络的利用率
第5题: