Interconnecting Cisco Networking Devices Part 1 (ICND1) Course 01 - Building a Simple Network

Size: px
Start display at page:

Download "Interconnecting Cisco Networking Devices Part 1 (ICND1) Course 01 - Building a Simple Network"

Transcription

1 Interconnecting Cisco Networking Devices Part 1 (ICND1) Course 01 - Building a Simple Network

2 Slide 1 Lesson 1 Networking Functions

3 Slide 2 Network Connections

4 Slide 3 Components of a Network

5 Slide 4 Looking at a Network Diagram

6 Slide 5 Applications Found on the Network Batch types of applications FTP, TFTP, Batch Reports, Inventory Updates Usually run at scheduled times Bandwidth is important, but not critical to the application Interactive Applications: Database queries or updates User to machine interactions Users look for quick response times, although important to the users experience, not that critical Real-time Applications: VoIP, video streams and conferencing Usually this is user to user interaction Latency must be avoided, real-time communications require very low latency on the network; this is critical for the application to work properly

7 Slide 6 Design Issues of a Network Topology Cost Speed Security Availability Scalability Reliability

8 Slide 7 Physical Topology Types Physical Topology refers to how the network devices are connected together The three basic categories are: Bus Star Mesh

9 Slide 8 Logical Topologies A logical topology is the path through the network for communications

10 Slide 9 Lesson 2 Understanding the Host-to-Host Communications Model

11 Slide 10 Examples of Host-to-Host Communications There are two different types of Host-to-Host Communications. The initial (older) model was: Usually proprietary (like Novell IPX/SPX) A 3 rd party application using communications software they developed Open Standards Model: OSI or TCP/IP stack both using a layered approach Multivendor software

12 Slide 11 OSI Reference Model Layer Number Name or Reference 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

13 Slide 12 The TCP/IP Stack TCP/IP Stack Application Transport Internet Link

14 Slide 13 The Encapsulation Process Sender Application Transport Internet Network Access L2 HDR L3 HDR L3 HDR L4 HDR L4 HDR L4 HDR Other HDR Other HDR Other HDR L7-Data L7-Data L7-Data L7-Data FCS HDR = Header

15 Slide 14 Data De-Encapsulation Receiver Application Transport Internet Network Access L2 HDR L3 HDR L3 HDR L4 HDR L4 HDR L4 HDR Other HDR Other HDR Other HDR L7-Data L7-Data L7-Data L7-Data FCS HDR = Header

16 Slide 15 Communicating Peer-to-Peer PDUs Sender Application Transport Network Link Data Segment Packet Frame Receiver Application Transport Network Link

17 Slide 16 Lesson 3 Introducing LANs

18 Slide 17 Describing the LAN A Local Area Network (LAN) is usually described as: Equipment under your management High speed data connections Relatively close (geographically) connected devices

19 Slide 18 Components of the LAN User Devices PCs Servers Infrastructure Network Cards Physical Media Switches Routers Protocols Ethernet IP ARP DHCP

20 Slide 19 Understanding the Collision Domain

21 Slide 20 Understanding the Collision Domain (Cont.) The Layer 2 Switch should support the following functions: Operate at Layer 2 of the OSI and TCP/IP stack Ethernet Switches will either Forward, Flood, or Filter frames based on destination MAC Addresses Support Full-Duplex on its switchports Operate at high speeds, usually based on an ASIC architecture Auto sense speed and duplex settings

22 Slide 21 About the Switch Most Ethernet Switches have the following characteristics: High Port Density (compared to a router) Large frame buffers Auto sensing speed and duplex per port Fast internal switching Average a low cost per port

23 Slide 22 Lesson 4 Introduction to the IOS

24 Slide 23 Why the IOS The following are some of the features and functions of Cisco IOS: Connectivity to maintain high-speed traffic between devices Controlling access and unauthorized use Allowing for addition of interfaces and capability for network growth (scalability) Ensuring access to networked resources Consistency in user experience from one device to another

25 Slide 24 Basic Functions of the IOS The IOS is referred to as the CLI (Command Line Interface). Its purpose is to enter commands from the user. Operations, functions, and features can vary from one type of device to another Copy and Paste is available to the console/terminal window The Enter-key or Carriage Return instructs the IOS to parse and execute the typed command There are different modes of CLI operation, the EXEC and Configuration Modes Two default EXEC modes: User and Privileged

26 Slide 25 The User EXEC Mode This is the default mode available when a user first connects to a switch or router (assuming not password-protected) The command prompt will consist of the device host name followed by the greater than (>) sign

