Activity Configuring Routers, Web, DHCP, DNS and FTP Servers

Size: px
Start display at page:

Download "Activity Configuring Routers, Web, DHCP, DNS and FTP Servers"

Transcription

1 Activity Configuring Routers, Web, DHCP, DNS and FTP Servers Objectives: 1. Configure a network using 2 routers, 4 switches, 6 servers and 8 PC s. 2. Assign network addresses. 3. Configure a DHCP server to serve clients. 4. Configure a web server for a network. 5. Configure a DNS server for a network. 6. Configure an FTP server for a network. 7. Transfer files from a server to a computer. Part I: Scenario You have been asked to configure a new network for a client. This will require you to install and configure routers, switches, DHCP, web and DNS servers. You have the following four network addresses to use: Network 1: subnet mask: Network 2: subnet mask: Network 3: subnet mask: Network 4: subnet mask: Use the following equipment and rules to draw a complete network diagram of 2811 routers, routera and routerb 3. 2 of switches, LAN1switch and LAN2switch 4. 2 of 2950T-24 switches, LAN3switch and SVRswitch 5. 8 PC's named PC1 through PC servers, DHCP1, DHCP2, DHCP3, WWW, DNS and FTP 7. RIP will be the interior routing protocol Part II: Basic setup rules for routera 8. On routera fa0/0 assign the first address from network 1, turn on the port and record that address here: 9. On routera fa0/1 assign the first address from network 3, turn on the port and record that address here: 10. Connect routera fa0/0 to LAN1switch fa0/1 11. Connect routera fa0/1 to LAN2switch fa0/1 12. Connect DHCP1 to the fa0/10 port on LAN1switch and assign it the next available IP address and record that address here: Making a network 1.doc Page 1 of 8

2 13. Now you will set the address range for DHCP1 to serve 50 clients. Typically the first few addresses in a network range are used for routers and servers, so in our network we want to save the next 3 IP addresses for future servers, so the first 5 in the range are reserved. What is the range of addresses for clients? through 14. Connect DHCP2 to the fa0/10 port on LAN2switch and assign it the next available IP address and record that address here: 15. Set the address range on the server to serve 50 clients, follow the same guideline before and reserve the first 5 addresses. What is the range of addresses for clients? through 16. Place PC1 (fa0/3) and PC3 (fa0/2) on LAN1switch and configure them to obtain an address through DHCP. 17. Place PC2 (fa0/2) and PC4 (fa0/3) on LAN2switch and configure them to obtain an address through DHCP. 18. Complete the following table: PC Designation PC1 PC2 PC3 PC4 IP Address 19. Verify full connectivity of each PC through PING: PC1 PING successful, yes or no PC2 PING successful, y or n ping PC2 ping PC1 ping PC3 ping PC3 ping PC4 ping PC4 PC3 PING successful, yes or no PC4 PING successful, y or n ping PC1 ping PC1 ping PC2 ping PC2 ping PC4 ping PC3 20. Propose a reason why some of the PINGs did work, and why some of them did not work. Making a network 1.doc Page 2 of 8

3 Part III: Basic setup rules for routerb: 21. On routerb fa0/1 assign the first address from network 2, turn on the port and record that address here: 22. Connect routerb fa0/1 to LAN3switch fa0/ Using a cross-over cable connect SVRswitch fa0/2 to LAN3switch fa0/ Now you need to connect the two routers. You will configure the serial ports on the routers to use network 4 for this connection. 25. Before you begin this you will need to add serial ports to the router. 26. Click on RouterA to open it. 27. Select the Config tab. 28. Next to the NVRAM label are two buttons, click on the Save button. 29. Select the Physical tab. 30. Look at the router and find the power button (look for the green light). 31. Click on the power button, this will turn the router off (light will turn off). 32. Now look under the MODULES tab and locate the WIC 2-T option. 33. Left click and drag a WIC 2-T to the router and place it on slot 0, which should be on the bottom right. 34. Now drag a WIC cover to the other slots. 35. Turn the router back on. 36. Repeat the process to add serial ports to RouterB. 37. Assign serial 0/0/0 of routera the first available address from network 4 and record that address here: **make sure the port is on 38. Assign serial 0/0/1 of routerb the second available address from network 4 and record that address here: **make sure the port is on 39. Connect the two serial ports together using a serial DCE cable. 40. Determine which router is serving as the DCE and set the clock rate to Connect PC7 to SVRswitch (fa0/3). 42. Connect the following PC s to the ports on LAN3switch: PC5 (fa0/5), PC6 (fa0/6) and PC8 (fa0/7). 43. Open each PC5 PC6 PC7 and PC8 and attempt to obtain an IP address from the command line by using the command: the ipconfig /renew 44. What is the result of the ipconfig /renew command on each PC? PC5 - PC6 - PC7 - PC8-45. Provide an explanation for this result: Making a network 1.doc Page 3 of 8

