TEACHING TCP/IP NETWORKING USING HANDS-ON LABORATORY EXPERIENCE

Size: px
Start display at page:

Download "TEACHING TCP/IP NETWORKING USING HANDS-ON LABORATORY EXPERIENCE"

Transcription

1 TEACHING TCP/IP NETWORKING USING HANDS-ON LABORATORY EXPERIENCE N.I. Sarkar School of Computer and Information Sciences, Auckland University of Technology Private Bag 2, Auckland, New Zealand Nabeel A. Y. Al-Qirim College of Information Technology, United Arab Emirates University P.O Box Al Ain, United Arab Emirates [email protected] ABSTRACT This paper reports on the development of new laboratory material that gives students hands-on learning experience in TCP/IP networking. The lab exercises are designed around Linux and are suitable for classroom use in introductory level courses in TCP/IP networking. The effectiveness of these lab exercises has been evaluated both formally by students (student evaluation forms) and informally through discussion within the teaching team. The feedback from students indicates that both the development and implementation of the lab exercises were successful. This paper describes the details of the lab exercises completed to date, their overall effectiveness and our plans for future projects. The impact of the hands-on lab exercises on students learning and comprehension is also discussed. Keywords: Computer education, Evaluation, Linux, TCP/IP networking. 1. INTRODUCTION Transmission Control Protocol/Internet Protocol (TCP/IP) networking is often included in computer science, engineering, information technology, and business courses as TCP/IP is a fundamental component of Internet protocol suite. It is believed that incorporating practical demonstrations into these courses, thereby illustrating theoretical concepts and providing opportunity for hands-on learning experiences, significantly enhances student learning about TCP/IP networking. This view is frequently supported in the educational literature [1]-[2]. Yet, despite the Chinese adage, attributed to Confucius ( BC), I hear, I know. I see, I remember. I do, I understand, only a limited amount of material designed to supplement the teaching of TCP/IP networking is publicly available, as a search of the Computer Science Teaching Center [] and SIGCSE Education Links [4] sites reveals. We strongly believe, as do many others [5]-[8], that students learn more effectively from courses that provide for active involvement in hands-on practical activities. Students gain first-hand experiences in TCP/IP networking by hands-on practical work (e.g. setting up a TCP/IP network, installing and configuring a server, IP subnet addressing, TCP/IP connectivity, Telnet, anonymous FTP, name resolution, etc.). Towards that end, we have prepared a series of lab exercises and materials that facilitate an interactive, hands-on learning experience in TCP/IP networking. These lab exercises are designed around Redhat Linux (version 8), and can be used either in the classroom, as a demonstration, to enhance the lecture environment, or in the computer laboratory to provide hands-on learning experience at an introductory level. TCP/IP networking is described in many textbooks e.g. []-[1], and IP network performance is discussed extensively in the networking literature e.g. [11]. Sloan [] describes TCP/IP labs 1

2 which may be suitable for practical work in the laboratory. However, the lab exercises are still in work-in-progress. A number of sophisticated network simulators exist for building a variety of TCP/IP network models [1]-[]. Nevertheless, by configuring a TCP/IP network the students gain a hands-on experience, which are not observed in computer simulation and modeling. To date, the authors have focused on developing lab exercises to support teaching and learning traditional TCP/IP networking at introductory level. Such an innovative hands-on learning approach to teaching and learning TCP/IP networking has been successfully applied for two years now in the Networking and Telecommunications course at the Auckland University of Technology (AUT). The course covers the main aspects of TCP/IP networking, including client-server networking, LAN administration and management. The practical lab material and exercises have been revised annually by incorporating feedback from both students and staff. The final version of the lab exercises is reported in this paper. These lab exercises are described in some detail in section 2 along with our plans for future projects. The remainder of this paper is organised as follows. Section 2 describes the lab materials completed to date and plans for future projects. Section highlights the main benefits of hands-on lab exercises. A customised TCP/IP network environment is discussed in section 4. The effectiveness of the lab exercises is evaluated and interpreted in section 5. The impact of lab exercises on student performance is discussed in section, and section 7 concludes the paper. 2. LAB EXERCISE DETAILS Table 1 lists the six lab exercises that have been developed to date and have trialed over two years in our undergraduate course Networking & Telecommunications. This course is at level or second year degree level (5 class contact hours) at AUT [1]-[17]. Each lab is conducted as a two-hour session, held weekly in a network laboratory at AUT. Lab exercises Networking concepts 1. Redhat Linux installation Network installation and administration 2. Logon to the host and network administration Network mask, IP address, broadcast address, MAC address, configuration table. Linux configuration Host configuration, administration and management 4. IP subnet addressing Classes of IP networks; subnet mask and network subnetting. 5. TCP/IP connectivity 1 TCP/IP connectivity and practical exercises. TCP/IP connectivity 2 Client-server architecture; telnet; ftp; domain name server; name resolution Table 1: Lab exercises and related networking concepts. Lab 1: Linux Installation This Linux lab exercise shows students how to install a Linux host. Students (in pairs) install the Linux 8 (from a CD) onto a removable hard disk (see section 4 for more about removable hard disk). Like NetWare server, students are asked to keep a journal of the major steps of Linux host installation, including problems and possible solutions. The learning outcomes include: (1) prepare Linux installation boot disk; (2) partition the removable hard disk for Linux installation; () configure the network; (4) set up the root password; (5) add a user account; () configure 2

3 password authentication; and (7) install various software packages. After successful installation, students must reboot the machine to verify that the host is up and running as expected. Lab 2: Logon to the host and network administration This lab exercise shows students how to login to the newly installed Linux host (described in Lab 1) as root user first and then carry out various practical activities related to network administration. The learning outcomes include: (1) use various commands such as ifconfig, arp, route, and hostname to investigate the network status of the host machine; (2) check the network connectivity of the machine using the loopback interface; () change the network configuration of the host; (4) check the network connectivity of the host machine within and outside the classroom; (5) observe and record the entries in the network interfaces configuration table; and () use an appropriate command to find the following: network mask, IP address, broadcast address, and MAC address for each interface. Lab : Linux host configuration In this lab, students further extend their knowledge about Linux host configuration gained in Lab 8. The learning outcomes include: (1) develop an understanding of the meaning of the parameters in some of the network configuration files; (2) identify the model of the network card; () assign superuser rights to a user; (4) use Linux commands (e.g., cat) to display the contents of files; (5) check and interpret the content of various files; and () experiment with various network configurations of the host machine. After completing this lab exercise students will gain sound knowledge and skills in client-server configuration and LAN administration. Lab 4: IP subnet addressing The basic concepts of a TCP/IP network including various classes of IP addresses, subnet mask, and network subnetting are introduced during lectures where students are also given a handout on TCP/IP networking. This Linux lab exercise shows students how to configure (with IP addresses) two sub-networks. Students gain a sound knowledge and understanding of IP subnet addressing by working through a problem based on a small business case scenario as follows. An organization has been assigned a class B address: You are given the task to configure (with IP addresses) the two subnetworks, each has 1 hosts and a router connects them. The network mask used by the organization is Assign a valid IP address to each network interface and show the broadcast address and the subnet ID for each subnetwork. Lab 5: TCP/IP connectivity 1 This Linux lab exercise provides students a step-by-step guided tour to explore TCP/IP connectivity. Students are given a set of exercises on TCP/IP connectivity to test their knowledge and understanding about the topic under study. Examples of exercises are: (1) determine the appropriate bandwidth needed for the connection from the Auckland University of Technology to the Internet; (2) if a router can connect up to K networks, how many routers (R) are needed to connect to N networks? Write an equation that gives R in terms of N and K; () let us assume that 5 million new computers are added to the Internet in a nine month period. If computers are added at a uniform rate, how much time elapses between two additions; and (4) draw up a TCP/IP network diagram that consists of two subnetworks connected by a router. Show a computer attached to each network, and the protocol stack used on both the computer and the router. Lab : TCP/IP connectivity 2 This Linux lab exercise shows students how to create TCP/IP connectivity and interoperability using telnet and ftp. The basic concepts of telnet ftp and DNS (domain name server) are introduced in the lab session. Students are given a set of practical exercises on TCP/IP networking which require them to explore TCP/IP connectivity (both intranet and the Internet) and interoperability using telnet, ftp and anonymous ftp, and to perform name resolution without using DNS.

4 Additional projects The following lab exercises are being considered: Static and dynamic routings: The learning activities include configuring static routing, routing table information, configuring RIP (routing information protocol) and IGRP (interior gateway routing protocol) routings. TCP/IP security: The learning activities include wireless access to campus network, server, and the Internet. Students can experiment with a wireless access point and observe communication traffic as the access point is notified and user data is transmitted. Open A category for student-suggested projects.. BENEFITS OF TCP/IP LAB EXERCISES The lab exercises (described in section 2) provide the following main benefits: Hands-on: The proposed lab exercises and materials facilitate an interactive, hands-on learning experience in TCP/IP networking. Reusability: Students can reuse their removable hard disks for other courses. Economical: Setting up a client-server network by students onto removable hard disks is inexpensive compared to setting up network onto networked PCs in the laboratory. Easy to use: The lab exercises are easy to use and set up for demonstrations. Usefulness: The lab exercises reported in this paper can be used either in the classroom, as demonstrations to enhance traditional lecture environments, or in the computer laboratory to provide hands-on learning experience. Challenging: The hands-on lab exercises provide an environment for students to test their knowledge about TCP/IP networking. 4. LAB ENVIRONMENT There are 25 computers (networked PC; MS Windows XP client) in a typical network laboratory at AUT, which allows us to accommodate up to 24 students in a laboratory (one PC is used for lab tutor s demonstration) for practical work. These computers can use removable hard disk drives so that students can install different operating systems, and to modify various system settings without changing the standard classroom disk image for other users. At the beginning of the lab sessions, we provide each student with a removable hard disk (hard disk cost is included in the course fee and the students are allowed to take away their disks at the end of the course). Students can use the same disk for other courses e.g., NetWare, web development. Figure 1 illustrates how a customized TCP/IP network can be set up in a typical network laboratory at AUT. At the beginning of each lab session, each student use gets a PC in the lab and using it by inserting a removable hard disk into the drive bay. 4

5 Figure 1: A customized TCP/IP network in a typical network laboratory at AUT Students are well disciplined in the laboratory and quickly get used to follow some basic rules and regulations. For example, at the end of each lab session, students must return their removable hard disks to their lab tutor. They also need to ensure that all PCs are reconnected to the AUT network and the orange sheets (i.e., log sheets) are signed off. Students can further explore the TCP/IP lab exercises outside the scheduled laboratory time by booking a time slot with their lab tutor/lecturer. 5. EVALUATION BY STUDENT FEEDBACK To assess the educational value of the lab exercises (described in section 2), they have been evaluated extensively both formally by students (student evaluation forms) and informally through discussion within the teaching team. The formal evaluation of the lab exercises was conducted in the classroom by a member of the teaching team, and anonymity of the respondents was protected. As part of the formal evaluation process students were asked to complete a questionnaire. They were asked the following six questions: Prior knowledge: How well did you understand TCP/IP networking concepts before entering this course? Easy to follow: How easy (overall) did you find the TCP/IP lab exercises to use and follow? Measure of success: How effective were the lab exercises in helping you to improve your understanding of TCP/IP networking? Hands-on: Would you like to have more lab exercises of this kind as part of your course? Time to explore: Would you like to have an extra time (apart from schedule lab time) to further explore the lab exercises? Learning a new OS: Would you prefer to learn TCP/IP networking with another operating system (OS) such as MS Windows 2? 5

6 Prior knowledge (1= poor; 5= excellent) (i) Measure of success (1= poor; 5= excellent) (iii) Time to explore (1= no; 5= yes) Easy to follow (1= poor; 5= excellent) (ii) Hands-on (1= no; 5= yes) (iv) Learning a new OS (1= no; 5= yes) (v) Figure 2: Student response. Graphs illustrating the number of respondents in each category for each of the six questions in the questionnaire. (vi)

7 A Likert scale with 5 points (1-5) was used in the questionnaire. For questions (i) - (iii): 1= poor; 5 =excellent; for questions (iv) - (vi): 1=no, 5=yes. 4 undergraduate students (about % male and 4% female) from Networking & Telecommunications course completed the questionnaire and their responses are plotted in Fig. 2. The responses were interpreted as follows: (i) About 75% of the students have indicated that they had no prior knowledge of TCP/IP networking before entering this course. About 7.5% of the students had basic knowledge of TCP/IP networking whereas the rest (17.5%) were neutral (see Fig. 2(i)). (ii) The lab exercises were found to be reasonably easy to use and follow. About 7% of the students were satisfied with the current version of the lab materials and hands-on experience. About 5% of the students expressed some concern and the rest (25%) were neutral (see Fig. 2(ii)). (iii) About 82.5% of the students indicated that the lab exercises had clearly assisted them in developing a better understanding of the concepts of TCP/IP networking. However, 2.5% of the students indicated that they were not totally satisfied with the current lab materials, and the rest (%) were neutral (see Fig. 2(iii)). (iv) About 77.5% of the students indicated that they would like to have more hands-on lab exercises in the course. About 2.5% of the students were not very interested in trying more lab exercises, and the rest (2%) were neutral (see Fig. 2(iv)). (v) About 8% of the students indicated that they need extra time outside the scheduled lab time to further explore practical activities. About 1% of the students indicated that the scheduled lab time was adequate to explore hands-on activities, and the rest (1%) were neutral (see Fig. 2(v)). (vi) About 55% of the students indicated that they would like to try another network operating system to learn TCP/IP networking. About 25% of the students were not very interested in trying another network operating system, and the rest (2%) were neutral (see Fig. 2(vi)).. IMPACT OF HANDS-ON LAB EXERCISES ON STUDENT PERFORMANCE As mentioned in section, the proposed lab exercises (based on Linux 8), have been used in the undergraduate course Networking & Telecommunications over the last two years, and the experience of the author is very positive. Students are highly motivated in learning TCP/IP networking by doing hands-on practical activities, a fact also confirmed by student feedback (see Fig. 2iii). In contrast to the experience of former approaches carried out during 21 and 22 at AUT, in which only occasional computer simulation and animation were used to reinforce the theoretical concepts. However, a deeper knowledge on a customized TCP/IP networking has been achieved by students who completed hands-on lab exercises. Particular topics in which students learning and comprehension has been improved are: TCP/IP network design and configuration IP subnet addressing TCP/IP connectivity Network administration and management. Hands-on experience of using Linux network operating system. To estimate (quantitatively) the impact of hands-on lab exercises on student performance, an analysis of the student grades in the written exam for the last four years (21-24) has been conducted. Students performance in the final exam with and without hands-on learning experience is shown in Table 2 7

8 Semester Year of study With hands-on lab exercises Without hands-on lab exercises Student pass rate (%) Table 2: Comparison of student performance in the final exam with and without hands-on learning experience. As seen in Table 2, the overall student pass rate in the final exam in both 2 and 24 is higher compared to students in 21 and 22. It is considered that much of this difference can be accounted for by the fact that the students in 2 and 24 used the hands-on lab exercises whereas the students in 21 and 22 did not get an opportunity to use the lab exercises at all. One could argue whether the results of the written final exam precisely reflect laboratory work. It should be noted that the final exam (closed book) was comprehensive and covered the material taught throughout the semester (i.e., 14 weeks). Theory presented in lectures is enhanced via laboratory demonstrations, and practical lab exercises. By inspecting Table 2, one can observed that the students have done slightly better in 24 compared to 2. This is probably due to the lab materials being refined to eliminate points of confusion for the students and also the lab tutor building up a knowledge base of common laboratory problems. CONCLUSION A series of innovative new laboratory materials has been developed, which can be used either in the classroom for class demonstrations, to enhance the traditional lecture environment, or in the computer laboratory for hands-on practical work at an introductory level. Student responses to the hands-on lab exercises were mostly favourable. The students indicated that they had found the lab exercises easy to use and that they helped them gain understanding of TCP/IP networking. The hands-on lab exercises have had a positive impact on students performance. Results show that the students scored better in the final exam with hands-on learning experience than the students without hands-on experience. More lab exercises such as routing and network security are under development. The lab exercises are freely available to faculty interested in using the lab exercises to supplement teaching their TCP/IP networking courses. More information about hands-on lab exercises can be obtained by contacting the author. 8

9 ACKNOWLEDGEMENT We would like to thank Krassie Petrova for her contribution to the TCP/IP lab exercises and Petteri Kaskenpalo for team-teaching Networking and Telecommunications in recent years. REFERENCES [1] M. F. Young, "Instructional Design for Situated Learning," Educational Technology, vol. 41, pp. 4-58, 1. [2] J. R. Anderson, L. M. Reder, and H. A. Simon, "Situated learning and education," Educational Researcher, vol. 25, pp. 5-11, 1. [] S. Grissom, D. Knox, E. Fox, and R. Heller, "Computer Science Teaching Center (CSTC) [4] Anonymous, "SIGCSE Education Links [5] K. Cannon, Lab Manual for CCNA Guide to Cisco Networking, 2nd ed: Course Technology, 2. [] A. Leva, "A Hands-on Experimental Laboratory for Undergraduate Courses in Automatic Control," IEEE Transactions on Education, vol. 4, pp , 2. [7] N. I. Sarkar and T. M. Craig, "Illustrating Computer Hardware Concepts using PIC-based Projects," presented at thirty-fifth SIGCSE Technical Symposium on Computer Science Education, Norfolk, Virginia, USA, 24. [8] K. Abe, T. Tateoka, M. Suzuki, Y. Maeda, K. Kono, and T. Watanabe, "An Integrated Laboratory for Processor Organization, Compiler Design, and Computer Networking," IEEE Transactions on Education, vol. 47, pp. 11-2, 24. [] B. A. Forouzan, TCP/IP Protocol Suite, 2nd ed: McGraw-Hill, 2. [1] N. Mansfield, Practical TCP/IP - Designing, using, and troubleshooting TCP/IP networks on Linux and Windows: Addison-Wesley, 2. [11] M. Hassan and R. Jain, "High Performance TCP/IP Networking - Concepts, Issues, and Solutions," Pearson Prentice Hall, 24. [] J. D. Sloan, "A Remotely Accessible Network Laboratory - TCP/IP Laboratories [1] K. Fall and K. Varadhan, "The ns Manual," The VINT project. UC Berkeley, LBL, USC/ISI, and Xerox PARC, 2. [14] OPNET, "OPNET Technologies - Commercial Simulation Software," 24. [] X. Zeng, R. Bagrodia, and M. Gerla, "GloMoSim: a library for parallel simulation of largescale wireless networks," presented at Parallel and Distributed Simulation,. PADS 8. Proceedings. Twelfth Workshop on,. [1] N. Sarkar and K. Petrova, "Teaching Computer Networking & Telecommunications: A Network Analysis and Software Development Approach," presented at 14th annual conference of the NACCQ, Napier, New Zealand, 21. [17] N. Sarkar and T. Clear, "Developing a New Course for the Software Development Pathway on the AUT Bachelor of Applied Science Programme," presented at 1th annual conference of the NACCQ, Wellington, New Zealand, 2.

CSET 4750 Computer Networks and Data Communications (4 semester credit hours) CSET Required IT Required

CSET 4750 Computer Networks and Data Communications (4 semester credit hours) CSET Required IT Required CSET 4750 Computer Networks and Data Communications (4 semester credit hours) CSET Required IT Required Current Catalog Description: Computer network architectures and their application to industry needs.

More information

Associate in Science Degree in Computer Network Systems Engineering

Associate in Science Degree in Computer Network Systems Engineering Moorpark College Associate in Science Degree in Computer Network Systems Engineering To earn an Associate in Science Degree with a major in Computer Network Systems Engineering, students complete 40.5-45

More information

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Course length: 5 Days Course No. 688 - Five days - Instructor-led Introduction This course provides students with the knowledge and skills required

More information

Lab 4.5.4 Diagramming External Traffic Flows

Lab 4.5.4 Diagramming External Traffic Flows Lab 4.5.4 Diagramming External Traffic Flows Device Designation Device Name Address Subnet Mask Discovery Server Business Services 172.17.1.1 255.255.0.0 R1 R2 R3 FC-CPE-1 FC-CPE-2 ISP Fa0/1 172.17.0.1

More information

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the

More information

PT Activity 8.1.2: Network Discovery and Documentation Topology Diagram

PT Activity 8.1.2: Network Discovery and Documentation 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 6 Addressing Table Device Interface IP Address Subnet

More information

(Discovery 2) Credit value: 10 Guided learning hours: 80. Aim and purpose. Unit introduction. Learning outcomes

(Discovery 2) Credit value: 10 Guided learning hours: 80. Aim and purpose. Unit introduction. Learning outcomes Unit 102: CCNA Working at a Smallto-Medium Business or ISP (Discovery 2) Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 80 Aim and purpose D/601/6820 BTEC in IT This unit prepares students

More information

Networking (Exploration 1)

Networking (Exploration 1) Unit 105: CCNA Fundamentals of Networking (Exploration 1) Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 80 Aim and purpose A/601/7537 BTEC in IT This unit introduces the architecture,

More information

Virtual Lab : Bring the Hands-on Activity to Online Courses

Virtual Lab : Bring the Hands-on Activity to Online Courses Virtual Lab : Bring the Hands-on Activity to Online Courses Biwu Yang East Carolina University Session 3220 Abstract A Virtual Lab has been implemented for several online courses with subject around Computer

More information

Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets

Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 8 Device Interface

More information

Raritan Valley Community College Academic Course Outline. CISY 253 - Advanced Computer Networking

Raritan Valley Community College Academic Course Outline. CISY 253 - Advanced Computer Networking Raritan Valley Community College Academic Course Outline CISY 253 - Advanced Computer Networking I. Basic Course Information A. Course number and Title: CISY 253- Advanced Computer Networking (TCP/IP)

More information

A Heterogeneous Internetworking Model with Enhanced Management and Security Functions

