Computer Hardware Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 5 January 2012

Main features of 802.2 Logical Link Control 802.3 Ethernet 802.5 token ring 802.11

Posted on 22:16 by Unknown

ain features of 802.2 (Logical Link Control), 802.3 (Ethernet), 802.5 (token ring), 802.11 (wireless), and FDDI (Fiber Distributed Data Interface) networking technologies, including: 

  • Access method
  • CSMA / CD (Carrier Sense Multiple Access / Collision Detection)
  • CSMA / CA (Carrier Sense Multiple Access/Collision Avoidance)
  • Topology
  • Media
  • Speed

  • Media access methods are independent of the physical and logical topologies. You will find that there are usually just a few combinations that seem to work well, however. Media access methods are simply the rules that govern how a devicecan submit data to the network. Each access method will have a different effect on network traffic.

    Contention as a Method of Media Access

    Contention, often called random access, is the media access method that acts as an open door to anyone who wants to walk in. Two types of contention methods exist for media access; they are similar, but a single difference between them changes how efficiently they operate. They are:
    • CSMA/CD (Carrier Sense Multiple Access / Collision Detection)
    • CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance)

    CSMA/CD

    In a traditional, or hub-based, Ethernet environment, only one NIC can successfully send a frame at a time. All NICs, however, can simultaneously listen to information on the wire. Before an Ethernet NIC puts a frame on the wire, it will first sense the wire to ensure that no other frame is currently on the wire. If the cable uses copper, the NIC can detect this by examining the voltage levels on the wire. If the cable is fiber, the NIC can detect this by examining the light frequencies on the wire. The NIC must go through this sensing process, since the Ethernet medium supports

    multiple access

    another NIC might already have a frame on the wire. If the NIC doesn't sense a frame on the wire, it will transmit its own frame; otherwise, if a frame is found on the wire, the NIC will wait for the completion of the transmission of the frame and then transmit its own frame.

    Collision Detection

    If two or more devices simultaneously sense the wire and see no frame, and each places its frame on the wire, acollision will occur. In this situation, the voltage levels on a copper wire or the light frequencies on a piece of fiber getmessed up. For example, if two NICs attempt to put the same voltage on an electrical piece of wire, the voltage level will be different from that of only one device. Basically, the two original frames become unintelligible (or indecipherable). The NICs, when they place a frame on the wire, examine the status of the wire to ensure that a collision does not occur: this is the collision detection mechanism of CSMA/CD.
    If the NICs see a collision for their transmitted frames, they have to resend the frames. In this instance, each NIC that was transmitting a frame when a collision occurred creates a special signal, called a jam signal on the wire. It then waits a small random time period, and senses the wire again. If no frame is currently on the wire, the NIC will then retransmit its original frame. The time period that the NIC waits is measured in microseconds, a delay that can't be detected by a human. Likewise, the time period the NICs wait is random to help ensure a collision won't occur again when these NICs retransmit their frames. The more devices you place on an Ethernet segment, the more likely you will experience collisions. If you put too many devices on the segment, too many collisions will occur, seriously affecting your throughput. Therefore, you need to monitor the number of collisions on each of your network segments. The more collisions you experience, the less throughput you will get.

    CSMA/CA

    WLANs use a mechanism called Carrier Sense, Multiple Access/Collision Avoidance (CSMA/CA). Unlike Ethernet, it is impossible to detect collisions in a wireless medium. In a WLAN, a device cannot simultaneously send or receive and thus cannot detect a collision: it can only do one or the other. To avoid collisions, a device will use Ready-to-Send (RTS) and Clear-to-Send (CTS) signals. When a device is ready to transmit, it first senses the airwaves for a current signal. If there is none, it generates an RTS signal, indicating that data is about to send. It then sends its data and finishes by sending a CTS signal, indicating that another wireless device can now transmit.

    Ethernet (802.3) and LLC (802.2)

    There are two ways that specifications become standards. One is through standardized development, and the other is through common usage of a proprietary specification, where the usage becomes so prevalent that the specification is adopted as a standard. Ethernet is the latter. The IEEE was not the first to develop Ethernet. That honor goes to the research and development efforts of three companies in the 1970s: Digital, Intel, and Xerox, which were known collectively as DIX. Later on, the IEEE based its 802.3 standard on the DIX specification. In return, DIX updated its implementation to match the small changes made by the IEEE.
    Nowadays, Ethernet is used for these and several other specifications. Ethernet 802.3 is generally implemented in conjunction with 802.2. The system uses the CSMA/CD media access method, with a logical bus topology. Physically, Ethernet can be either a star or a bus. It can use copper coaxial cabling, UTP, and fiber optics. Since Ethernet uses the broadcast system of a bus topology, each node receives every data message and examines the frame header to see whether the message is meant to be received by it. If not, the frames are discarded; if so, the frames are passed on to upper layer protocols so that the receiving application can act on them.
    Data Link LayerNameIEEE StandardDescription
    Top partLogical Link Control (LLC)802.2
    Defines how to multiplex multiple network layer protocols in the data link layer frame, which doesn't have to be Ethernet. LLC is performed in software.
    Bottom partMedia Access Control (MAC)802.3
    Defines how information is transmitted in an Ethernet environment and defines the framing, MAC addressing, and mechanics as to how Ethernet works. MAC is performed in hardware.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Structure of IP (Internet Protocol) addresses (IPv4, IPv6).
    Systems that have interfaces to more than one network require a unique IP address for each  network interface . The first part of an  Intern...
  • How To Verify the Installation of ADS and How to Remove ADS
    In our last article we  configured  ADS. In this tutorial I will guide you how to check ads installation. ADS installation can be verify fro...
  • (no title)
  • How to add clients in domain advance method used in Company Environments Server side Configurations
    In our last article we saw how a client can join domain. We used  default   administrator account  for this process.Administrator account ca...
  • Define the function of TCP / UDP (Transmission Control Protocol / User Datagram Protocol) ports.
    On the other hand, a UDP transmission does not make a proper connection and merely broadcasts its data to the specified network address with...
  • XP Tips and Tricks
    From our series of XP tips n tricks in this article we will show  you that  how can you Customize visual effect on XP Optimize Hard disk whe...
  • How to create hardware profile in xp step by
    A hardware profile is  a collection of   configuration  information about the hardware that is  installed on  your computer. Within a profil...
  • Identify factors which affect the range and speed of wireless service
    Infrared Infrared (IR) radiation is electromagnetic radiation of a wavelength longer than that of visible light, but shorter than that of  m...
  • how to configure DNS domain name system in Server 2003
    ADS relies entirely on  Domain Name System  (DNS) to locate resources on a network. Without a reliable DNS infrastructure, domain controller...
  • How to add clients in domain advance method used in company environments client side configurations
    In our pervious article we have completed  server side   configuration  to make clients form  user accounts . In this tutorial I will show y...

