Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

CCNA 200-301 Exam Questions and Answers: VLANs, Switching, and EtherChannel, Exams of Computer Networks

A collection of questions and answers related to the ccna 200-301 exam, focusing on key concepts like vlans, switching, and etherchannel. It covers topics such as vlan configuration, switch port modes, mac address learning, switching techniques, and etherchannel implementation. Useful for students preparing for the ccna 200-301 exam or anyone seeking to understand these networking concepts.

Typology: Exams

2024/2025

Available from 02/11/2025

BetaTutors
BetaTutors ๐Ÿ‡บ๐Ÿ‡ธ

4.5

(4)

1.5K documents

1 / 17

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CCNA 200-301 EXAM QUESTIONS THE LATEST & UPDATED
SCORES.
What is the primary purpose of a VLAN? -- Answer โœ”โœ” To create a broadcast domain;
enable segmentation or isolation of broadcast traffic
Unassigned Cisco switch ports remain in which VLAN? -- Answer โœ”โœ” VLAN 1
Do VLANs prevent broadcast storms? -- Answer โœ”โœ” No, they minimize the size and
effect of the broadcast storm on neighbor switches and hosts
What are four advantages to using VLANs? -- Answer โœ”โœ” 1. Enable access to network
services based on logical requirements
2. Network security is optimized with VLANs that enable managing and filtering
sensitive traffic from other network traffic
3. Bandwidth efficiency is accomplished through segmenting traffic into smaller
broadcast domains
4. Easier add/move/delete administration of endpoints on a network and scalability for
larger enterprise deployments
What is the Layer 2 Broadcast Destination Address? -- Answer โœ”โœ” FFFF.FFFF.FFFF
What is the Layer 3 Broadcast Destination Address? -- Answer โœ”โœ” 255.255.255.255
What is VLAN 1 used for and can it be deleted? -- Answer โœ”โœ” Management Traffic; it
cannot be deleted
What is the normal VLAN range? -- Answer โœ”โœ” VLAN 2 - 1001
What is the extended VLAN range? -- Answer โœ”โœ” VLAN 1006 - 4094
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download CCNA 200-301 Exam Questions and Answers: VLANs, Switching, and EtherChannel and more Exams Computer Networks in PDF only on Docsity!

CCNA 200- 301 EXAM QUESTIONS THE LATEST & UPDATED

SCORES.

What is the primary purpose of a VLAN? -- Answer โœ”โœ” To create a broadcast domain; enable segmentation or isolation of broadcast traffic Unassigned Cisco switch ports remain in which VLAN? -- Answer โœ”โœ” VLAN 1 Do VLANs prevent broadcast storms? -- Answer โœ”โœ” No, they minimize the size and effect of the broadcast storm on neighbor switches and hosts What are four advantages to using VLANs? -- Answer โœ”โœ” 1. Enable access to network services based on logical requirements

  1. Network security is optimized with VLANs that enable managing and filtering sensitive traffic from other network traffic
  2. Bandwidth efficiency is accomplished through segmenting traffic into smaller broadcast domains
  3. Easier add/move/delete administration of endpoints on a network and scalability for larger enterprise deployments What is the Layer 2 Broadcast Destination Address? -- Answer โœ”โœ” FFFF.FFFF.FFFF What is the Layer 3 Broadcast Destination Address? -- Answer โœ”โœ” 255.255.255. What is VLAN 1 used for and can it be deleted? -- Answer โœ”โœ” Management Traffic; it cannot be deleted What is the normal VLAN range? -- Answer โœ”โœ” VLAN 2 - 1001 What is the extended VLAN range? -- Answer โœ”โœ” VLAN 1006 - 4094

What VLANs are auto-created and cannot be deleted? -- Answer โœ”โœ” VLAN 1, 1002 - 1005 What VLANs cannot be pruned from a trunk? -- Answer โœ”โœ” VLAN 1006 - 4094 How many VLANs can be assigned to a switch access port? -- Answer โœ”โœ” Only one VLAN unless you are connecting an IP phone What commands would you use to setup a switch access port with an IP phone? -- Answer โœ”โœ” interface <interface#/#> switchport mode access switchport access vlan # switchport voice vlan # Where is the switch VLAN configuration stored? -- Answer โœ”โœ” vlan.dat file What commands would you use to globally create and name a VLAN? -- Answer โœ”โœ” vlan # name <name_of_vlan> What is the default switch port mode? -- Answer โœ”โœ” Access port What will switch access ports do with am Ethernet frame it receives with an 802.1q tag? -- Answer โœ”โœ” It will discard the packet without learning the source MAC address What command would you use to configure a range of switch ports? -- Answer โœ”โœ” interface range gigabitethernet#/# - # What command lists all VLANs configured on a switch? -- Answer โœ”โœ” show vlan or show vlan brief What command is used to display the switch ports assigned to a single VLAN? -- Answer โœ”โœ” show vlan id

