0% found this document useful (0 votes)
11 views7 pages

Routers and Routing Basics Module

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views7 pages

Routers and Routing Basics Module

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SOUTHERN LEYTE STATE UNIVERSITY

SAN JUAN CAMPUS


San Juan, Southern Leyte

Module II IT 301
Routers and Routing Basic

By:
Paulo Elmer Q. Vasquez
Instructor

Leo T. Saluta
____________________________________________________________
Name of Student

BS InfoTech 3-B
_______________________________________
Course/ Year/ Section
Lesson 2

Instruction: Move 3 sticks (only 3) to create 5 boxes.

Draw your answer here:


1. R2: Fastethernet0/0

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#int fa0/0
R2(config-if)#description Link to LAN2
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

2. R2: serial0/0/0
R2>en
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int se0/0/0
R2(config-if)#description Link to R3
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up


3. R2: serial0/0/1
R2>en
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int se0/0/1
R2(config-if)#description Link to R1
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up


4. PC2: First Host Address.

5. PC3: Last Host Address.

6. R3: Fastethernet0/0
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#int fa0/0
R3(config-if)#description Link to LAN3
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

7. R3: serial0/0/0
R3>en
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int se0/0/0
R3(config-if)#description Link to R1
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up


8. R3: serial0/0/1

R3>en
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int se0/0/1
R3(config-if)#description Link to R2
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up


9. PC4: First Host Address.

10. PC5: Last Host Address.


Let’s ANSWER!

Activity 1: Multiple Choice

Direction: Read the statements carefully then encircle the letter that correspond the
correct answer.

Converting an IP Address [Link] into a decimal is:

11000001. 10101000.00000001. 0 0 0 0 0 0 0 0

1. Using the figure above, 16 subnets will take 5 host bits (5 0s) to be the network bits (in
the 4th octet). What is the subnet mask of the 16 subnets?
a. [Link]
b. [Link]
c. [Link]
d. [Link]
2. Using the figure above, 4 subnets will take the 3 host bits (3 0s) to be the network bits (in
the 4th octet). What is the subnet mask of the 4 subnets? a. [Link]
b. [Link]
c. [Link]
d. [Link]
3. A subnet mask [Link] in the 4th octet can also be identified as __.
a. /28
b. /27
c. /26
d. /25
4. A subnet mask [Link] in the 4th octet can also be identified as __.
a. /28
b. /27
c. /26
d. /25
5. All are true about subnetting except one.
a. Internet routing table were beginning to grow.
b. To lessen network users.
c. Local administration had to request another network number from the Internet
before a new network could be installed at their site.
d. To divide a single Class A, B, or C network number into smaller pieces.
Activity 2. Assume that you have been assigned the [Link]/24 network block. You
need to establish eight (8) subnets.

1 4 bits binary digits (bits) are required to define 8 subnets.

2 Specify the extended network prefix that allows the creation of 8 subnets.

11000001.10101000.00001010.00000000 = [Link]/28

3 Express the subnets in binary format and dotted-decimal notation:

Subnet#0 11000001.10101000.00001010.0000 0000 =[Link]/28

Subnet #1 11000001.10101000.00001010.0001 0000 = [Link]/28

Subnet #2 11000001.10101000.00001010.0010 0000 = [Link]/28

Subnet #6 11000001.10101000.00001010.0110 0000 = [Link]/28

Subnet #7 11000001.10101000.00001010.0111 0000 = [Link]/28

4 List the range of host addresses that can be assigned to Subnet #2.

Host#1 11000001.10101000.00001010.0010 0001 = [Link]/28

Host#2 11000001.10101000.00001010.0010 0010 = [Link]/28

Host# 13 11000001.10101000.00001010.0010 1101 = [Link]/28

Host#14 11000001.10101000.00001010.0010 1110= [Link]/28

5 What is the broadcast address for Subnet #2?

11000001.10101000.00001010.0010 1111= [Link]/28

You might also like