网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Which of the following is true of an ACL when a packet matching an ACE is found?()
A
The matching ACE is skipped to allow all other ACEs to be examined.
B
The matching ACE is processed and then the last ACE is examined.
C
The matching ACE is processed and then the next ACE is examined.
D
The matching ACE is processed and the next packet is examined
参考答案
参考解析
解析:
暂无解析
更多 “单选题Which of the following is true of an ACL when a packet matching an ACE is found?()A The matching ACE is skipped to allow all other ACEs to be examined.B The matching ACE is processed and then the last ACE is examined.C The matching ACE is processed and then the next ACE is examined.D The matching ACE is processed and the next packet is examined” 相关考题
考题
Which of the following is true of an ACL when a packet matching an ACE is found?()
A. The matching ACE is skipped to allow all other ACEs to be examined.B. The matching ACE is processed and then the last ACE is examined.C. The matching ACE is processed and then the next ACE is examined.D. The matching ACE is processed and the next packet is examined
考题
Router R1, a branch router, connects to the Internet using DSL. Some traffic flows through a GRE and IPsec tunnel, over the DSL connection, destined for an Enterprise network.Which of the following answers best describes the router‘s logic that tells the router, for a given packet, to apply GRE encapsulation to the packet?()A. When the packet received on the LAN interface is permitted by the ACL listed on the tunnel greacl command under the incoming interfaceB. When routing the packet, matching a route whose outgoing interface is the GRE tunnel interfaceC. When routing the packet, matching a route whose outgoing interface is the IPsec tunnel interfaceD. When permitted by an ACL that was referenced in the associated crypto map
考题
Router R1 refers to route - map fred when redistributing from EIGRP into OSPF. The entire route - map is listed next. Which of the following answers must be true based on the configuration as shown?()route - map fred deny 10match ip address oneroute - map fred deny 20match ip address tworoute - map fred permit 100A. The third route map clause will allow any routes not already filtered by the first two clausesB. R outes permitted by ACL two will be redistributedC. Routes denied by ACL one will be redistributedD. All routes will be filtereD
考题
Which of the following parameters can prevent packet fragmentation on routers when connecting to remote networks?()A、mtuB、sb-maxC、rfc1323D、tcp_mssdflt
考题
Given two different character sets (A and B), which of the following must be true for A to be considered a strict superset of B?()A、 A must contain all of the characters defined in BB、 A must be UnicodeC、 The encoded values in A must match the encoded values in B for all characters defined in B D、 A must be a multibyte character setE、 The encoded values in A must match the encoded values in B for all numeric and alphabetic character
考题
Router R1, a branch router, connects to the Internet using DSL. Some traffic flows through a GRE and IPsec tunnel, over the DSL connection, destined for an Enterprise network. Which of the following answers best describes the router's logic that tells the router, for a given packet, to apply GRE encapsulation to the packet?()A、When the packet received on the LAN interface is permitted by the ACL listed on the tunnel greacl command under the incoming interfaceB、When routing the packet, matching a route whose outgoing interface is the GRE tunnel interfaceC、When routing the packet, matching a route whose outgoing interface is the IPsec tunnel interfaceD、When permitted by an ACL that was referenced in the associated crypto map
考题
What is true about a Pre-Block ACLconfigured when setting up your sensor toperform IP Blocking?()A、 The Pre-Block ACL is overwritten when a blockingaction is initiatied by the sensorB、 The blocking ACL entries generated by the sensor override the Pre-Block ACL entriesC、 The Pre-Block ACL entries override the blocking ACL entries generated by the sensorD、 The Pre-Block ACL is replaced by the Post-Block ACL when a blocking actionis initiated bythe sensorE、 You can not configure a Pre-Block ACL when configuring IP Blockingon your sensor
考题
Which of the following is true when considering the Server load-balancing design within the E-Commerce Module of the Enterprise Campus network?()A、 Routed mode requires the ACE run OSPF or EIGRPB、 Bridged mode switches a packet between the public and the private subnets when it sees itsMAC address as the destinationC、 Two-armed mode will place the SLB inline to the servers, with different client-side and a server-side VLANsD、 One-armed mode, which uses the same VLAN for the client, the ACE, and the servers, requiresa traffic-diversion mechanism to ensure the traffic return from the server passes though the ACE
考题
Which of the following statements regarding routed and routing protocols are true?()A、A routed protocol is assigned to an interface and determines the method of packet deliver.B、A routing protocol determines the path of a packet through a network.C、A routed protocol determines the path of a packet through a network.D、A routing protocol operates at the transport layer of the OSI model.E、A routed protocol updates the routing table of a router.
考题
Which of the following is TRUE about the ping -f command?()A、 It is useful for diagnosing data dependent problems by filling the packet with the byte pattern following the "f" in the command line. B、 It is useful for flooding from slow character based terminals since it only displays a dot "." for each packet sent in fast mode. C、 It is useful for flooding from slow character based terminals since it only displays a dot "." for each packet sent and a backspace on returned in fast mode. D、 The command can only be run by root.
考题
Which of the following is true of an ACL when a packet matching an ACE is found?()A、The matching ACE is skipped to allow all other ACEs to be examined.B、The matching ACE is processed and then the last ACE is examined.C、The matching ACE is processed and then the next ACE is examined.D、The matching ACE is processed and the next packet is examined
考题
Which statement best describes the Turbo ACL feature? ()A、The Turbo ACL feature processes ACLs into lookup tables for greater efficiencyB、The Turbo ACL feature leads to increased latency, because the time it takes to match the packet isvariableC、The Turbo ACL feature leads to reduced latency, because the time it takes to match the packet is fixedand consistentD、Turbo ACLs increase the CPU load by matching the packet to a predetermined list
考题
Which of these is mandatory when configuring Cisco IOS Firewall? ()A、Cisco IOS IPS enabled on the untrusted interfaceB、NBAR enabled to perform protocol discovery and deep packet inspectionC、a route map to define the trusted outgoing trafficD、a route map to define the application inspection rulesE、an inbound extended ACL applied to the untrusted interface
考题
Router R1 refers to route - map fred when redistributing from EIGRP into OSPF. The entire route - map is listed next. Which of the following answers must be true based on the configuration as shown?() route - map fred deny 10 match ip address one route - map fred deny 20 match ip address two route - map fred permit 100A、The third route map clause will allow any routes not already filtered by the first two clausesB、R outes permitted by ACL "two" will be redistributedC、Routes denied by ACL "one" will be redistributedD、All routes will be filtereD
考题
Which of the following statements are true?() A、 The equals() method determines if reference values refer to the same object.B、 The == operator determines if the contents and type of two separate objects match.C、 The equals() method returns true only when the contents of two objects match.D、 The class File overrides equals() to return true if the contents and type of two separate objects match.
考题
Which two statements are true regarding routing policy processing?()A、The Junos OS verifies the match criteria of each policy in order and performs the associated action when a match occurs.B、Policies are evaluated from right to left as displayed in the Junos OS configuration file.C、Polices are evaluated based on the order in which they are applied to a routing protocol.D、Policy processing stops once the last statement in the policy is evaluated.
考题
单选题Evaluate the following statement: Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?()A
They are evaluated by all the three WHEN clauses regardless of the results of the evaluation of any other WHEN clause.B
They are evaluated by the first WHEN clause. If the condition is true, then the row would be evaluated by the subsequent WHEN clauses.C
They are evaluated by the first WHEN clause. If the condition is false, then the row would be evaluated by the subsequent WHEN clauses.D
The INSERT statement would give an error because the ELSE clause is not present for support in case none of the WHEN clauses are true.
考题
多选题Which statement best describes the Turbo ACL feature? ()AThe Turbo ACL feature processes ACLs into lookup tables for greater efficiencyBThe Turbo ACL feature leads to increased latency, because the time it takes to match the packet isvariableCThe Turbo ACL feature leads to reduced latency, because the time it takes to match the packet is fixedand consistentDTurbo ACLs increase the CPU load by matching the packet to a predetermined list
考题
单选题Which of the following is true when considering the Server load-balancing design within the E-Commerce Module of the Enterprise Campus network?()A
Routed mode requires the ACE run OSPF or EIGRPB
Bridged mode switches a packet between the public and the private subnets when it sees itsMAC address as the destinationC
Two-armed mode will place the SLB inline to the servers, with different client-side and a server-side VLANsD
One-armed mode, which uses the same VLAN for the client, the ACE, and the servers, requiresa traffic-diversion mechanism to ensure the traffic return from the server passes though the ACE
考题
单选题Which of the following parameters can prevent packet fragmentation on routers when connecting to remote networks?()A
mtuB
sb-maxC
rfc1323D
tcp_mssdflt
考题
多选题Which of the following statements regarding routed and routing protocols are true?()AA routed protocol is assigned to an interface and determines the method of packet deliver.BA routing protocol determines the path of a packet through a network.CA routed protocol determines the path of a packet through a network.DA routing protocol operates at the transport layer of the OSI model.EA routed protocol updates the routing table of a router.
考题
单选题What is true about a Pre-Block ACLconfigured when setting up your sensor toperform IP Blocking?()A
The Pre-Block ACL is overwritten when a blockingaction is initiatied by the sensorB
The blocking ACL entries generated by the sensor override the Pre-Block ACL entriesC
The Pre-Block ACL entries override the blocking ACL entries generated by the sensorD
The Pre-Block ACL is replaced by the Post-Block ACL when a blocking actionis initiated bythe sensorE
You can not configure a Pre-Block ACL when configuring IP Blockingon your sensor
考题
单选题Which of the following is TRUE about the ping -f command?()A
It is useful for diagnosing data dependent problems by filling the packet with the byte pattern following the f in the command line. B
It is useful for flooding from slow character based terminals since it only displays a dot . for each packet sent in fast mode. C
It is useful for flooding from slow character based terminals since it only displays a dot . for each packet sent and a backspace on returned in fast mode. D
The command can only be run by root.
考题
多选题Which of the following statements are true?()AThe equals() method determines if reference values refer to the same object.BThe == operator determines if the contents and type of two separate objects match.CThe equals() method returns true only when the contents of two objects match.DThe class File overrides equals() to return true if the contents and type of two separate objects match.
考题
单选题Router R1, a branch router, connects to the Internet using DSL. Some traffic flows through a GRE and IPsec tunnel, over the DSL connection, destined for an Enterprise network. Which of the following answers best describes the router's logic that tells the router, for a given packet, to apply GRE encapsulation to the packet?()A
When the packet received on the LAN interface is permitted by the ACL listed on the tunnel greacl command under the incoming interfaceB
When routing the packet, matching a route whose outgoing interface is the GRE tunnel interfaceC
When routing the packet, matching a route whose outgoing interface is the IPsec tunnel interfaceD
When permitted by an ACL that was referenced in the associated crypto map
考题
单选题Which of these is mandatory when configuring Cisco IOS Firewall? ()A
Cisco IOS IPS enabled on the untrusted interfaceB
NBAR enabled to perform protocol discovery and deep packet inspectionC
a route map to define the trusted outgoing trafficD
a route map to define the application inspection rulesE
an inbound extended ACL applied to the untrusted interface
考题
多选题Which two statements are true regarding routing policy processing?()AThe Junos OS verifies the match criteria of each policy in order and performs the associated action when a match occurs.BPolicies are evaluated from right to left as displayed in the Junos OS configuration file.CPolices are evaluated based on the order in which they are applied to a routing protocol.DPolicy processing stops once the last statement in the policy is evaluated.
热门标签
最新试卷