How do you disable MAC address table aging? -- Answer โœ”โœ” Configure the MAC aging timer to zero What are the steps when a host sends data to a server on the same VLAN for the first time? -- Answer โœ”โœ” 1. Switch adds the source MAC address of incoming frame if it is not listed in the MAC address table

  1. Switch does a MAC address table lookup for the destination MAC address
  2. Switch floods a frame using FFFF.FFFF.FFFF as destination MAC address out all switch ports except the port where the source MAC address was learned
  3. Server wit the assigned MAC address responds with a frame that lists the MAC address
  4. Switch updates the MAC address table with the MAC address of the server; That is the destination MAC address for frames sent from the host
  5. Switch forwards the frames from the host to the server based on the switch port assigned to the server What is Cut-Through Switching? -- Answer โœ”โœ” It is a technique that optimizes performance by examing only the first 6 bytes (destination MAC address) of an Ethernet frame before making a forwarding decision. The switch does a MAC address table lookup for the destination MAC address and forwards the frame. What is the advantage of Cut-Through Switching? -- Answer โœ”โœ” The forwarding decision is made before all of the frame arrives and thereby minimizes latency What is Store-and-Forward Switching? -- Answer โœ”โœ” Traditional switching where the frame is not forwarded until all of the frame has arrived. The switch copies the frame to memory before examining the destination MAC address and forwarding the frame. What is CEF? -- Answer โœ”โœ” Cisco Express Forwarding: Layer 3 switching technique that creates FIB and adjacency tables for optimized forwarding. It is only available on routers and switch platforms with routing enabled and the required hardware What is an FIB? -- Answer โœ”โœ” Forwarding Information Base: Used by CEF to mae IP destination prefix-based switching decisions. Conceptually similar to a routing table or information base. It maintains a mirror image of the forwarding information contained in the IP routing table.

Which devices can perform frame rewrite? -- Answer โœ”โœ” Layer 3 switches and Wireless LAN Controllers Which devices perform frame switching? -- Answer โœ”โœ” Layer 2 switches and Access Points What are the duplex and speed default settings on a switch port? -- Answer โœ”โœ” auto- negotiation What is the purpose of a switch trunk? -- Answer โœ”โœ” To forward multiple VLANs between switches What command enables trunking on an interface? -- Answer โœ”โœ” switchport mode trunk encapsulation dot1q What does the native VLAN forward? -- Answer โœ”โœ” Control traffic across switch trunks Why is it recommended to change the native VLAN? -- Answer โœ”โœ” This is a Cisco security best practice as there are security vulnerabilities associated with default VLAN 1; STP issues are minimized as well by selecting a nondefault VLAN instead of VLAN 1 What command changes the native VLAN? -- Answer โœ”โœ” switchport trunk native vlan <vlan_id> What is the purpose of VLAN pruning? -- Answer โœ”โœ” To permit or deny VLANs across a switch trunk What is the Cisco default for VLAN pruning -- Answer โœ”โœ” To allow all VLANs across the trunk What command sets a range of VLANs to an interface? -- Answer โœ”โœ” switchport trunk allowed vlan <#>-<#>

What are the advantages of EtherChannels? -- Answer โœ”โœ” Fault tolerance (redundancy) and high speed connectivity between switches What is the maximum number of ports Cisco switches support to a single EtherChannel bundle? -- Answer โœ”โœ” 8 ports What is the maximum number of ports LACP supports to a single EtherChannel bundle? -- Answer โœ”โœ” 16 ports, however only 8 ports can be active simultaneously What is LACP? -- Answer โœ”โœ” Link Aggregation Control Protocol, within the IEEE specification, provides a method of control the bundling of several physical ports together to form a single logical channel. It allows a network device to negotiate an automatic bundling of links by sending LACP packets to the peer What are the options for configuring an EtherChannel? -- Answer โœ”โœ” Static or Dynamic Protocols What is the difference between static and dynamic EtherChannel configurations? -- Answer โœ”โœ” Static does not provide any dynamic trunk negotiation What are the four supported modes of LACP? -- Answer โœ”โœ” On, off, active, and passive What does the channel-group bind? -- Answer โœ”โœ” The port channel interface to an EtherChannel What is a Layer 2 port channel? -- Answer โœ”โœ” Logical interface comprised of EtherChannel access ports or trunk ports How is the Layer 2 port channel created? -- Answer โœ”โœ” It is created automatically based on the channel-group number What are the supported channel-group numbers? -- Answer โœ”โœ” 1 - 4096

