CCNA Certification/Physical Layer

From Wikibooks, open books for an open world
Jump to navigation Jump to search
 CCNA Certification 

AcknowledgementsIntroductionThe OSI ModelApplication LayerTransport LayerNetwork LayerAddressingRouting ProtocolsData Link LayerSwitchingPhysical LayerRouter OperationAdvanced Addressing TopicsAdvanced Routing TopicsAdvanced Switching TopicsSecurityWANConfigurationConclusionReferencesAbout the ExamCisco Router CommandsQuick Reference Sheet

Physical Layer[edit | edit source]

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 (e.g. coaxial cable, optical fiber ,or twisted pair). 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 (i.e., the transmission medium is the roads while the signals are the vans).

The physical layer determines the bit rate in bits per second (bit/s or bps), 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

Physical signaling sublayer[edit | edit source]

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 w:Federal Standard 1037C

Examples[edit | edit source]

Hardware equipment (network node) examples[edit | edit source]

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.

LAN Technologies[edit | edit source]

Ethernet[edit | edit source]

Fast Ethernet[edit | edit source]

Fiber[edit | edit source]

WAN Technologies[edit | edit source]

DSL[edit | edit source]

Cable[edit | edit source]

T1[edit | edit source]

Frame Relay

Frame Relay is a high-performance WAN protocol that operates at the physical and data link layers of the OSI reference model. Frame Relay originally was designed for use across Integrated Services Digital Network (ISDN) interfaces. Today, it is used over a variety of other network interfaces as well. This chapter focuses on Frame Relay's specifications and applications in the context of WAN services.

Frame Relay is an example of a packet-switched technology. Packet-switched networks enable end stations to dynamically share the network medium and the available bandwidth. The following two techniques are used in packet-switching technology:

•Variable-length packets

•Statistical multiplexing

Variable-length packets are used for more efficient and flexible data transfers. These packets are switched between the various segments in the network until the destination is reached.

Statistical multiplexing techniques control network access in a packet-switched network. The advantage of this technique is that it accommodates more flexibility and more efficient use of bandwidth. Most of today's popular LANs, such as Ethernet and Token Ring, are packet-switched networks.

Frame Relay often is described as a streamlined version of X.25, offering fewer of the robust capabilities, such as windowing and retransmission of last data that are offered in X.25. This is because Frame Relay typically operates over WAN facilities that offer more reliable connection services and a higher degree of reliability than the facilities available during the late 1970s and early 1980s that served as the common platforms for X.25 WANs. As mentioned earlier, Frame Relay is strictly a Layer 2 protocol suite, whereas X.25 provides services at Layer 3 (the network layer) as well. This enables Frame Relay to offer higher performance and greater transmission efficiency than X.25, and makes Frame Relay suitable for current WAN applications, such as LAN interconnection.

ISDN[edit | edit source]

Metro Fiber[edit | edit source]

ATM[edit | edit source]

Analog modems[edit | edit source]

PAP/CHAP[edit | edit source]

PPP=> PPP stands for Point-to-Point Protocol, and is an Open standard protocol works with same & different company routers.

  E.g. 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

References[edit | edit source]

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.

External links[edit | edit source]