How WebEx 8.0 Connects External Users

We have a MeetingPlace/WebEx 8.0 deployment with an MCS WebEx Node on-prem. I am in the NorthEast U.S. and notice my MeetingPlace TSP connects to two WebEx addresses in the New York City area. (I assume this is based on RTT between either MeetingPlace or WebEx MCS node and the WebEx cloud, so the WebEx cloud finds the closest TSP servers to our site).
Anyway, I have a question how shared web content propogates from people within our organization in the Northeast U.S. to someone external who's joined the web conference from the other side of the world- Singapore, let's say:
1) Does the external user in Singapore get connected directly to my TSP server (in NYC area) via the site-URL re-directing the client to it? Or,
2) Does WebEx simply cascade our shared-content within the WebEx cloud, over to the closest WebEx TSP server to Singpapore- where the client was connected to?
Thanks for any clarification you can provide. I've read the SRND, but I didn't really see anything in there that pertained to this.
Mike.                   

Hi Mike,
I'm having trouble understanding the behavior you're describing, but let me know if you need further clarification.
1) An external user in Sinapore that is not able to DNS resolve your internal WebEx nodes will be hosted using a WebEx cloud node located close to their network (via best RTT). Their traffic only goes between their client and the WebEx cloud.
2) For meetings that allow external users, where some internal users are being hosted on the internal WebEx node, and some external users are being hosted on the cloud, yes, WebEx meeting data and content is cascaded between the internal WebEx node and the cloud nodes that external attendees are connected to.
In addition, WebEx TSP servers for US customers are located in California and Texas, and all MeetingPlace servers will connect to those IPs, so I'm not sure what connections you are seeing to NYC.
Derek Johnson
Conferencing TAC