27 Slide 26 Privileged Exec Mode Often called Admin mode, and allows detailed examination of how a switch or router is operating This is the gateway to configuration mode Enables configuration and debugging To move from User Exec to Privileged Exec you must simply enter the command enable

28 Slide 27 Privileged EXEC Mode (Cont.) After switching to Privilege EXEC mode, the prompt will change to the hostname followed by a pound (#) sign: hostname#

29 Slide 28 Getting CLI Help CLI Help Options Context-Sensitive Help (using a?) Console Error Messages Description Lists all available commands and/or their supported arguments and parameters for that command Identifies if there is a problem with a command, to help the user identify how the command must be used or changed

30 Slide 29 Example of Using Context-Sensitive Help This sequence is showing how the? can provide context sensitive help:

31 Slide 30 Example Error Messages Ambiguous Not enough of a command was entered Incomplete More arguments/parameters are needed The caret ^ means that character was the first character that was not recognized as a valid command

32 Slide 31 Managing IOS Configurations Two general types of configurations: Startup Config: This is the last saved copy of the running configuration, which is generally loaded on device startup Absence of this file on a Router will launch the setup mode when the Router first powers on Running Config: The current configuration of the device. Running Configuration RAM Startup Configuration NVRAM Configuration Configuration

33 Slide 32 Viewing the Running-Config Using the show command, you can easily view the current running-configuration, but only if you re in the Privileged EXEC mode

34 Slide 33 Viewing the Startup-Config Startup-configuration is stored in the NVRAM, and can be viewed with the show command

35 Slide 34 Managing Cisco IOS Configuration tftp ftp scp http External Server

36 Slide 35 Managing the IOS Configuration Running Configuration RAM Copy running startup Copy startup running Configuration Configure Terminal (merge) Startup Configuration NVRAM Configuration Copy tftp: running (merge) Copy run tftp: Copy tftp: start Copy start tftp blank Erase start TFTP Server

37 Slide 36 Copy Options Saving the running-config to NVRAM Backup the running-config to a TFTP Server

38 Slide 37 E-MACS EMAC Command Tab Ctrl-A Ctrl-E Backspace Ctrl-U Ctrl-Shift-6 (same time) Ctrl-C Ctrl-Z Description Completes the typing of a command Moves to the beginning of a command Moves to the end of a command Removes one character to the left of the cursor Erases a line Aborts an IOS process such as ping or traceroute Aborts the current command and exits the configuration mode Returns you to Privileged EXEC from Configuration Mode

39 Slide 38 Improving the Use of the CLI You can utilize the previous command function to the last 10 commands. You can increase this with the terminal history size option. The show history command will show you the last X commands you ve entered.

40 Slide 39 Improving the Use of the CLI (Cont.) If the content of a show command is long, you ll see the output pause, and a More option listed at the bottom of the display Pressing Enter will show you the next line of the output Pressing spacebar will show you the next page This setting can be adjusted as follows:

41 Slide 40 Improving the Use of the CLI (Cont.) You can filter the output of a show command through the use of pipes ( ) Common filters would be the include or the section options

42 Slide 41 Lesson 5 Starting a Switch

43 Slide 42 Installing the Switch Prior to installation, verify the environment is ready (Power and/or Cooling) Physically install the switch Rack/Wall Mounts Table/Shelf mount Verify the cabling is correct Plug the switch in, then power it on System will go through normal startup processes such as POST and Bootstrap

44 Slide 43 Understanding the LED Indicators The following are the LED Indicators 1: System LED 2: Remote Power Supply LED 3-6: Port Mode LEDs 7: Mode Button 8: Port Status LED

45 Slide 44 Initial Console Connection To make the initial connection you will need: To find the console port A console cable (Optionally) a USB-to-Serial port adapter

46 Slide 45 Configuration Basics From privileged EXEC mode, you would need to enter configuration mode using the command configure terminal For more specific configuration options, you must navigate to that configuration hierarchy, for instance to an interface configuration mode if you wanted to change the interface configuration

47 Slide 46 Configuration Basics (Cont.) Using the hostname command to change the local identity of the switch This will also be displayed with the prompt

48 Slide 47 Configuration Basics (Cont.) Assign the default management IP address, including subnet mask for a switch You may still have to issue the no shutdown command even though the VLAN 1 interface is virtual

49 Slide 48 Viewing the Initial Startup Status The show version command is useful to see the system hardware, software version, serial numbers, and boot images in use

50 Slide 49 Viewing the Initial Startup Status (Cont.) You can verify interface statistics by using the show interface command

51 Slide 50 Viewing the Initial Startup Status (Cont.) Viewing the active (running) configuration on the switch

52 Slide 51 Lesson 6 Understanding Ethernet and Switch Operation

53 Slide 52 Media for Ethernet All transmissions consist of some method to transmit binary 1 s and 0 s. The mechanics of how that works depends on the physical media type. Coaxial (no longer used in the Enterprise) Copper (such as twisted pair) Fiber-optic Ethernet is a means of encoding information for transmission, most often for sharing files and other types of communication

54 Slide 53 Media for Ethernet (Cont.) Ethernet was modified to the twisted pair, like with the use of telephone wiring to reduce costs UTP (Unshielded Twisted Pair), which is 4-pairs of copper wires twisted together, became widely popular Starting with 10BASE-T (stood for 10Mbs, Baseband, over Twisted pair) Fiber-optic variants of Ethernet have a higher performance, signals can travel further (sometimes in the tens of kilometers), and have electrical isolation

55 Slide 54 Media for Ethernet (Cont.) The most popular media for the small enterprise is the UTP option RJ-45 Connector Outer Jacket Color Coded Plastic Insulation Characteristic Speed or Bandwidth Price Media and connector size Maximum cable run Value Between 10Mb/s to 10 Gb/s Least Expensive Option Small Varies on Bandwidth and CAT Type

56 Slide 55 Media for Ethernet (Cont.) RJ-45 Connector and the RJ-45 Jack

57 Slide 56 Media for Ethernet (Cont.) Single Mode Optical Fiber Example

58 Slide 57 Media for Ethernet (Cont.)

59 Slide 58 Media for Ethernet (Cont.) Types of Fiber Cable Connectors

60 Slide 59 Ethernet Frames Size in Bytes The Ethernet Frame Content Preamble Destination MAC Source MAC Ether- Type Data Frame Check Sequence

61 Slide 60 Communication Types Unicast Broadcast Multicast Example of a Client Group

62 Slide 61 Introducing the MAC Address The Ethernet MAC Address is 48bits in size (6 bytes) The first 24bits (3 bytes) is the OUI The last 24bits (3 bytes) is Vendor Assigned OUI 24 bits Vendor Assigned 24 bits

63 Slide 62 Introducing the MAC Address (Cont.) Depending on the vendor s software, the MAC Address may be displayed in different formats This is still a hexadecimal value, it s only the display that looks different c43.2e08 (dots separation) 00:00:0c:43:2e:08 (colon between each 8 bits) c-43-2e-08 (hyphen separating each 8 bits)

64 Slide 63 How the Switch Works frame 1 MAC Table Port 1: MAC A Port 2: Empty Port 3: Empty 2 3 MAC Table Port 1: MAC A Port 2: Empty Port 3: Empty frame 1 frame 2 3

65 Slide 64 How the Switch Works (Cont.) 1 MAC Table Port 1: MAC A Port 2: Empty Port 3: MAC - B 2 3 frame MAC Table Port 1: MAC A Port 2: Empty Port 3: MAC - B frame 1 2 3

66 Slide 65 Understanding Duplex Half-Duplex means: You can transmit or receive, but not at the same time This is unidirectional communications Older technology

67 Slide 66 Understanding Duplex (Cont.) Full-Duplex operation: Point to Point only, no shared media Both ends must support full-duplex

68 Slide 67 Configuring Duplex and Speed This example shows you how to manually configure speed and duplex for interface FastEthernet 0/1 The next part of that configuration shows you how to set autoduplex and auto-speed on interface FastEthernet 0/5

69 Slide 68 Results of Duplex Settings Duplex Setting Half Full Auto Half Half Mismatch Half Full Mismatch Full Full Auto Half Full Full

70 Slide 69 Results of Duplex/Speed Settings The Show Interface command will allow you to view the current duplex and speed on an interface

71 Slide 70 Lesson 7 Troubleshooting Common Switch Media Issues

72 Slide 71 Troubleshooting Tools Using PING to test connectivity

73 Slide 72 Troubleshooting Tools (Cont.) Telnet can test connectivity to the application layer

74 Slide 73 Problems with Media Copper media can have several issues that cause problems: EMI sources causing noise Damage to the cable itself Change in traffic flow causing congestion Installation of new equipment

75 Slide 74 Problems with Media (Cont.) Fiber can also have issues that affect communications: Macrobend losses: Fiber can t be bent into too small a radius or light can escape This means that the light does not reflect correctly off of the cladding, which could lead to loss of light Improper splicing also causes loss of light Radius greater than 25-30mm = No Loss

76 Slide 75 Troubleshooting Flow Chart

77 Slide 76 Understanding Interface Status Using show interface command Interface Status Line Protocol Status Link State Up Up Operational Up Down Connection issue Down Down (not connected) Cable unplugged, or other side is disconnected or shut down Down Down Interface problem Administratively Down Down Disabled

78 Slide 77 Understanding Interface Statistics Excessive collisions: This naturally occurs with half-duplex Try to change to full-duplex Change both sides to have the same duplex settings Excessive late collisions: Usually a duplex mismatch Configure the link to use full-duplex Change both sides to have the same duplex settings Excessive Noise: Usually indicated by too many CRC errors Check cable for damage or excessive length There may also be another source of noise, such as electrical devices too close

79 Slide 78 Interface Statistics Interface Statistics

80 Slide 79 Port Problems Most common port problems can be associated with duplex and speed mismatches Verify the duplex settings match on both ends of the cable Verify the speed settings match on both ends of the cable

81 Slide 80 Port Problems (Cont.) Some examples of the duplex mismatches are: One end set to half, the other end set to full One end set to full, the other set to auto If Auto-Negotiation fails, it will default to half One end set to half, the other set to auto If Auto-Negotiation fails, it will default to half No mismatch would then occur

82 Slide 81 Port Problems (Cont.) Other duplex examples are: Autonegotiation is set on both ends: One side fails to full duplex, and the other end fails to half duplex A Gigabit Ethernet interface defaults to full duplex, while a 10/100 defaults to half duplex Autonegotiation is set on both ends: If both sides fail to half, then there is no mismatch Autonegotiation fails on both ends, and they both revert to half duplex

83 Slide 82 Port Problems (Cont.) Here are some of the issues relating to speed settings: Each end is set to a different speed then a mismatch occurs One side set to a specific speed, the other side set to auto If auto-negotiation fails, switch will sense what the other side is using to revert to the best speed Auto is set on both ends Auto fails on both sides, they then revert to their slowest speed and then there would be no mismatch

84 Slide 83 Troubleshooting Flow Chart Follow this flow chart for troubleshooting port setting issues:

85 Slide 84 Troubleshooting Port Issues Display the duplex and speed settings with the show interface command

86

87 Review Questions: 1. You download a file from an FTP site on the Internet. What is the highest layer in the OSI model used in this FTP operation? A. Application B. Presentation C. Session D. Transport 2. A host computer has been correctly configured with a static IP address, but the default gateway is incorrectly set. Which layer of the OSI model will be first affected by this configuration error? A. Layer 1 B. Layer 2 C. Layer 3 D. Layer 4 3. Which layer of the OSI reference model is responsible for ensuring reliable endto-end delivery of data? A. Application B. Presentation C. Session D. Transport 4. In the communications industry, what are the features and benefits of using the layered OSI model? A. It encourages industry standardization by defining what functions occur at each layer of the model B. It necessitates changes in functionality in one layer to other layers C. It enables equipment efficiency from different vendors to use the same electronic components D. It divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting E. A & B F. C & D G. A & D

88 5. At which layer of the OSI model is the optimal path to a network destination determined at? A. Data Link B. Session C. Physical D. Network 6. Which OSI layer header contains the address of a destination host that is another network? A. Application B. Presentation C. Network D. Transport 7. A network device connects to the network through an interface for the corresponding media type. This device is known as a NIC; what does NIC stand for? A. Next Interchange Connection B. Network Interface Card C. Now In Charge D. Network Independent Charge 8. A kilobyte is how many bytes? A. 1,000 B. 1,000,000 C. 100 D. 10, When moving from the upper layers of the OSI model to the lower layers, the information for each layer is added on as headers, and this process is known as what? A. De-encapsulation B. Packet Padding C. Encapsulation D. Compression

89 10. What layer of the OSI model do the protocols Ethernet, PPP, and frame-relay operate on? A. Layer 4 B. Layer 3 C. Layer 2 D. Layer 1

90 Answer Key: 1. A The highest layer in the OSI model is layer 7, the Application layer. This layer describes the use of end-user applications, such as Microsoft Office applications, Internet browsers, Telnet, and FTP. 2. C IP Addressing and IP Routing reside on the OSI Network layer, which is layer D A key function of the Transport layer is to provide connection services for the protocols and applications that run at the levels above it. Transport layer protocols are given intelligence in the form of algorithms that ensure reliable and efficient communication between devices. This encompasses several related jobs, including lost transmission detection and handling, and managing the rate at which data is sent, to ensure that the receiving device is not overwhelmed. 4. G The OSI (Open System Interconnection) reference model was created as a reference point for communications devices. A layered approach is used to segment the entire telecommunications process into a series of smaller steps. A is correct because it encourages a level of standardization by encouraging that functions be compared to known layers. D is also correct because it allows engineers to focus on the development, refining, and perfection of simpler components. 5. D The Network layer (Internet layer in the TCP/IP model) provides logical addressing and routing through an internetwork. The Network layer is layer 3 of the OSI model. 6. C Only network address contains this information. To transmit the packets, the sender uses network address and data link address. But the layer 2 address represents just the address of the next hop device on the way to the sender, and is changed on each hop. Network address remains the same.

91 7. B This is an interface to the appropriate network media, hence the name Network Interface Card. 8. A This is 1,000 bytes; kilo stands for Technically, this is really 2 to the power of 10, which is really 1024 bytes, but in practice, we round this down to 1000 based on the prefix of KILO. 9. C Encapsulation describes the method of putting these headers around the original data as the data moves down the stack. 10. C These are all layer 2 encapsulation protocols.

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1 Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 1 1 Objectives Identify a router as a computer with an OS and hardware designed for the routing process. Demonstrate

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

Chapter 2 Reading Organizer

Chapter 2 Reading Organizer Chapter 2 Reading Organizer After completion of this chapter, you should be able to: Explain the advantages and disadvantages of static routing Configure initial settings on a Cisco switch Configure switch

More information

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved.

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved. IP Addressing and Subnetting 2002, Cisco Systems, Inc. All rights reserved. 1 Objectives Upon completion, you will be able to: Discuss the Types of Network Addressing Explain the Form of an IP Address

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

CCNA 1: Networking Basics. Cisco Networking Academy Program Version 3.0

CCNA 1: Networking Basics. Cisco Networking Academy Program Version 3.0 CCNA 1: Networking Basics Cisco Networking Academy Program Version 3.0 Table of Contents CCNA 1: NETWORKING BASICS...1 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3 COURSE OBJECTIVES...3

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

Configuring PROFINET

Configuring PROFINET CHAPTER 9 This chapter describes how to configure the PROFINET feature on the Cisco IE 3000 switch. Understanding PROFINET, page 9-1, page 9-4 Displaying the PROFINET Configuration, page 9-5 Troubleshooting

More information

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial

More information

Objectives. Router as a Computer. Router components and their functions. Router components and their functions

Objectives. Router as a Computer. Router components and their functions. Router components and their functions 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 Identify a router as a computer with an OS and

More information

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above 1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It

More information

Applicazioni Telematiche

Applicazioni Telematiche Angelo Coiro Laboratorio Applicazioni Telematiche L emulatore Packet Tracer Packet Tracer Cisco Packet Tracer is an academic software that allows to emulate Cisco devices Packet Tracer can be used for

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

Lab 3.1.2 Creating a Logical Network Diagram

Lab 3.1.2 Creating a Logical Network Diagram Lab 3.1.2 Creating a Logical Network Diagram Objectives Use router and switch commands to obtain information about an existing network. Use Cisco Network Assistant to obtain information about an existing

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

More information

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 is a five-day, instructor-led training course that teaches learners

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

How To Learn Cisco Cisco Ios And Cisco Vlan Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above.

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above. 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

Router Lab Reference Guide

Router Lab Reference Guide Router Lab Reference Guide 1 PURPOSE AND GOALS The routing lab allows testing different IP-related protocols and solutions in a close to live environment. You can learn how to configure Cisco routers and

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

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

Networking Test 4 Study Guide

Networking Test 4 Study Guide Networking Test 4 Study Guide True/False Indicate whether the statement is true or false. 1. IPX/SPX is considered the protocol suite of the Internet, and it is the most widely used protocol suite in LANs.

More information

INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1)

INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1) INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1) COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructor-led training course that teaches learners

More information

COMPUTER NETWORK TECHNOLOGY (300)

COMPUTER NETWORK TECHNOLOGY (300) Page 1 of 10 Contestant Number: Time: Rank: COMPUTER NETWORK TECHNOLOGY (300) REGIONAL 2014 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification: 1. Contestant

More information

Chapter 4 Connecting to the Internet through an ISP

Chapter 4 Connecting to the Internet through an ISP Chapter 4 Connecting to the Internet through an ISP 1. According to Cisco what two things are essential to gaining access to the internet? a. ISPs are essential to gaining access to the Internet. b. No

More information

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various

More information

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance CHAPTER 5 Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance This chapter describes how to configure the switch ports and VLAN interfaces of the ASA 5505 adaptive

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

Mathatma Gandhi University

Mathatma Gandhi University Mathatma Gandhi University BSc Computer Science IV th semester BCS 402 Computer Network &Internet MULTIPLE CHOICE QUESTIONS 1. The computer network is A) Network computer with cable B) Network computer

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

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

IT4504 - Data Communication and Networks (Optional)

IT4504 - Data Communication and Networks (Optional) - Data Communication and Networks (Optional) INTRODUCTION This is one of the optional courses designed for Semester 4 of the Bachelor of Information Technology Degree program. This course on Data Communication

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

