PHY


A PHY, an abbreviation for "physical layer", is an electronic circuit, usually implemented as an integrated circuit, required to implement physical layer functions of the OSI model in a network interface controller.
A PHY connects a link layer device to a physical medium such as an optical fiber or copper cable. A PHY device typically includes both Physical Coding Sublayer and Physical Medium Dependent layer functionality.
-PHY may also be used as a suffix to form a short name referencing a specific physical layer protocol, for example M-PHY.

Ethernet physical transceiver

The Ethernet PHY is a component that operates at the physical layer of the OSI network model. It implements the Ethernet physical layer portion of the 1000BASE-T, 100BASE-TX, and 10BASE-T standards.
A PHY chip is commonly found on Ethernet devices. Its purpose is to provide analog signal physical access to the link. It is usually with a Media Independent Interface interfaced to a MAC chip in a microcontroller or other system that takes care of the higher layer functions.
More specifically, the Ethernet PHY is a chip that implements the hardware send and receive function of Ethernet frames; it interfaces between the analog domain of Ethernet's line modulation and the digital domain of link-layer packet signaling. The PHY usually does not handle MAC addressing, as that is the link layer's job. Similarly, Wake-on-LAN and Boot ROM functionality is implemented in the network interface card, which may have PHY, MAC, and other functionality integrated into one chip or as separate chips.
Examples include the Microsemi SimpliPHY and SynchroPHY VSC82xx/84xx/85xx/86xx family, Marvell Alaska 88E1310/88E1310S/88E1318/88E1318S Gigabit Ethernet transceivers and offerings from Intel and ICS.

Other applications