What happens to SONET errors?

I'm not particularly strong with SONET and only have a small SONET network so any help with this question would be greatly appreciated.  When line terminating equipment (SONET node) detects a section error what does it do with that frame when it switches it to the next section?  Somehow it will not appear as an error on the next section and my group has some differing opinions on how this is accomplished.  Any opinion and associated documentation you could provide would be great.

Hi,
SONET uses the layer model.
The overhead and transport functions are broken into layers: Physical, Section, Line and Path.  The layers have a hierarchical relationship and are viewed from the top down.
The lowest layer is the physical layer, which represents the transmission medium. This is usually a fiber link.  No overhead is associated with the physical layer.  The main function of this layer is conversion between internal STS-N signals and external optical or electrical SONET signals
The Section layer deals with the transport of an STS-N frame across the physical medium.  Functions of this layer include framing, scrambling, Section error monitoring and Section level communications overhead The Section overhead is interpreted and modified or created by Section Terminating Equipment.
The line layer is the part of the SONET link between multiplexers.  The line overhead is used for the line layer.  This layer provides synchronization and multiplexing functions for the Path layer.  The overhead associated with these functions includes overhead for maintenance and line protection purposes
The Path Layer is the part of the SONET network from where the asynchronous digital signals enter and to where these signals exit the SONET network.  (end-to-end).  The Path layer maps the payloads into the format required by the Line layer. In addition, this layer communicates end-to-end via the Path Overhead. The POH is interpreted and modified or created by Path Terminating Equipment.
Each layer has its own set of overhead bytes that it uses for communication and monitoring purposes.
The information in the overhead bytes is interpreted and re-created at the corresponding terminating layer.   For example,  section overhead uses the B1 parity bit to monitor for section errors .  This information is propagated  separately for each section start/end point.  When section terminating node sees B1 errors, it declares a section alarm or threshold crossing for that segment.  The Section overhead and parity is then recalculated for the next segment of section overhead.  Hence you will not see a section alarm or error propagated from segment to segment.
GR-253-CORE is the official industry standard for SONET transport systems.  It is published by Telcorida Technologies.  It described in-depth the generic criteria that all telecommunications equipment are supposed to conform to.  Probably not the best place to start but it is an excelelnt source on SONET protocols.
There are some good on-line SONET tutorials that you can find using a GOOGLE search.  Here are a few good links.
http://members.cox.net/michael.henderson/Papers/SONET-SDH.pdf
http://www.eetimes.com/electrical-engineers/education-training/tech-papers/4136556/A-Tutorial-on-ITU-T-G-709-Optical-Transport-Networks-OTN-
http://networking.ringofsaturn.com/Protocols/sonet.pdf