4 46. Connect DHCP3 to the fa0/4 port on LAN3switch and assign it the next available IP address and record that address here: 47. Set the address range on the server to serve 50 clients, follow the same guideline before and reserve the first 5 addresses. What is the range of addresses for clients? through 48. Complete the following table: PC Designation PC5 PC6 PC7 PC8 IP Address 49. Verify full connectivity of each PC through PING: PC5 PING successful, yes or no PC6 PING successful, y or n ping PC6 ping PC5 ping PC7 ping PC7 ping PC8 ping PC8 PC7 PING successful, yes or no PC8 PING successful, y or n ping PC5 ping PC5 ping PC6 ping PC6 ping PC8 ping PC7 Part IV: Configure the routing process 50. Run some PING s from PC s connected to routera to PC s connected to routerb. Are any of them successful? 51. This is because the routing process between routers has not yet been configured. 52. Now you will configure the routing process. 53. Open routera. 54. Select the Config tab. 55. Under the ROUTING section select RIP. 56. Enter the three networks (one at a time and be sure to click Add after each one) that are on routera. They are: , and Now open routerb and add the networks that are on routerb. 58. Repeat the PING attempts. What is the result now? Making a network 1.doc Page 4 of 8

5 59. When a PC sends a PING it is sending an ECHO-REQUEST. When the receiving PC gets the request, it needs to send an ECHO-REPLY. These have to know how to leave a network, which is the gateway. 60. Open up each of the DHCP servers and add the router port that is closest to the server as the default gateway. 61. Move to each PC and run the following two commands from the command prompt: c:\> ipconfig /release c:\> ipconfig /renew 62. What new address is now obtained on each PC? 63. Re-run the PING s from a few PC s and they should all be successful now. Part V: Configure the WWW server 64. Connect WWW to SVRswitch fa0/1 and assign it the next available server IP address and record that address here: 65. You must turn off the other services that you are not using, what will happen if the DHCP service is left tuned on? 66. Activate the http server on WWW. 67. Enter this as the Default page Content: 68. <html> 69. <center><font size='+2' color='blue'>packet Tracer 4.1</font></center> 70. <h1>welcome to the Network class web server!</h1> 71. </html> 72. You should be able to open the web page from any PC by entering the web server s IP address in the address bar of the web browser on each PC. Verify connectivity below: PC Open the web page by IP address, yes or no *If PC1 PC4 cannot reach the web server through the IP address, check the default gateway on the WWW server. Making a network 1.doc Page 5 of 8

