Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Spring 2015 CISS 120 Final Exam

Directions for the Skills Based Assessment - Creating a Small Network
The final exam for this course is a comprehensive lab activity. You may consult with other students on this lab if you wish, but each student should submit a separate lab that represents your own work. The lab must be submitted no later than Monday, May 11 at 7 PM. Late submittals will not be accepted. Note that in this lab you will not have the ability to check results. You will see a percentage complete so you'll have some sense for when you are done, but you will not be able to see which items are being checked. Also, it is important that you realize the percentage complete is not your grade. You may be 63% complete and get a 90 on the lab, or you could be 92% complete and get a 70. The grading criteria are given in the lab directions, but as usual, you are working to establish full connectivity between all devices and interfaces. Enjoy, and good luck!
Topology

Overview

In this lab you will be building a small network, and your tasks will include subnetting, configuring routers, switches and PCs, creating VLANs, InterVLAN routing, static routing, and dynamic routing using OSPF. The grading for the lab is divided into four sections, as follows:

• Network Design (15 points) - subnetting a /24 network
• Basic Configuration Tasks (25 points) - includes configuring hostnames, interfaces, and default gateways
• Configure the Branch LANs (25 points) - configuring switchports, VLANs, and InterVLAN routing
• Configure Static and Dynamic Routing (35 points)

I suggest that you print out these directions for reference as you complete this activity. There are no embedded instructions in the lab itself.

Network Design

You will be creating the networks for the 3 customer LANs and the two internal Point-to-point networks. You are given the 10.10.1.0 /24 network to work with.

First create the Central LAN network, which will need to support 100 hosts. The second network will be the Student LAN (VLAN 2), and will need to support 60 hosts. The third network will be the Faculty LAN (VLAN 3), which will need to support 30 hosts. The fourth and fifth networks will be used for the two serial point-to-point links, and will each support 2 hosts. Note that there will be unused address space when you have completed your subnetting.
For the LANs, assign the first usable address to the router interface, and the second address to the PCs. For the Central LAN, you will also be assigning the last assignable address to S4 switch VLAN 1 interface. I strongly recommend that you fill out the following table to keep things straight. Since the % complete will depend on the correct subnetting and address assignments, you may want to confirm you have done this step correctly before proceeding. If you submit your subnetting diagram to me, I will grade it and correct it. That way you will know that part is correct, and you can focus on the configuration. There will be a separate submittal link for your subnetting table. Note that this submittal is not required, but it is recommended.

Final Lab - Addressing Table
Device/Interface IP Address Network Mask Default gateway
Central Gi0/1 n/a
Branch Gi0/1.2 n/a
Branch Gi0/1.3 n/a
Branch S0/0/0 n/a
Central S0/0/0 n/a
Central S0/0/1 n/a
HQ S0/0/1 n/a
HQ S0/0/0 200.2.2.9 (preconfigured) 255.255.255.252 n/a
PC1
PC2
PC3

Switch S4 VLAN 1

Basic Configuration Tasks (25 points)
Configure the hostnames on all routers and switches, as shown in the topology
Configure the serial interfaces for Branch, Central, and HQ according to your addressing table, and verify point-to-point connectivity.
Configure the Central LAN (PC3, Switch S4 and Central Gi0/1) with the appropriate addresses and mask, and verify connectivity from the PC and the switch to the default gateway.

You will be configuring the interfaces in the Branch LAN in the next step.
Configure the Branch LANs

From your addressing table, configure the appropriate IP address, subnet mask, and default gateway on PC1 and PC2.
Create VLANs 2 and 3 on all three switches, naming VLAN 2 Students and VLAN 3 Faculty. Configure ports fa0/5, fa0/6, and Gi0/1 as trunk ports on all three switches. On S2, configure port fa0/12 as an access port and assign it to VLAN 2. On S3, configure Fa0/13 as an access port and assign it to VLAN 3. These three switches will not be assigned an IP address.