Blog Archive

  • ▼  2012 (76)
    • ►  February (4)
    • ▼  January (72)
      • how to diffrenciate between window xp, 2000 profes...
      • Windows Run Line Commands
      • Number of Microsoft Certified Professionals Worldwide
      • A+ Core Hardware
      • Saurabh’s Hardware Notes
      • Best Gaming CPUs For The Money: November 2011
      • Opinion: 10 Technologies That Need to Deliver in 2012
      • Networking interview questions
      • Share Dial Up Internet Connection
      • System administrations User managements
      • System administrations User managements
      • Hide drive from my computer Show icon on my compute
      • windows xp bootable cd Step by Step
      • Remove XP VISTA Window7 Server 2003 Server 2008 Pa...
      • Step by step guide of partitions recovery
      • Install xp from pen drive usb drive
      • Troubleshooting Peer to Peer Workgroup Network
      • How to configure Gmail With Microsoft outlook Expr...
      • Sending a remote assistance request
      • Wireless Network
      • Step by Step guides For wireless configuration
      • Wireless networking Access Modes
      • Wireless Networking Basic Security
      • wireless networking basic Transmission Factors Res...
      • XP Tips and Tricks
      • Sample technical support engineer Desktop support ...
      • Sample hardware Engineer resume Desktop support en...
      • Sample Resume Objectives Resume skills Resume care...
      • Resume skills Hardware Network Resumes skills Samp...
      • Full Form of hardware and networking devices and T...
      • Basic Computer Hardware review
      • Complete interview question with answer
      • How to create hardware profile in xp step by
      • How to configure roaming profile, mandatory profil...
      • How to configure roaming profile, mandatory profil...
      • How to add clients in domain advance method used i...
      • How to add clients in domain advance method used i...
      • No title
      • How to add or remove clients from domain network o...
      • how to configure DNS domain name system in Server ...
      • How To Verify the Installation of ADS and How to R...
      • How to configure ads active directory service step...
      • Replication Between Domain Controllers
      • What is Active Directory Services?
      • Editions of Windows Server 2003
      • Upgrade path MCSE on server 2003 to Server 2008
      • Main features of 802.2 Logical Link Control 802.3 ...
      • Network utility (FOR MY IIJT STUDENTS)
      • Networking Devices
      • 10BaseT 10BaseF 10Base2 5-4-3 rule 10Base5 100Base...
      • TCP IP model tcp ip stack MAC OSI IPX/SPX IPX SPX ...
      • Structure of IP (Internet Protocol) addresses (IPv...
      • Logical or Physical Network Topologies
      • Rj-45 J Rj-11 USB MT-RJ Coaxial BNC LC Local Conne...
      • cable media stp utp SMF MMF Coaxial cable ThickNet...
      • Identify factors which affect the range and speed ...
      • Define the function of TCP / UDP (Transmission Con...
      • Network Security protocols purpose and function
      • Turn Off Window Animation
      • Disable Password Caching
      • Changing Windows' Icons
      • Backup / Restore the Registry
      • Registry Tricks and Tips
      • Delete Autorun.inf Virus Manually using just Winrar
      • Hacking Youtube to find good quality videos
      • Install Windows xp in less than 15 minutes
      • Shutdown Computer With Command Prompt or shortcut ...
      • Recover Windows XP Administrator Password
      • NOKIA SECRET CODES
      • 10 TRICKS TO SPEED UP SYSTEM
      • Trick to Show Your name after time in taskbar...
      • TIP & TRICKS
Powered by Blogger.