Similar Messages

  • What happen when an error occurs during Snapshot-Refresh?

    Hi,
    I would like to know what happens, when an error occurs
    during a refresh (COMPLETE-REFRESH) of a snapshot?
    Is there a possibility for exception-handling??
    During a complete refresh the data in the snapshot will be deleted an the requested new from the master-side. Now when
    an error occurs during the refresh what happens with the "old" data of the snapshot??? Will it be lost?
    Thanxx
    Schoeib

    Each thread has its own error state. To get the results for a thread (including error result), you need to have a wait step which waits for it. If a thread has an error and you wait for it, you will get the error at the wait step that waits for it.
    If your main thread has an error and you want some worker thread to exit, you should add code to the cleanup of your main thread's sequence which signals the worker thread to exit (you should already have some sort of mechanism for signaling the worker thread to exit (there are many ways to do this, for example, a boolean variable passed by reference to the new thread's sequence, or a TestStand notification).
    If your main thread is getting an error, but is stuck inside a step, that problem is probably specific to something your code is doing, that is not the normal behavior of TestStand. You will need to provide more details or an example sequence in order for us to better understand what is happening.
    Hope this helps,
    -Doug

  • What happens when an error record appars

    Hi ABAP Gurus,
                   Iam phaneendra can anybody explain in detail
      what happens when there is an error  record exist while processing a  session in session method and in call transaction.
    ie, out of 10 records 7th one is error let it be then what happens to 6 redords that 7th record and 8th 9th 10th records.
                   and also what is assychronous and synchronous
      process .thatly in updation.
    good answers( helpful answers must be rewarded)
    regards,
    phaneendra.

    Hi,
    This is BASIS forums can you put this query in abap forums and get the proper soluiton.
    Regards,
    Anil

  • What happen when an error occur when there are 2 threads running ?

    Here is my execution :
    My MainSequence calls another sequence in a new thread. This sequence call a VI continuously
    When an error occur in the MainSequence, nothing happen : The step with the error in Mainsequence is still in execution state (with the arrow in front of it)  and the VI in my 2nd thread is still running. All I can't do is terminate all thread
    Is this behaviour normal ? What is the mean to solve this problem (maybe calling the 2nd sequence in a new execution ?)
    Thanks for your answer
    Laurent

    Each thread has its own error state. To get the results for a thread (including error result), you need to have a wait step which waits for it. If a thread has an error and you wait for it, you will get the error at the wait step that waits for it.
    If your main thread has an error and you want some worker thread to exit, you should add code to the cleanup of your main thread's sequence which signals the worker thread to exit (you should already have some sort of mechanism for signaling the worker thread to exit (there are many ways to do this, for example, a boolean variable passed by reference to the new thread's sequence, or a TestStand notification).
    If your main thread is getting an error, but is stuck inside a step, that problem is probably specific to something your code is doing, that is not the normal behavior of TestStand. You will need to provide more details or an example sequence in order for us to better understand what is happening.
    Hope this helps,
    -Doug

  • What happen with de error 148:3?

    I can not open my Adobe Photoshop CS 4 , the error 148 : 3 . What should I do to fix it ?

    yes, this is a licensing error and most of them can only be fixed with a reinstall and proper serialization.
    Mylenium

  • What happen? window error 126?

    Today I've got the new update of iTune, but can't update and get the error message "window error 126", when click iTune, another error message is pop up "lost MSVCR80.dll" and show the action is reinstall iTune. If I remove iTune and reinstall will all the data inside lost? What should I do???

    I am having the same problem.  I have uninstalled iTunes but the problem still exist.

  • What happens if there is an error during a commit?

    What happens if an error occurs while committing a transactional resource?
              For example, say the transaction manager successfully sends a commit
              notification to two transactional resources at the end of a transaction, but
              then gets an error while trying to commit a third one. It can't rollback the
              first two because they've already been committed. Is it up to the client to
              perform forensics in this case, or is it too rare to account for?
              Bob
              

    Bob,
              This is exactly the problem that is solved by "2 phase commit" of transactions.
              The JTA transaction manager will not tell the 3 resources to commit. Instead,
              it will tell them all to "prepare" - it is the resources' responsibility to
              confirm that they have prepared only when they have written the post transaction
              stast to disk and KNOW that they can commit, if required, in the future.
              When all 3 prepares have returned OK, the transaction manager writes a record to
              disk confirming its decision to commit. Only then will it go ahead and tell the
              resources to commit.
              Hence, in your secnario, the 3rd prepare will fail and the transaction manager
              will tell the other 2 resources to roll back.
              Of course, if something catastrophic happened (disk head crash, fire...) then a
              commit may fail, leaving the results inconsistent as in your scenario. This is
              termed a "Heuristic completion" and you need to send in the DBAs to take care of
              the forenzics that you are worried about.
              For a more detailled discussion of this, take a look at
              http://dev2dev.bea.com/articlesnews/discussion/thread.jsp?forum=1&thread=106
              I hope that helps,
              Peter.
              Got a Question? Ask BEA at http://askbea.bea.com
              The views expressed in this posting are solely those of the author, and BEA
              Systems, Inc. does not endorse any of these views.
              BEA Systems, Inc. is not responsible for the accuracy or completeness of the
              information provided
              and assumes no duty to correct, expand upon, delete or update any of the
              information contained in this posting.
              Bob Lee wrote:
              > What happens if an error occurs while committing a transactional resource?
              >
              > For example, say the transaction manager successfully sends a commit
              > notification to two transactional resources at the end of a transaction, but
              > then gets an error while trying to commit a third one. It can't rollback the
              > first two because they've already been committed. Is it up to the client to
              > perform forensics in this case, or is it too rare to account for?
              >
              > Bob
              >
              >
              >
              

  • I have been trying to download ios8. I dont remember exactly what happened but at some point I ended up unplugging my phone from my computer because there was an error. Every since then it has not been turning on or responding to iTunes.    When it d

    I have been trying to download ios8. I dont remember exactly what happened but at some point I ended up unplugging my phone from my computer because there was an error. Every since then it has not been turning on or responding to iTunes.
    When it does respond to iTunes it tells me that I have to restore my phone. I click restore and it says "Extracting Software". It gets all the way to the end and then says that there is an error; something about a disk being full?
    I have no idea what is going on and I could really use some help.
    Thanks.

    1. You did not get an error message telling you that your iPhoto library was getting full. You got a message telling you that your HD was getting full, right?
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.
    Your Library has been damaged from being run on an overfull disk.
    How much free space on it now?

  • I installed Adobe CC months ago. uninstalled it.. said "with errors" now I cannot reinstall Adobe CC... can anyone tell me what happened so that my money doesn't go to waste?

    Uninstalll error. Cannot reinstall. what happened here and how do I fix this?

    No one can tell you anything about what happened until you give complete details.
    Maybe someone could help you fix your issue.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Please document what happens with INSERT...LOG ERRORS INTO + ROLLBACK

    I posted this question on AskTom at and Tom suggested I open an iTar. However, I'm on XE, so that route is not open to me. So, for what it's worth, I'm making a request here in the hope that Oracle will do something about it, even though it's not an XE-specific issue.
    Specifically, the article by Natalka Roshak at
    http://www.orafaq.com/node/76
    says:
    "It seems that DML errors are logged as an autonomous transaction; rolling back
    the DML that spawned the error does not clear the error logging table."
    Can you please document this? An ideal place would be in INSERT, UPDATE, and MERGE topics in the SQL Reference.
    I did find a passage in the Administrator's Guide that reads:
    "If the statement exceeds the reject limit and rolls back, the error logging table retains the log entries recorded so far."
    However, nowhere (that I can find) does it specify what happens if the statement does not exceed the reject limit and you subsequently roll back the transaction
    explicity.
    Thanks.

    Brian,
    Thanks for pointing this out. As Tom mentioned on AskTom, he'll file a documentation bug.
    Joel

  • I am using elements 11. I cannot open editor because configuration error occurs with message "errror 213:11". What happened? What can I do? Thanks a lot for your support.

    I am using elements 11 with Windows7. I cannot open editor because configuration error occurs with message "errror 213:11". What happened? What can I do? Thanks a lot for your support.

    See if this helps:
    Error "License store does not allow writing" | Install log | CS5, CS5.5

  • What are the possible errors that can happen in data loads(rsmo monitor)?

    hi all,
    what could be the error that could result in red color in the RSMO  monitor of data load transaction?
    1. request everything ok
    (what are the possible error type which make here red)
    2. extraction everything ok
    (what are the possible error type which make here red)
    3. transfer (idocs and trfc) error occured?
    (what are the possible error type which make here red)
    4. processing
        - data package
    5. process chain
    (what are the possible error type which make here red)
    6 other messages.
    (what are the possible error type which make here red)
    thanks
    pooja

    Hi,
    I can tell you the most common reasons of these failures.
    1. request everything ok
    Here it will be telling you if the request was properly send to source system and got triggered there.
    2. extraction everything ok
    In this step the actual extraction of data happens, issue slike sysfail or CPIC error may cause this to fail.
    3. transfer (idocs and trfc) error occured?
    When extraction is complete and data is being send to BW. But if dur to some reason it fails, error may come here.
    4. processing
    Processing in BW fails for each data packet is displayed here.
    This can also happen when you have sysfail in source.
    5. process chain
    This can show the logs of the chain here and also status of subsequent process.
    6 other messages.
    Any other error message.
    Refer
    What is the information we can get the through details tab in RSMO
    working with RSMO errors
    http://help.sap.com/saphelp_nw70/helpdata/en/12/43074208ae2a38e10000000a1550b0/frameset.htm
    Also
    Data Load Errors
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Data Load issues
    Errors in loading
    data loading errors
    load Errors
    Process Chain Errors
    /people/mona.kapur/blog/2008/01/14/process-chain-errors
    Common Process chain errors
    process chain issues or errors
    Hope this helps.
    Thanks,
    JituK

  • Private Browsing feature does not respond when clicked. error msg is found in error console for PB under "tools" what happened?

    This is the msg found in error console under the "tools" drop down box: line 42 and it gives a link to a file on my hard drive the file is labeled: nsSessionStartup.js
    Basically what happens is this: When I click on "start private browsing" nothing happens. It used to popup a notification telling me about PB and then it would sh0w (private browsing) in the top window bar. now... nothing. what happened?

    Are you sure that you don't have Private Browsing enabled when Firefox is opened? <br />
    Tools > Options > Privacy = '''Automatically start Firefox in a private browsing session'''
    With that setting selected there is no (Private Browsing) showing in the Title bar.

  • Webdynpro error - what happened calling the webdynpropage was terminated ..

    Hello,
    in WD-Application rendering by portal browsing with Firefox clicking a button it appears a popup.
    The same WD-Application rendering by portal  browsing with IE 6.0 clicking a button it appears not popup but a browser error-message
    "webdynpro error - what happened calling the webdynpropage was terminated due to an error.
    Error type: sapPopupMainIdX1"
    Where is the probem.
    We use Portal Netweaver 2004s, SP11 and as backendystsem for WD for Abap Netweaver 2004s, SP 09.
    Best regards
    Oliver Prodinger

    The issue was actually caused by a kernel problem, as described in the topic
    SAP NetWeaver 2004s ABAP Trial Version SP8 Troubleshooting Guide
    I applied the recommended bug fixes and now it works perfectly!
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6055f523-df6e-2910-f0bf-acccbb0a7d37">SAP NetWeaver 2004s ABAP Trial Version SP8 Troubleshooting Guide</a>
    Hope It will solve your problem
    Cheers
    Parag

  • What happens when error record

    Hi ABAP Gurus,
    Iam phaneendra can anybody explain in detail
    what happens when there is an error record exist while updating a session in session method and in call transaction.
    ie, out of 10 records 7th one is error let it be then what happens to 6 redords that 7th record and 8th 9th 10th records.
    and also what is assychronous and synchronous
    process .thatly in updation.
    good answers( helpful answers must be rewarded)
    regards,
    phaneendra.

    Hi,
    In Session Method all the 9 records will be updated except the &7th record(error record). u can get the error information in SM35.
    In call tranasction method it depends upon the mode(A,N,E). In all screen mode system will stop at 7th record and all the previous 6 records will processed. In No screen mode all the 9 records will be updated except the 7th record(error record). and track the error u have to use BDCMSGCOLL in ur program(for call transaction).
    Asyn-- System does not wait for Acknowledgement. but in Syn--- System waits for acknow.  For this reson Asyn process is fast as compare to Sync.
    Thnaks,

