What should be happening in the 10 day training pe...

Now on day 5 of the 10 day training period, nothing has happened with the connection since day 2, when it dropped from ~5.5 mb to 2.5 mb.
I was told I would get a connection speed between 7.5 mb and 17.5 mb (which reflects what other people in my block get).
I am not aware of the connection being lost at any time in the training period (the only restarts have been from manually resetting the home hub) and the current uptime is about 48 hours.
Am I really to expect the connection to improve by another 5 mb in the next five days?
I have no idea how the connection is running, due to having HH4 and no access to statistics.

Thanks
13:17:44, 10 Mar.
( 100.830000) DSL noise margin: 6.00 dB upstream, 6.10 dB downstream
13:17:43, 10 Mar.
( 99.800000) DSL line rate: 531 Kbps upstream, 2584 Kbps downstream
1. Best Effort Test:  -provides background information.
Download  Speed
2.3 Mbps
0 Mbps
4 Mbps
Max Achievable Speed
 Download speedachieved during the test was - 2.3 Mbps
 For your connection, the acceptable range of speeds is 1.2 Mbps-4 Mbps.
 IP Profile for your line is - 2.28 Mbps
2. Upstream Test:  -provides background information.
Upload Speed
0.43 Mbps
0 Mbps
0.83 Mbps
Max Achievable Speed
Upload speed achieved during the test was - 0.43Mbps
 Additional Information:
 Upstream Rate IP profile on your line is - 0.83 Mbps