A Heterogeneous Internetworking Model with Enhanced Management and Security Functions Session 1626 A Heterogeneous Internetworking Model with Enhanced Management and Security Functions Youlu Zheng Computer Science Department University of Montana Yan Zhu Sybase, Inc. To demonstrate how

More information

SSVP SIP School VoIP Professional Certification

SSVP SIP School VoIP Professional Certification SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover

More information

Enhance student s learning with an aid of simulation software to understand Computer Networking Undergraduate courses.

Enhance student s learning with an aid of simulation software to understand Computer Networking Undergraduate courses. Enhance student s learning with an aid of simulation software to understand Computer Networking Undergraduate courses. Veeramani Shanmugam [email protected] Lenin Gopal [email protected] Zeya

More information

Remote Unix Lab Environment (RULE)

Remote Unix Lab Environment (RULE) Remote Unix Lab Environment (RULE) Kris Mitchell [email protected] Introducing RULE RULE provides an alternative way to teach Unix! Increase student exposure to Unix! Do it cost effectively http://caia.swin.edu.au

More information

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01 JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT Test Code: 4514 Version: 01 Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical and equipment

More information

Classroom Management network FAQ and troubleshooting

Classroom Management network FAQ and troubleshooting Classroom Management network FAQ and troubleshooting Author: Grant Kelly The concepts in this document are intended to be a guide to aid in the resolution of certain issues that occur with using the Classroom

More information

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer)

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer) Slide 1 Introduction In today s and next week s lecture we will cover two of the most important areas in networking and the Internet: IP and TCP. These cover the network and transport layer of the OSI

More information

Lab 8.4.2 Configuring Access Policies and DMZ Settings

Lab 8.4.2 Configuring Access Policies and DMZ Settings Lab 8.4.2 Configuring Access Policies and DMZ Settings Objectives Log in to a multi-function device and view security settings. Set up Internet access policies based on IP address and application. Set

More information

SO114 - Solaris 10 OE Network Administration

SO114 - Solaris 10 OE Network Administration COURSE TITLE: SO114 - Solaris 10 OE Network Administration LENGTH: 40 Hours DESCRIPTION: This comprehensive course provides instruction on Solaris OE network administration. Students will be introduced

More information

Lab 9.1.1 Organizing CCENT Objectives by OSI Layer

Lab 9.1.1 Organizing CCENT Objectives by OSI Layer Lab 9.1.1 Organizing CCENT Objectives by OSI Layer Objectives Organize the CCENT objectives by which layer or layers they address. Background / Preparation In this lab, you associate the objectives of

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

STATIC IP SET UP GUIDE VERIZON 7500 WIRELESS ROUTER/MODEM

STATIC IP SET UP GUIDE VERIZON 7500 WIRELESS ROUTER/MODEM STATIC IP SET UP GUIDE VERIZON 7500 WIRELESS ROUTER/MODEM Verizon High Speed Internet for Business Verizon High Speed Internet for Business SETTING UP YOUR NEW STATIC IP CONNECTION AND IP ADDRESS(ES) This

More information

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs Tasks: 1 (10 min) Verify that TCP/IP is installed on each of the computers 2 (10 min) Connect the computers together via a switch 3 (10 min)

More information

It should be noted that the installer will delete any existing partitions on your disk in order to install the software required to use BLËSK.

It should be noted that the installer will delete any existing partitions on your disk in order to install the software required to use BLËSK. Installation Guide Introduction... 3 1. Booting from the CD... 4 2. Choose the server type to install... 5 3. Disk formatting and installation... 6 4. Confirmation of disk formatting... 7 5. Program installation...

More information

CCNA LAN Switching and Wireless (Exploration 3)

CCNA LAN Switching and Wireless (Exploration 3) Unit 107: CCNA LAN Switching and Wireless (Exploration 3) Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 80 Aim and purpose K/601/7453 BTEC in IT This unit focuses on a comprehensive,

More information

Fundamentals of Windows Server 2008 Network and Applications Infrastructure

Fundamentals of Windows Server 2008 Network and Applications Infrastructure Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC6420 About this Course This five-day instructor-led course introduces students to network and applications infrastructure

More information

UNIVERSIDADE DA BEIRA INTERIOR Faculdade de Engenharia Departamento de Informática

UNIVERSIDADE DA BEIRA INTERIOR Faculdade de Engenharia Departamento de Informática 1 1. This is a frequency evaluation test. 2. Read the questions carefully before answering. 3. Write your answers in the answer sheet provided. 4. Return only the answer sheet with your name, number and

More information

ACADEMIC PROGRAM REVIEW PC AGE 145 TALMADGE ROAD EDISON, NJ 08817 REVIEW DATE. Report Amended October 2011

ACADEMIC PROGRAM REVIEW PC AGE 145 TALMADGE ROAD EDISON, NJ 08817 REVIEW DATE. Report Amended October 2011 ACADEMIC PROGRAM REVIEW of PC AGE 145 TALMADGE ROAD EDISON, NJ 08817 REVIEW DATE May 12-13, 2011 Report Amended October 2011 Table of Contents PC AGE Organizational Profile... 3 Academic Program Review

More information

Effect of Windows XP Firewall on Network Simulation and Testing

Effect of Windows XP Firewall on Network Simulation and Testing Issues in Informing Science and Information Technology Volume 4, 2007 Effect of Windows XP Firewall on Network Simulation and Testing Akram Al-Rawi College of CS & IT, King Faisal University, Al-Hassa,

More information

Lab 4.5.2 Diagramming Intranet Traffic Flows