Maybe you are looking for

  • Safari in both MacOS 10.6.8 and Windows 7 will not open PowerPoint SlideShows but Firefox Will

    Having Created a PowerPoint Slide Show I find that it cannot be shown with Safari neither in Mac nor Windows 7. The error message in Windows 7 is: "WebKitErrorDomain error 102" The error message in Mac OS 10.6.8 is "Frame Load Interrupted." The exact

  • Need button so be pre-selected

    I need to know how to make my a button pre-selected. When the user comes to the screen, I'd like it to show up just like it does in the rollover state. Is there a way to do this? I already tried using the my_btn.selected property, but that does't do

  • A question on firmware numbering conventi

    When I updated the firmware on my MuVo TX, the "new" firmware was .0.05, but the old version was something like ..04. As the first numbers for the former (.0) were lower than the latter (.) I wondered if the new firmware was out of date, in spite of

  • Need help setting up DSL modem

    I just spent 45 min. with a techie from my server trying to get an ethernet DSL modem set up. He was a Windows man and not familiar with Mac OS. We got everything in the control panels set up but activation failed. When I got to the final stage where

  • Call interrupt is possible in blackberry

    Hi All, This post will be posted here or not. I dont know. Please execuse and give me the response I need small help about call interrupt. I explained below what i am need. For example i am developing small application. when ever installing the appli