Showing posts with label Copper Cable. Show all posts
Showing posts with label Copper Cable. Show all posts

Thursday, May 2, 2024

Creating a Table Depicting Types of Ethernet Cables Using HTML...

Creating a Table for depicting the Different Types of Ethernet Cables

For this post, I am going to make an attempt at creating a table about the different types of Ethernet cables using HTML.

I am going to base the my table on "Table 2-2 Examples of Types of Ethernet" found on page 37 of the CCNA 200-301 Official Cert Guide Volume 1 by Wendell Odom.


Let's give it a try.


Speed Common Name Informal IEEE Standard Name Formal IEEE Standard Name Cable Type, Maximum Length
10 Mbps Ethernet 10BASE-T 802.3 Copper, 100 m
100 Mbps Fast Ethernet 100BASE-T 802.3u Copper, 100 m
1000 Mbps Gigabit Ethernet 1000BASE-LX 802.3z Fiber, 5000 m
1000 Mbps Gigabit Ethernet 1000BASE-T 802.3ab Copper, 100 m
10 Gbps 10 Gig Ethernet 10GBASE-T 802.3an Copper, 100 m

Comment:

It wasn't too difficult to create a basic table using HTML.

Yes, the end result is a little plain to look at.

I tried to add a grid around each cell. According to Blogger, in order to do that, I have to enable CSS on my blog. Apparently, it is easy to do so.

By enabling CSS on my blog, I can add further enhancements to the table to make it more visually appealing, such as making each alternating row a different color.

Therefore, I will enable CSS in the very near future.

Anything to make my blog better.

Meanwhile, I will add hyperlinks for each cell under the Formal IEEE Standard Name column.

That's easily done.

Wednesday, April 24, 2024

Types of Copper Cabling

This afternoon, I made some progress in my new online course over at the Cisco Networking Academy.

Thus far, I am at section 1.3 Copper Cabling in the "Network Addressing and Basic Troubleshooting" online course.

Copper cabling consists of the following:

  • shielded twisted pair (STP) cable
  • unshielded twisted pair (UTP) cable
  • coaxial cable

When you think of cables used in computer networking, you are probably thinking of STP and UTP cables. These two cables are commonly referred to as Ethernet cable.

Coaxial cable is the kind of cable that is typically used for cable television.

Fiber-optic cable consists of a strand of glass encased in wire, so it will be covered in a later section.

Progress is slow.

The topic might be beaten to death, yet it is a good idea to review the different cable types used in networking.

Believe it or not, technology does change when it comes to networking cables.

As always, I am taking copious notes.

Yes, I am familiar with the saying "If everything is important, then nothing is important".

I am probably permanently scarred from both CompTIA A+ certification exams where anything and everything can be a test question.

Based on my experiences with two previous online courses, Cisco isn't much different from CompTIA.

Back to studying...