Physical Interfaces and Cabling Types

By

Date: Aug 19, 2020

Return to the article

In this sample chapter from CCNA 200-301 Exam Cram, 6th Edition, you will review essential terms and components of the Network Fundamentals section of the CCNA 200-301 exam, including ethernet, copper media, unshielded twisted pair (UTP), fiber media, Cat 5e, Cat 6, Auto MDI-X, and PoE.

This chapter ensures that you are ready for questions related to these topics in the Network Fundamentals section of the CCNA 200-301 exam blueprint from Cisco Systems. Remember that this is just a portion of the Network Fundamentals section. The other chapters in Part I, “Network Fundamentals,” also provide information pertinent to the Network Fundamentals section.

As you can see, it is time to get physical in our discussion of networking technologies! As in all other areas of information technology, there have been many advancements in this regard. As our networks have had to deal with more and more data (including audio and video data), we have needed faster and faster physical solutions to move that data.

This chapter covers the following essential terms and components:

Topic: Single-mode fiber, multimode fiber, copper

Ethernet is king today, including when it comes to cabling. Ethernet is no longer made up of just copper at its core. Fiber options also exist within the standards and permit blazing speeds over relatively long distances.

Ethernet continues to evolve and get faster. Table 3.1 list some of the forms you should be aware of.

Table 3.1 Examples of Ethernet Technologies

Name

IEEE Standard Number

Speed

Standard Name

Cable Type, Maximum Length

Ethernet

802.3

10 Mbps

10BASE-T

Copper, 100 m

Fast Ethernet

802.3u

100 Mbps

100BASE-T

Copper, 100 m

Gigabit Ethernet

802.3z

1000 Mbps

1000BASE-LX

Fiber, 5000 m

Gigabit Ethernet

802.3ab

1000 Mbps

1000BASE-T

Copper, 100 m

10 Gig Ethernet

802.3an

10 Gbps

10GBASE-T

Copper, 100 m

40 Gig Ethernet

802.3ba

40 Gbps

40GBASE-LR4

Fiber, 10000 m

The most popular forms of Ethernet use unshielded twisted pair (UTP). There are many categories of UTP, abbreviated as follows: Cat 1, Cat 2, Cat 3, Cat 4, Cat 5, Cat 5e, Cat 6, Cat 6a, and Cat 7. Each of the UTP cable categories is technologically advanced compared to its predecessor. For example, Cat 5e is capable of 1 Gbps Ethernet, whereas Cat 6 is capable of carrying 10 Gbps Ethernet.

Multimode Versus Single-Mode Fiber

If an Ethernet cable does not have copper in its core, it uses fiber optics. The signals pass through a fiber-optic cable using glass as the transmission medium. The signal is a light that transmits the 0s and 1s that systems use to communicate. While it is strange to think about glass being inside a network cable, keep in mind that the glass used in the core of the cable is a long, thin, flexible “fiber” of glass—not the glass you look through when you drive a car! Even though fiber-optic cable is quite flexible, it is very important for a fiber-optic cable plant installation never to exceed the fiber-optic cable’s bend radius.

There are two extremely popular variations of fiber-optic media: multimode fiber and single-mode fiber. Multimode fiber permits multiple angles of light waves, called modes, to propagate through the core.

Single-mode fiber has a much smaller diameter core for the network cable. To use this much smaller fiber-optic strand, a laser-based transmitter sends the light at a single angle through the core.

Ethernet Shared Media Versus Point-to-Point

Thankfully, using Ethernet in a “shared media” environment is a thing of the past. Shared media refers to Ethernet designs that use hubs (or a coaxial cable run) as networking devices. Hubs force the network devices to operate in half-duplex mode and use CSMA/CD to deal with collisions that occur.

Modern networks use switches with Ethernet and permit the creation of point-to-point links that function independently from each other at L1, making collisions extremely rare (or even impossible if all the devices are healthy and configured properly). It is possible to run a system in full-duplex mode with such a configuration. Systems enjoy sending and receiving data at the same time as other systems in the infrastructure, which makes for a wonderful, worry-free, and collision-less network.

Power over Ethernet (PoE)

Your phone calls are not transmitted over a dedicated phone (voice) network the way they were when I was making calls in high school (1983). Today, most voice traffic is transmitted over the same network as data. Wouldn’t it be nice if you could plug your voice over IP (VoIP) phone into a switch using an Ethernet cable and not only allow the phone to communicate but also allow it to receive the power it needs to operate? That is exactly what Power over Ethernet (PoE) makes possible!

Like the standards for all our other tech today, the PoE standards have evolved over time. Here is a quick recap for you:

Various network equipment vendors have also deployed their own proprietary PoE implementations, with Cisco leading the pack. These early proprietary implementations drove adoption of PoE and put pressure on the IEEE to standardize it.

Serial Connections

Serial connections are legacy connections for device communication, and you will not see serial connections deployed in new installations today. However, you may still find them in use in data centers to make certain types of WAN connections. Unfortunately, selecting the correct serial cable can be a complicated business. Here are just some of the questions you must answer:

Although it is not necessary to review the dozens of serial cables you might encounter in a data center, please pay attention to the next ExamAlert.

Topic: Troubleshoot interface and cable issues (collisions, errors, duplex, speed)

Many things can go wrong when you are dealing with a technology as complex as local-area networking, and there are many issues you should be aware of. Note that many of the following issues are not explicitly listed in the CCNA 200-301exam blueprint, but they are very likely to be included on the exam:

Example 3.1 show interface Command Output on a Cisco Switch

Switch# show interface gi0/1
GigabitEthernet0/1 is up, line protocol is up (connected)
  Hardware is iGbE, address is fa16.3eb4.b62b (bia fa16.3eb4.b62b)
  MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Unknown, Unknown, link type is auto, media type is unknown media type
  output flow-control is unsupported, input flow-control is unsupported
  Auto-duplex, Auto-speed, link type is auto, media type is unknown
  input flow-control is off, output flow-control is unsupported
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:00:00, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 32562
  Queueing strategy: fifo
  Output queue: 0/0 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
    6783 packets input, 0 bytes, 0 no buffer
    Received 14 broadcasts (0 multicasts)
    0 runts, 0 giants, 0 throttles
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
    0 watchdog, 0 multicast, 0 pause input
    108456 packets output, 7107939 bytes, 0 underruns
    0 output errors, 0 collisions, 2 interface resets
    0 unknown protocol drops
    0 babbles, 0 late collision, 0 deferred
    0 lost carrier, 0 no carrier, 0 pause output
    0 output buffer failures, 0 output buffers swapped out
Switch#

Review Questions

1. What is the physical medium used by 802.3an?

A. Copper

B. Multimode fiber

C. Single-mode fiber

D. Wireless

2. If you are not using Auto MDI-X on a Cisco switch, what type of cable is used to connect a Layer 2 switch’s port to a PC?

A. Crossover

B. Rollover

C. Console

D. Straight-through

3. What is the duplex setting used throughout a point-to-point Ethernet network?

A. Half-duplex

B. Full-duplex

C. Main duplex

D. Dual-duplex

4. What was the original PoE standard designation?

A. 802.3bt

B. 802.3at

C. 802.3af

D. 802.3bu

5. What command allows you to see what type of serial cable is connected to a device?

A. show version

B. show controllers

C. show interface

D. show flash

6. What type of cable is used to connect a switch to another switch?

A. Straight-through

B. Crossover

C. Null

D. Dual-band

7. You are analyzing the frames sent and received over a Gigabit Ethernet connection, and you are surprised to see many frames that are approximately 9000 bytes in size. What is the term for these frames?

A. Error frames

B. Pico frames

C. Runts

D. Jumbo frames

Answers to Review Questions

1. A is correct. 802.3an is 10 Gigabit Ethernet (10GBASE-T). This high-speed Ethernet technology uses copper cables (Cat 6 or Cat 6a) as the physical medium.

2. D is correct. Unlike devices (for example, a switch and a PC) are connected with straight-through cables. If you connect like devices (for example, a switch and a switch), you use a crossover cable.

3. B is correct. Modern networks consist of full-duplex links that use a point-to-point Ethernet environment. This eliminates collisions on the LAN.

4. C is correct. The first PoE standard adopted, in 2003, is the 802.3af standard. 802.3af has been integrated into 802.3-2012.

5. B is correct. The show controllers command allows you to see what type of serial cable attaches to the interface.

6. B is correct. A crossover cable is used to connect like devices, such as two switches.

7. D is correct. Many technologies today require that additional information be added to Ethernet frames. This results in frame sizes up to around 9000 bytes. Technically, any frame over 1500 bytes of payload is called a Jumbo frame. These frames are sometimes reported by networking devices as Giants.

Additional Resources

Fundamentals of Fiber Optic Cabling

https://www.youtube.com/watch?v=-VYhfR8Fv2I

Power over Ethernet (PoE) on Cisco Catalyst Switches

https://www.youtube.com/watch?v=D-GUXaBdl-A

Network Basics: Straight-Through vs. Crossover Cables

https://www.youtube.com/watch?v=Wq4fSoLXvKg

Troubleshooting Ethernet

https://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1904.html

800 East 96th Street, Indianapolis, Indiana 46240

sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |