PHY (chip)
|
|
This article needs additional citations for verification. (May 2013) |
PHY is an abbreviation for the physical layer of the OSI model.
An instantiation of PHY connects a link layer device (often called a Media Access Control, or MAC address) to a physical medium such as an optical fiber or copper cable. A PHY device typically includes a Physical Coding Sublayer (PCS) and a Physical Medium Dependent (PMD) layer.[1] The PCS encodes and decodes the data that is transmitted and received. The purpose of the encoding is to make it easier for the receiver to recover the signal.
Contents |
Example uses [edit]
- Wireless LAN or Wi-Fi: The PHY portion consists of the RF, mixed-signal and analog portions, that are often called transceivers, and the digital baseband portion that use digital signal processor (DSP) and communication algorithm processing, including channel codes. It is common that these PHY portions are integrated with the media access control (MAC) layer in System-on-a-chip (SOC) implementations. Other similar wireless applications are 3G/4G/LTE, WiMAX, UWB, etc.
- Ethernet: A PHY chip (PHYceiver) is commonly found on Ethernet devices. Its purpose is physical, analog signal access to the link. It is usually used in conjunction with a Media Independent Interface (MII) chip or interfaced to a microcontroller that takes care of the higher layer functions.
- Universal Serial Bus (USB): A PHY chip is integrated into most USB controllers in hosts or embedded systems and provides the bridge between the digital and modulated parts of the interface.
- IrDA: The Infrared Data Associations (IrDA) specification includes an IrPHY specification for the physical layer of the data transport.
- Serial ATA (SATA): Serial ATA controllers like the VIA Technologies VT6421 use a PHY.
- SDRAM chip interfaces
- Flash memory chip interfaces
Ethernet physical transceiver [edit]
An Ethernet physical transceiver is often called a PHYceiver. It is a device that operates at physical layer of OSI network model.
An Ethernet PHYceiver is a chip that implements the hardware send and receive function of Ethernet frames; it interfaces to the line modulation at one end and binary packet signaling at the other. Functions like MAC addressing are implemented by the Media Access Control function. Wake-on-LAN and Boot ROM functionality is implemented in the network interface card (NIC), which may have PHY, MAC and other functionality integrated into one chip or as separate chips.