PHY (chip)

From Wikipedia, the free encyclopedia
Jump to: navigation, search

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]

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.

References [edit]

  1. ^ http://books.google.com/books?id=DRIryrLoxKkC&pg=PA495&dq=ethernet+PHY

External links [edit]