Physical layer

From HandWiki
Short description: Lowest-level electronic or optical transmission functions of a network


In the seven-layer OSI model of computer networking, the physical layer or layer 1 is the first and lowest layer: the layer most closely associated with the physical connection between devices. The physical layer provides an electrical, mechanical, and procedural interface to the transmission medium. The shapes and properties of the electrical connectors, the frequencies to transmit on, the line code to use and similar low-level parameters, are specified by the physical layer.

At the electrical layer, the physical layer is commonly implemented by dedicated PHY chip or, in electronic design automation (EDA), by a design block. In mobile computing, the MIPI Alliance *-PHY family of interconnect protocols are widely used.

Historically, the OSI model is closely associated with internetworking, such as the Internet protocol suite and Ethernet, which were developed in the same era, along similar lines, though with somewhat different abstractions. Beyond internetworking, the OSI abstraction can be brought to bear on all forms of device interconnection in data communications and computational electronics.

Role

The physical layer defines the means of transmitting a stream of raw bits[1] over a physical data link connecting network nodes. The bitstream may be grouped into code words or symbols and converted to a physical signal that is transmitted over a transmission medium.

The physical layer consists of the electronic circuit transmission technologies of a network.[2] It is a fundamental layer underlying the higher level functions in a network, and can be implemented through a great number of different hardware technologies with widely varying characteristics.[3]

Within the semantics of the OSI model, the physical layer translates logical communications requests from the data link layer into hardware-specific operations to cause transmission or reception of electronic (or other) signals.[4][5] The physical layer supports higher layers responsible for generation of logical data packets.

Physical signaling sublayer

In a network using Open Systems Interconnection (OSI) architecture, the physical signaling sublayer is the portion of the physical layer that[6][7]

Relation to the Internet protocol suite

The Internet protocol suite, as defined in RFC 1122 and RFC 1123, is a high-level networking description used for the Internet and similar networks. It does not define a layer that deals exclusively with hardware-level specifications and interfaces, as this model does not concern itself directly with physical interfaces.[8][9]

Services

The major functions and services performed by the physical layer are: The physical layer performs bit-by-bit or symbol-by-symbol data delivery over a physical transmission medium.[10] It provides a standardized interface to the transmission medium, including[11][12] a mechanical specification of electrical connectors and cables, for example maximum cable length, an electrical specification of transmission line signal level and impedance. The physical layer is responsible for electromagnetic compatibility including electromagnetic spectrum frequency allocation and specification of signal strength, analog bandwidth, etc. The transmission medium may be electrical or optical over optical fiber or a wireless communication link such as free-space optical communication or radio.

Line coding is used to convert data into a pattern of electrical fluctuations which may be modulated onto a carrier wave or infrared light. The flow of data is managed with bit synchronization in synchronous serial communication or start-stop signalling and flow control in asynchronous serial communication. Sharing of the transmission medium among multiple network participants can be handled by simple circuit switching or multiplexing. More complex medium access control protocols for sharing the transmission medium may use carrier sense and collision detection such as in Ethernet's Carrier-sense multiple access with collision detection (CSMA/CD).

To optimize reliability and efficiency, signal processing techniques such as equalization, training sequences and pulse shaping may be used. Error correction codes and techniques including forward error correction[13] may be applied to further improve reliability.

Other topics associated with the physical layer include: bit rate; point-to-point, multipoint or point-to-multipoint line configuration; physical network topology, for example bus, ring, mesh or star network; serial or parallel communication; simplex, half duplex or full duplex transmission mode; and autonegotiation[14]

PHY

RTL8201 Ethernet PHY chip
Texas Instruments DP83825 – 3 × 3 mm 3.3 V PHY chip

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 (often called MAC as an acronym for medium access control) to a physical medium such as an optical fiber or copper cable. A PHY device typically includes both physical coding sublayer (PCS) and physical medium dependent (PMD) layer functionality.[15]

-PHY may also be used as a suffix to form a short name referencing a specific physical layer protocol, for example M-PHY.

Modular transceivers for fiber-optic communication (like the SFP family) complement a PHY chip and form the PMD sublayer.

Ethernet physical transceiver

Micrel KS8721CL – 3.3 V single power supply 10/100BASE-TX/FX MII physical layer transceiver

The Ethernet PHY is a component that operates at the physical layer of the OSI network model. It implements the physical layer portion of the Ethernet. Its purpose is to provide analog signal physical access to the link. It is usually interfaced with a media-independent interface (MII) to a MAC chip in a microcontroller or another 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.[16] 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 (NIC), which may have PHY, MAC, and other functionality integrated into one chip or as separate chips.

Common Ethernet interfaces include fiber or two to four copper pairs for data communication. However, there now exists a new interface, called Single Pair Ethernet (SPE), which is able to utilize a single pair of copper wires while still communicating at the intended speeds. Texas Instruments DP83TD510E[17] is an example of a PHY which uses SPE.

Examples include the Microsemi SimpliPHY and SynchroPHY VSC82xx/84xx/85xx/86xx family, Marvell Alaska 88E1310/88E1310S/88E1318/88E1318S Gigabit Ethernet transceivers, Texas Instruments DP838xx family[18] and offerings from Intel[19] and ICS.[20]

Other applications

  • 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 medium access control (MAC) layer in system-on-a-chip (SOC) implementations. Similar wireless applications include 3G/4G/LTE/5G, WiMAX and UWB.
  • 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 Association's (IrDA) specification includes an IrPHY specification for the physical layer of the data transport.
  • Serial ATA (SATA): Serial ATA controllers use a PHY.

Technologies

The following technologies provide physical layer services:[21]


See also

References

  1. Gorry Fairhurst (2001-01-01). "Physical Layer". http://www.erg.abdn.ac.uk/users/gorry/course/phy-pages/phy.html. 
  2. Iyengar, Shisharama (2010). Fundamentals of Sensor Network Programming. Wiley. pp. 136. ISBN 978-1423902454. https://books.google.com/books?id=UD0h_GqgbHgC&q=network%2B+guide+to+networks. 
  3. "The Physical Layer | InterWorks" (in en-US). InterWorks. 2011-07-30. https://interworks.com/blog/bfair/2011/07/30/physical-layer/. 
  4. Shaw, Keith (2018-10-22). "The OSI model explained: How to understand (and remember) the 7 layer network model" (in en). https://www.networkworld.com/article/3239677/lan-wan/the-osi-model-explained-how-to-understand-and-remember-the-7-layer-network-model.html. 
  5. "DATA COMMUNICATION & NETWORKING" (in en). https://www.researchgate.net/publication/288180515. 
  6.  This article incorporates public domain material from the General Services Administration document "Federal Standard 1037C".
  7. "physical signaling sublayer (PLS)". http://www.tiaonline.org/market_intelligence/glossary/index.cfm?term=%26%23TC%5DSR%3FN%0A. 
  8. "rfc1122". https://datatracker.ietf.org/doc/html/rfc1122. 
  9. "rfc1123". https://datatracker.ietf.org/doc/html/rfc1123. 
  10. Shekhar, Amar (2016-04-07). "Physical Layer Of OSI Model: Working Functionalities and Protocols" (in en-US). https://fossbytes.com/physical-layer/. 
  11. Bayliss, Colin R.; Bayliss, Colin; Hardy, Brian (2012-02-14) (in en). Transmission and Distribution Electrical Engineering. Elsevier. ISBN 9780080969121. https://books.google.com/books?id=cLwO-Hh6_VEC&q=The+physical+layer+Providing+a+standardized+interface+to+a+physical+transmission+medium,+including++Mechanical+specification+of+electrical+connectors+and+cables,+for+example+maximum+cable+length+Electrical+specification+of+transmission+line+signal+level+and+impedance+Radio+interface,+including+electromagnetic+spectrum+frequency+allocation+and+specification+of+signal+strength,+analog+bandwidth,+etc.+Specifications+for+IR+over+optical+fiber+or+a+wireless+IR+communication+link. 
  12. "CCNA Certification/Physical Layer - Wikibooks, open books for an open world". https://en.wikibooks.org/wiki/CCNA_Certification/Physical_Layer. 
  13. Bertsekas, Dimitri; Gallager, Robert (1992). Data Networks. Prentice Hall. p. 61. ISBN 0-13-200916-1. https://archive.org/details/isbn_9780132009164. 
  14. Forouzan, Behrouz A.; Fegan, Sophia Chung (2007) (in en). Data Communications and Networking. Huga Media. ISBN 9780072967753. https://books.google.com/books?id=bwUNZvJbEeQC&q=The+physical+layer+is+also+concerned+with:++Bit+rate+Point-to-point,+multipoint+or+point-to-multipoint+line+configuration+Physical+network+topology,+for+example+bus,+ring,+mesh+or+star+network+Serial+or+parallel+communication+Simplex,+half+duplex+or+full+duplex+transmission+mode+Autonegotiation. 
  15. Mauricio Arregoces; Maurizio Portolani (2003). Data Center Fundamentals. ISBN 9781587050237. https://books.google.com/books?id=DRIryrLoxKkC&q=ethernet+PHY&pg=PA495. Retrieved 2015-11-18. 
  16. "microcontroller - what is the difference between PHY and MAC chip - Electrical Engineering Stack Exchange". Electronics.stackexchange.com. 2013-07-11. http://electronics.stackexchange.com/questions/75596/what-is-the-difference-between-phy-and-mac-chip. 
  17. "DP83TD510E Ultra Low Power 802.3cg 10Base-T1L 10M Single Pair Ethernet PHY". https://www.ti.com/lit/ds/symlink/dp83td510e.pdf?ts=1602524952891&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FDP83TD510E. 
  18. "Ethernet PHYs". https://www.ti.com/interface/ethernet/phys/overview.html. 
  19. Intel PHY controllers brochure
  20. osuosl.org - ICS1890 10Base-T/100Base-TX Integrated PHYceiver datasheet
  21. "Physical Layer | Layer 1" (in en). https://osi-model.com/physical-layer/. 

External links