What is a Layer 3 port channel? -- Answer โœ”โœ” Routed logical interface comprised of EtherChannel access ports or trunk ports What is Active mode in LACP? -- Answer โœ”โœ” The active end of the group sends out a LACP frame and initiates the negotiation to form the EtherChannel. Both ends could be active and the result will be the same What is Passive mode in LACP? -- Answer โœ”โœ” Does not initiate the negotiation, it just responds to LACP packets initiated by the other end. If both ends are passive, the EtherChannel would bot be formed What is PAgP? -- Answer โœ”โœ” Port Aggregation Protocol: Cisco proprietary networking protocol, which is used for the automated, logical aggregation of Ethernet switch ports What is the default mode for LACP? -- Answer โœ”โœ” Passive Mode What is the default mode for PAgP? -- Answer โœ”โœ” Auto Mode What layer of the TCP/IP model does HTTP belong? -- Answer โœ”โœ” Application Layer What layer of the TCP/IP model does POP3 belong? -- Answer โœ”โœ” Application Layer What layer of the TCP/IP model does SMTP belong? -- Answer โœ”โœ” Application Layer What layer of the TCP/IP model does TCP and UDP belong? -- Answer โœ”โœ” Transport Layer What layer of the TCP/IP model does ICMP belong? -- Answer โœ”โœ” Internet Layer What does the Application Layer define? -- Answer โœ”โœ” Does not define the applications itself, but it defines services that applications need. The Application Layer provides an interface between software running on a computer and the network itself. What does the return code 200 mean in an HTTP header? -- Answer โœ”โœ” OK

What is a Small Form Pluggable (SFP)? -- Answer โœ”โœ” Replacement for GBICs, used on Gigabit interfaces, with a smaller size, taking less space on the side of the networking card or switch What is a Small Form Pluggable Plus (SFP+)? -- Answer โœ”โœ” Same size as the SFP, but used on 10-Gbps interfaces How many pairs of wires do the 10BASE-T and 100BASE-T use? -- Answer โœ”โœ” 2 pairs What pins do Ethernet NIC transmitters use? -- Answer โœ”โœ” The pair connected to pins 1 and 2 What pins do Ethernet NIC receivers use? -- Answer โœ”โœ” The pair connected to pins 3 and 6 What pins do Switch transmitters use? -- Answer โœ”โœ” The pair connected to pins 3 and 6 What pins do Switch receivers use? -- Answer โœ”โœ” The pair connected to pins 1 and 2 What cable would you use to connect a computer to a switch? -- Answer โœ”โœ” Straight through cable What devices transmit on pins 3 and 6? -- Answer โœ”โœ” Switches and Hubs What devices transmit on pins 1 and 2? -- Answer โœ”โœ” NICs, Routers, APs When would you use a Crossover Cable? -- Answer โœ”โœ” When the endpoints transmit on the same pair When would you use a Straight through Cable? -- Answer โœ”โœ” When the endpoints transmit on different pairs

What is auto-mdix? -- Answer โœ”โœ” In Cisco switches, it notices when the wrong cable is used and automatically changes its login to make it work. What is the maximum length of many UTP-based Ethernet standards? -- Answer โœ”โœ” 100 meters What are the layers of a fiber cable inside going outward? -- Answer โœ”โœ” Core, Cladding, Buffer, Strengthener, Outer Jacket What are the layers of a fiber cable outside going in? -- Answer โœ”โœ” Outer Jacket, Strengthener, Buffer, Cladding, Core What is the light source for a fiber cable? -- Answer โœ”โœ” Optical Transmitter What is the purpose of the cladding in a fiber cable? -- Answer โœ”โœ” Reflect light back into the core Which mode of fiber cable has around one-fifth the diameter of the other mode? -- Answer โœ”โœ” Single-Mode Fiber What type of light source does Multimode Fiber use? -- Answer โœ”โœ” Light Emitting Diode (LED) What type of light source does Single-Mode Fiber use? -- Answer โœ”โœ” Laser What distance do standards of 10 Gigabit over Fiber allow? -- Answer โœ”โœ” 400 meters What does Multimode fiber improve on? -- Answer โœ”โœ” Improves the maximum distance over UTP and uses less expensive transmitters as compared to single-mode What is the cable type and maximum distance of 10GBASE-S? -- Answer โœ”โœ” Multimode

  • 400 meters What is the cable type and maximum distance of 10GBASE-LX4? -- Answer โœ”โœ” Multimode - 300 meters

