0% found this document useful (0 votes)
2K views4 pages

Week 1 Assignment Worksheet: Page 4: Three-Layer Hierarchical Model Exercies

The document is a worksheet for a networking course assignment that requires the student to complete exercises from chapters in their textbook. The exercises include describing scenarios based on network diagrams, matching networking terms to concepts, filling out tables about the hierarchical network model, and configuring networking commands. The student is instructed to complete the assignments in red font and submit the worksheet.

Uploaded by

MnMiner
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views4 pages

Week 1 Assignment Worksheet: Page 4: Three-Layer Hierarchical Model Exercies

The document is a worksheet for a networking course assignment that requires the student to complete exercises from chapters in their textbook. The exercises include describing scenarios based on network diagrams, matching networking terms to concepts, filling out tables about the hierarchical network model, and configuring networking commands. The student is instructed to complete the assignments in red font and submit the worksheet.

Uploaded by

MnMiner
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Week 1 Assignment Worksheet

Fill in, answer, and/or complete the exercises below. Put your answers in RED font in the
places provided. The work assignments on these pages are pulled from your Exploration
Labs and Study Guide text. Refer to the discussions that accompany the assignments as
needed.

Place this worksheet in the Wk1 Assignment dropbox. When placing in the drop box, be sure
to title the assignment, (ie: First Initial_Last Name_Week1_Assignment 1).

Chapter 1: LAN Design

Page 4: Three-Layer Hierarchical Model Exercies

Complete Scenario 1 – Scenario 5 (Figure 1-2, 1-3, 1-4, 1-5 & 1-6)

Scenario 1

In Figure 1-2, the core layer is responsible for connecting New York and San Jose across a
T1 link.

Scenario 2

In Figure 1-3, the access layer is using 2900 series switches to connect end users to the
network.

Scenario 3

In Figure 1-4, the distribution layer is using multilayer switches for inter-VLAN routing.

Scenario 4

In figure 1-5, the core layer is using multilayer switches between remote sites across a WAN
link for fast switching and no packet manipulation.

Scenario 5

In Figure 1-6, the distribution layer is using multilayer switches to summarize OSPF routes.
Page 6: Matching Switches to Specific LAN Functions

Complete Vocabulary Exercise: Matching

J Client-server traffic

B Fixed configuration switches

K Forwarding rates

E Link aggregation

C Modular switches

L Multilayer switches

F Port density

G Power over Ethernet (PoE)

H Server-server traffic

I Stackable switches

A Topology diagram

D Traffic flow analysis

M User community analysis


Page 7: Layer Features of the Hierarchical Model Exercise

Complete Table 1-1

Features at Each Layer of the Hierarchical Model

Feature Access Distribution Core

Bandwidth aggregation X X X

Fast Ethernet/Gigabit Ethernet X

Gigabit Ethernet/10-Gigabit Ethernet X X

High forwarding rate X

Very high forwarding rate X

Layer 3 support X X

Port security X

Power over Ethernet (PoE) X

Quality of Service (QoS) X X X

Redundant components X X

Security policies/access control lists X

VLANs X

Page 8: Command Reference

Complete Table 1-2

Command Description

switch>enable Switches from user EXEC mode to privileged EXEC mode

switch#disable Switches back from privileged EXEC mode to user EXEC mode

switch#config terminal Moves into global configuration mode

router(config)# hostname CISCO Names the router CISCO


switch>enable secret class Sets the enable password to class and encrypts it

switch(config)#banner motd #Authorized Access Only#

Configures a message of the day banner that uses # as a delimiting character and displays
the following when users attempt to log in: Authorized Access Only

switch(config)#line console 0 Enters console line configuration mode

switch(config-line)# password cisco Sets the console password to cisco

switch(config-line)#login Enables password checking when users log in

switch(config)#line vty 0 4 Enters line configuration mode for five Telnet lines

switch(config)#interface fa 0/0 Enters interface configuration mode for Fa0/0

switch(config-if)#ip address 192.168.1.1 255.255.255.0

Sets an interface address as 192.168.1.1/24

Switch(config-if)#description Link to ISP

Configures an interface with the text Link to ISP, which is used to describe the purpose of
the link

switch(config-if)#noshutdown Activates an interface

switch#copy running-config startup-config Saves the current configuration in NVRAM

switch#show running-config Displays the current configuration in RAM

switch#show startup-config Displays the configuration saved in NVRAM

switch>ping 192.168.1.1 or you could use switch#ping 192.168.1.1

Tests end-to-end connectivity with a remote destination at 192.168.1.1

You might also like