3.1 Connecting to a Router and Basic Configuration

3.1 Connecting to a Router and Basic Configuration 3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console

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

Data Communication and Computer Network

Data Communication and Computer Network 1 Data communication principles, types and working principles of modems, Network principles, OSI model, functions of data link layer and network layer, networking components, communication protocols- X

More information

How To Install An At-S100 (Geo) On A Network Card (Geoswitch)

How To Install An At-S100 (Geo) On A Network Card (Geoswitch) AT-S100 Version 1.0.3 Patch 1 Management Software for the AT-9000/28 Managed Layer 2 GE ecoswitch and AT-9000/28SP Managed Layer 2 GE ecoswitch Software Release Notes Please read this document before you

More information

Technical Support Information Belkin internal use only

Technical Support Information Belkin internal use only The fundamentals of TCP/IP networking TCP/IP (Transmission Control Protocol / Internet Protocols) is a set of networking protocols that is used for communication on the Internet and on many other networks.

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

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols

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

Cisco Networking Professional-6Months Project Based Training

Cisco Networking Professional-6Months Project Based Training Cisco Networking Professional-6Months Project Based Training Core Topics Cisco Certified Networking Associate (CCNA) 1. ICND1 2. ICND2 Cisco Certified Networking Professional (CCNP) 1. CCNP-ROUTE 2. CCNP-SWITCH