What is the Maximum Transmission Unit (MTU)? -- Answer โœ”โœ” Defines the maximum Layer 3 packet that can be sent over a medium How many bytes and purpose of the Frame Check Sequence (FCS) in an Ethernet trailer? -- Answer โœ”โœ” 4 bytes - Provides a method for the receiving NIC to determine whether the frame experienced transmission errors How many bytes are the Ethernet header and trailer? -- Answer โœ”โœ” Header = 22 + Trailer = 4 == 26 bytes What does the FCS do in the Ethernet Trailer? -- Answer โœ”โœ” Gives the receiving node a way to compare results with the sender, to discover whether errors occurred in the frame How does the FCS perform in the Ethernet Trailer? -- Answer โœ”โœ” Sender applies a complex math formula to the frame before sending it, storing the result of the formula in the FCS field. The receiver applies the same formula to the received frame. If the results are different, an error occurred, and the receiver discards the frame What do WAN technologies define? -- Answer โœ”โœ” The physical (Layer 1) and data link (Layer 2) protocols used to communicate long distances What duplex is a Leased Line link? -- Answer โœ”โœ” Full-Duplex Why are they called Leased Lines? -- Answer โœ”โœ” The fact that the telco company does not own the line but instead pays a monthly lease fee to use it What are other names used for Leased Lines? -- Answer โœ”โœ” Leased Circuit, Circuit, Serial Line, Serial Link, Point-to-point link, Point-to-point line, WAN link What is a Private Line (WAN)? -- Answer โœ”โœ” A line that data sent over it cannot be copied by other telco customers, so the data is private What is the transmit speed of a T1 line? -- Answer โœ”โœ” 1.544 Mbps

Where do Telcos put their equipment? -- Answer โœ”โœ” In buildings called Central Offices (COs) What layer of tranmission service do Leased Lines define? -- Answer โœ”โœ” Physical (Layer 1); many companies and standards organizations have created data-link protocols to control and use Leased Lines What is the High-Level Data Link Control Protocol? -- Answer โœ”โœ” Bit-oriented code- transparent synchronous data link layer protocol used for Leased Lines. It performs less work than Ethernet because the frame can only go one place; to the other end of the line. While HDLC has an address field, the destination is implied. What differentiates the HDLC header from ISO to Cisco standard? -- Answer โœ”โœ” The Cisco standard header has the 'Type' field so routers understand which routing protocol the frame holds What HDLC field is equivalent to the Preamble and SFD fields in an Ethernet Frame? -- Answer โœ”โœ” Flag What does the Flag do in an HDLC header? -- Answer โœ”โœ” Lists a recognizable bit pattern s that the receiving nodes realize a new frame is arriving What are the four fields in the Cisco proprietary HDLC header in order? -- Answer โœ”โœ” Flag, Address, Control, and Type What field(s) are in the HDLC trailer? -- Answer โœ”โœ” Frame Check Sequence (FCS) What is the PoP? -- Answer โœ”โœ” Point of Presence: Nearby SP location that connects to the customer building What is EoMPLS? -- Answer โœ”โœ” Ethernet over Multiprotocol Label Switching, a technology that can be used to create the Ethernet service for a customer How many bytes are in the IP header? -- Answer โœ”โœ” 20 bytes

What command removes the VLAN configuration details -- Answer โœ”โœ” delete vlan.dat What is the default aging timer for a MAC Address table? -- Answer โœ”โœ” 300 seconds What does a switch do when the MAC Address table is full? -- Answer โœ”โœ” Times out the oldest record in the table What does the login command do on a line interface? -- Answer โœ”โœ” Tells IOS to enable the user of a single shared password with no username on this line, so that the switch asks the user for the password How do you create local users & associated them to lines? -- Answer โœ”โœ” 'username password ' 'line #' 'login local' What commands are necessary for ssh? -- Answer โœ”โœ” 'hostname ' 'ip domain-name ' crypto key generate rsa' What can you add to 'crypto key generate rsa' to set the modulus value? -- Answer โœ”โœ” 'modulus #' What command would you use to only allow ssh? -- Answer โœ”โœ” 'transport input ssh' What modulus value should be at least used with sshv2? -- Answer โœ”โœ” 768 - bit key How do you override default settings of sshv1 support? -- Answer โœ”โœ” 'ip ssh version 2' What is the SVI? -- Answer โœ”โœ” Switch Virtual Interface - VLAN interface that acts like the switch's own NIC How do you give an SVI DHCP? -- Answer โœ”โœ” 'int vlan 1' 'ip address dhcp'

How do you set the history size of only the current session? -- Answer โœ”โœ” 'terminal history size #' How do you disable uto syslog at console? -- Answer โœ”โœ” 'no logging console' What subnet mask is considered the serial mask? -- Answer โœ”โœ” 255.255.255.