Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
 

Cisco 210-260 Exam Actual Questions

The questions for 210-260 were last updated on Nov. 7, 2024.
  • Viewing page 1 out of 62 pages.
  • Viewing questions 1-10 out of 620 questions

Topic 1 - Single Topic

Question #1 Topic 1

Which two services define cloud networks? (Choose two.)

  • A. Infrastructure as a Service
  • B. Platform as a Service
  • C. Security as a Service
  • D. Compute as a Service
  • E. Tenancy as a Service
Reveal Solution Hide Solution   Discussion   3

Correct Answer: AB 🗳️
The diagram below depicts the Cloud Computing stack it shows three distinct categories within Cloud Computing: Software as a Service, Platform as a Service and Infrastructure as a Service.

A simplified way of differentiating these flavors of Cloud Computing is as follows;
✑ SaaS applications are designed for end-users, delivered over the web
✑ PaaS is the set of tools and services designed to make coding and deploying those applications quick and efficient
✑ IaaS is the hardware and software that powers it all servers, storage, networks, operating systems
Reference: https://support.rackspace.com/white-paper/understanding-the-cloud-computing-stack-saas-paas-iaas/

Question #2 Topic 1

In which two situations should you use out-of-band management? (Choose two.)

  • A. when a network device fails to forward packets
  • B. when you require ROMMON access
  • C. when management applications need concurrent access to the device
  • D. when you require administrator access from multiple locations
  • E. when the control plane fails to respond
Reveal Solution Hide Solution   Discussion   1

Correct Answer: AB 🗳️
Out-of-band refers to an interface that allows only management protocol traffic to be forwarded or processed. An out-of-band management interface is defined by the network operator to specifically receive network management traffic. The advantage isthat forwarding (or customer) traffic cannot interfere with the management of the router, which significantly reduces the possibility of denial-of-service attacks.
Out-of-band interfaces forward traffic only between out-of-band interfaces or terminate management packets that are destined to the router. In addition, the out-of- band interfaces can participate in dynamic routing protocols. The service provider connects to the routers out-of-band interfaces and builds an independent overlay management network, with all the routing and policy tools that the router can provide.
Reference: http://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r4-0/security/configuration/guide/b_sc40asr9kbook/ b_sc40asr9kbook_chapter_0101.pdf

Question #3 Topic 1

In which three ways does the TACACS protocol differ from RADIUS? (Choose three.)

  • A. TACACS uses TCP to communicate with the NAS.
  • B. TACACS can encrypt the entire packet that is sent to the NAS.
  • C. TACACS supports per-command authorization.
  • D. TACACS authenticates and authorizes simultaneously, causing fewer packets to be transmitted.
  • E. TACACS uses UDP to communicate with the NAS.
  • F. TACACS encrypts only the password field in an authentication packet.
Reveal Solution Hide Solution   Discussion   1

Correct Answer: ABC 🗳️
TACACS+ uses Transmission Control Protocol (TCP) port 49 to communicate between the TACACS+ client and the TACACS+ server. An example is a Cisco switch authenticating and authorizing administrative access to the switchs IOS CLI. The switch is the TACACS+ client, and Cisco Secure ACS is the server.
TACACS+ communication between the client and server uses different message types depending on the function. In other words, different messages may be used for authentication than are used for authorization and accounting. Another very interesting point to know is that TACACS+ communication will encrypt the entire packet.
Reference: http://www.networkworld.com/article/2838882/radius-versus-tacacs.html

Question #4 Topic 1

According to Cisco best practices, which three protocols should the default ACL allow on an access port to enable wired BYOD devices to supply valid credentials and connect to the network? (Choose three.)

  • A. BOOTP
  • B. TFTP
  • C. DNS
  • D. MAB
  • E. HTTP
  • F. 802.1x
Reveal Solution Hide Solution   Discussion   1

Correct Answer: ABC 🗳️
ACL-DEFAULT allows DHCP, DNS, ICMP, and TFTP traffic and denies everything else.
Reference: http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Borderless_Networks/Unified_Access/BYOD_Design_Guide/BYOD_Wired.html

Question #5 Topic 1

Which two next-generation encryption algorithms does Cisco recommend? (Choose two.)

  • A. AES
  • B. 3DES
  • C. DES
  • D. MD5
  • E. DH-1024
  • F. SHA-384
Reveal Solution Hide Solution   Discussion   5

