Skip to main content

CAT6 Wiring and Installation Instructions

The internal wiring on the CAT5e and CAT6 cables are specifically arranged so that each wire can perform its intended function when connected to certain devices. The table below shows an example of the T568A wiring scheme.


Currently there are two different wiring schemes for ethernet cables. These schemes include the straight through pin out for T568A and the straight through pin out for T568B. The T568A is recommended for use in residential applications because it is backwards compatible with older electronic devices. However, aside from specific contracts requiring that the cables be terminated in a specific way, it is up to the installer to decide to use either T568A or T568B as there are no major differences. 

If I were to write my own instructions on how to build the RJ45 connector on a CAT6 cable, it would be as follows. 

  1. Gather all the necessary tools including:
    1. Wire cutters.
    2. RJ45 connectors.
      1. This should include the liner, sled, and plug body.
    3. Plug crimper. 
    4. Optional: wiremap tester.
  2. Score the outer protective wire on the CAT6 cable. 
    1. Care should be taken to ensure that the inner wires are not scored in the process. 
  3. Trim and discard the center spline within the CAT6 cable. 
  4. Twist the inner wires together according to either the T568A or T568B wiring scheme. 
  5. Slide the RJ45 sled over the twisted wires. 
  6. Untwist all the inner wires and trim utilizing the wire cutters.
    1. Wire length should be between 1/4" and 3/8” after trimming. 
  7. Place the liner over the trimmed wires. 
  8. Insert the liner, sled, and wires into the plug body.
    1. Ensure that the liner, sled, and wires are fully inserted into the plug body before moving on to ensure a positive connection. 
  9. Terminate the plug utilizing a plug crimper. 
  10. Optional: Test the cable utilizing a wiremap tester. 
 

Installation instructions: 

Reference: 
T568a vs T568B, Which to Use. trueCABLE. (2021, September 9). Retrieved March 8, 2022, from https://www.truecable.com/blogs/cable-academy/t568a-vs-t568b

Comments

Popular posts from this blog

Peering Points and the Network Application Interface

According to Gibb (2019), “Peering is a method that allows two networks to connect and exchange traffic directly without having to pay a third party to carry traffic across the Internet.” Utilizing a peering point allows users to send a receive data directly to one another without the need to route through other computer networks. Doing so allows for a quicker, more efficient, and safer form of communication.  Researching the total number of active Internet Exchange Points (IXP) proved difficult as it was hard to pinpoint an accurate number. However, according to Rosas (2021), “as of January 2021, of the 630 registered IXPs, 229 are in Europe, 126 in North America, 140 in Asia-Pacific, 96 in Latin America and the Caribbean (LAC), and 39 in Africa.” These numbers are constantly changing as new IXPs are added, and some are removed.  Finding a definitive number of Internet Service Providers (ISP) globally was also difficult to accomplish. Most sources seem to point to the Nations Encyclop

VLAN Aggregation for Efficient IP Address Allocation

The project I chose to summarize on the Internet Engineering Task Force (IETF) website was RFC: 3069, VLAN Aggregation for Efficient IP Address Allocation. Within this project, the authors point out how inefficiently a Virtual Local Area Network (VLAN) allocates IP addresses along with their proposed solutions. I have also attached a diagram showing how the network would look pertaining to this project. Currently, an IP subnet would be made for each existing customer by understanding how many hosts they currently need and may need in the future. Based on that total number, the IP subnet and gateway address would change according to how many hosts the customer requested. For example, if a customer has indicated that they need ten hosts, and they only use five, the additional five that are not in use cannot be used by another customer. An illustration of this is shown below. The proposed solution to this problem is to allocate IP addresses under the same IP subnet and gateway address uti

Access Lists and Capabilities

To implement an access matrix, we must first understand what it is. An access matrix is a protection model within an operating system consisting of objects and domains. The access matrix determines which processes interact with objects within the domain. Objects within the domain can consist of both hardware and software. The lists below show the advantages and disadvantages of access lists associated with objects, and capabilities with domains.  Access lists associated with objects Advantages  Corresponds directly to the user’s needs.  Easy revocation and review of access.  Disadvantages  Difficult to determine access rights for a domain.  Takes time to search the domain for access rights.  Capabilities with domains Advantages  Useful for localizing information for a process.  Secured against unauthorized access.  Disadvantages  Inefficient at the revocation of capabilities.  Does not correspond directly to the user’s needs.  Even though each implementation has its own strengths and w