Similar Messages

  • Selected from my iphone "Buy more ringtones"and it has dowloaded as a music file how do i get it to be a ring tone which is what should have happened.  Any ideas on how to fix this?

    selected from my iphone "Buy more ringtones"and it has dowloaded as a music file and is now in itunes on my laptop and in music on my iphone. How do i get it to be a ring tone which is what should have happened in the first place.  Any ideas on how to fix this? As in itunes I cannot see how to a) change it to a ring or b) drag across to the right area...
    I simply followed the prompts on my iphone 4s and would have expected it to end up as a ring tone.. any help, guidance, advice welcome...

    selected from my iphone "Buy more ringtones"and it has dowloaded as a music file and is now in itunes on my laptop and in music on my iphone. How do i get it to be a ring tone which is what should have happened in the first place.  Any ideas on how to fix this? As in itunes I cannot see how to a) change it to a ring or b) drag across to the right area...
    I simply followed the prompts on my iphone 4s and would have expected it to end up as a ring tone.. any help, guidance, advice welcome...

  • What happens after the 90 days free trial period of Creative Cloud?

    I just wanted to access a free trial Version of InDesign as I didn't have access to my computer with all the Adobe programs back home, but then I ended up (without beeing noticed properly) in the free Creative Cloud test period. Now I'm wondering, what happens after the 90 days, because I can't find any option to delete my Adobe-ID from the Creative Cloud.
    I'm not interested in the paid version of Creative Cloud. How can I delete the connection of my Adobe-ID to Creative Cloud?
    Thanks for your help!

    The free trial is for 30 days, not 90. Just do not want you to be suprised on day 31. And as Cozmicone said a dialog will appear telling you the trial is over and you will no longer be able to run InDesign.

  • What exactly is happening in the code mentioned?????

    Hi all,
    I want to know the working of the below code:
    The below code is the WHEN_BUTTON_PRESSED Trigger for the ENTER_QUERY (Push Button):
    DECLARE
      IT_ID1 ITEM;
      IT_ID2 ITEM;
      IT_ID3 ITEM;
    BEGIN
      IT_ID1 := FIND_ITEM('BUTTON.EN_QUERY');
      IT_ID2 := FIND_ITEM('BUTTON.CA_QUERY');
      IT_ID3 := FIND_ITEM('BUTTON.EX_QUERY');
      SET_ITEM_PROPERTY(IT_ID3,ENABLED,PROPERTY_TRUE);
      if :system.mode<>'ENTER-QUERY' THEN
       set_item_property (it_id1,label,'CANCEL QUERY');
       GO_BLOCK(GET_APPLICATION_PROPERTY(CURRENT_FORM_NAME));
       CLEAR_BLOCK(NO_VALIDATE);
       ENTER_QUERY;
      set_item_property (it_id1,label,'ENTER QUERY');
      ELSE
      EXIT_FORM;
      END IF;
    END;
    Can You please tell me what exactly is happening in the above code?
    I want to know the working of it. Help me plz.
    Thank You.
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    Oracle Forms 6i.

    what does if :system.mode<>'ENTER-QUERY' THEN mean??
    SYSTEM.MODE indicates whether the form is in Normal, Enter Query, or Fetch Processing mode. The value is always a character string.
    and what does GO_BLOCK(GET_APPLICATION_PROPERTY(CURRENT_FORM_NAME)); do?
    GET_APPLICATION_PROPERTY Returns information about the current Oracle Forms application. CURRENT_FORM_NAME Returns the name of the current form as indicated by the form module Name property.
    GO_BLOCK navigates to an indicated block. If the target block is non-enterable, an error occurs.
    As per the code, After i press the button, the label ENTER QUERY should become CANCEL QUERY, (that is when system is in ENTER_QUERY mode) .
    So when in the system is in ENTER_QUERY mode, it must display CANCEL QUERY, Right??
    in your post, you also said..
    The below code is the WHEN_BUTTON_PRESSED Trigger for the ENTER_QUERY (Push Button):
    We see 3 button in your code. How can we know which one is ENTER_QUERY button. Your code says...
    ENTER_QUERY;
      set_item_property (it_id1,label,'ENTER QUERY');
    So, it says.. BUTTON.EN_QUERY label will be ENTER QUERY
    Then why the code, (if :system.mode<>'ENTER-QUERY' THEN set_item_property (it_id1,label,'CANCEL QUERY');) ?? which says if system mode is not equal to ENTER_QUERY,
    then it tells to display CANCEL QUERY.
    it says.. BUTTON.EN_QUERY label will be CANCEL QUERY

  • Update should not happen in the name of WF-BATCH

    Hi All,
    I have a requirement to change the WF-BATCH to the other user id.
    The task completion or update should not happen in the name of WF-BATCH, instead it should happen with the name of the other user id.
    Please can anybody suggest on this..
    Thanks and Best Regards,
    Sushmitha

    Hello Sushmitha,
    Like I said, it is only working if a previous step was a dialog step for the same user.
    Then when all steps have advance with dialog it will automatically execute the "background" step (which is now dialog).
    If the "background" step is the first to be executed then this scenario does not work.
    It will only work if the agent has a previous work item AND is the one you want as the changed_by user.
    A work around would be to either
    a) check what the method does. If it executes a FM and if that FM has a parameter for changed by you can create a new method where you pass the changed_by user
    b) check if a bapi/fm exists which allows you to change the user
    c) create a program to execute the same logic as the method. Now you must create a new method where you can schedule this program as a background job with another user as the person who executes it.
    Kind regards, Rob Dielemans

  • I ran out of space on my time machine  because I bought a new I MAC to replace the old one.  So I copied the old one on the new one  and in addition to that I own a macbook.  So what should I do erase the old IMAC on my  Time capsule ? Shall I reset it?

    I ran out of space on my time machine  because I bought a new I MAC to replace the old one.  So I copied the old one on the new one  and in addition to that I own a macbook.  So what should I do erase the old IMAC on my  Time capsule ? Shall I reset it?

    Go to the airport utility and erase the TC disk.. a quick erase is fine and takes less than 1min usually.
    A one pass erase takes several hours depending on how big the hard disk is.. but is somewhat safer in that it tests the drive condition. I normally don't bother for a TM backup.
    When you start over you should be able to fit both backups on the TC.. assuming the disk is 2x larger at least than the space used on both the MB and the iMac.
    If not you can also add a USB drive to the TC, and use that for one of the computers.
    The slowest one is best.. as USB is slow.. but fast enough for wireless you won't notice much.

  • TS2756 iam using iphone 4S with win 7 PC and i cannot connect to the internet through my phone but i tried with my other 4S and it works but what should i do for the first iphone 4S???

    iam using iphone 4S with win 7 PC and i cannot connect to the internet through my phone but i tried with my other 4S and it works but what should i do for the first iphone 4S???
    as i said i have two iphone 4S,,,,,
    1st one --- has os 5.1
    2nd one has os 6.0
    i tried 2nd one with carrier reliance gsm nd it works with that personal hotspot setting using USB...
    but i want to connect the first 4S with carrier TATA DOCOMO GSM but its not working with the same USB feature????
    plz reply asap...!!!
    thnxxx in advance!!!

    If not this:
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    One user reported that placing the iPod in the freezer fixed the problem.
    Also heating sometimes works. See:
    Why can't I select my wifi settings?
    A trick that works frequently with iPhones:
    Settings > AirPlane Mode ON, Do Not Disturb ON
    Power down and wait 5-10 minutes
    Power up
    Settings > AirPlane Mode OFF, Do Not Disturb OFF
    If not successful, an appointment at the Genius Bar of an Apple store is usually in order.
    Apple Retail Store - Genius Bar
    Then:
    Does the iOS device connect to other networks? See other networks? If yes that tends to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • When I open the settings and messages of the iPhone 4s I get stuck in a white screen, what should I do? the keyboard to open there is minute, I can not open the settings in any way.

    when I open the settings and messages of the iPhone 4s I get stuck in a white screen, what should I do? the keyboard to open there is minute, I can not open the settings in any way.

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray BEFORE doing the reset.

  • What should I do if the iphoto keeps on saying that "Plz wait for import to complete" when i click the close button but it is not importing photos? How can I close the iPhoto? I try to switch my mac off but it doesn't work. Thanks.

    What should I do if the iphoto keeps on saying that "Plz wait for import to complete" when i click the close button but it is not importing photos? How can I close the iPhoto? I try to switch my mac off but it doesn't work. Thanks.

    You should be able to select Force Quit from the menu beneath the Apple icon in Finder
    and choose to Quit iPhoto from there, without messing up the Mac OS X in the process.
    OS X - Support
    Not sure if rebuilding the iPhoto library would help this issue. However if you had to
    turn off the computer without the correct method (unplug, etc; instead of menu choice)
    the system may have accrued damages and should be checked, maybe repaired by
    use of the Disk Utility in the system. Or restart the computer in Safe Boot mode, then
    run 'repair disk permissions' while it is running in that reduced mode; then restart after.
    •Understanding Safe Mode - tuts+ computer skills tutorial:
    http://computers.tutsplus.com/tutorials/understanding-safe-mode--mac-59897
    •OS X: What is Safe Boot, Safe Mode?
    Suggestions on how to use Safe Mode in article, to resolve issues, may be helpful.
    There likely are other means to rectify troublesome applications, including reinstall.
    Be sure to backup your music, image, video, and other work on an external drive
    or suitable device as a precaution against loss should there be a hard drive failure.
    iPhoto - Mac Apps - Apple Support
    There should be some tips and help information using iPhoto via this tiny Support link.
    Good luck & happy computing!

  • In accounts  what should I put as the Server Name?  smtp. ?  thanks, Jon

    In accounts  what should I put as the Server Name?  smtp.  ?  thanks,  Jon

    If you are talking about iCloud email you shouldn't need to put anything in. Sign in in System Preferences>iCloud and check 'Mail' in the checklist there and it should set it up automatically.
    If you really want to know the server details they are listed here:
    http://support.apple.com/kb/HT4864

  • If you bought the iPod touch from somebody and then you locked yourself out of it what should I do because the guy didn't give me his iTunes password?

    If you bought the iPod touch from somebody and then you locked yourself out of it what should I do because the guy didn't give me his iTunes password?

    Sounds like the Activation Lock (iOS 7) is working as designed. It determs theft since y have to know the APple ID's passward to use/restore the iPod foro use. Unless you can get the password you have a nice but thin brick. Likely the iPod was stolen

  • What does this mean?  What should I do? The system extension "//System/Library/Extensions/AppleUSBEthernetHost.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.

    What does this mean?  What should I do?
    The system extension “//System/Library/Extensions/AppleUSBEthernetHost.kext” was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update.

    You don't even have to type more than 8 letters:

  • I downloaded 4.0 RC what should I do with the Beta? Del?

    I downloaded 4.0 RC what should I do with the 4.0 Beta? remove? help?

    If you downloaded and ran the installer, you will probably have beta 12 and RC1 installed, you do not need both and can uninstall beta 12. Just make sure you do not select the option to "Remove my Firefox personal data" is you uninstall beta 12, that option will delete all of your Firefox user data such as bookmarks and passwords.

  • HT4859 what should i do if the itune screen pops up

    what should i do if the screen stays black wit the plug with the arrow pointing at the blue itunes circle on a iphone 4

    You are in recovery mode.
    Try a Reset: Hold the Sleep/Wake and Home buttons until the screen goes dark and the Apple logo appears
    If that does not take you out of recovery mode you will have to restore.
    Restoring iOS Software
    Hopefully you have an iTunes or an iCloud backup.

  • What should I do if the getConnection() failed

    I was trying to make a connection to a database through newtork. The program was hunting after
    con = DriverManager.getConnection(url, "SCOTT", "TIGER");
    What should I do in the program if the network connection was gone ( I used ping server_name to confirm the conection status). Does it return a SQLException after time out? I used the DriverManager.LoginTimeout() to get the value, it was 0. What should I do if the network connection is gone during/before making a connection to database
    null

    well, if you've tried the basics like restart, reset and restore and they haven't work, then you need to bring your phone in for evaluation and possible replacement.

