Security Fundamentals
298 soru
A network administrator is configuring Public Key Infrastructure (PKI) certificate services to secure administrative access and VPN connections on Cisco routers. Match each PKI component on the left with its correct operational description on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator needs to construct an IPv4 extended Access Control List (ACL) on a Cisco IOS router to enforce the following security policy for internal users in the network:
1. Host must be permitted SSH access to the administrative server at .
2. All other TCP traffic from the subnet destined to server must be blocked.
3. All hosts in the subnet must be permitted web access (HTTP) to any destination server.
4. General ICMP traffic must be allowed from any source to any destination.
Arrange the ACL statements from top to bottom (first line to last line) in the correct sequential order to achieve this policy without unintentionally blocking desired traffic.
Öğeleri doğru sıraya koymak için sürükleyin
A network security administrator is configuring centralized security management for enterprise switches and routers. Match each AAA pillar or protocol characteristic on the left with its correct operational description on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator configures an IPv4 extended named Access Control List (ACL) on a Cisco router interface to restrict incoming traffic as follows:
text
ip access-list extended FILTER_MGMT
permit tcp 10.2.20.0 0.0.0.255 host 172.16.100.5 eq 443
permit tcp host 10.2.20.12 host 172.16.100.5 eq 22
A technician attempts to troubleshoot network connectivity by issuing a `ping` command from host to server , but all ICMP echo request packets are dropped. Which statement correctly explains why the ping traffic fails?
An enterprise network policy mandates strict access controls for network engineers managing edge routers. The policy requires that user identity verification and command execution permission checks operate as completely decoupled processes, allowing individual CLI commands to be evaluated independently by a central server after a session is established. Which operational characteristic of TACACS+ satisfies this requirement?
An organization is updating its infrastructure access control policies and mandates Multi-Factor Authentication (MFA) for administrative SSH connections to all core routers. Which combination of credentials satisfies true Multi-Factor Authentication by employing two distinct authentication factor categories?
A network manager is evaluating centralized AAA protocols to secure network infrastructure devices and access points. Which TWO operational characteristics distinguish TACACS+ from RADIUS? (Select TWO.)
Geçerli olan tümünü seçin
A network administrator needs to implement centralized AAA for managing CLI access to enterprise switches and routers. The organization security policy strictly mandates per-command authorization checks for every command an administrator executes, as well as full-packet encryption for all AAA network communications. Which protocol and operational characteristic fulfill these security requirements?
A network engineer configures a Cisco IOS router with an extended IPv4 Access Control List (ACL) named `SECURE_TRAFFIC` to restrict traffic between internal segments:
text
ip access-list extended SECURE_TRAFFIC
10 permit tcp 172.16.10.0 0.0.0.255 host 172.16.20.10 eq 443
20 deny tcp 172.16.10.0 0.0.0.255 host 172.16.20.10 eq 80
After applying this ACL inbound on interface GigabitEthernet0/0, users in the subnet can access the HTTPS service at , but all ICMP pings and traffic to other destinations are dropped. Which configuration change will allow non-HTTP traffic while preserving the configured rules?
An enterprise network security policy mandates Multi-Factor Authentication for administrative access to core switches. An administrator logs in by entering a static PIN followed by a one-time passcode generated by a physical hardware token. Which statement correctly categorizes the authentication factors used in this scenario?
In an enterprise network infrastructure, AAA services and security protocols provide identity verification, access control, and activity tracking for administrative sessions. Match each operational requirement or behavioral characteristic on the left with its corresponding AAA framework pillar or security protocol on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator must configure a Cisco IOS extended IPv4 Access Control List (ACL) to enforce the following security policy requirements:
1. Permit HTTP traffic (TCP port 80) from any host on the network to the web server at .
2. Deny all other IP traffic originating specifically from host to the web server at .
3. Permit all other TCP traffic from the network to the subnet.
4. Explicitly block all remaining IP traffic from the network to the subnet.
Arrange the following ACL statements in the correct top-down processing order (from line 1 at the top to line 4 at the bottom) so that the security policy is properly enforced.
Öğeleri doğru sıraya koymak için sürükleyin
During a security compliance audit of a network management architecture, an engineer observes that per-command authorization and granular command accounting cannot be enforced for CLI sessions authenticated via RADIUS. Which protocol characteristic explains this limitation of RADIUS compared to TACACS+?
An engineer inspects a Cisco IOS router configured with the following extended IPv4 Access Control List (ACL) applied to an interface:
text
ip access-list extended DATA_SEC
10 permit tcp host 172.16.5.10 192.168.1.0 0.0.0.255 eq 22
20 deny ip 172.16.5.0 0.0.0.255 192.168.1.0 0.0.0.255
30 permit ip 172.16.0.0 0.0.255.255 192.168.1.0 0.0.0.255
A workstation with IPv4 address 172.16.5.20 attempts to establish an HTTP connection (TCP port 80) to a server at 192.168.1.50. What action does the router take when evaluating this packet?
An enterprise network operations team is evaluating centralized security protocols for authenticating and managing access across core infrastructure devices. Which TWO operational characteristics distinguish TACACS+ from RADIUS? (Select TWO.)
Geçerli olan tümünü seçin
A network administrator configures a Cisco IOS router with the following extended IPv4 access control list (ACL) applied in the outbound direction on interface GigabitEthernet0/1:
text
ip access-list extended OUTBOUND_FILTER
permit tcp 172.16.20.0 0.0.0.255 192.168.1.0 0.0.0.255 eq 22
deny ip host 172.16.20.5 192.168.1.0 0.0.0.255
permit ip 172.16.20.0 0.0.0.255 192.168.1.0 0.0.0.255
Which two statements correctly describe how traffic sent through GigabitEthernet0/1 will be evaluated by this access list?
Geçerli olan tümünü seçin
A network security technician is reviewing the AAA architecture for managing network switches. The design mandates that administrative command authorization must be handled independently from initial authentication, and all traffic between the network access server and the AAA server must encrypt the entire packet payload. Which protocol should be deployed to satisfy these security requirements?
Match each AAA framework component or protocol characteristic on the left with its correct functional description on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator must configure a Cisco IOS extended IPv4 Access Control List (ACL) numbered 105 to enforce the following security policy for outbound traffic from an internal subnet:
1. Permit HTTPS traffic originating from subnet 192.168.10.0/24 destined to the database server at 10.0.0.50.
2. Deny all other TCP traffic originating from subnet 192.168.10.0/24 destined to the database server at 10.0.0.50.
3. Permit all remaining IP traffic originating from subnet 192.168.10.0/24 to any destination.
Arrange the ACL statements in the correct top-down sequential order required to successfully enforce this security policy.
Öğeleri doğru sıraya koymak için sürükleyin
A network engineer configures an extended IPv4 Access Control List (ACL) on a router to allow web access from an internal client subnet () to a web server at . The router has the following configuration lines applied:
text
access-list 105 permit tcp 172.16.20.0 0.0.0.255 host 192.168.1.100 eq 80
access-list 105 permit tcp 172.16.20.0 0.0.0.255 host 192.168.1.100 eq 443
When a host with IP address sends ICMP echo request (ping) packets to , how does the router process this traffic?