Lab 4.5.2 Diagramming Intranet Traffic Flows Lab 4.5.2 Diagramming Intranet Traffic Flows Objective Device Designation Device Name Address Subnet Mask Discovery Server Business Services 172.17.1.1 255.255.0.0 R1 FC-CPE-1 Fa0/1 172.17.0.1 Fa0/0 10.0.0.1

More information

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet CONTENTS Installation System requirements SQL Server setup Setting up user accounts Authentication mode Account options Import from

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (8 points, 5 minutes) Part 2: Configure Device Basic Settings (28 points, 30 minutes) Part 3: Configure

More information

NETWORK DESIGN BY USING OPNET IT GURU ACADEMIC EDITION SOFTWARE

NETWORK DESIGN BY USING OPNET IT GURU ACADEMIC EDITION SOFTWARE RIVIER ACADEMIC JOURNAL, VOLUME 3, NUMBER 1, SPRING 2007 NETWORK DESIGN BY USING OPNET IT GURU ACADEMIC EDITION SOFTWARE Arti Sood * Graduate Student, M.S. in Computer Science Program, Rivier College Abstract

More information

How to Configure an Initial Installation of the VMware ESXi Hypervisor

How to Configure an Initial Installation of the VMware ESXi Hypervisor How to Configure an Initial Installation of the VMware ESXi Hypervisor I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide

More information

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R- MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features

More information

Prerequisites: Fundamentals of Networking, Knowledge of Operating Systems

Prerequisites: Fundamentals of Networking, Knowledge of Operating Systems Course Name: Linux Server Administration Course Code: PGDNA121 To understand the basic principles underlying Server Software Planning and Deploying Linux Server Manage the Servers Efficiently Fundamentals

More information

INFOCOMM & DIGITAL MEDIA (IT NETWORK AND SYSTEM ADMINISTRATION)

INFOCOMM & DIGITAL MEDIA (IT NETWORK AND SYSTEM ADMINISTRATION) PART TIME DIPLOMA IN INFOCOMM & DIGITAL MEDIA (IT NETWORK AND SYSTEM ADMINISTRATION) Introduction This Course is designed to equip students with a good working knowledge in IT networking and system administration

More information

Networking Basics for Automation Engineers

Networking Basics for Automation Engineers Networking Basics for Automation Engineers Page 1 of 10 mac-solutions.co.uk v1.0 Oct 2014 1. What is Transmission Control Protocol/Internet Protocol (TCP/IP)------------------------------------------------------------

More information

Hands-on MESH Network Exercise Workbook

Hands-on MESH Network Exercise Workbook Hands-on MESH Network Exercise Workbook Santa Clara County RACES Date: 18 March 2015 Version: 1.0 scco_wifi_intro_exonly_v150318.docx 1 Table of Contents HANDS ON! Exercise #1: Looking at your Network

More information

Pre-lab and In-class Laboratory Exercise 10 (L10)

Pre-lab and In-class Laboratory Exercise 10 (L10) ECE/CS 4984: Wireless Networks and Mobile Systems Pre-lab and In-class Laboratory Exercise 10 (L10) Part I Objectives and Lab Materials Objective The objectives of this lab are to: Familiarize students

More information

Lab 10.3.5a Basic Subnetting

Lab 10.3.5a Basic Subnetting Lab 10.3.5a Basic Subnetting Objective How to identify reasons to use a subnet mask How to distinguish between a default subnet mask and a custom subnet mask What given requirements determine the subnet

More information

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS MODEL ATC-2000 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2000 is a RS232/RS485 to TCP/IP converter integrated with a robust system and network management features designed

More information

PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications

PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications PC/POLL SYSTEMS supports native TCP/IP polling for the SPS2000 cash register. It is recommended users have the register updated

More information

Lab PC Network TCP/IP Configuration

Lab PC Network TCP/IP Configuration Lab PC Network TCP/IP Configuration Objective Identify tools used to discover a computer network configuration with various operating systems. Gather information including connection, host name, Layer

More information

PC/Network Technician Certification Program: CompTIA A+, Microsoft MTA: OS Essentials, CWTS Wireless Certifications

PC/Network Technician Certification Program: CompTIA A+, Microsoft MTA: OS Essentials, CWTS Wireless Certifications : CompTIA A+, Microsoft MTA: OS Essentials, CWTS Wireless Certifications ZAPL- 007 CompTIA A+, Microsoft MTA: Windows OS Essentials, CWTS Wireless Certifications) Fee: $3,175 - Includes training, comprehensive

More information

Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.)

Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.) Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.) Objectives: Develop an understanding of UNIX and TCP/IP networking commands Ping another TCP/IP host Use traceroute to check

More information

Broadband Phone Gateway BPG510 Technical Users Guide

Broadband Phone Gateway BPG510 Technical Users Guide Broadband Phone Gateway BPG510 Technical Users Guide (Firmware version 0.14.1 and later) Revision 1.0 2006, 8x8 Inc. Table of Contents About your Broadband Phone Gateway (BPG510)... 4 Opening the BPG510's

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer

More information

Hands-On Microsoft Windows Server 2008. Chapter 12 Managing System Reliability and Availability

Hands-On Microsoft Windows Server 2008. Chapter 12 Managing System Reliability and Availability Hands-On Microsoft Windows Server 2008 Chapter 12 Managing System Reliability and Availability Objectives Understand general problem-solving strategies Resolve boot problems Use and configure Event Viewer

More information

If you never used nor intend to use the wired-connection, then please disregard the following info.

If you never used nor intend to use the wired-connection, then please disregard the following info. Version date: 21/04/2015 Dear library users, In the library you can connect to the internet in two ways, using wireless or a wired-connection. The wired-connection is faster, allows you to connect to the

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

F-SECURE MESSAGING SECURITY GATEWAY