6 73. Now move to each PC and open the web browser, load the page by using the domain name ( and record the results below: PC Open the web page by domain name, yes or no Suggest a reason why you can connect to the web server by it s IP address, but not by it s domain name: Part VI: Configure the DNS server 75. This can be resolved by adding a DNS server to the network. What TCP port does DNS use? 76. What is the next available server IP address on routerb fa0/1? 77. Connect DNS to SVRswitch fa0/4 and assign it the above IP address. 78. Activate the DNS server on DNS **You must turn off the other services that you are not using. 79. Select the DNS server tab and make the following entry for the web server: 80. Domain Name: IP Address: enter the actual IP address of the web server 82. Click Add. 83. Open the web browser on PC1 and open the web page by domain name. Did it open up? 84. Open the web page by its IP address. Did it work? 85. Suggest a reason as to why it is not working by domain name: 86. Open each of the three DHCP servers and enter the IP address of the DNS server into the DNS server setting. 87. Move to each PC and open up a command prompt. 88. What is the command that will release an IP address that was obtained through DHCP? 89. What is the command that will renew an IP address through DHCP? 90. Run the above two commands on each of the eight PC s in your network. Making a network 1.doc Page 6 of 8

7 91. Complete the following information: PC1 IP Address: subnet mask: gateway: Primary DNS: PC8 IP Address: subnet mask: gateway: Primary DNS: 92. Now move to each PC and open the web browser, load the page by using the domain name ( and record the results below: PC Open the web page by domain name, yes or no *If PC1 PC4 cannot reach the web server through the domain name, check the default gateway on the DNS server. Making a network 1.doc Page 7 of 8

8 Part VII: Configure the FTP server 93. What is the next available server IP address on routerb fa0/1? 94. Connect FTP to SVRswitch fa0/6 and assign it the above IP address. 95. Configure the remaining variables to ensure full IP connectivity. 96. Activate the FTP server on DNS **You must turn off the other services that you are not using. 97. Create a new user on the FTP server with the following information: username: user1 password: secret rights: R W D N L 98. Move to PC3 and open the command prompt. 99. Run a few pings to the server and verify full connectivity Access the FTP service on the FTP server and run a directory listing. What command did you use? 101. How many files are listed? 102. Which file is the smallest file? 103. Which file is the largest file? 104. Copy the following file from the server to PC3: c2950-i6q4l2-mz ea4.bin 105. You should have now reached 100% for the Packet Tracer activity. Making a network 1.doc Page 8 of 8

Department Of Computer Science

Department Of Computer Science Department Of Computer Science Laboratory Manual Prepared By: Muhammad Nouman Farooq Lecturer and Course Coordinator Course: Computer Communication and Networks (CS-205) Page 1 of 43 Table of Contents

More information

Packet Tracer Create a Simple Network Using Packet Tracer

Packet Tracer Create a Simple Network Using Packet Tracer Using Packet Tracer Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway PC Ethernet0 DHCP 192.168.0.1 Wireless Router Cisco.com Server LAN 192.168.0.1 255.255.255.0 Internet

More information

Lab Capturing and Analyzing Network Traffic

Lab Capturing and Analyzing Network Traffic Lab 1.2.2 Capturing and Analyzing Network Traffic Host Name IP Address Fa0/0 Subnet Mask IP Address S0/0/0 Subnet Mask Default Gateway RouterA 172.17.0.1 255.255.0.0 192.168.1.1 (DCE) 255.255.255.0 N/A

More information

1. Which OSI layers offers reliable, connection-oriented data communication services?

1. Which OSI layers offers reliable, connection-oriented data communication services? CCNA 1 Practice Final Exam Answers v4.0 100% 1. Which OSI layers offers reliable, connection-oriented data communication services? application presentation session transport network 2. Refer to the exhibit.

More information

AT&T Digital Subscriber Line Service

AT&T Digital Subscriber Line Service AT&T Digital Subscriber Line Service Windows 2000 Professional PC Configuration Guide Overview Welcome to AT&T DSL Internet Service! This guide is designed to help you configure your PC to access the Internet

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

Packet Tracer Mini-Lab 04: Supplement Configuring 2 LANs and 2 Routers with Config in Packet Tracer

Packet Tracer Mini-Lab 04: Supplement Configuring 2 LANs and 2 Routers with Config in Packet Tracer Packet Tracer Mini-Lab 04: Supplement Configuring 2 LANs and 2 Routers with Config in Packet Tracer CAVEAT: THE LABS IN CC2-180 MAY NOT WORK ENTIRELY AS PLANNED. WE WILL BE UTILIZING BOTH A SERVER 2012

More information

Packet Tracer - Using Traceroute to Discover the Network (Instructor Version)

Packet Tracer - Using Traceroute to Discover the Network (Instructor Version) (Instructor Version) Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only. Topology Scenario The company you work for has acquired a new branch location.

More information

6.5.1: Packet Tracer Skills Integration Challenge Activity Topology Diagram

6.5.1: Packet Tracer Skills Integration Challenge Activity Topology Diagram 6.5.1: Packet Tracer Skills Integration Challenge Activity Topology Diagram All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page

More information

Activity Configuring and Securing a Wireless LAN in Packet Tracer

Activity Configuring and Securing a Wireless LAN in Packet Tracer Activity Configuring and Securing a Wireless LAN in Packet Tracer Objectives: 1. Configure a Wireless Access Point (WAP) local IP address. 2. Configure a WAP with an SSID. 3. Change the administrator s

More information

Lab - Configure a NIC to Use DHCP in Windows

Lab - Configure a NIC to Use DHCP in Windows Introduction In this lab, you will configure an Ethernet NIC to use DHCP to obtain an IP address and test connectivity between two computers. Recommended Equipment Wireless router Two computers running

More information

CCNA 1 Final Exam Answers UPDATE 2012 eg.1

CCNA 1 Final Exam Answers UPDATE 2012 eg.1 CCNA 1 Final Exam Answers UPDATE 2012 eg.1 January 12th, 2012AdminLeave a commentgo to comments Which of the following are the address ranges of the private IP addresses? (Choose three.) 10.0.0.0 to 10.255.255.255

More information

Experiment 3: Protocol Visualization with Packet Tracer

Experiment 3: Protocol Visualization with Packet Tracer Experiment 3: Protocol Visualization with Packet Tracer Learning Objectives: Explore Packet Tracer Real-time mode Explore the Logical Workspace Explore Packet Tracer operation Connect devices Examine a

More information

Lab - Configure Wireless Router in Windows

Lab - Configure Wireless Router in Windows Introduction In this lab, you will configure and test the wireless settings on a wireless router. Recommended Equipment A computer with Windows installed A Wireless NIC installed An Ethernet NIC installed

More information

PT Activity: Configure AAA Authentication on Cisco Routers

PT Activity: Configure AAA Authentication on Cisco Routers PT Activity: Configure AAA Authentication on Cisco Routers Instructor Version Topology Diagram Addressing Table Device Interface IP Address Subnet Mask R1 Fa0/0 192.168.1.1 255.255.255.0 S0/0/0 10.1.1.2

More information

PT Activity: Configuring a Zone-Based Policy Firewall (ZPF)

PT Activity: Configuring a Zone-Based Policy Firewall (ZPF) PT Activity: Configuring a Zone-Based Policy Firewall (ZPF) Instructor Version Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 R2 R3 Fa0/1 192.168.1.1 255.255.255.0

More information

Laboration 1 Examine the Topology and Basic Troubleshooting Commands

Laboration 1 Examine the Topology and Basic Troubleshooting Commands Laboration 1 Examine the Topology and Basic Troubleshooting Commands Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page

More information

SR-201 Network Relay Quick Start Guide

SR-201 Network Relay Quick Start Guide SR-201 Network Relay Quick Start Guide Table of Content Connect to your device...2 Change configurations...3 Setup remote control via internet...4 Android software...5 Integrate to your applications...6

More information

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy).

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy). 21. Multiple WAN Vigor 3300Bplus has three WAN interfaces, while Vigor 3300 and Vigor 3300V both have four WAN interfaces. With the Load Balance feature, you can use multiple WAN links simultaneously.