On router Branch, configure interface Gi0/1 with subinterfaces to provide InterVLAN routing for VLANs 2 and 3. For both subnterfaces, assign the first assignable addresses in the network assigned to that VLAN, as indicated on your address table. Turn up the G0/1 physical interface. Verify PC1 and PC2 can ping their respective default gateways. Verify InterVLAN routing between PC1 and PC2
Configure Static and Dynamic Routing

You will be configuring dynamic routing between HQ, Central, and Branch using OSPF. For each router, begin by entering router ospf configuration mode with process id 1, and assign OSPF router-ids as follows: Branch should be assigned 1.1.1.1. Central should be 2.2.2.2, and HQ should be 3.3.3.3.

Next, with the exception S0/0/0 on HQ, enable all interfaces on all routers in area 0 with the OSPF network command. The HQ S0/0/0 interface will not be enabled is OSPF since you will be doing static routing with the ISP. Use the correct wild card mask for each network (recall that the wildcard mask can be determined by subtracting the subnet mask from the 255.255.255.255. For example, a /30 network has a 255.255.255.252 network mask, and subtracting that from the 255.255.255.255 gives a wildcard mask of 0.0.0.3 for a /30 network). When you have correctly completed these tasks you should see OSPF routes in the routing tables, and OSPF adjacencies when you enter the show ip ospf neighbor command.

To complete the routing, you must configure two static routes. First, create a static default on HQ pointing to the ISP router (S0/0/0). Redistribute the static default to the OSPF domain with the OSPF configuration command default-information originate. Secondly, create a static route on the ISP router to the 172.16.3.0 /24 network, pointing to the S0/0/0 interface. If these are correctly configured, and your OSPF configuration is working, you should now have full connectivity between all hosts, servers, and router interfaces.

Verify correct operation
Before submitting, verify that all PCs can reach their default gateways and all the other PCs the Internet server. Note that your percentage complete may or may not show 100% - If you have competed all steps and have interconnectivity between all devices, you have completed the lab, and your grade will reflect that.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M91596217
  • Price:- $40

Priced at Now at $40, Verified Solution

Have any Question?


Related Questions in Computer Engineering

What would be examples of valid selection methods used by

What would be examples of valid selection methods used by the human resource department to ensure selecting the appropriate candidate for a job.

Answer the following question 1 suppose a program has a

Answer the following Question : 1. Suppose a program has a button with the caption "Quit." Suppose also that the Name property of this button is btnQuit. Write a btnQuit_Click event procedure that gives the user a second ...

C programminghelp with a program positivec that include the

***C PROGRAMMING*** Help with a program positive.c that include the following function: void extract(int *a, int n, int *positive, int *size); The function should use pointer arithmetic, not subscripting. The extract fun ...

Question a sparse matrix is an ordered array list of term

Question : A sparse matrix is an ordered array list of Term objects where a Term object consists of a row index, a column index and an Arithmetic object. Write pseudo code for an algorithm to convert an array list of Ter ...

This is a software testing techniques class so i want to

This is a software testing techniques class so I want to write about test paths using node/edge or edge-pair coverage using a real or fictitous software project. Compose a short email to the decision-maker in your organi ...

Need references for information for the following dealing

Need references for information for the following dealing with CSMS (Consolidated Sales and Marketing System Project) Produce a narrative which describes the added error-handling pathways that includes: an overview of th ...

Please elaborate your understanding about how rfid and nfc

Please elaborate your understanding about how RFID and NFC work. What are the current security considerations and challenges?

Give an example of a merger or acquisition where technology

Give an example of a merger or acquisition where technology contributed to its failure to produce desired outcomes. What reasons caused the failure? What actions might have helped ensure success?

Quesiton direct manipulation and virtual environments

Quesiton: "Direct Manipulation and Virtual Environments" Please respond to the following: • Your software development company has been contracted to build a tool that will manage user accounts and rights in an Active Dir ...

Question suppose a data packet datagram is sent in the

Question : Suppose a data packet (datagram) is sent in the Internet from a source station (computer) to a destination station. What type of addess (physical, MAC, port address or some other) is used to forward the datagr ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As