More information

Lab - Using IOS CLI with Switch MAC Address Tables

Lab - Using IOS CLI with Switch MAC Address Tables 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 S1 VLAN 1 192.168.1.11 255.255.255.0 192.168.1.1 S2 VLAN 1 192.168.1.12

More information

Layered Architectures and Applications

Layered Architectures and Applications 1 Layered Architectures and Applications Required reading: Garcia 2.1, 2.2, 2.3 CSE 3213, Fall 2010 Instructor: N. Vlajic 2 Why Layering?! 3 Montreal London Paris Alice wants to send a mail to Bob and

More information

Lab 4.2.4 Advanced Telnet Operations

Lab 4.2.4 Advanced Telnet Operations Lab 4.2.4 Advanced Telnet Operations Objective Use the telnet command to remotely access other routers. Verify that the application layer between the source and the destination is working properly. Suspend

More information

BASIC ANALYSIS OF TCP/IP NETWORKS

BASIC ANALYSIS OF TCP/IP NETWORKS BASIC ANALYSIS OF TCP/IP NETWORKS INTRODUCTION Communication analysis provides powerful tool for maintenance, performance monitoring, attack detection, and problems fixing in computer networks. Today networks

More information

LAB MANUAL for Computer Network

LAB MANUAL for Computer Network LAB MANUAL for Computer Network CSE-310 F Computer Network Lab L T P - - 3 Class Work : 25 Marks Exam : 25 MARKS Total : 50 Marks This course provides students with hands on training regarding the design,