More information

PT Activity 5.6.1: Packet Tracer Skills Integration Challenge Topology Diagram

PT Activity 5.6.1: Packet Tracer Skills Integration Challenge Topology Diagram Topology Diagram All contents are Copyright 2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 6 Addressing Table Device Interface IP Address Subnet Mask

More information

MAC Address Filtering Setup (3G18Wn)

MAC Address Filtering Setup (3G18Wn) MAC Address Filtering Setup (3G18Wn) MAC Address Filtering MAC address filtering refers to the process of allowing (or denying) access to your wireless network based on the hardware address of the device

More information

Case Study. WANs. Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0

Case Study. WANs. Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0 Case Study WANs Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0 Overview and Objectives This final case study shows you how to build and configure a complex network using the skills you

More information

CCNA Security PT Practice SBA

CCNA Security PT Practice SBA A few things to keep in mind while completing this activity: 1. Do not use the browser Back button or close or reload any Exam windows during the exam. 2. Do not close Packet Tracer when you are done.

More information

Lab Configuring and Verifying Extended ACLs Topology

Lab Configuring and Verifying Extended ACLs Topology Topology 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.10.1

More information

Troubleshooting Network analysis Software communication tests and development Education. Protocols used for communication (10 seconds capture)

Troubleshooting Network analysis Software communication tests and development Education. Protocols used for communication (10 seconds capture) Lab 1 Wireshark Wireshark is an open source and free packet analyser used for many purposes, such as: Troubleshooting Network analysis Software communication tests and development Education This reports

More information

Use of the TCP/IP Protocols and the OSI Model in Packet Tracer

Use of the TCP/IP Protocols and the OSI Model in Packet Tracer Communication Networks [Netw501] Spring 2018 Tutorial 3 Packet Tracer Activity 3 Use of the TCP/IP Protocols and the OSI Model in Packet Tracer Introduction: In Packet Tracer simulation mode, detailed

More information

Take Assessment - CCNA 607 Certification Practice Exam - CCNA 4 WAN Technologies Version 3.1

Take Assessment - CCNA 607 Certification Practice Exam - CCNA 4 WAN Technologies Version 3.1 Assessment System 1. Assessment Selection 2. Assessment Settings 3. Take Assessment Take Assessment - CCNA 607 Certification Practice Exam - CCNA 4 WAN Technologies Version 3.1 Time Remaining: 16 A network

More information

DHCP in. Introduction. Step 1 router. In this lab, you. computer. Page 1 of 7

DHCP in. Introduction. Step 1 router. In this lab, you. computer. Page 1 of 7 Essentials 5.0 6.3.2.7 Lab - Configure a NIC to Use DHCP in Windows 7 Introduction Print and complete this lab. In this lab, you will configure an Ethernet NIC to use DHCP to obtain an IP address and testt

More information

Ch6 Packet Tracer Skills Integration Challenge Topology Diagram

Ch6 Packet Tracer Skills Integration Challenge Topology Diagram Topology Diagram All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 7 Addressing Table for R1 Device Interface IP Address

More information

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal Tasks: Time: 2:00 hrs (Task 1-6 should take 45 min; the rest of the time is for Ethereal) 1 - Verify that TCP/IP is installed on

More information

Packet Tracer - Subnet Scenario 2 Topology

Packet Tracer - Subnet Scenario 2 Topology Topology 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5 Addressing Table Device Interface IP Address Subnet Mask Default Gateway G0/0 R1 S0/0/0 G0/0 S0/0/0

More information

DIGITCOM DVR System Quick installation MANUAL

DIGITCOM DVR System Quick installation MANUAL DIGITCOM DVR System Quick installation MANUAL Smart Industries Smart Group www.smarthomebus.com Methods of remote Access: 1- Using a Static IP address provided by your ISP 2- Using the Online server www.dvrnat.com

