due date: by end of academic week 9. student name: __________________________________________

16
Swinburne University of Technology Faculty of Information and Communication Technologies HIT2125 Data Communications and Computer Networks Network Case Study 2 - The Concept of IP Subnetting (Document 13) Semester 1, 2007 Sample Only

Upload: abra-daniel

Post on 01-Jan-2016

17 views

Category:

Documents


0 download

DESCRIPTION

Swinburne University of Technology Faculty of Information and Communication Technologies HIT2125 Data Communications and Computer Networks Network Case Study 2 - The Concept of IP Subnetting (Document 13 ) Semester 1, 2007 Sample Only. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Due Date: By end of academic week 9. Student Name: __________________________________________

Swinburne University of Technology

Faculty of Information and

Communication Technologies

HIT2125Data Communications and Computer Networks

Network Case Study 2 - The Concept of IP Subnetting

(Document 13)

Semester 1, 2007

Sample Only

Page 2: Due Date: By end of academic week 9. Student Name: __________________________________________

HIT2125Semester 1 2007

Network Case Study 2 - The Concept of IP Subnetting

The tutor keeps this sheet as record of completion

Due Date: By end of academic week 9.

Student Name: __________________________________________

Student Id: ____________________

Marks: 5 towards the Unit Result

You must demonstrate to your tutor that you have completed the case study

Tutor Name: ____________________________________________

Tutor Signature: _____________________ Date: _____________

Page 3: Due Date: By end of academic week 9. Student Name: __________________________________________

HIT2125Semester 1 2007

Network Case Study 2 -The Concept of IP Subnetting

The student keeps this sheet

Student Name: __________________________________________

Student Id: ____________________

Marks: 5 towards the Unit Result

You must demonstrate to your tutor that you have completed the case study

Tutor Name: ____________________________________________

Tutor Signature: _____________________ Date: _____________

Page 4: Due Date: By end of academic week 9. Student Name: __________________________________________

4

Packet Tracer V4.01

• A simulation product for the designing, and testing of a network before its implementation on the actual hardware devices.

Page 5: Due Date: By end of academic week 9. Student Name: __________________________________________

5

Brisbane Router Adelaide Router

Bris_Hub Adel_Hub

Subnet 92Subnet 85

Network Address35.0.0.0/18

UTP Cable

Serial Cable

BrisPC

AdelPC

Network Case Study 2 – The Concept of IP Subnetting

Fa 0/0 Fa 0/0

S 2/0

S 2/0DCE

Subnet 152

Host 262 Host 520

Page 6: Due Date: By end of academic week 9. Student Name: __________________________________________

6

Brisbane Router - Configuration

! The FastEthernet interface configuration:

interface fa 0/0ip address <replace with address> 255.255.192.0description Link to Brisbane Hub, Subnet 85no shutdown

! The Serial interface configuration:

interface serial 2/0ip address <replace with address> 255.255.192.0! This is DCE end of the linkclock rate 64000description Link to Adelaide Router, Subnet 152no shutdown

! Set hostname of the router

hostname Brisbane

Page 7: Due Date: By end of academic week 9. Student Name: __________________________________________

7

Brisbane PC - Configuration

• Set the PC’s IP address to address of Host 262

• Set PC’s subnet mask to 255.255.192.0

• Set PC’s gateway IP address

Page 8: Due Date: By end of academic week 9. Student Name: __________________________________________

8

Adelaide Router - Configuration

! The FastEthernet interface configuration:

interface fa 0/0ip address <replace with address> 255.255.192.0description Link to Adelaide Hub, Subnet 92no shutdown

! The Serial interface configuration:

interface serial 2/0ip address <replace with address> 255.255.192.0description Link to Brisbane Router, Subnet 152no shutdown

! Set hostname of the router

hostname Adelaide

Page 9: Due Date: By end of academic week 9. Student Name: __________________________________________

9

Adelaide PC - Configuration

• Set the PC’s IP address to address of Host 262

• Set the PC’s subnet mask to 255.255.192.0

• Set the PC’s gateway IP address

Page 10: Due Date: By end of academic week 9. Student Name: __________________________________________

10

Link (Point-to-Point) Testing

• Use the ping command to test each link is working

• Note you cannot ping from the Brisbane PC to the Adelaide PC, Why is this the case?

Page 11: Due Date: By end of academic week 9. Student Name: __________________________________________

11

Routing Protocols

Brisbane Router

router rip

version 2

no auto-summary

network <replace with network address>

Adelaide Router

router rip

version 2

no auto-summary

network <replace with network address>

Page 12: Due Date: By end of academic week 9. Student Name: __________________________________________

12

Path (End-to-End) Testing

• Use the ping, and traceroute commands to test a path exists between the Brisbane PC and the Adelaide PC

• If a path exists, Why is this the case?

Page 13: Due Date: By end of academic week 9. Student Name: __________________________________________

13

Discussion Points

• Concept of IP Subnetting

– IP Address Classes

– Classful Address

– Two Level Classful Hierarchy• Network-Prefix, Host-Number• Routing tables growing in size• Local administrators had to request another

network number, before a new network could be installed at their site

Page 14: Due Date: By end of academic week 9. Student Name: __________________________________________

14

Discussion Points

• Concept of IP Subnetting

– Three Level Subnet Hierarchy• Network Prefix, Subnet-Number, Host-Number• Subnet structure not visible to external Internet• The routers within the internal network need to

differentiate between individual subnets• Internet routers, all subnets within internal

networks collected into a single routing table entry• Route Flapping

– Subnet Address Mask

Page 15: Due Date: By end of academic week 9. Student Name: __________________________________________

15

Discussion Points

• Router IOS Modes– User Executive– Privileged Executive – Global Configuration– Interface Configuration– Router Configuration

• System Testing and Trouble Shooting– Step by Step Testing– Link (Point-to-Point) Testing– Path (End-to-End) Testing– Use of show commands– Use of debug commands

Page 16: Due Date: By end of academic week 9. Student Name: __________________________________________

16

Useful Router Commands

• show ip route• show ip protocol• show running-configure• show version• show ip interface brief• show cdp neighbors• show controllers serial <replace with interface> • show interface serial <replace with interface>• show interface ethernet <replace with interface>• debug ip rip• debug ip packet detail

• no debug all