Options

OSI layers 2 and 4 responsibilities:

LBC90805LBC90805 Member Posts: 247
Studying for the CCENT and reviewing the OSI have brought me some confusion again. Especially in the subjects of Error Recovery, Acknowledgment and Flow control. In the OSI model, doesn't the Transport layer take care of Error Recovery, Acknowledgment and Flow control? I have been making some flash cards and have seen referenced in several places the following concering LLC, the upper layer of the Data Link Layer. I quote from Wikipedia.org;

"The uppermost sublayer is Logical Link Control (LLC). This sublayer multiplexes protocols running atop the data link layer, and optionally provides flow control, acknowledgment, and error recovery."

For the CCENT as far as Error Recovery, Acknoledgment and Flow control are concerned, all of this should be taken care of by the Transport Layer?

Comments

  • Options
    CessationCessation Member Posts: 326
    I used to be confused with the whole recovery part.
    L4 does error recovery and flow control.
    L2 just checks for the errors.
    A+, MCP(270,290), CCNA 2008.
    Working back on my CCNA and then possibly CCNP.
  • Options
    LBC90805LBC90805 Member Posts: 247
    Well my understanding is Layer 2 does error checking and if there is an error drops the frame with the encapsulated data. Then Layer 4 doesn't receive Acknowledgment and tries to recover, not Layer 2.
  • Options
    CucumberCucumber Member Posts: 192
    The quote says it all, "...optionally provides flow control, acknowledgment, and error recovery". Notice the word optionally. The OSI layering model is flexible enough to tell you "this layer should do this and that, and maybe that too, and this other layer could do that as well". Its not written in stone, its just general guidelines.

    Yes, Layer2 can optionally do Flow Control, ACK and ErrRecovery, Layer4 should do it, but even some Layer4 protocols dont do this at all (UDP), furthemore, some Application layer protocols do Flow Control (i.e.RTP), ACK and ErrRecovery as well.

    Some old Layer2 protocols used to do all that stuff, i.e. some implementations of 802.2 used to do this, but its not common nowadays.

    As time has passed by, "newer" layer 2 protocols have dropped these responsabilities. Why? Because network designers realized that Layer2 protocols should send frames as fast as they can rather than spending time doing chores that an upper layer could do. Layer2 should keep up with increasing speeds capabilities from Layer1. Thats why Frame Relay, current Ethernet implementations and ATM just do Error Checking, not even error recovery, just as LBC90805 said, they just drop bad frames and thats all.

    So in summary, you have to learn what layers do and what they optionally can do. And bear in mind some layers can do the same activities other layers may do.
    I hate pandas
  • Options
    EdTheLadEdTheLad Member Posts: 2,111 ■■■■□□□□□□
    Cucumber wrote:
    Thats why Frame Relay, current Ethernet implementations and ATM just do Error Checking, not even error recovery, just as LBC90805 said, they just drop bad frames and thats all.

    ATM can do single bit header error correction, i'd call this error recovery. icon_cool.gif
    Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
  • Options
    ITdudeITdude Member Posts: 1,181 ■■■□□□□□□□
    Picky, picky. icon_wink.gif:D
    I usually hang out on 224.0.0.10 (FF02::A) and 224.0.0.5 (FF02::5) when I'm in a non-proprietary mood.

    __________________________________________
    Simplicity is the ultimate sophistication.
    (Leonardo da Vinci)
Sign In or Register to comment.