More information

Essential Curriculum Computer Networking 1. PC Systems Fundamentals 35 hours teaching time

Essential Curriculum Computer Networking 1. PC Systems Fundamentals 35 hours teaching time Essential Curriculum Computer Networking 1 PC Systems Fundamentals 35 hours teaching time Part 1----------------------------------------------------------------------------------------- 2.3 hours Develop

More information

Lab 7.2.9 Load Balancing Across Multiple Paths

Lab 7.2.9 Load Balancing Across Multiple Paths Lab 7.2.9 Load Balancing Across Multiple Paths Objective Configure Load balance across multiple paths. Observe the load balancing process. Background/Preparation Cable a network similar to the one in the

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

Based on Computer Networking, 4 th Edition by Kurose and Ross

Based on Computer Networking, 4 th Edition by Kurose and Ross Computer Networks Ethernet Hubs and Switches Based on Computer Networking, 4 th Edition by Kurose and Ross Ethernet dominant wired LAN technology: cheap $20 for NIC first widely used LAN technology Simpler,

More information

ethernet connection For more information about the printer's ethernet feature, click the topic below: ethernet lights network configuration page

ethernet connection For more information about the printer's ethernet feature, click the topic below: ethernet lights network configuration page ethernet table of contents ethernet connection The printer's built-in ethernet feature allows you to connect the printer directly to an ethernet network without the need for an external print server. For

More information

LAB THREE STATIC ROUTING