More information

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 HQ S0/0/0 S0/0/1 Lo1 10.10.10.1 255.255.255.252 Fa0/0 Branch1 S0/0/0 S0/0/1 Fa0/0 Branch2 S0/0/0 S0/0/1 PC1

More information

CCNA 1 Final Exam Answers UPDATE 2012 eg.2

CCNA 1 Final Exam Answers UPDATE 2012 eg.2 CCNA 1 Final Exam Answers UPDATE 2012 eg.2 January 12th, 2012AdminLeave a commentgo to comments 1. When must a router serial interface be configured with the clock rate command? when the interface is functioning

More information

2. Which two functions of the OSI model occur at layer two? (Choose two.) physical addressing encoding routing cabling media access control

2. Which two functions of the OSI model occur at layer two? (Choose two.) physical addressing encoding routing cabling media access control 1. Which of the following are the address ranges of the private IP addresses? (Choose three.) 10.0.0.0 to 10.255.255.255 200.100.50.0 to 200.100.25.255 150.150.0.0 to 150.150.255.255 172.16.0.0 to 172.31.255.255

More information

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM This lab has been updated for use on NETLAB+ Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces.

More information

CCNA MCQS with Answers Set-1

CCNA MCQS with Answers Set-1 CCNA MCQS with Answers Set-1 http://freepdf-books.com CCNA MCQS with Answers Set-1 Question 1# - Which of the following are ways to provide login access to a router? (choose all that apply) A. HTTP B.

More information

Packet Tracer Mini-Lab 08: Supplement Configuring 2 LANs/2 Routers using Config, CLI, & RIPv2

Packet Tracer Mini-Lab 08: Supplement Configuring 2 LANs/2 Routers using Config, CLI, & RIPv2 Packet Tracer Mini-Lab 08: Supplement Configuring 2 LANs/2 Routers using Config, CLI, & RIPv2 CAVEAT: THE LABS IN CC2-180 MAY NOT WORK ENTIRELY AS PLANNED. WE WILL BE UTILIZING BOTH A SERVER 2012 R2 HOST

More information

Lab Well-Known Port Numbers and Multiple Sessions

Lab Well-Known Port Numbers and Multiple Sessions Lab 10.2.5 Well-Known Port Numbers and Multiple Sessions Objective Enable HTTP services on a router. Show multiple HTTP and Telnet sessions on a single host. Observe well-known TCP port numbers on the

More information

TEST PROJECT IT NETWORK SYSTEMS ADMINISTRATION

TEST PROJECT IT NETWORK SYSTEMS ADMINISTRATION TEST PROJECT IT NETWORK SYSTEMS ADMINISTRATION Submitted by: Cisco Systems CONTENTS CONTENTS... 2 MODULE D SECRET CHALLENGE... 3 CONTENTS... 3 INTRODUCTION... 3 DESCRIPTION OF PROJECT AND TASKS... 3 2

More information

Internetworking with Packet Tracer

Internetworking with Packet Tracer Internetworking with Packet Tracer Objectives Develop an understanding of the basic functions of Packet Tracer. Create/model two simple Ethernet networks connected by a switch. Observe traffic behavior

More information

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS Before you start Objectives: Familiarize yourself with the services such as File and Print, WWW, FTP, E- mail, Faxing, Remote Access, DHCP, DNS and WINS.

More information

Unit 28 Website Production ASSIGNMENT 1

Unit 28 Website Production ASSIGNMENT 1 Unit 28 Website Production ASSIGNMENT 1 Last week Learning outcomes History HTML skeleton Annotated diagram of a WAN Servers, routers, client PC, browser, Server OS Switch, packet Architecture ISP Web

More information

Lab 5.6.2: Challenge RIP Configuration

Lab 5.6.2: Challenge RIP Configuration Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway BRANCH HQ ISP PC1 PC2 PC3 Fa0/0 S0/0/0 Fa0/0 S0/0/0 S0/0/1 Fa0/0 S0/0/1 NIC NIC NIC Learning Objectives Upon completion

More information

Lab Configuring the PIX Security Appliance as a DHCP Server

Lab Configuring the PIX Security Appliance as a DHCP Server Lab 8.5.3 Configuring the PIX Security Appliance as a DHCP Server Objective Scenario Topology Estimated Time: 15 minutes Number of Team Members: Two teams with four students per team. In this lab, students

More information

How to Set-up Your DVR/NVR on a Network

How to Set-up Your DVR/NVR on a Network How to Set-up Your DVR/NVR on a Network Ok, you wanna view your cameras over the Internet, but you don't know how? So, you opened this guide and now you're looking at it and you're like "What!?" There's

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

Port Forwarding Setup (RTA1025W)

Port Forwarding Setup (RTA1025W) Port Forwarding Setup (RTA1025W) Port Forwarding Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. This is most commonly

More information

Lab: RIP v2 with VLSM

Lab: RIP v2 with VLSM Lab: RIP v2 with VLSM Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway BRANCH HQ ISP PC1 PC2 PC3 PC4 PC5 Lo1 S0/0/0 Lo1 S0/0/0 S0/0/1 S/0/0/1 Learning Objectives

More information

Lab Router Configuration Using Setup Instructor Version 2500

Lab Router Configuration Using Setup Instructor Version 2500 Lab 2.2.1 Router Configuration Using Setup Instructor Version 2500 Objective Use the System Configuration dialog (setup). Establish some basic router configurations. Background/Preparation A new router

More information

CCNA Security 1.0 Student Packet Tracer Manual

CCNA Security 1.0 Student Packet Tracer Manual 1.0 Student Packet Tracer Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors

More information

Vendor: Cisco. Exam Code: Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo Vendor: Cisco Exam Code: 100-105 Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo DEMO QUESTION 1 If the resume command is entered after the sequence that is

More information

Lab 1.3.2: Review of Concepts from Exploration 1 - Challenge

Lab 1.3.2: Review of Concepts from Exploration 1 - Challenge Lab 1.3.2: Review of Concepts from Exploration 1 - Challenge Topology Diagram Learning Objectives Upon completion of this lab, you will be able to: Create a logical topology given network requirements

More information

Savvius Insight Initial Configuration

Savvius Insight Initial Configuration The configuration utility on Savvius Insight lets you configure device, network, time settings, and reporting options. Important! Savvius Insight comes pre-configured to obtain its IP address via DHCP.

More information

Cisco Interconnecting Cisco Networking Devices Part 2

Cisco Interconnecting Cisco Networking Devices Part 2 Cisco 200-105 Interconnecting Cisco Networking Devices Part 2 R1# show running-config description ***Loopback*** ip address 192.168.1.1 255.255.255.255 Question: 374 description **Connected to R1-LAN**

More information

Port Forwarding Setup (NB7)

Port Forwarding Setup (NB7) Port Forwarding Setup (NB7) Port Forwarding Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. This is most commonly used

More information

Lab Correcting RIPv2 Routing Problems

Lab Correcting RIPv2 Routing Problems Lab 9.4.2 Correcting RIPv2 Routing Problems e Interface IP Address Subnet Mask Default Gateway Device Host Name Interface IP Address Subnet Mask Default Gateway R1 BRANCH1 Fast Ethernet 0/0 172.16.0.1

More information

Lab Configure Cisco IOS Firewall CBAC on a Cisco Router

Lab Configure Cisco IOS Firewall CBAC on a Cisco Router Lab 3.8.3 Configure Cisco IOS Firewall CBAC on a Cisco Router Objective Scenario Topology Estimated Time: 35 minutes Number of Team Members: Two teams with four students per team In this lab, students

More information

PT Activity 8.6.1: CCNA Skills Integration Challenge Topology Diagram

PT Activity 8.6.1: CCNA Skills Integration Challenge Topology Diagram Topology Diagram All contents are Copyright 2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 7 Addressing Table for HQ Device Interface IP Address Subnet

More information

Lab 6.4.2: Challenge Inter-VLAN Routing

Lab 6.4.2: Challenge Inter-VLAN Routing Lab 6.4.2: Challenge Inter-VLAN Routing Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.99.11 255.255.255.0 192.168.99.1 S2 VLAN

More information

Troubleshooting Your Network

Troubleshooting Your Network Troubleshooting Your Network Networking for Home and Small Businesses Chapter 9 Copyleft 2012 Vincenzo Bruno (www.vincenzobruno.it) Released under Crative Commons License 3.0 By-Sa Cisco name, logo and

More information

Cisco Interconnecting Cisco Networking Devices Part 1.

Cisco Interconnecting Cisco Networking Devices Part 1. Cisco 100-105 Interconnecting Cisco Networking Devices Part 1 http://killexams.com/pass4sure/exam-detail/100-105 Question: 323 Refer to the exhibit. SwitchA receives the frame with the addressing shown.

More information

First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless

First: Obtain a Linksys WUSB300N for V11A adapter kit: it contains the USB wireless First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless network adapter (with USB extension cable and Windows XP installation CD.) Before plugging in the adapter, verify that

More information

Lab - Troubleshooting ACL Configuration and Placement Topology

Lab - Troubleshooting ACL Configuration and Placement Topology Topology 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway HQ G0/1 192.168.1.1

More information

Teacher s Reference Manual

Teacher s Reference Manual UNIVERSITY OF MUMBAI Teacher s Reference Manual Subject: Security in Computing Practical with effect from the academic year 2018 2019 Practical 1: Packet Tracer - Configure Cisco Routers for Syslog, NTP,

More information

CCNA 1 Chapter 11 V4.0 Answers

