QUIZ COMPNET REVIEWER

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

1/27

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.

28 Terms

1
New cards

MAC

media access control

2
New cards

VLAN

virtual local area network

3
New cards

mdix

medium-dependent interface crossover

4
New cards

CEF

Cisco Express Forwarding

5
New cards

FIB

Forwarding Information Base

6
New cards

HTTPS

HyperText Transfer Protocol Secure

7
New cards

EIGRP

Enhanced Interior Gateway Routing Protocol

8
New cards

SVI

Switched Virtual Interface

9
New cards

OSPF

Open Shortest Path First

10
New cards

IGRP

Interior Gateway Routing Protocol

11
New cards

HWIC

High Speed WAN Interface Card

12
New cards

POST

Power-on self-test

13
New cards

3 uses of static routes

  • Smaller networks that are not expected to grow  

  • Routing to and from stub networks 

    • Stub network accessed by a single route and has one neighbor 

    • 172.16.3.0 is a stub network  

  • A single default route to represent a path to any network not found in the routing table.

    • Use default route on R1 to point to R2 for all other networks

14
New cards

Consideration when selecting switches

  • Cost 

  • Port Density 

  • Power 

  • Reliability 

  • Port Speed 

  • Frame buffers 

  • Scalability

15
New cards

Configuring Basic Switch Management Access with IPv4 (cisco switch ios commands)

  • configure terminal

  • interface vlan 99

  • ip address 172.17.99.11 255.255.255.0

  • no shutdown

  • exit

  • ip default-gateway 172.17.99.1

  • end

  • copy running-config startup-config

<ul><li><p>configure terminal </p></li><li><p>interface vlan 99</p></li><li><p>ip address 172.17.99.11 255.255.255.0</p></li><li><p>no shutdown</p></li><li><p>exit</p></li><li><p>ip default-gateway 172.17.99.1</p></li><li><p>end</p></li><li><p>copy running-config startup-config</p></li></ul>
16
New cards

Configure Switch Ports at the Physical Layer (cisco switch ios commands)

knowt flashcard image
17
New cards

Configure Switch Ports Auto-MDIX

knowt flashcard image
18
New cards

Configure Switch Ports Verifying Switch Port Configuration

knowt flashcard image
19
New cards

Error checking

After receiving the entire frame, the switch compares the frame-check-sequence (FCS) value in the last field against its own FCS calculations. Only error-free frames are forwarded

20
New cards

Access layer

provides network access to the user.

21
New cards

Distribution layer

interfaces between the access layer and the core layer. Provides functions such as:

  • aggregating Layer 2 broadcast domains and Layer 3 routing boundaries.

  • providing intelligent switching, routing, and network access policy functions to access the rest of the network.

22
New cards

Core layer

is the network backbone. It provides fault isolation and high-speed backbone connectivity.

23
New cards

Automatic buffering

ingress port buffering provides the flexibility to support any mix of Ethernet speeds


24
New cards

Router

Connects one network to another network. Determines the best route to the destination before forwarding traffic to the next router along the path. Responsible for routing traffic between networks.  Routing table used to determine the most efficient path to reach the destination.

25
New cards

Super route

a network address with a mask less than the classful mask, for example, a summary address.


26
New cards

Physical topology

arrangement of the cables, network devices, and end systems; it describes how the network devices are actually interconnected with wires and cables


27
New cards

Logical topology

describes the path over which the data is transferred in a network and how the network devices appear connected to network users


28
New cards

Network route

a network route that has a subnet mask equal to that of the classful mask.