Cisco CCNA - Switching Routing & Wireless Essentials Module 1-4 practice questions

0.0(0)
studied byStudied by 4 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/82

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

83 Terms

1
New cards

What is the boot sequence of a Cisco Switch?

  • POST

  • Switch loads boot loader

  • Boot loader performs low-level CPU initialization

  • Boot loader initializes flash file

  • Boot loader locates and loads the IOS operating system.

2
New cards

Which part of the boot system command does this describe?
Boot System”

The main command

3
New cards

Which part of the boot system command does this describe?
flash:”

The Storage Device

4
New cards

Which part of the boot system command does this describe?
c2960-lanbasek9-mz.150-2.SE/”

the path to the file system

5
New cards

Which part of the boot system command does this describe?
c2960-lanbasek9-mz.150-2.SE.bin/”

The IOS file name

6
New cards

blank and blank require full-duplex connections to operate.

  • Gigabit Ethernet

  • 10Gb NICs

7
New cards

Which command is used to enter Global Configuration Mode?

configure terminal

8
New cards

Which command is used to enter Interface Configuration Mode

Interface interface #

9
New cards

Which command is used to configure the interface duplex?

duplex full

10
New cards

Which command is used to configure the interface speed?

speed #

11
New cards

Which command is used to reenter privileged EXEC mode?

end

12
New cards

Which command is used to save the running config to the startup config

copy running-config startup-config

13
New cards

Which command is used to configure Auto-MDIX?

mdix auto

14
New cards

What command can be issued to validate if Auto-MDIX is configured on a port?

show controllers ethernet-controller port # phy | include MDIX

15
New cards

Which command is used to display the MAC address table?

show mac address-table OR show mac-address-table

16
New cards

Which command is used to display information about the flash file system?

show flash

17
New cards

Which command displays the system hardware and software status?

show version

18
New cards

which command shows the history of commands entered?

show history

19
New cards

What are Input Errors?

Total number of errors, includes runts, giants, CRC, no butter, frame, overrun, and ignored counts

20
New cards
21
New cards

What are Runts?

frames that are discarded because they’re too small (smaller than minimum frame size).

22
New cards

What are Giants?

Frames that are discarded because they exceed the max frame size.

23
New cards

what is CRC?

generated when the calculated checksum is not the same as the received checksum.

24
New cards

what are output errors?

sum of all errors that prevented final transmission out of the interface to be examined.

25
New cards

what are Collisions?

number of messages retransmitted.

26
New cards

what are Late Collisions?

A collision that occurs after 512 bits of the frame have been transmitted.

27
New cards

How do you activate SSH on a switch?

Transport input SSH

28
New cards

How do you configure/enable Telnet on a switch?

Transport Input Telnet

29
New cards

What steps are required to enable SSH?

  • verify SSH support

  • configure IP

  • configure IP domain

  • generate RSA key pairs

  • configure user authentication

  • configure VTY lines

  • enable SSH version 2

30
New cards

What command enables SSH version 2?

IP ssh version 2

31
New cards

what command generates RSA key pairs?

crypto key generate RSA

32
New cards

Ingress

Used to describe the port where a frame enters the device

33
New cards

Egress

used to describe the port frames will use when leaving the device

34
New cards

store-and-forward switching

Switching method that makes a forwarding decision on a frame after it has received the entire frame and checked it for errors.

35
New cards

Cut-through switching

This method begins forwarding the frame after the destination MAC of the incoming frame and the egress port have been determined.

36
New cards

error checking

After receiving an entire frame from the ingress port, the switch compares the FCS value in the last field of the datagram to its own FCS calculations. If the frame is error free, the switch forwards the frame, if not, it drops it.

37
New cards

Automatic Buffering

The ingress port buffering process used by store-and-forward switches provides the flexibility to support any mix of Ethernet speeds.

38
New cards

Collision Domains

Switches eliminate these and reduce congestion.

39
New cards

Broadcast Domain

Extends across all layer 1 or layer 2 devices on a LAN

40
New cards

Fast Port Speeds Protocol

Depending on the model, switches may have up to 100Gbps port speeds.

41
New cards

Fast Internal Switching Protocol

This uses fast internal bus or shared memory to improve performance

42
New cards

Large Frame Buffers protocol

This allows for temporary storage when processing large quantities of frames

43
New cards

High Port Density Protocol

This provides many ports for devices to be connected to LAN with less cost. Also provides more local traffic with less congestion.

44
New cards

Which information does a switch use to keep the MAC address table information current?