CCNA 1 Chapter 11 V4.0 Answers CCNA 1 Chapter 11 V4.0 Answers 1. Refer to the exhibit. What command will place the router into the correct mode to configure an appropriate interface to connect to a LAN? UBAMA# configure terminal UBAMA(config)#

More information

PASS4TEST IT 인증시험덤프전문사이트

PASS4TEST IT 인증시험덤프전문사이트 PASS4TEST IT 인증시험덤프전문사이트 http://www.pass4test.net 일년동안무료업데이트 Exam : 200-120 Title : CCNA Cisco Certified Network Associate CCNA (803) Vendor : Cisco Version : DEMO Get Latest & Valid 200-120 Exam's Question

More information

Lab - Troubleshooting DHCPv4 Topology

Lab - Troubleshooting DHCPv4 Topology Topology 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.0.1

More information

CCENT Study Guide. Chapter 9 IP Routing

CCENT Study Guide. Chapter 9 IP Routing CCENT Study Guide Chapter 9 IP Routing Chapter 9 Objectives The CCENT Topics Covered in this chapter include: 3.0 Routing Technologies 3.1 Describe the routing concepts. 3.1.a Packet handling along the

More information

The Administration Tab - Diagnostics

The Administration Tab - Diagnostics The Administration Tab - Diagnostics The diagnostic tests (Ping and Traceroute) allow you to check the connections of your network components. Ping Test. The Ping test will check the status of a connection.

More information

Packet Tracer - Subnet Scenario 2 (Instructor Version)

Packet Tracer - Subnet Scenario 2 (Instructor Version) (Instructor Version) Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only. Topology 2015 Cisco and/or its affiliates. All rights reserved. This document

More information

Packet Tracer - Connect a Router to a LAN (Instructor Version)

Packet Tracer - Connect a Router to a LAN (Instructor Version) (Instructor Version) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Topology Addressing Table Device Interface IP Address Subnet Mask Default

More information

TCP/IP Fundamentals. Introduction. Practice Practice : Name. Date Period

TCP/IP Fundamentals. Introduction. Practice Practice : Name. Date Period Name Date Period TCP/IP Fundamentals Introduction For the Network+ Certification exam, you should be able to identify the class of an IP address, an APIPA IP address, and a private IP address as well as

More information

Lab - Troubleshooting Standard IPv4 ACL Configuration and Placement Topology

Lab - Troubleshooting Standard IPv4 ACL Configuration and Placement Topology Lab - Troubleshooting Standard IPv4 ACL Configuration and Placement Topology 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Objectives

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

Lab Using the CLI to Gather Network Device Information Topology

Lab Using the CLI to Gather Network Device Information Topology Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1 255.255.255.0 N/A Lo0 209.165.200.225 255.255.255.224 N/A S1 VLAN 1 192.168.1.11 255.255.255.0

More information

Lab #4 TECH 4281 Spring 2015

Lab #4 TECH 4281 Spring 2015 Lab #4 TECH 4281 Spring 2015 If you have not done so yet, install GNS3 from http://www.gns3.com/. When starting GNS3, please name the project Lab3_Yourname. For this lab, we will be using the Cisco.bin

More information

Getting Started with the VG248

Getting Started with the VG248 CHAPTER 2 Before you can configure the telephony features on the VG248 to interact with the analog phones, you must first configure the basic network, SNMP, and password settings. These settings enable

More information

TCP/IP Diagnostic Utilities on Windows 2008 Server

TCP/IP Diagnostic Utilities on Windows 2008 Server TCP/IP Diagnostic Utilities on Windows 2008 Server June 20, 2012 Copyright 2012 by World Class CAD, LLC. All Rights Reserved. TCP/IP Utilities In this lesson, we will learn about how to use the TCP/IP

More information

Lab 8.4.2: Show IP Route Challenge Lab

Lab 8.4.2: Show IP Route Challenge Lab Addressing Table Device Interface IP Address Subnet Mask R1 R2 R3 R4 R5 Learning Objectives Upon completion of this lab, you will be able to: Determine network topology based on the outputs from the show

