CCNA Certification/Physical Layer

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] Physical Layer

The physical layer is level one in the seven level OSI model of computer networking as well as in the five layer TCP/IP reference model. It performs services requested by the data link layer.

The physical layer is the most basic network layer, providing only the means of transmitting raw bits rather than packets over a physical data link connecting network nodes. No packet headers nor trailers are consequently added to the data by the physical layer. The bit stream may be grouped into code words or symbols, and converted to a physical signal, which is transmitted over a physical transmission medium. The physical layer provides an electrical, mechanical, and procedural interface to the transmission medium. The shapes of the electrical connectors, which frequencies to broadcast on, what modulation scheme to use and similar low-level parameters are specified here. An analogy of this layer in a physical mail network would be the roads along which the vans carrying the mail drive.

The physical layer determines the bit rate in bit/s, also known as channel capacity, digital bandwidth, maximum throughput or connection speed.

The major functions and services performed by the physical layer are:

Template:IPstack

The physical layer is also concerned with

[edit] Physical signaling sublayer

In a local area network (LAN) or a metropolitan area network (MAN) using open systems interconnection (OSI) architecture, the physical signaling sublayer is the portion of the physical layer that:

Source: from Federal Standard 1037C

[edit] Examples

[edit] Hardware equipment (network node) examples

Note: Physical layer Associated with transmission of unstructured bit streams over a physical link. Responsible for the mechanical, electrical and procedural characteristics that establish, maintain and deactivate the physical link.

[edit] LAN Technologies

[edit] Ethernet

[edit] Fast Ethernet

[edit] Fiber

[edit] WAN Technologies

[edit] DSL

[edit] Cable

[edit] T1

[edit] Frame Relay

[edit] ISDN

[edit] Metro Fiber

[edit] ATM

[edit] Analog modems

[edit] PAP/CHAP

PPP=> PPP is an Open standard protocol works with same & different company routers.

    Eg. Cisco--Cisco, Cisco--Nortel.
    PPP supports compression.
    PPP supports authentication.
    there are two types of PPP authentication.
    a) PAP---Password Authentication Protocol
    b) CHAP--Challenge Handshake authentication protocol

[edit] References

PAP =>PAP is two handshaking protocol means it sends User name & password in clear text while authentication which means it can be easily accessed which means it is unsecure.

CHAP => CHAP is Three way handshaking protocol means it sends User name in clear text whereas password in an encrypted format.so it is secure as compare to PAP.

[edit] External links