label Cursuri autorenew 2025-09-29, 16:55
Lab 9.7.13 Demo Cable Testing Estimated time: 30 min.Objectives:Use the Fluke 620 (or equivalent) to perform cable verification experiments on newly installed cable runs Background:In lab 9.5.1.1, you were supposed to do a cable installation. As part of that lab, or as part of a project, you should complete the cable run installation by punching down into an RJ-45 jack on one end and a patch panel on the other. In this lab you are called upon to test this cable run. There are a wide variety of tests and a wide variety of equipment that you could use. In this lab you will learn two techniques, one using a simple cable continuity meter and the other using a more sophisticated Cable Test meter.Students should demonstrate the ability to use simple continuity-level cable testers. Instructors should at least demonstrate cable testing to the level of a Fluke 620 CableMeter or equivalent. If more Fluke meters (or equivalent) are available, then training all students on these meters will give them enhanced professional skills. If available (perhaps on loan from your regional academy or a local cable installation company), demonstrate the use of the higher end cable testers -- they are truly remarkable devices which measure many of the cable parameters discussed throughout the curriculum.Tools / Preparation:You should be familiar with the use of the Fluke 620 and basic cable testers from the Chapter 5 labs on media. The following resources will be required:One completely installed but untested cable run (RJ-45 wall jack to cable to patch panel) per student group Fluke 620 CableMeter or equivalent Common RJ-45 cable continuity meter Journals Tools and materials for lab 9.5.1.1 if the cable run fails the test and must be redone High-end Cable Testers (attenuation, NEXT, FEXT, ) if one can be borrowed from a local company or regional academy WorksheetYou should be able to take the cable run created in Lab 9.5.1.1 and test it. Your instructor will demonstrate some of the tests that can be performed with a cable tester. In some instances, the tests will indicate that problems exist. You will be asked to outline how you would determine what the problem is, and describe how you would fix it.Complete a Cable Run:Use the Fluke 620 Meter on Wire Map to test the installation: Identify any faults at near end, along the cable, or far end. Correct the faults:Retest until the cable run passes on the Fluke Meter: Label the Cable Run (alphanumeric identification) as passed and record in your journal. (optional) Using the continuity meter, test two straight through patch cords one can be short, but the other must make up the entire rest of the distance from jack to patch panel. Test both patch cables on the continuity tester:(optional) Connect both cables to the continuity tester. If all of the light pairs (1 to 1, 2 to 2, 3 to 3, etc. up to 8 to 8) light up, you have demonstrated at least the continuity.(optional) Perform high-end tests on the cable run with more expensive test equipment. LAB 9.7.13 DEMO CABLE TESTING - ANSWERSYou should be able to take the cable run created in Lab 9.5.1.1 and test it by connecting a workstation with a NIC to an RJ45 straight-thru patch cable and then into the wall plate (RJ45 jack). Connect another RJ45 straight-thru patch cable from the patch panel to a hub or switch and make sure the switch is plugged in. If the link lights on the NIC and the hub or switch comes on you have a good connection. You can also use the Fluke CableMeter or a basic cable tester to verify the cable run is good using the following steps. Results will vary depending on the resources and facilities available. 1) Complete a Cable Run.2) Use the Fluke 620 Meter on Wire Map to test the installation.3) Identify any faults as near end, along the cable, or far end.4) Correct the faults.5) Retest until the cable run passes on the Fluke Meter.6) Label the Cable Run (alphanumeric identification) as passed and record in your journal.7) (optional) Using the continuity meter, test two straight through patch cords one can be short, but the other must make up the entire rest of the distance from jack to patch panel. Test both patch cables on the continuity tester.8) (optional) Connect both cables to the continuity tester. If all of the light pairs (1 to 1, 2 to 2, 3 to 3, etc. up to 8 to 8) light up, you have demonstrated at least the continuity.9) (optional) Perform high-end tests on the cable run with more expensive test equipment. 10.1 Importance of a Network Layer 10.1.1 Identifiers Instructor Note The purpose of this target indicator is to justify the necessity of Layer 3 addresses. The key distinction to make for the students is that MAC addresses represent a flat address space. That is, they are non-hierarchical like national personal identification (e.g., social security) numbers. MAC addressing -- the naming of computers with hexadecimal numbers -- works fine in a LAN environment, but they don't scale well. As the number of computers and separate networks grows, the necessity of some kind of hierarchical addressing scheme becomes apparent. Telephone and Postal codes are routing codes which are analogous to layer 3 addressing schemes. As an activity you might have the students drawing a diagram for n = 30 computers might help. Label them A, B, C, etc. and then relabel and reorganize the computers hierarchically with two-part numerical codes. Discuss the implications of both addressing schemes. The network layer is responsible for moving data through a set of networks (internetwork). The network layer's addressing scheme is used by devices to determine the destination of data as it moves through the networks.Protocols that have no network layer can only be used on small internal networks. These protocols usually use only a name (i.e. MAC address) to identify the computer on a network. The problem with this approach is that, as the network grows in size, it becomes increasingly difficult to organize all the names, such as making sure that two computers aren't using the same name. Protocols that support the network layer use an identification technique for devices that guarantees a unique identifier. So how does this identifier differ from a MAC address, which is also unique? MAC addresses use a flat addressing scheme that makes it difficult to locate devices on other networks. Network layer addresses use a hierarchical addressing scheme that allows for unique addresses across network boundaries, along with a method for finding a path for data to travel between networks. Hierarchical addressing schemes enable information to traverse an internetwork, along with a method to find the destination in an efficient fashion. The telephone network is an example of the use of hierarchical addressing. The telephone system uses an area code that designates a geographical area for the call's first stop (hop). The next three digits represent the local exchange (second hop). The final digits represent the individual destination telephone (which is, or course, the final hop). Network devices need an addressing scheme that allows them to forward data packets through the internetwork (a set of networks composed of multiple segments using the same type of addressing). There are several network layer protocols with different addressing schemes that allow devices to forward data throughout an internetwork. Web Links RFC 941 Routing and the Network Layer Network Layer Functions 10.1 Importance of a Network Layer 10.1.2 Segmentation and autonomous systems Instructor Note There are two main points to this target indicator. First, that multiple networks are desirable (we create them to segment our networks into smaller networks for traffic management) and that multiple networks already exist (the Internet is a WAN comprised of millions of smaller networks all of which want to be somewhat connected). Secondly, this target indicator makes use of the highway analogy for networking. This analogy was introduced in Chapter 1 and is a rich analogy for many aspects of networking. Particularly important is that routing takes place in highway systems (perhaps have the students brainstorm how this occurs -- i.e., maps, traffic signs and signals, people getting directions, etc) and that large data networks need routing information as well. There are two primary reasons why multiple networks are necessary - the growth in size of each network and the growth in the number of networks. When a LAN, MAN, or WAN grows, it may become necessary or desirable for network traffic control to break it up into smaller pieces called network segments (or just segments). This results in the network becoming a group of networks, each requiring a separate address. There are already a vast number of networks in existence; separate computer networks are common in offices, schools, companies, businesses, and countries. While it is convenient to have these separate networks (or autonomous systems, if each is managed by a single administration) communicate with each other over the Internet, they must do it with sensible addressing schemes and appropriate internetworking devices. If not, the network traffic flow would become severely clogged, and neither the local networks, nor the Internet, would function.An analogy that might help you understand the need for network segmentation is to imagine a highway system and the number of vehicles that use it. As the population in the areas surrounding the highways increases, the roads become burdened with too many vehicles. Networks operate much in the same way. As networks grow, the amount of traffic grows. One solution might be to increase the bandwidth, much the same as increasing the speed limits of, or adding lanes to, the highways. Another solution might be to use devices that segment the network and control the flow of traffic, the same way a highway would use devices such as stoplights to control the movement of traffic. 10.1 Importance of a Network Layer 10.1.3 Communication between separate networks Instructor Note The importance of this target indicator can be rephrased as "why would we want to have an Internet." The world is just beginning to answer this question; every day some new purpose is found for the world-wide interconnection of networks known as the Internet. The knowledge sharing, the commerce, the near instantaneous personalized communications, and many other reasons are why separate networks would "need" to communicate. Perhaps you can challenge members of your class to come up with new ways to use the Internet! The Internet is a collection of network segments that are tied together to facilitate the sharing of information. Once again, a good analogy would be the example of the highway system with the large multiple lanes that have been constructed to interconnect many geographical regions. Networks operate in much the same manner, with companies known as Internet service providers (ISPs) offering services that tie together multiple network segments. 10.1 Importance of a Network Layer 10.1.4 Layer 3 network devices Instructor Note There are three key points to this target indicator: routers connect separate networks, routers make best path decisions based on layer 3 information, and routers actually switch packets from incoming ports to appropriate outgoing ports. You cannot stress these three points enough -- everything that follows in Chapters 10 and 11 is in some way justified so the router can perform one of these functions. Without routers you could not connect separate networks efficiently, there would be no devices intelligent enough to route packets along a best path nor to switch them to that best path. Internetworking devices that operate at OSI Layer 3 (the network layer) tie together, or interconnect, network segments or entire networks. These devices are called routers. They pass data packets between networks based on network protocol, or Layer 3, information. Routers make logical decisions regarding the best path for the delivery of data on an internetwork and then direct packets to the appropriate output port and segment. Routers take packets from LAN devices (e.g. workstations) and, based on Layer 3 information, forward them through the network. In fact, routing is sometimes referred to as Layer 3 switching.