More information

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com Networking Notes Common Internet Speeds Dial Up 56 kbs 1000kbs = 1 mbs (1 user capacity) DSL 1.5 mbs (1 channel 10 user capacity) T1 1.5 mbs (24 channel 500 user capacity) Scalable Ethernet (Adjustable

More information

Port Forwarding Setup (RTA1025W Rev2)

Port Forwarding Setup (RTA1025W Rev2) Port Forwarding Setup (RTA1025W Rev2) Port Forwarding Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. This is most commonly

More information

Lab: Install a NIC in Windows XP

Lab: Install a NIC in Windows XP 11.4.1 Lab: Install a NIC in Windows XP Introduction Print and complete this lab. In this lab, you will install a NIC, verify NIC operation, and manually configure an IP address. Recommended Equipment

More information

Lab 9.6.2: Challenge EIGRP Configuration Lab

Lab 9.6.2: Challenge EIGRP Configuration Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway HQ BRANCH1 BRANCH2 PC1 PC2 PC3 Fa0/0 S0/0/0 S0/0/1 Lo1 Fa0/0 S0/0/0 S0/0/1 Fa0/0 S0/0/0 S0/0/1 NIC NIC NIC All

More information

NETWORK LAB 2 Configuring Switch Desktop

NETWORK LAB 2 Configuring Switch Desktop Configuring Switch 1. Select the switch tab and then add a switch from the list of switches we have to the workspace, we will choose (2950-24) switch. 2. Add a number of PCs next to the switch in order

More information

Lab: Configure Wireless Security

Lab: Configure Wireless Security 16.3.1 Lab: Configure Wireless Security Introduction Print and complete this lab. In this lab, you will configure and test the wireless settings on the Linksys WRT300N. Recommended Equipment Two computers

More information

Chapter 4: Routing Concepts. Routing & Switching

Chapter 4: Routing Concepts. Routing & Switching Chapter 4: Routing Concepts Routing & Switching Routers are Computers Routers are specialized computers containing the following required components to operate: Central processing unit (CPU) Operating

More information

XCONNECT 2018 GATEWAY USER MANUAL

XCONNECT 2018 GATEWAY USER MANUAL XCONNECT 2018 GATEWAY USER MANUAL V1.0 This guide will assist in the installation and configuration of the xconnect 2018 Gateway. Version 1.0 of the xconnect Gateway web portal includes the necessary functionality

More information

PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS

PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS Objectives At the end of this workshop participants will: Be able to configure, maintain and manage routers have a clear practical understanding

More information

Chapter 8: Lab B: Configuring a Remote Access VPN Server and Client

Chapter 8: Lab B: Configuring a Remote Access VPN Server and Client Chapter 8: Lab B: Configuring a Remote Access VPN Server and Client Topology IP Addressing Table Device Interface IP Address Subnet Mask Default Gateway Switch Port R1 FA0/1 192.168.1.1 255.255.255.0 N/A

More information

EXAM - HP0-Y52. Applying HP FlexNetwork Fundamentals. Buy Full Product.

EXAM - HP0-Y52. Applying HP FlexNetwork Fundamentals. Buy Full Product. HP EXAM - HP0-Y52 Applying HP FlexNetwork Fundamentals Buy Full Product http://www.examskey.com/hp0-y52.html Examskey HP HP0-Y52 exam demo product is here for you to test the quality of the product. This

More information

NETWORK SET UP GUIDE FOR

NETWORK SET UP GUIDE FOR NETWORK SET UP GUIDE FOR USX11ZS USX11ZAND USX21ZS USX31ZAND DVRX16D DVRX13D HDDX13D SUPPORTING ROUTER D-Link Linksys NETGEAR BELKI If your router manufacturer is not listed please go to http://portforward.com/

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. This chapter contains the following sections

More information

Lab Troubleshooting RIP

Lab Troubleshooting RIP Lab 7.2.6 Troubleshooting RIP Objective Set up an IP addressing scheme using class B networks. Configure RIP on routers. Observe routing activity using the debug ip rip command. Examine routes using the

More information

Exam Name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT v2.0)

Exam Name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT v2.0) Vendor: Cisco Exam Code: 300-135 Exam Name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT v2.0) Version: DEMO QUESTION 1 The following commands are issued on a Cisco Router: Router(configuration)#access-list

More information

Using Packet Tracer to Build a Network

Using Packet Tracer to Build a Network Using Packet Tracer to Build a Network We will be using Packet Tracer today to create the following network. This topology requires one 2811 router two 2960 switches and three workstations. Launch Packet

More information

Lab Catalyst 2950T and 3550 Series Basic Setup

Lab Catalyst 2950T and 3550 Series Basic Setup Lab 1.2.9.1 Catalyst 2950T and 3550 Series Basic Setup Objective Configure a Cisco Catalyst 2950T or 3550 series Ethernet switch for the first time using the command-line interface (CLI) mode. Basic first

More information

Test Project Day 4 TP39_39JP_EN_v1.4

Test Project Day 4 TP39_39JP_EN_v1.4 Test Project Day 4 TP39_39JP_EN_v1.4 WorldSkills International Secretariat Keizersgracht 62-64, 1015 CS Amsterdam, The Netherlands www.worldskills.org, Tel: +31 23 5311071, Fax: +31 23 5310816 1 of 9 INTRODUCTION

More information

Sybex CCENT Chapter 8: IP Routing. Instructor & Todd Lammle

Sybex CCENT Chapter 8: IP Routing. Instructor & Todd Lammle Sybex CCENT 100-101 Chapter 8: IP Routing Instructor & Todd Lammle Chapter 8 Objectives The CCENT Topics Covered in this chapter include: IP Routing Technologies Describe basic routing concepts CEF Packet

More information