The source MAC address and the incoming port.

45
New cards

What does the term "port density" represent for an Ethernet switch?

The number of available ports

46
New cards

Which type of address does a switch use to build the MAC address table?

Source MAC address

47
New cards

Which network device can be used to eliminate collisions on an Ethernet network?

Switch

48
New cards

What is the purpose of frame buffers on a switch?

They hold traffic, alleviating network congestion.

49
New cards

Which switch characteristic helps alleviate network congestion when a 10 Gbps port is forwarding data to a 1 Gbps port?

Frame Buffering

50
New cards

What is one function of a Layer 2 switch?

Determines which interface is used to forward a frame based on the destination MAC address

51
New cards

Which statement is true about broadcast and collision domains?

Adding a switch to a network will increase the size of the broadcast domain.

52
New cards

VLAN Trunks

Allow VLAN traffic to propagate between switches. This enables devices to be connected to different switches but in the same VLAN.

53
New cards

Type

A 2-byte value called the tag protocol ID (TPID) value. For Ethernet, it is set to hexadecimal 0x8100.

54
New cards

User priority

A 3-bit value that supports level or service implementation

55
New cards

Canonical Format Identifier (CFI)

a 1-bit identifier that enables Token Ring frames to be carried across the network.

56
New cards

VLAN ID (VID)

A 12-bit identification number that supports up to 4096 VLAN IDs

57
New cards

switchport mode access

Set the port to access mode

58
New cards

switchport access vlan vlan id

Assign the port to a VLAN

59
New cards

What command is used to enable QoS?

mls qos trust cos

60
New cards

how do you display VLAN summary?

show vlan summary

61
New cards

how do you assign a voice VLAN to a port?

switchport voice vlan 150

62
New cards

How do you set a port to permanent trunking mode?

switchport mode trunk

63
New cards

How do you change the native VLAN id?

switchport mode trunk native vlan vlan-id

64
New cards

How do you specify the list of VLANs allowed to be on the trunk link?

switchport trunk allowed vlan vlan-list.

65
New cards

how do you remove permanent trunking from a port?

no switchport trunk allowed vlan

66
New cards

how do you remove the native trunk from a port?

no switchport trunk native vlan

67
New cards

What command excludes a port from participating in DTP negotiation?

switchport nonegotiate

68
New cards

What command is used to re-enable Dynamic Trunking Protocol?

switchport mode dynamic auto

69
New cards

What is the proprietary protocol on Cisco Switches that lets them automatically negotiate trunking with a neighboring device?

Dynamic Trunking Protocol

70
New cards

What does the command, “Switchport mode Dynamic Desirable” do?

makes the interface actively attempt to convert the link to a trunk link.

71
New cards

What happens to a port that is associated with VLAN 10 when the administrator deletes VLAN 10 from the switch?

the port becomes inactive

72
New cards

An administrator is investigating a failure on a trunk link between a Cisco switch and a switch from another vendor. After a few show commands, the administrator notices that the switches are not negotiating a trunk. What is a probable cause for this issue?

Switches from other vendors do not support DTP.

73
New cards

What is the purpose of the vlan.dat file on a switch?

it holds the VLAN database.

74
New cards

When a Cisco switch receives untagged frames on a 802.1Q trunk port, which VLAN ID is the traffic switched to by default?

Native VLAN ID

75
New cards

A network administrator is determining the best placement of VLAN trunk links. Which two types of point-to-point connections utilize VLAN trunking?​ (Choose two.)

  • Between two switches that utilize multiple VLANs

  • Between a switch and a server that has an 802.1Q NIC

76
New cards

On a Cisco switch, where is extended range VLAN information stored?

running configuration file

77
New cards

In which location are the normal range VLANs stored on a Cisco switch by default?

Flash memory

78
New cards

For what reason would a network administrator use the show interfaces trunk command on a switch?

To view the native VLAN

79
New cards

What is the most acceptable Inter-VLAN solution for a small to medium-sized network?

Router-on-a-Stick

80
New cards

What is the most acceptable Inter-VLAN routing solution for scalability?

Switch Virtual Interfaces (SVIs)

81
New cards

What is the purpose of Layer 3 Inter-VLAN Routing?

It is very scalable and can convert a layer 2 switchport to a layer 3 interface.

82
New cards

What command enables IP Routing?

ip routing

83
New cards

What are the 4 common Inter-VLAN issues?

  • Missing VLANs

  • Switch Trunk Port issues

  • Switch Access Port Issues

  • Router Configuration Issues