F-SECURE MESSAGING SECURITY GATEWAY F-SECURE MESSAGING SECURITY GATEWAY DEFAULT SETUP GUIDE This guide describes how to set up and configure the F-Secure Messaging Security Gateway appliance in a basic e-mail server environment. AN EXAMPLE

More information

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding This chapter describes the configuration for the SSL VPN Tunnel Client and for Port Forwarding. When a remote user accesses the SSL VPN

More information

Appendix B Lab Setup Guide

Appendix B Lab Setup Guide JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course

More information

Computer Network Engineering

Computer Network Engineering 208 Computer Network Engineering Degrees, Certificates and Awards Associate in Science: Certificate of Achievement: Skills Competency Award: Cisco Networking Associate Program Description The field of

More information

PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations

PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations Instructor Version Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Switch Port R1 FA0/1

More information

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure Question Number (ID) : 1 (jaamsp_mngnwi-025) Lisa would like to configure five of her 15 Web servers, which are running Microsoft Windows Server 2003, Web Edition, to always receive specific IP addresses

More information

Lab 2 - Basic Router Configuration

Lab 2 - Basic Router Configuration CS326 Fall 2001 Room: PAI 5.48 Name: Lab 2 - Basic Router Configuration In this lab you will learn: the various configuration modes of Cisco 2621 routers how to set up IP addresses for such routers how

More information

While every effort was made to verify the following information, no warranty of accuracy or usability is expressed or implied.

While every effort was made to verify the following information, no warranty of accuracy or usability is expressed or implied. AG082411 Objective: How to set up a 3G connection using Static and Dynamic IP addressing Equipment: SITRANS RD500 Multitech rcell MTCBAH4EN2 modem PC with Ethernet card Internet explorer 6.0 or higher

More information

Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days

Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days Who Should Attend: This workshop is intended for experienced enterprise-level messaging professionals who have

More information

BUSINESS AND INFORMATION TECHNOLOGY COMPUTER NETWORK ADMINISTRATOR LEVEL II GRADES 11-12

BUSINESS AND INFORMATION TECHNOLOGY COMPUTER NETWORK ADMINISTRATOR LEVEL II GRADES 11-12 PARENT/STUDENT COURSE INFORMATION BUSINESS AND INFORMATION TECHNOLOGY COMPUTER NETWORK ADMINISTRATOR LEVEL II GRADES 11-12 Counselors are available to assist parents and students with course selections

More information

Networking 4 Voice and Video over IP (VVoIP)

Networking 4 Voice and Video over IP (VVoIP) Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move

More information

WEBTITAN CLOUD. User Identification Guide BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES

WEBTITAN CLOUD. User Identification Guide BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES WEBTITAN CLOUD User Identification Guide This guide explains how to install and configure the WebTitan Cloud Active Directory components required

More information

Chapter 3 Connecting the Router to the Internet

Chapter 3 Connecting the Router to the Internet Chapter 3 Connecting the Router to the Internet This chapter describes how to set up the router on your Local Area Network (LAN) and connect to the Internet. It describes how to configure your DG834GT

More information

Lab 10.4.1 IP Addressing Overview

Lab 10.4.1 IP Addressing Overview Lab 10.4.1 IP ing Overview Estimated time: 30 min. Objectives: Background: This lab will focus on your ability to accomplish the following tasks: Name the five different classes of IP addresses Describe

More information

IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION

IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION Objective of the course: This course is designed to impart professional training to the students of computer Science, computer applications,

More information

Multifunctional Broadband Router User Guide. Copyright Statement

Multifunctional Broadband Router User Guide. Copyright Statement Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. Other trademark or trade name mentioned herein are the trademark or registered trademark of above company. Copyright

More information

LAN TCP/IP and DHCP Setup

LAN TCP/IP and DHCP Setup CHAPTER 2 LAN TCP/IP and DHCP Setup 2.1 Introduction In this chapter, we will explain in more detail the LAN TCP/IP and DHCP Setup. 2.2 LAN IP Network Configuration In the Vigor 2900 router, there are

More information

Specialized Programme on Internetworking Design and LAN WAN Administration

Specialized Programme on Internetworking Design and LAN WAN Administration Specialized Programme on Internetworking Design and LAN WAN Administration A. NAME OF INSTITUTE Centre For Development of Advanced Computing B. NAME/TITLE OF THE COURSE C. COURSE DATES WITH DURATION IN

More information

Welcome to Todd Lammle s CCNA Bootcamp

Welcome to Todd Lammle s CCNA Bootcamp Welcome to Todd Lammle s CCNA Bootcamp Todd Lammle Cisco Authorized CCNA Bootcamps are now available, delivered by CCSI instructor, and popular Sybex author Todd Lammle. Todd Lammle CCNA Training Boot

More information

Design and Configuration of a Network Security and Forensics Lab

Design and Configuration of a Network Security and Forensics Lab Design and Configuration of a Network Security and Forensics Lab Billy Harris [email protected] Joseph Kizza [email protected] Mike Ward [email protected] ABSTRACT This paper describes the design

More information

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide WEB CONFIGURATION Configuring and monitoring your VIP-101T from web browser The VIP-101T integrates a web-based graphical user interface that can cover most configurations and machine status monitoring.

More information

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description ISOM3380 Advanced Network Management Spring 2014 15 Course Description In an interconnected economy, management of network applications becomes increasingly important. This course helps students develop

More information

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 2: Network Operations 149

More information

CCNA Networking for Home and Small Business (Discovery 1)

CCNA Networking for Home and Small Business (Discovery 1) Unit 101: CCNA Networking for Home and Small Business (Discovery 1) Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 80 Aim and purpose M/601/6840 BTEC in IT This unit teaches students the

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. ITNW 2313: NETWORKING HARDWARE Online Course Version COMPUTER TECHNOLOGY DEPARTMENT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. ITNW 2313: NETWORKING HARDWARE Online Course Version COMPUTER TECHNOLOGY DEPARTMENT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITNW 2313: NETWORKING HARDWARE Online Course Version COMPUTER TECHNOLOGY DEPARTMENT CATALOG DESCRIPTION ITNW 2313 Networking Hardware. CIP 1109010007 Maintain

More information

For extra services running behind your router. What to do after IP change

For extra services running behind your router. What to do after IP change For extra services running behind your router. What to do after IP change This guide is for customers who meet the following conditions: - Customers who have moved from a TPG Layer 3 plan to a TPG Layer

More information

UIP1868P User Interface Guide

UIP1868P User Interface Guide UIP1868P User Interface Guide (Firmware version 0.13.4 and later) V1.1 Monday, July 8, 2005 Table of Contents Opening the UIP1868P's Configuration Utility... 3 Connecting to Your Broadband Modem... 4 Setting

More information

Chapter 2 Preparing Your Network

Chapter 2 Preparing Your Network Chapter 2 Preparing Your Network This document describes how to prepare your network to connect to the Internet through a router and how to verify the readiness of your broadband Internet service from

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

Implementing a Microsoft Windows 2000 Network Infrastructure

Implementing a Microsoft Windows 2000 Network Infrastructure Course Outline Implementing a Microsoft Windows 2000 Network Infrastructure Other Information MS2153 Days 5 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Implementing

More information

Broadband Router ESG-103. User s Guide

Broadband Router ESG-103. User s Guide Broadband Router ESG-103 User s Guide FCC Warning This equipment has been tested and found to comply with the limits for Class A & Class B digital device, pursuant to Part 15 of the FCC rules. These limits

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address Objectives University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab.4 Basic Network Operation and Troubleshooting 1. To become familiar

More information

Computer Network Engineering

Computer Network Engineering 226 Computer Network Engineering Computer Network Engineering Degrees, Certificates and Awards Associate in Science: Computer Network Engineering Certificate of Achievement: Computer Network Engineering

More information

Network Simulator Lab Study Plan

Network Simulator Lab Study Plan The CCNA 640-802 Network Simulator has 300 lab exercises, organized both by type (Skill Builder, Configuration Scenario, Troubleshooting Scenario, and Subnetting Exercise) and by major topic within each

More information

You will work in groups of two on the labs. It is OK to talk to others and help each other in the lab.

You will work in groups of two on the labs. It is OK to talk to others and help each other in the lab. ECE4110 Internetworking Programming Version 1/6/2006 Instructor: John Copeland Office: TTh VL-292B, MWF Centergy 5138 Email: [email protected] Phone: 404-894-5177 (MWF) Class Hours: T/Th 12:05-1:55

More information

VIA CONNECT PRO Deployment Guide

VIA CONNECT PRO Deployment Guide VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

BCIS 4680 -- BUSINESS DATA COMMUNICATIONS and NETWORKING Mr. Cengiz Capan -- Spring 2016

BCIS 4680 -- BUSINESS DATA COMMUNICATIONS and NETWORKING Mr. Cengiz Capan -- Spring 2016 Office : BLB 290E, Business Leadership Building Office Hours: Tu &Th 9:00 am - 11:00 am, or by appointment/drop-in Telephone: 940-565-4660 Web Page: http://www.coba.unt.edu/bcis/faculty/capan/capan.htm

More information

Course Syllabus. Fundamentals of Windows Server 2008 Network and Applications Infrastructure. Key Data. Audience. Prerequisites. At Course Completion

Course Syllabus. Fundamentals of Windows Server 2008 Network and Applications Infrastructure. Key Data. Audience. Prerequisites. At Course Completion Key Data Product #: 3380 Course #: 6420A Number of Days: 5 Format: Certification Exams: Instructor-Led None This course syllabus should be used to determine whether the course is appropriate for the students,

More information

NETWORK SET UP GUIDE FOR

NETWORK SET UP GUIDE FOR NETWORK SET UP GUIDE FOR USZ11ZS USX21ZS USX31ZAND DVRX16D DVRX32D HDDX13D SUPPORTING ROUTER D-Link Linksys NETGEAR BELKI IP Addresses on the Internet When you connect to the Internet, through dialup connection,

More information

Part A:Background/Preparation

Part A:Background/Preparation Lab no 1 PC Network TCP/IP Configuration In this lab we will learn about Computer Networks Configuration Introduction to IP addressing Identify tools used for discovering a computer s network configuration

More information

Diploma in Information Technology Network Intergration Specialist COURSE INFORMATION PACK

Diploma in Information Technology Network Intergration Specialist COURSE INFORMATION PACK Diploma in Information Technology COURSE INFORMATION PACK REGISTRATION AND ACCREDITATION Prestige Academy (Pty) Ltd is a widely recognized and credible institution. Prestige Academy is registered with

More information

Supporting Computer Networks (Discovery 4)

Supporting Computer Networks (Discovery 4) Unit 104: CCNA Designing and Supporting Computer Networks (Discovery 4) Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 80 Aim and purpose L/601/6909 BTEC in IT This course introduces students

More information

Device Interface IP Address Subnet Mask Default Gateway

Device Interface IP Address Subnet Mask Default Gateway Felix Rohrer Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.99.11 255.255.255.0 192.168.99.1 S2 VLAN 99 192.168.99.12 255.255.255.0 192.168.99.1

More information