Maybe you are looking for

  • Scheduling Error For Web Intelligence Reports

    Dear Experts,     I want schedule BO XI R3.1 SP 3  Web Intelligence reports.     For this i want to give  Adaptive job server :destination details.     Can you suggest what i need to enter for below details?    1)Host    ?    2)Port?    3)Domain Name

  • IPad Air open links in apps

    How to make the iPad open a link (from a website, from an email, from another app, from anywhere) in the correct app? i.e. open in Etsy, Pinterest, Instagram...

  • Max. no. of values can be uploaded to variable

    Hi All, Does any body knows what is the mx. no. of values can be uploaded for variable of type user entry/selection option. Using selection option we can upload values of variable from flat file/clip board right Im on BW 3.1c excel 2000 GUI 640 Thank

  • External Hard Drive Issues using WD Passport with MacBook Pro

    I am unable to view my external hard drive (WD Passport 160gb external hard drive model # wd1600me-01) with my MacBook Pro.  I already tried using the Utility Disk application by utilzing the repair function and mounting it.  Please help.  Any Sugges

  • How can I get knowledge about proffessional web development

    I am working in a IT Company from last one year. I have two year experience in asp.net,but till now I did not do work on a project from scratch. Now I am worried about my future. But If I go to another company where I have to work on a project from s