Correct Answer: Answer: A, F 🗳️
The following table shows the relative security level provided by the recommended and NGE algorithms. The security level is the relative strength of an algorithm. bits, the relative effort it would take to "beat"
-bit symmetric key algorithm (without reduction or other attacks). The 128-bit security level is for sensitive information and the 192-bit level is for information of higher importance.

Reference:
http://www.cisco.com/c/en/us/about/security-center/next-generation-cryptography.html

Question #6 Topic 1

Which three ESP fields can be encrypted during transmission? (Choose three.)

  • A. Security Parameter Index
  • B. Sequence Number
  • C. MAC Address
  • D. Padding
  • E. Pad Length
  • F. Next Header
Reveal Solution Hide Solution   Discussion   1

Correct Answer: DEF 🗳️
The remaining four parts of the ESP are all encrypted during transmission across the network. Those parts are as follows:
✑ is the actual data that is carried by the packet.
✑ , from 0 to 255 bytes of data, allows certain types of encryption algorithms to require the data to be a multiple of a certain number of bytes. The padding also ensures that the text of a message terminates ona four-byte boundary (an architectural requirement within IP).
✑ field specifies how much of the payload is padding rather than data.
✑ field, identifies the type of data carried and the protocol.
Reference:
http://www.cisco.com/c/en/us/td/docs/net_mgmt/vpn_solutions_center/2-0/ip_security/provisioning/guide/IPsecPG1.html

Question #7 Topic 1

What are two default Cisco IOS privilege levels? (Choose two.)

  • A. 0
  • B. 1
  • C. 5
  • D. 7
  • E. 10
  • F. 15
Reveal Solution Hide Solution   Discussion   1

Correct Answer: BF 🗳️
By default, the Cisco IOS software command-line interface (CLI) has two levels of access to commands: user EXEC mode (level 1) and privileged EXEC mode
(level 15). However, you can configure additional levels of access to commands, called privilege levels, to meet the needs of your users while protecting the system from unauthorized access. Up to 16 privilege levels can be configured, from level 0, which is the most restricted level, to level 15, which is the least restricted level.
Reference:
http://www.cisco.com/c/en/us/td/docs/ios/12_2/security/configuration/guide/fsecur_c/scfpass.html#wp1001016

Question #8 Topic 1

Which two authentication types does OSPF support? (Choose two.)

  • A. plaintext
  • B. MD5
  • C. HMAC
  • D. AES 256
  • E. SHA-1
  • F. DES
Reveal Solution Hide Solution   Discussion   1

Correct Answer: AB 🗳️
These are the three different types of authentication supported by OSPF.
✑ Null AuthenticationThis is also called Type 0 and it means no authentication information is included in the packet header. It is the default.
✑ Plain Text AuthenticationThis is also called Type 1 and it uses simple clear-text passwords.
✑ MD5 AuthenticationThis is also called Type 2 and it uses MD5 cryptographic passwords.
Authentication does not need to be set. However, if it is set, all peer routers on the same segment must have the same password and authentication method. The examples in this document demonstrate configurations for both plain text and MD5 authentication.
Reference:
http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/13697-25.html

Question #9 Topic 1

Which two features do CoPP and CPPr use to protect the control plane? (Choose two.)

  • A. QoS
  • B. traffic classification
  • C. access lists
  • D. policy maps
  • E. class maps
  • F. Cisco Express Forwarding
Reveal Solution Hide Solution   Discussion   1

Correct Answer: AB 🗳️

Question #10 Topic 1

Which two statements about stateless firewalls are true? (Choose two.)

  • A. They compare the 5-tuple of each incoming packet against configurable rules.
  • B. They cannot track connections.
  • C. They are designed to work most efficiently with stateless protocols such as HTTP or HTTPS.
  • D. Cisco IOS cannot implement them because the platform is stateful by nature.
  • E. The Cisco ASA is implicitly stateless because it blocks all traffic by default.
Reveal Solution Hide Solution   Discussion   1

Correct Answer: AB 🗳️
However, since iptables and Netfilter were introduced and connection tracking in particular, this option was gotten rid of. The reason for this is that connection tracking can not work properly without defragmenting packets, and hence defragmenting has been incorporated into conntrack and is carried out automatically. It can not be turned off, except by turning off connection tracking. Defragmentation is always carried out if connection tracking is turned on.
Reference:
http://www.iptables.info/en/connection-state.html

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...