Similar Messages

  • How to handle multiple connection or user with l2cap

    hi friends,
    I need your help please a.s.a.p
    how to handle multiple connection with l2cap protocol in j2me
    sorry,
    I'm a new programmer in j2me
    thanks all...

    Please stick with the original thread http://forum.java.sun.com/thread.jspa?threadID=5200413&tstart=0
    Cross-posting is very rude, and JSch has nothing to do with JSSE, directly. It is an SSH2 API. It does (AFAIK) use some parts of JSSE, but those parts are definately not your problem.
    You already have answers in the other thread.

  • How to send email to external users using the distribution list from workflow

    I have created distribution list in SO23 with external email addresses.
    How I can use distribution list in "Send Mail component" or I should use another component?
    It works fine for a single email address. And distribution list works fine when I use it via SBWP.

    Hi,
      Take activity step instead of Mail step. User fm SO_NEW_DOCUMENT_ATT_SEND_API1 to send mail.
    And use fm SO_DLI_READ_API1 to find list of user from    distribution list. You can    find how to use this fm in rule 30000012

  • How to see all connected SSH users?

    For lack of a better place, I'm putting this in the "installation" section...
    I would like to know how to see all SSH connections. I thought I could use the command "who", but that only shows me as connected (when I know there are definitely others connected.
    Does anyone know the command I can use to check?
    Thanks!

    I'm not sure why 'who' isn't showing other ssh users (it seems to work fine for me) but I thought I'd also mention that OS X also ships with lsof, so you could also find all processes and users using the ssh port with:
    lsof -i :ssh
    Check the lsof man page for more information. It's a pretty handy command, although there are a lot of options to figure out...

  • How to Create a connection and User Seesion and Authentificate Session

    Hi
        I would like that someone provide my the code to set a connection with MDM through the MDM Java APIS SP6 Patch2. I need to connect with the repository, and authentificate the User and the Password. Furthermore I would need the code to pick up events like add record and modified record. When a record is added or modified is neccesary to pick up the value of a lookup field in the main table to check that this value is a specific value in order to syndicate this record. That´s possible that someone provide this code to me.
    thanks in advance.  If the reply is useful there will be rewards Points.

    Hi,
    Check this out
    ConnectionAccessor simpleConnection=null;
    RepositorySchema repSchema=null;
    RepositoryIdentifier repIdentifier=null;
    DBMSType dbmsType = DBMSType.MS_SQL;
    String session=null;
    String connection = "MDM_SERVER_PROD";
    String repository  = "TEST_REP";
    simpleConnection = SimpleConnectionFactory.getInstance(connection);
    repIdentifier = new RepositoryIdentifier(repository, connection, dbmsType);
    RegionProperties dataRegion = getRegion();
    CreateUserSessionCommand createUSesCmd = new CreateUserSessionCommand(simpleConnection);
    createUSesCmd.setDataRegion(dataRegion);
    createUSesCmd.setRepositoryIdentifier(repIdentifier);
    createUSesCmd.execute();
    session = createUSesCmd.getUserSession();
    AuthenticateUserSessionCommand authUSesCmd = new AuthenticateUserSessionCommand(simpleConnection);
    authUSesCmd.setSession(session);
    authUSesCmd.setUserName("Admin");
    authUSesCmd.setUserPassword("pass123");
    authUSesCmd.execute();
    GetRepositorySchemaCommand getRepSchCmd = new GetRepositorySchemaCommand(simpleConnection);
    getRepSchCmd.setSession(session);
    getRepSchCmd.execute();
    Just put all the execute statements within try catch block
    Regards,
    Jitesh Talreja

  • Delete and Rename External User

    I'm trying to delete and rename EXTERNAL (foreign) users in GroupWise via the AdminObject API. I can create them no problem and I can change their attributes no problem (e.g. givenName, sn). However, when I try and delete or rename, the call succeeds, but the object is not deleted on a delete and not renamed on a rename.
    For a rename, I am assigning a new AccountID and then doing a commit. The call executes, but the account is not renamed.
    Is there something special about External Users I'm missing? I'm doing this in Visual Basic. Thanks.
    Matt

    I figured out what I was doing wrong on the delete. I was doing a commit after the delete! So I think I was basically re-adding the External User. So once I stopped that, I was able to delete External Users.
    But I still cannot figure out how to rename one. I was changing AccountID. That's really not what I want to do, I need to change the MailboxID, but that is read only. How can I rename an External User?
    Thanks.
    Matt

  • Excel Services Connectivity on Sharepoint 2013 for external user

    Currently , external user is able to refresh the data on sharepoint site through browser. the data connection is pointing the one of the external data source. But how can an external user (Internet user which accessing sharepoint through internet) download
    a copy of excel in sharepoint library and open the excel workbook with data refresh ability at client machine ?
    Do we need client machine to be able to access / ping the external data source? 
    Thanks.

    Thanks for the response.
    They want to perform data analysis and design their own report with own template , for example : to remove subtotal from the powerpivot tables which we cannot change the formatting at the excel services at browser level.
    So if i understand correctly, we need to get the client machine to be able to access to the database server directly to get the access to the cube for data analysis although we had this odc file connection setup, am i right?
    For internal user, network team should open port / access for them to access database server directly.
    For external user, either to open public access to the database server directly or setup a VPN connection for the external user to access the database server in their secure network.
    Let me know if i understand this correctly.
    Thanks.

  • Connect as user identified globally/externally?

    Greetings! :)
    I have an old app where fat SWING client app connects to the DB with Oracle DB user/pass. I would like to change this. I believe "user identified globally/externally" is the right choice. Is there any (Java) example of login as global/external user? I have read that for global/external users tokens are acquired, but I don't know how to acquire tokens?
    Example: I have Java fat client which shows a dialog asking user for its user/pass. Then I send this user/pass to another Java web app, which check user/pass and asks DB (how?) for token. Then I send this token from my web app to the fat Java client app and it connects (how?) with DB.
    So:
    1. How to get token for external/global user?
    2. Where to put token in DB connection string when connecting with DB (instead of password?)?
    I have already asked this question in Oralce DB security and Java security forums without any results.
    P.S. Is there any other way for app to connect to DB without giving password? I would'n like to use Kerberos or LDAP or some tools. I would like to make my own solution with JDBC.
    Thank you in advance :)

    >
    Is there any other way for app to connect to DB without giving password?
    >
    Maybe this doc has the info you are looking for.
    See chapter 3 Configuring Authentication in the Database Security doc
    http://oracle.su/docs/11g/network.112/e10574/authentication.htm#i1006269
    Configuring Global User Authentication and Authorization and Configuring an External Service to Authenticate Users and Passwords
    have the information.
    You can also see the 'Proxy from Users Identified Externally' and 'Establish a Proxy Session' references in this link
    http://books.google.com/books?id=BaRbj93G1XMC&pg=PA159&lpg=PA159&dq=oracle+java+identified+globally/externally+proxy&source=bl&ots=m75SfHNGe-&sig=LRhANCaoxVJ2Ovd8G8at3rp4wqI&hl=en&sa=X&ei=6y9zT6nCEaiYiAKN15yuCw&sqi=2&ved=0CDUQ6AEwAw#v=onepage&q=oracle%20java%20identified%20globally%2Fexternally%20proxy&f=false
    And this AskTom link has an approach - see Followup September 24, 2004 - 9am Central time zone:
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:21575905259251

  • I have a new MAcBook Air and my photos don't fit on the internal hard drive.  I want to store my photos on an external hard drive which I will connect to my Air when using Iphoto.  How do I set an external hard drive as the default drive?

    I have a new MAcBook Air and my photos don't fit on the internal hard drive.  I want to store my photos on an external hard drive which I will connect to my Air when using Iphoto.  How do I set an external hard drive as the default drive in Iphoto?

    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • How to find the number of users  connected to database from OS level(Linux)

    Hi All,
    Could anyone know , how to find the number of users connected to database without connecting with sql*plus
    is there any command to find it?
    example we have 10 databases in one server, how to find the number of users connected to particular database without connecting to database(v$session)?
    oracle version:- 10g,11g
    Operating System:- OEL4/OEL5/AIX/Solaris
    any help will be appreciated.
    Thanks in advance.
    Thank you.
    Regards,
    Rajesh.

    Excellent.
    Tested, works as long as you set the ORACLE_SID first ( to change databases )
    ps -ef | grep $ORACLE_SID | grep "LOCAL=NO" | awk '{print $2}' | wc -l
    Thanks!
    select OSUSER
        from V$SESSION
    where AUDSID = SYS_CONTEXT('userenv','sessionid')
        and rownum=1;Best Regards
    mseberg

  • How to calculate the number of user connections in a report?

    Hi,
    I would like to have a report which automatically calculate the number of connections per user.
    Thanks for your answer.
    Regards

    Hi,
    What do you mean by number of connections? Do you mean how many times each user has run a specific report?
    Thanks

  • How do I see an external HD connected to my AE ?

    How do I see an external HD connected to my AExtreme. My AE is working flawlessly with my Apple and non-Apple devices.  The HD is formatted with NTSB so both Apple and PC can access the files.  The USB HD works fine with direct USB connection. I use AP Utility 5.6 to configure.  The HD is clearly registering as it is on the AirportExpress Utility Disk pane.  I just cannot see it on my desktop or in the finder.  I do have the home network protected with WPA and the HD has a password (which I don't know where to enter in the Utility.  Thanks in advance

    Any replies to this one? Anyone????

  • How to hide some folders in a woprkspace from some external users?

    Hi
    We manage a workspace that has both Internal external users. We have a requirements in a way that external users can only see some folders they have access to. What is the best way to accomplish.
    I reviewed an article in "How to" section which describes how to use ACLS to hide some folders from certain users (https://beehiveonline.oracle.com/External_06_howto.html).
    But this process is cumbersome as we need to go to exh folder and revoke permission for selected users. And also if we add any new folders to the workspace that folder will default be accessible to the external users also. We want by default any new folders do not have access to this group of users except the ones we provide access to.
    How can we do it?
    Regards
    Ram Uppu

    Ram,
    We have a new process which is much more easily used - the https://beehiveonline.oracle.com/External_06_howto.html page has been upfdated to show the new process.
    phil

  • How to set "Allow external users who accept sharing invitations and sign in as authenticated users" programmatically?

    Sharepoint 2013 online/office 365.
    I am creating site collection programmatically using sharepoint Auto hosted app.
    Now i want to set "Allow external users who accept sharing invitations and sign in as authenticated users" programmatically after site collection creation.
    Is it possible through code? If yes please let me know how to do it?
    Najitha Sidhik

    For SharePoint 2013 Online, check below links:
    http://office.microsoft.com/en-us/office365-sharepoint-online-small-business-help/manage-sharing-with-external-users-HA102849862.aspx
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-Online-2013-Sharing-with-External-Users.aspx
    http://blogs.office.com/2013/11/21/sharepoint-online-improves-external-sharing/
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • HT2426 how do i access my external hard drive connected to my time capsule 4th gen

    how do i acess my external hard drive (wd) that is connected to my time capsule using a macbook pro?

    Make sure that the drive has been formatted correctly to work with the Time Capsule.
    That means a format of Mac OS Extended (Journaled)....highly recommended.....or FAT32.
    Once this is checked, open Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the Time Capsule icon, then click Edit
    Click the Disks tab at the top of the screen
    If the USB port on the Time Capsule can supply enough power to the hard drive, you will see the name of the drive displayed in the window, per the example below:
    If you have the correct format on the drive, and it does not appear, this is an indication that the USB port on the Time Capsule  (which is under powered), does not have enough power to work with your hard drive.......even if the hard drive has its own power supply.
    In this case, you will need to use a powered USB hub with the Time Capsule to provide enough current for the hard drive.
    Now you should be able to access the drive using the Finder to mount it on the desktop.

Maybe you are looking for

  • Special G/L functionality with MIRO

    Hi, I trying to use special G/L funcionality using transaction MIRO. In Standard it is not possible but i read that is possible using an user exit/badi. I tryed with my own code but it did not work. Have anyone code that will solve our problem?? Best

  • Best way to block multiple logins/same user ?

    What is the best way to block/prevent someone from logging in more than once at the same time with the same userID? I was thinking to post to a database whenever a user logs in/out but then every time a user does this there has to be a database call

  • Soapenv:Server.userExceptionjava.lang.NullPointerException

    Hello all, I have installed tomcat 5.0 for Jwsdp and jwsdp-1.6. AXIS package was also installed in tomcat 5.0 directory as instructed as well as the applicable version, J2sdk 1.4.2_08, of Java. I am currently following the Axis Installation Instructi

  • DeliveryManager - SMTP_MESSAGE_BODY

    I'm trying to use the delivery manager api's to deliver documents via email, has anyone tried putting text on the message body. Have tried the SMTP_MESSAGE_BODY but this is not working..

  • Optical Illusion....Explain This!

    Greetings All! Here is an optical illusion I would like to hear some opinions about. The photo was taken by myself. It is a picture of one of three legs of a clocktower. The legs are curved down and outwards. The reflection that you are seeing in the