Block 3 Unit 1

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

1/20

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.

21 Terms

1
New cards

Switches are _____ based and utilize _____ to help them make filtering decisions.

Hardware and ASICs

2
New cards

Switches move frames of information at the _____ Layer of the OSI model.

Data Link

3
New cards

What is the difference between a hub and switch?

Hubs transmit messages out of every interface other than the one it was received on, and switches break up a network into collision domains.

4
New cards

What allows direct local access to configure a switch using a terminal, or a computer using terminal emulation software for initial configuration? DoD policy states this must be password protected to prevent unauthorized changes.

Console Port

5
New cards

What part of the switch is where end devices such as computers and printers are connected?

Network Interfaces or Switch ports

6
New cards

This is where the operating system is saved. Every time that the switch boots up, the flash memory will be accessed to load the OS into the running memory.

Flash Memory

7
New cards

What contains information such as the diagnostics and bootup routines? Cannot be accessed or changed.

ROM

8
New cards

What is the running memory that the switch uses for operations and changes to the current configuration is stored in the “running-configuration”?

RAM

9
New cards

What holds the startup-configuration, which is loaded to the RAM upon bootup and then becomes the running-config?

NVRAM

10
New cards

What establishes communication directly between two network devices without relying on any host or network system?

Point to Point(PPP)

11
New cards

What is a loop-prevention protocol that allows switches to communicate to prevent loops in a network and is defined by IEEE 802.1D ?

Spanning Tree Protocol(STP)

12
New cards

What occurs when traffic in one of two directions fail on a link?

Unidirectional Link Detection(UDLD)

13
New cards

What is the Vendor Neutral neighbor discovery protocol?

Link Layer Discovery Protocol(LLDP)

14
New cards

What cisco proprietary neighbor discovery protocol shares information of connected Cisco devices?

Cisco Discovery Protocol(CDP)

15
New cards

What are the two VLAN trunking methods for encapsulating frames?

IEEE 802.1q and ISL

16
New cards

What VLAN trunking method is non-proprietary?

IEEE 802.1q

17
New cards

__________ switches store the entire frame in internal memory and check the frame for errors before forwarding the frame to its destination.

Store and Foward

18
New cards

_________ switching reduces latency; however, bad frames are forwarded, and the destination will ultimately have to request the source send the frame again.

Cut Through

19
New cards

___________ Switching is a hybrid of Store-and-Forward and Cut-Through switching. It stores the first 64 bytes before forwarding.

Fragment Free

20
New cards

When two system transmissions occur at the same time, on shared bandwidth, the result is a ______.

Collision

21
New cards

A late collision indicates that another system attempted to transmit after a host has transmitted at least the ___ ______________

First 64byte of its frame