Networking

Ethernet (RJ-45)

RJ (Registered Jacks)

The most widely implemented registered jack in telecommunications is the RJ11. This is a modular connector wired for one telephone line, using the center two contacts of six available positions, and is used for single-line telephones in homes and offices in most countries. RJ14 is similar to RJ11 but is wired for two lines and RJ25 has three lines. RJ61 is a similar registered jack for four lines.

RJ45 Specification

The designation RJ45 commonly refers to any 8P8C modular connector for application in computer networking (Ethernet).

What is Ethernet?

Ethernet is a family of computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in 1983 as IEEE 802.3, and has since retained a good deal of backward compatibility and been refined to support higher bit rates and longer link distances. Over time, Ethernet has largely replaced competing wired LAN technologies such as Token Ring, FDDI and ARCNET.

The original 10BASE5 Ethernet uses coaxial cable as a shared medium, while the newer Ethernet variants use twisted pair and fiber optic links in conjunction with switches. Over the course of its history, Ethernet data transfer rates have been increased from the original 2.94 megabits per second (Mbit/s) to the latest 400 gigabits per second (Gbit/s). The Ethernet standards comprise several wiring and signaling variants of the OSI physical layer in use with Ethernet.

How Ethernet Works

Systems communicating over Ethernet divide a stream of data into shorter pieces called frames. Each frame contains source and destination addresses, and error-checking data so that damaged frames can be detected and discarded; most often, higher-layer protocols trigger retransmission of lost frames. As per the OSI model, Ethernet provides services up to and including the data link layer. Features such as the 48-bit MAC address and Ethernet frame format have influenced other networking protocols including Wi-Fi wireless networking technology.

Ethernet is widely used in industry. The Internet Protocol is commonly carried over Ethernet and so it is considered one of the key technologies that make up the Internet.

Related Articles