LAB THREE STATIC ROUTING LAB THREE STATIC ROUTING In this lab you will work with four different network topologies. The topology for Parts 1-4 is shown in Figure 3.1. These parts address router configuration on Linux PCs and a

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

Lab 7.1.9b Introduction to Fluke Protocol Inspector

Lab 7.1.9b Introduction to Fluke Protocol Inspector Lab 7.1.9b Introduction to Fluke Protocol Inspector DCE SanJose1 S0/0 S0/0 SanJose2 #1 #2 Objective This lab is a tutorial demonstrating how to use the Fluke Networks Protocol Inspector to analyze network

More information

The OSI and TCP/IP Models. Lesson 2

The OSI and TCP/IP Models. Lesson 2 The OSI and TCP/IP Models Lesson 2 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Introduction to the OSI Model Compare the layers of the OSI and TCP/IP

More information

Lab 5.3.9b Managing Router Configuration Files Using TFTP

Lab 5.3.9b Managing Router Configuration Files Using TFTP Lab 5.3.9b Managing Router Configuration Files Using TFTP Device Host Name Interface IP Address Subnet Mask R1 R1 Fast Ethernet 0/0 172.17.0.1 255.255.0.0 Objectives Download and install TFTP server software.

More information

Written examination in Computer Networks

Written examination in Computer Networks Written examination in Computer Networks February 14th 2014 Last name: First name: Student number: Provide on all sheets (including the cover sheet) your last name, rst name and student number. Use the

More information

Question: 3 When using Application Intelligence, Server Time may be defined as.

Question: 3 When using Application Intelligence, Server Time may be defined as. 1 Network General - 1T6-521 Application Performance Analysis and Troubleshooting Question: 1 One component in an application turn is. A. Server response time B. Network process time C. Application response

More information

LANs and VLANs A Simplified Tutorial

LANs and VLANs A Simplified Tutorial Application Note LANs and VLANs A Simplified Tutorial Version 3.0 May 2002 COMPAS ID 90947 Avaya Labs 1 Companion document IP Addressing: A Simplified Tutorial COMPAS ID 92962 2 Introduction As the name

More information

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Data Link Protocols. TCP/IP Suite and OSI Reference Model Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite

More information

Packet Tracer 3 Lab VLSM 2 Solution

Packet Tracer 3 Lab VLSM 2 Solution Packet Tracer 3 Lab VLSM 2 Solution Objective Create a simulated network topology using Packet Tracer Design an IP addressing scheme using a Class B subnetwork address and VLSM Apply IP addresses to the

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 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

Computer Networks I Laboratory Exercise 1

Computer Networks I Laboratory Exercise 1 Computer Networks I Laboratory Exercise 1 The lab is divided into two parts where the first part is a basic PC network TCP/IP configuration and connection to the Internet. The second part is building a

More information

How To Understand The Network Protocol Of A Network (Netware) 2.5 (Networchestra) 2 (Netwire) 2) (Netrocessor) 2-Way (Networking) 2,5 (Network)

How To Understand The Network Protocol Of A Network (Netware) 2.5 (Networchestra) 2 (Netwire) 2) (Netrocessor) 2-Way (Networking) 2,5 (Network) PAGE 1 OF 16 CONTESTANT ID# Time Rank COMPUTER NETWORK TECHNOLOGY (40) Regional 2013 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification: 1. Contestant must

More information

Lab 5.3.5 Configuring Basic Router Settings with the Cisco IOS CLI

Lab 5.3.5 Configuring Basic Router Settings with the Cisco IOS CLI Lab 5.3.5 Configuring Basic Router Settings with the Cisco IOS CLI Device Host Name Interface IP Address Subnet Mask R1 R1 Serial 0/0/0 (DCE) 172.17.0.1 255.255.0.0 FastEthernet 0/0 172.16.0.1 255.255.0.0

More information

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

More information

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak Packet Switching and Computer Networks Switching As computer networks became more pervasive, more and more data and also less voice was transmitted over telephone lines. Circuit Switching The telephone

More information

ANZA Formación en Tecnologías Avanzadas

ANZA Formación en Tecnologías Avanzadas INTRODUCING CISCO DATA CENTER NETWORKING (DCICN) Temario This new assoicate level course has been designed to introduce delegates to the three primary technologies that are used in the Cisco Data Center.

More information

Chapter 1 Personal Computer Hardware------------------------------------------------ 7 hours

Chapter 1 Personal Computer Hardware------------------------------------------------ 7 hours Essential Curriculum Networking Essentials Total Hours: 244 Cisco Discovery 1: Networking for Home and Small Businesses 81.5 hours teaching time Chapter 1 Personal Computer Hardware------------------------------------------------

More information

AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP

AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP Mst. Najnin Sultana, Abu Jafar Md. Masud Karim Daffodil International University, Dhaka, Bangladesh E-mail: apesnajnin@yahoo.com

More information

Protocol Data Units and Encapsulation

Protocol Data Units and Encapsulation Chapter 2: Communicating over the 51 Protocol Units and Encapsulation For application data to travel uncorrupted from one host to another, header (or control data), which contains control and addressing

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

CCBOOTCAMP s Comprehensive ICND2 Study Guide With Sample Questions

CCBOOTCAMP s Comprehensive ICND2 Study Guide With Sample Questions CCBOOTCAMP s Comprehensive ICND2 Study Guide With Sample Questions Interconnecting Cisco Networking Devices Part 2 (ICND2) Cisco Exam 640-816 A Unique Study Guide format that compresses important need-to-knowinformation

More information

Candidates should attempt FOUR questions. All questions carry 25 marks.

Candidates should attempt FOUR questions. All questions carry 25 marks. UNIVERSITY OF ABERDEEN Exam 2010 Degree Examination in ES 3567 Communications Engineering 1B Xday X Notes: 9.00 a.m. 12 Noon (i) CANDIDATES ARE PERMITTED TO USE APPROVED CALCULATORS (II) CANDIDATES ARE

More information

Cisco 640-822 Interconnecting Cisco Networking Devices Part 1. Q&A with explanations. Version 6.0

Cisco 640-822 Interconnecting Cisco Networking Devices Part 1. Q&A with explanations. Version 6.0 Cisco 640-822 Interconnecting Cisco Networking Devices Part 1 Q&A with explanations Version 6.0 Important Note, Please Read Carefully Other TestKing products A) Offline Testing engine Use the offline Testing

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

Wireless LAN 802.11g USB Adapter

Wireless LAN 802.11g USB Adapter Wireless LAN 802.11g USB Adapter User s Guide Version 1.0 User s Guide 0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by

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

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Document ID: 91672 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network

Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network CMPE 150 Fall 2005 Introduction Today you are going to be thrown into using Cisco s Internetwork Operating System (IOS) to configure

More information

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób) QUESTION NO: 8 David, your TestKing trainee, asks you about basic characteristics of switches and hubs for network connectivity. What should you tell him? A. Switches take less time to process frames than

More information

How To Configure InterVLAN Routing on Layer 3 Switches

How To Configure InterVLAN Routing on Layer 3 Switches How To Configure InterVLAN Routing on Layer 3 Switches Document ID: 41860 Contents Introduction Prerequisites Requirements Components Used Conventions Configure InterVLAN Routing Task Step by Step Instructions

More information

Lab 8.4.3a Managing Cisco IOS Images with TFTP

Lab 8.4.3a Managing Cisco IOS Images with TFTP Lab 8.4.3a Managing Cisco IOS Images with TFTP Host Device Name Interface IP Address Subnet Mask R1 R1 Fast Ethernet 0/0 172.17.0.1 255.255.0.0 Objectives Analyze the Cisco IOS image and router flash memory.

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

How To Understand and Configure Your Network for IntraVUE

How To Understand and Configure Your Network for IntraVUE How To Understand and Configure Your Network for IntraVUE Summary This document attempts to standardize the methods used to configure Intrauve in situations where there is little or no understanding of

More information

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK Contemporary Control Systems, Inc. Understanding Ethernet Switches and Routers This extended article was based on a two-part article that was

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

Introduction To Computer Networking

Introduction To Computer Networking Introduction To Computer Networking Alex S. 1 Introduction 1.1 Serial Lines Serial lines are generally the most basic and most common communication medium you can have between computers and/or equipment.

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program APPENDIX D Configuring the Switch with the CLI-Based Setup Program This appendix provides a command-line interface (CLI)-based setup procedure for a standalone switch. For product overview information,

More information

Ten top problems network techs encounter

Ten top problems network techs encounter Ten top problems network techs encounter Networks today have evolved quickly to include business critical applications and services, relied on heavily by users in the organization. In this environment,

More information

CCNA Discovery 4.1.3 Working at a Small to Medium Business or ISP Student Packet Tracer Lab Manual

CCNA Discovery 4.1.3 Working at a Small to Medium Business or ISP Student Packet Tracer Lab Manual 4.1.3 Working at a Small to Medium Business or ISP Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, In Permission is granted to print and copy this document for non-commercial

More information

Networking Technology Online Course Outline

Networking Technology Online Course Outline Networking Technology Online Course Outline Introduction Networking Technology Introduction Welcome to InfoComm University About InfoComm International About Networking Technology Network Technology Course

More information