A14 Network Transports

Size: px
Start display at page:

Download "A14 Network Transports"

Transcription

1 1 P a g e Research In Motion A14 Network Transports For BlackBerry SmartPhones Andre Fabris 09

2 2 P a g e Contents A14 Network Transports... 4 Introduction... 5 Overview of Network Transports... 6 Overview of the BlackBerry architecture and services BlackBerry Wireless Smartphones BlackBerry Enterprise Solution BlackBerry Internet Service Transport considerations for wireless applications Application transport model: Push, poll, or persistent connection Wireless gateways Security Transport options in the BlackBerry solution Wireless transport and gateway options for BlackBerry applications Summary of available connection models and features Tips, tricks, and FAQs Options for users and networks Managing connections and selecting a gateway Default connection types Explicitly selecting a gateway Working with direct HTTP and TCP Wireless service provider WAP 1.x gateway Wireless service provider WAP 2.0 gateway Wi-Fi network Capitalizing on push and using it effectively Push content using the BlackBerry Mobile Data Service BlackBerry Push API Smartphone application... 37

3 3 P a g e BlackBerry Mobile Data Service configuration and management Access control Connection management Other methods BlackBerry PIN messaging Messaging SMS (Short Message Service) UDP (User Datagram Protocol) Conclusion Links... 43

4 4 P a g e A14 Network Transports This tutorial is the first part of two tutorials covering network transports. In this part, we will cover and explain all the different ways a BlackBerry device can connect to the network. We will explain the main features and benefits of each method, and when to use them. The second part will cover the sample application, which will illustrate how to use network transports in your application.

5 5 P a g e Introduction The BlackBerry solution provides numerous options for enabling Java applications to transport data over the wireless network, allowing the applications to connect to servers residing on the Internet or the intranet. The BlackBerry solution also provides the necessary interfaces to enable server-side applications to proactively push data to BlackBerry Smartphones in a secure and reliable manner. When selecting the best methods of transport for your applications, you should consider a number of different factors including: BlackBerry user type Importance of security and reliability Networks that the application must operate on, and support for roaming users Anticipated traffic profiles of your application Need to proactively push data for updates and alerts Location of the destination server (Internet or intranet)

6 6 P a g e Overview of Network Transports There are number of different ways a BlackBerry device can connect to the network. Figure 1 Figure 1 shows all available network connections for the BlackBerry Smartphone. Not all the devices will have all the connections. A Wi-Fi connection is available ailable on most new devices but not on all older devices. BlackBerry Mobile Data System (MDS) is only available to the customers who are subscribed to it through their corporate BlackBerry Enterprise Server (BES) just to mention a few variants. Figure 1 might look complex, but in reality, it is not that complicated. We will explain all of these connections one by one.

7 7 P a g e BlackBerry Network Transports No Wi-Fi Figure 2 When we remove Wi-Fi connections, the diagram (Figure 2) looks much easier to understand. WAP, WAP 2.0 and TCP Cellular network transports are common to other mobile platforms as well. What makes BlackBerry platform different and more advanced are MDS and BlackBerry Internet Service Browser (BIS or BIS-B) network transports.

8 8 P a g e BlackBerry MDS Figure 3 shows the MDS network connection. If we start from the top right corner, we have a few BlackBerry devices. They communicate with the carrier s cell towers using various types of connections (i.e. GPRS or 3G). The data is then transferred through the Internet to the BlackBerry infrastructure, also known as the Network Operation Centre (NOC). The NOC then sends the data through the Internet to the BES, which sits behind the company s firewall. The BES can be connected to other servers in the company such as an Application Server, server, etc. The small lock icon means the data is encrypted all the way from the device to the BES. BlackBerry devices can connect to Public Internet Web Services, if corporate IT policies allow doing so. BES over Wi-Fi Figure 3 All BlackBerry devices using Wi-Fi can connect to a consumer (public) or corporate Wi-Fi access point or Router. Consumer (public) access point is connected directly to the Internet, while the corporate one is connected to the Intranet and sits behind the firewall. If Wi-Fi is available and MDS transport is selected by application then the device will automatically use this connection if

9 9 P a g e it has a way to connect to the BES. In the case of a consumer access point, the device will connect to BlackBerry Infrastructure and it will find its way to connect to BES. As seen on the image, the carrier s infrastructure is avoided and since there is usually no charge for using Wi-Fi, this connection is ideal for large data transfers. If there is a corporate access point which usually sits behind the corporate firewall, the device can avoid BlackBerry infrastructure and connect directly to the BES. Connection through VPN is optional in this case. Important: There is no way to programmatically request a connection to BES over Wi-Fi. You can ask for a BES connection and the device will automatically decide what is the least cost route to use. If you explicitly request a Wi-Fi connection, you will get a Wi-Fi connection to the Internet only, avoiding BlackBerry Infrastructure, and hence no connection to the BES server. The same security measures and encryptions are available on the connection regardless of which route the device uses to connect to the MDS.

10 10 P a g e BIS - B Figure 4 BIS B connection is available to consumers and business customers. If we follow the line on Figure 4, we can see that it follows the same route as MDS connection to the NOC. It does not have and does not need to connect to the BES. NOC just routs the data to the requested Internet Web, POP3 or other servers. BIS B over Wi-Fi Just like MDS over Wi-Fi, if Wi-Fi is available, the device will automatically switch to this connection. It will avoid carrier s infrastructure, any related costs, and will increase data transfer rates. Users are able to use consumer (public) or corporate access points as long as they are connected to the Internet. Important: There is no way to programmatically request a BIS - B connection over Wi-Fi. You can ask for a BIS -B connection and the device will automatically decide what is the least cost route to use. If you explicitly request a Wi-Fi connection, you will get a direct Wi-Fi connection to the Internet only, avoiding BlackBerry Infrastructure.

11 11 P a g e WAP 1.0, 1.1, 2.0 Figure 5 WAP is the standard carrier network transport available to BlackBerry and other devices on the market today. Devices connect to the cell towers (Figure 5), and then to the WAP getaway typically hosted by the carrier. The carrier s WAP server can then transfer the data to and from Internet Web Servers. The carriers have full control over the kind of transport they allow and do not allow to go through their WAP gateways.

12 12 P a g e TCP Cellular (Direct TCP) Figure 6 Figure 6 shows TCP Cellular (Direct TCP) connection. To avoid WAP getaways and their interference and limitations with data transfer the devices can connect straight through the cell towers to the Internet and Internet Web Servers. However as we will discuss later this connection has also some limitations, especially when roaming.

13 13 P a g e Wi-Fi Figure 7 Figure 7 shows all the routes a device can connect to the network using Wi-Fi. We will analyse all the routes one by one. On the top of the diagram, we can see the device connects to the Internet Web Servers directly through a consumer Wi-Fi access point. This avoids the carrier s infrastructure, as well as the BlackBerry infrastructure and allows a very fast connection, usually with no cost at all. The device can also connect to the Internet Web Servers using corporate rate access points. It will connect through the corporate firewall, and once again it will avoid the carrier s and BlackBerry s infrastructure. At the bottom of the diagram, Wi-Fi can be used to connect directly to Internal Servers using an optional VPN, if allowed by network administrators.

14 14 P a g e

15 15 P a g e Overview of the BlackBerry architecture and services Currently, there are two BlackBerry services available: the BlackBerry Enterprise Solution and the BlackBerry Internet Service - Browser (BIS or BIS - B). The BlackBerry Enterprise Solution enables the wireless extension of corporate , PIM (Personal Information Management) data and applications through the BES. The BIS provides a wireless messaging solution for small enterprises and individual users, enabling simplified wireless connectivity to public and POP3- accessible messaging systems. The BlackBerry Enterprise Solution includes the BES, which is installed behind the corporate firewall. It provides a safe wireless gateway that enables applications on the Smartphone to easily connect to corporate application servers. The BIS is a centrally-hosted gateway that enables users to access public and other Internet-based applications without using a BES. It is important to understand the difference between these two solutions, and which type of users you plan to support in your applications, as this might impact which modes of transport you use. BlackBerry Enterprise Solution Most organizations that roll out the BlackBerry solution to access corporate or applications run the BlackBerry Enterprise Server (BES) as part of the BlackBerry Enterprise Solution. In this case, the BES is installed behind the corporate firewall to provide a safe wireless gateway for all BlackBerry handhelds in the organization to access corporate and PIM data. The BES also provides the following key features: Data encryption and compression Smartphone management and monitoring utilities Simplified application provisioning Safe, authenticated gateway for intranet access from Java ME applications and the BlackBerry Browser To enable wireless applications to access resources behind the firewall, the BES includes the Mobile Data System (MDS). The MDS provides a reliable HTTP or TCP proxy for third-party Java applications and the BlackBerry Browser, enabling them to easily communicate with applications and web servers behind the corporate firewall or on the Internet. Applications that transport data using the MDS as a gateway capitalize on the simplified enterprise connectivity, data encryption and compression, and network-independence that are inherent in the BlackBerry Enterprise Solution. The MDS also provides an open interface, enabling server-side applications to safely push content to BlackBerry Smartphones. BlackBerry Internet Service Individuals and small groups of users who are not running a BES use the BlackBerry Internet Service (BIS). BIS users can forward messages from their public accounts, such as

16 16 P a g e Microsoft Hotmail, AOL, Microsoft MSN, and POP3-based accounts to their BlackBerry Smartphone. BIS users also have a hosted messaging account that is specific to their BlackBerry service. To enable other wireless applications, most Smartphones that are registered with the BIS also include an HTML web browser and support for direct connectivity to the Internet from Java applications. Some network operators also provide public interfaces that can be used to push content to Smartphones registered for the BIS.

17 17 P a g e BlackBerry Wireless Smartphones Supported networks The BlackBerry Smartphone operates on a variety of wireless networks worldwide, including GSM/GPRS, CDMA 1xRTT, iden, EDGE, UMTS, HSPA, CDMA 2000/EVDO, and Wi-Fi. Available device models There are many different models of the BlackBerry Smartphone. The differences in the various models may include the network that they operate on, screen size and resolution, amount of available memory, whether they support Bluetooth or Wi-Fi wireless technology, and so on. All BlackBerry Smartphones support the same core operating environment for third-party applications, enabling you to build and implement one version of your application for BlackBerry Smartphones on all wireless networks. Supported applications BlackBerry Smartphones provide a Java-based operating environment for third-party applications. BlackBerry Smartphones support the Java 2 Platform, Micro Edition (Java ME), MIDP 2.0, and CLDC 1.1 standard API libraries, and an extensive set of BlackBerry-specific Java APIs. For wireless network transport, the BlackBerry solution supports the standard protocols available for Java ME applications, including HTTP and TCP sockets, and offers a number of unique ways to establish these connections through a variety of different wireless gateways depending on the needs of the application and the services available to the user. The BlackBerry solution also provides robust extensions to enable server-side applications to push content to Java applications for BlackBerry in a safe, network-independent, and reliable way.

18 18 P a g e Transport considerations for wireless applications Before designing a wireless application for BlackBerry Smartphones, consider how to handle wireless transport. Application transport model: Push, poll, or persistent connection Before designing your wireless application, decide how to manage asynchronous data transactions. When submitting data from the application to a server, the application typically performs a simple client-initiated HTTP POST. Because wireless networks are not designed to provide persistent data connections and Smartphones might not have static IP addresses, it becomes challenging when data changes on the server and an update needs to be sent to the Smartphone. In this scenario, you have three options: Use push, poll, or a persistent connection. Push You can design the client application to listen for incoming data at all times, and the server-side application can push the content to the Smartphone as the data changes. Using a push-based architecture is usually the best way to solve this problem, and can facilitate the best possible user experience. A push-based architecture provides near real-time data updates and the Smartphone application does not need to send extraneous packets to poll for new data or maintain an open connection at all times. The following challenges may be associated with implementing a push-based solution: Knowing the current network address and location of the Smartphone Making sure that the push will be delivered to the Smartphone reliably if the Smartphone is outside a wireless coverage area Cancelling or replacing stale or obsolete pushes Making sure that the pushed data is secure The BlackBerry Enterprise Solution and BlackBerry Internet Service provide unique features to address each of these challenges, making push-based wireless transport a reliable option for applications for BlackBerry. Poll You can design the server-side application to queue up new data as it becomes available and have the client application poll the server periodically for updates. A poll model may simplify application development; however, there are a number of drawbacks to using a poll-based solution. For example, consider the timeliness of the information. If an application is designed to poll the server once every 15 minutes, then data is expected to be 15 minutes old. This is not

19 19 P a g e suitable for applications that deliver time-sensitive information and alerts. You can increase the polling frequency to improve the timeliness, but doing so might result in more data traffic, which leads to higher costs to run the application and decreases the battery life of the Smartphone. Persistent connection You can design the client application to initiate a persistent socket connection to the server and attempt to keep that socket open indefinitely. As new data is generated on the server, the data is sent to the Smartphone application using the open socket. Although a socket-based solution can help overcome some of the drawbacks of the polling solution, the approach can present some challenges and undesired side effects. Because socket connections are typically closed after a short period of inactivity to conserve network resources, keep-alive packets must be sent to keep the socket open, which leads to large amounts of unnecessary data traffic that results in higher costs to run the application and decreases the battery life of the Smartphone. Also, maintaining a large number of socket connections over the wireless network concurrently can be resource-intensive on the server-side gateway, resulting in performance degradation as the number of users increases. Sessionless HTTP transactions (pull and push) tend to have less of an impact on the gateway s resource requirements and performance.

20 20 P a g e Wireless gateways It is important that you understand the features and limitations of the wireless gateway that manages the HTTP or TCP transport. In some cases, you can choose which gateway to use and can design your application to capitalize on the inherent features provided (or work around the limitations imposed). In other cases, your options might be limited. In the case of the BlackBerry solution, there are five different types of gateways that might be available for Java ME applications: a customer-hosted BlackBerry MDS, service provider-hosted IP gateways, WAP or WAP 2.0 gateways and Wi-Fi access points. BlackBerry Mobile Data Service As discussed earlier, the MDS provides a safe, wireless gateway for Java ME applications to connect to destination servers using the customer s corporate intranet. Often, applications use the MDS as the wireless gateway to connect to corporate applications and web servers behind the firewall; however, applications that use the MDS as a wireless gateway can also connect to Internet-based servers where the request is routed through the customer s intranet and corporate firewall before going out to the Internet. The MDS also provides an interface to enable server-side applications to safely and reliably push data to a Java ME application on a BlackBerry Smartphone. The MDS is available as a wireless gateway for applications running on Smartphones that are capitalizing on the BlackBerry Enterprise Solution in a corporate environment, independent of the wireless network that the Smartphones are operating on. Data traffic that passes through the MDS is billed as part of the customer s standard BlackBerry data plan, meaning no new data plan or pricing model is required for existing BlackBerry users. Service provider-hosted IP gateway BlackBerry Smartphone Software v 4.0 or higher provides native TCP and HTTP protocol stacks, enabling Java ME applications to establish network connections directly to the Internet using a service provider-hosted IP gateway. IP gateways enable Java ME applications to establish HTTP and TCP socket connections directly to an Internet-based server; however, the data traffic passing through this gateway might be billed separately from the user s BlackBerry data plan and might require an additional subscription plan. Although all BlackBerry Smartphones running BlackBerry Smartphone Software v 4.0 support this connection type, availability is dependent on the network service provider to provision and support this service. The service provider-hosted IP gateway connection model might not be supported on all networks or with all data plans. Some wireless networks support server-initiated push of content using a carrier-hosted IP gateway. Service provider-hosted WAP gateway BlackBerry Smartphone Software provides support for the WAP and WAP 2.0 protocols, enabling Java ME applications to establish network connections directly to the Internet using a service provider-hosted WAP gateway. WAP gateways enable Java ME applications to establish HTTP

21 21 P a g e connections directly to an Internet-based server; however, the data traffic passing through this gateway is typically billed separately from the user s BlackBerry data plan and might require an additional subscription plan. Although all BlackBerry Smartphones running BlackBerry Smartphone Software support this connection type, availability is dependent on the network service provider to provision and support this service. The service provider-hosted IP gateway connection model might not be supported on all networks or with all data plans. Note: The BlackBerry solution only supports client-initiated connections using a WAP gateway. WAP push for web content is supported but WAP push for application data is not. Wi-Fi BlackBerry Smartphone Software provides support for Wi-Fi protocols. Most new BlackBerry SmartPhones support Wi-Fi and are able to connect over a Wi-Fi network to the BlackBerry Infrastructure or directly to the destination server. Connecting through the Wi-Fi networks is usually free if used at home or at the office, and it is much faster way to transfer the data. It is ideal way to transport large files or stream audio and video. The down side is limited coverage of these networks.

22 22 P a g e Security Whether you are developing an application to target enterprise users or individual consumers, security is always an important consideration. There are several different aspects of security to consider when it comes to wireless applications, including data encryption, user authentication, and local data security on the Smartphone. Encryption For most wireless applications, data encryption over the wireless network is a necessity. For most enterprise wireless applications, the need for data encryption extends beyond this, where data must be encrypted at all points outside of the corporate firewall. The BlackBerry solution provides the necessary features to enable end-to-end data encryption. It is important to understand which data encryption algorithms each wireless transport and gateway option (mentioned in the preceding sections) supports, and how they can be capitalized on to satisfy your needs. Authentication For many applications, user authentication is important. Users might have to authenticate themselves against the application, or they might have to authenticate themselves against the corporate intranet. When designing your application, address both your authentication requirements and those of your customers. Confidentiality If your application is transporting confidential corporate data to the BlackBerry Smartphone, then data security locally on the Smartphone can become a critical issue. If the Smartphone is lost or stolen, the customer wants to make sure that the data does not fall into the wrong hands. The BlackBerry Enterprise Solution provides a number of security features to address this concern, enabling corporate customers to secure and lock down the Smartphone remotely. It is important that, as a developer, you are familiar with these features so that you can understand what additional security mechanisms you must implement within your application, if any.

23 23 P a g e Transport options in the BlackBerry solution Given the variety of protocols supported by the BlackBerry solution and the different types of gateways available, there are a number of options for wireless transport from a Java ME application. This section summarizes the different transport options that are available, the features supported by each, and the circumstances under which the option is available for use. Following the descriptions is a feature comparison table for the modes of transport described.

24 24 P a g e Wireless transport and gateway options for BlackBerry applications HTTP connectivity using the BlackBerry MDS Gateway Protocols Customer types available for Support for pull (client-initiated) Support for push (serverinitiated) Support for persistent connections Data encryption Authentication support Networks supported on Seamless support for roaming BlackBerry Enterprise Server Mobile Data Service (customer hosted, behind the firewall) HTTP, HTTPS BlackBerry Enterprise Solution customers Yes (HTTP GET or POST) Yes (reliable, manageable, encrypted that initiates from behind the firewall and transports using the BlackBerry Mobile Data Service) No (HTTP is sessionless) Inherent (Triple DES or AES encrypted from the BlackBerry Mobile Data Service to the Smartphone) Inherent (Support for HTTP Basic, NTLM, and Kerberos) All Yes TCP socket connectivity using the BlackBerry MDS Gateway BlackBerry Enterprise Server Mobile Data Service (customer hosted, behind the firewall) Protocols TCP Sockets, SSL/TLS Customer types available for Support for pull (client-initiated) Support for push (serverinitiated) Support for persistent connections Data encryption Authentication support Networks supported on Seamless support for roaming BlackBerry Enterprise Solution customers Yes No Yes Inherent (Triple DES or AES encrypted from the BlackBerry Mobile Data Service to the Smartphone) No; must be provided at application level All Yes

25 25 P a g e HTTP connectivity using a service provider-hosted IP gateway Gateway Protocols Public IP Gateway (service provider-hosted, connects wireless network to Internet) HTTP, HTTPS Customer types available for BlackBerry Enterprise Solution and BIS customers Support for pull (client-initiated) Yes (HTTP GET or POST) Support for push (server-initiated) Optional (Currently supported on iden networks; addressing based on current IP address of Smartphone) Support for persistent connections Data encryption Authentication support Networks supported on Seamless support for roaming No; HTTP is sessionless Support for HTTPS Support for HTTP Basic Some; service provider-dependent support and pricing Typically no; users must manually configure new network-specific gateway information TCP socket connectivity using a service provider-hosted IP gateway Gateway Protocols Customer types available for Support for pull (client-initiated) Public IP gateway (service provider-hosted; connects wireless network to Internet) TCP Sockets, SSL/TLS BlackBerry Enterprise Solution and BlackBerry Internet Solution customers Support for push (server-initiated) Optional (currently supported on iden networks; addressing based on current IP address of Smartphone) Yes Support for persistent connections Data encryption Authentication support Networks supported on Seamless support for roaming Yes Support for SSL/TLS No (must be provided at application level) Some (service provider-dependent support and pricing) Typically no; users must manually configure new network-specific gateway information

26 26 P a g e Connectivity using a service provider-hosted WAP gateway Gateway Protocols Customer types available for Support for pull (client-initiated) Support for push (server-initiated) Support for persistent connections Data encryption Public WAP gateway (service provider-hosted; connects wireless network to Internet) HTTP over WAP, HTTPS over WAP/WTLS BlackBerry Enterprise Solution and BlackBerry Internet Solution customers Yes (HTTP GET) No No (HTTP is sessionless) Support for HTTPS (WTLS/SSL), limited by WAP Gap (point of data decryption and re-encryption outside the corporate firewall) Authentication support Networks supported on Seamless support for roaming Support for HTTP Basic Some (service provider-dependent support and pricing) No (application must manage network-specific WAP settings) Connectivity using a service provider-hosted WAP 2.0 gateway Gateway Public WAP 2.0 gateway (service provider-hosted; connects wireless network to Internet) Protocols Customer types available for Support for pull (client-initiated) Support for push (server-initiated) Support for persistent connections Data encryption WAP, IP, TCP, HTTP, WSP, WTP, WTLS, WDP, MMS BlackBerry Enterprise Solution and BlackBerry Internet Solution customers Yes (HTTP GET) WAP Push No (HTTP is sessionless) TLS, HTTPS Authentication support Networks supported on Seamless support for roaming Support for HTTP Basic Some (service provider-dependent support and pricing) Yes

27 27 P a g e Connectivity using the Wi-Fi (Direct connection to server) Gateway Protocols Customer types available for Support for pull (client-initiated) Support for push (serverinitiated) Support for persistent connections Data encryption Wi-Fi Data encryption Authentication support Networks supported on Seamless support for roaming Internet Access Point HTTP, HTTPS All with Wi-Fi enabled devices Yes (HTTP GET or POST) No No (HTTP is sessionless) WEB, PSK, PEAP, LEAP, EAP-TLS, EAP-FAST, EAP-TTLS HTTPS, IpSEC - VPN Inherent (Support for HTTP Basic, NTLM, and Kerberos) All Yes (some devices support roaming between Access Points) Wi-Fi can be used to connect to the BES or BIS servers. In that case, the above table does not apply and the table for BES or BIS applies. For example, if you connect to BES through Wi-Fi the device will be able to support server initiated Push-es, use Triple DES or AES encryption etc.

28 28 P a g e Accessing BlackBerry Data Services Using Wi-Fi Networks Service provider GSM/EDGE network or UMA Wi-Fi network plus service provider GSM/EDGE network Wi-Fi network without service provider GSM/EDGE network Enterprise Wi-Fi network plus service provider GSM/EDGE network Enterprise Wi-Fi network without service provider GSM/EDGE network BlackBerry Enterprise Server Setup, , PIM sync, etc. BlackBerry Internet Service Setup, , Internet browsing BlackBerry MDS Application push/access, intra/internet browsing, etc. BlackBerry Messenger PIN messaging Enterprise instant messaging Microsoft Live Communications Server, etc. Third-party instant messaging MSN Messenger, etc. BlackBerry Maps Service provider messaging SMS, IM, etc. Service provider content downloading Ring tones, etc. Service provider web browsing Wireless Access Protocol, etc. Service provider voice plan

29 29 P a g e Summary of available connection models and features Support for BlackBerry MDS Service provider gateway Wi-Fi HTTP using the BlackBerry MDS Sockets using the BlackBerry MDS HTTP using an IP gateway Sockets using an IP gateway HTTP using WAP Enterprise users BIS users Pull content Push content Optional Optional Persistent connections Direct connection to server Data encryption Optional Optional Optional Optional User authentication All wireless networks Optional Optional Optional Seamless roaming

30 30 P a g e Tips, tricks, and FAQs Options for users and networks Enterprise users Applications that target enterprise users typically use the organization s BES MDS as a safe gateway for transporting data. All wireless networks that support BlackBerry Smartphones also support connecting to the network using the BlackBerry MDS, and the transport is the same across all of these networks. This means that you can test your application on one network and expect it to work the same across all other networks without change. Also, any traffic that is transported using the BlackBerry MDS is encrypted automatically between the Smartphone and the BES and is billed as part of the customer s existing BlackBerry data plan. This means that no new data service plans or encryption algorithms are required for existing BlackBerry users. Alternatively, enterprise users can often support connecting directly to the Internet using a service provider-hosted gateway. BlackBerry administrators can turn off the ability to connect to a public wireless gateway for all enterprise users so that connections must go through the BlackBerry MDS and the intranet. The BlackBerry MDS Services are included in the BES software and handle all browser or connection requests and route the requests accordingly. Data flowing between the BlackBerry SmartPhone and BES is encrypted with Advanced Encryption Standard (AES) or Triple Data Encryption Standard (Triple DES). A connection made through BlackBerry MDS provides seamless roaming across wireless service providers that support BlackBerry SmartPhone service. By default, all BlackBerry SmartPhone models, except the legacy iden devices, use BlackBerry MDS by default. The following is an example: (HttpConnection) Connector.open (" To make sure that an application uses BlackBerry MDS Services as its connection pathway on all BlackBerry SmartPhone models, append the ;deviceside=false parameter to the end of the URL. The following URL is an example: (HttpConnection)Connector.open ( =false ); BIS B users For applications that target BIS users, the connection model is more complex. Although the BlackBerry solution supports direct HTTP and TCP connections to the Internet for all BlackBerry Smartphones running BlackBerry Smartphone Software v 3.8 and higher, support for this is dependent on the following two factors:

31 31 P a g e Service providers must support the connection model and provision a gateway to manage the service. Customers must have a data plan that enables the service (this might be in addition to their basic BlackBerry data plan), and they might have to configure the service provider gateway information manually in the Smartphone options. If you use this type of gateway and service, Research In Motion (RIM) recommends testing your application on each network that you plan to support to validate compatibility and availability of the service. This transport is currently available only to BlackBerry Alliance Program members subject to approval. Information about the BlackBerry Alliance Program can be found at the following web site:

32 32 P a g e Managing connections and selecting a gateway You can design your application to work through only one type of gateway. For example, your application can enforce that the application must use the BlackBerry MDS for all connections, and if the BlackBerry MDS is not available, the connection fails. You can also design your application to attempt connections through different gateways until the connection is successful. For example, your application can attempt connections using the BlackBerry MDS, but if the connection fails, the application uses a direct TCP connection. To manage how your application connects to the network, you must consider the default connection type for each Smartphone, and the parameters that control how the connection is established. Default connection types A Java application typically attempts a network connection by calling the Connector.open(String URL) class. If the URL passed into this method is formatted as a standard URL without any special parameters, then the application uses the default connection type. The default connection type for the legacy devices (operating on iden networks), is a direct HTTP or TCP connection using a service provider-hosted IP gateway. The default connection type for all other BlackBerry Smartphones (operating on GPRS and CDMA networks) is an HTTP or TCP connection using the BlackBerry MDS. For the legacy devices, if the default direct HTTP or TCP connection fails, the Smartphone will not attempt any other connection (unless explicitly requested by the application). For all other BlackBerry Smartphones, if the default connection using the BlackBerry MDS fails, the Smartphone automatically attempts a direct HTTP or TCP connection instead. If you do not want the Smartphone to attempt a direct HTTP or TCP connection, then enforce the BlackBerry MDS as the required gateway when you design your application. Explicitly selecting a gateway If you do not want your application to rely on the default connection types described in the previous sections, explicitly state the desired connection type by adding the deviceside= parameter to the destination URL. If an application appends ;deviceside=true to the destination URL, then only a direct HTTP or TCP connection is attempted. The application does not attempt to connect to the network using the BlackBerry MDS. Alternatively, if an application appends ;deviceside=false to the destination URL, then the application only attempts to connect to the network using the BlackBerry MDS. The application does not attempt to connect to the network using a public IP gateway. If neither the BlackBerry MDS nor a public IP gateway is available to your customers, your application can append a series of WAP gateway parameters to the URL to attempt to connect to the network using a service provider-hosted WAP gateway.

33 33 P a g e Working with direct HTTP and TCP For BlackBerry Smartphones that operate on GPRS networks, the Smartphone user must specify the gateway information for direct HTTP and TCP connections in the Smartphone options. In Options > TCP, the user must type an APN, user name, and password. If this information is incomplete or is inaccurate, direct HTTP or TCP connections fail. Gateway information is specific to each wireless network. Users must obtain this information from their wireless service provider. For BlackBerry Smartphones running BlackBerry Device Software 3.8 and later, a direct TCP stack is included, which allows a direct TCP connection to be opened from the BlackBerry Smartphone without using BlackBerry MDS. For legacy devices, a direct TCP connection is used if the deviceside parameter is not present. All the other BlackBerry Smartphones use BlackBerry MDS as the default connection if the deviceside parameter is not specified. If BlackBerry MDS is not available at the time of connection, the BlackBerry Smartphone reverts to direct TCP. For the BlackBerry Smartphone to use direct TCP, the user name and password fields must be completed, if required by the network operator, under Options > TCP or supplied by the application. DB explains how to specify access point name (APN) information in a direct TCP connection. To override the default behavior of the default connection on the BlackBerry Smartphone, the deviceside parameter must be included within the connection statement. The following is an example: (StreamConnection)Connector.open ("socket://testserver:600;deviceside=true"); Wireless service provider WAP 1.x gateway The connection string uses WAP parameters, which are hosted by a wireless network provider. Not all wireless service providers support connections through their WAP gateway. Contact the wireless network service to find out if support exists and to obtain a listing of their WAP gateway parameters. The following is an HTTP connection over a WAP gateway: (HttpConnection)Connector.open ( WAPGatewayIP= ;WAPGatewayAPN=carrier.com.gprs );

34 34 P a g e The WAPGatewayIP and WAPGatewayAPN values are required parameters. Each parameter specified must be separated by a semicolon. The following is a table of supported WAP parameters: Parameter WapGatewayIP WapGatewayAPN WapGatewayPort WapSourceIP WapSourcePort TunnelAuthUsername TunnelAuthPassword WapEnableWTLS Description IP address of the gateway. APN for General Packet Radio Service (GPRS) networks only. For testing purposes, you can use rim.net.gprs Gateway port value. If port 9203 is specified, Wireless Transport Layer Security (WTLS) is used unless WapEnableWTLS=false is specified. IP address of the source. Source port value. User name for APN session, when Password Authentication Protocol (PAP) or Challenge Handshake Application Protocol (CHAP) authentication is used. Password for APN session, when PAP or CHAP authentication is used. Explicitly turns on or turns off WTLS. If this parameter is not specified, WTLS is used by default for connections to port Wireless service provider WAP 2.0 gateway BlackBerry Device Software and later includes the ability to connect through a WAP 2.0 gateway. This is done by locating the service record on the BlackBerry for the WAP 2.0 gateway and using its UID when making the connection. The following code sample demonstrates how this can be done. ServiceBook sb = ServiceBook.getSB(); ServiceRecord[] records = sb.findrecordsbycid("wptcp"); String uid = null; for(int i=0; i < records.length; i++) { //Search through all service records to find the //valid non-wi-fi and non-mms //WAP 2.0 Gateway Service Record. if (records[i].isvalid() &&!records[i].isdisabled()) { if (records[i].getuid()!= null && records[i].getuid().length()!= 0) { if (records[i].getuid().tolowercase().indexof("wifi") == -1) && (records[i].getuid().tolowercase().indexof("mms") == -1)) { uid = records[i].getuid();

35 35 P a g e break; } } } } if (uid!= null) { //open a WAP 2 connection Connector.open(_url + ";ConnectionUID=" + uid); } else { //Consider another transport or alternative action. } Wi-Fi network A Wi-Fi enabled BlackBerry Smartphone is able to connect over a Wi-Fi network to the BlackBerry Infrastructure. The BlackBerry Infrastructure exists between a BlackBerry Smartphone and the BIS or BES, allowing for connectivity to these components. A BlackBerry Smartphone can also be configured to connect directly to a BES using a virtual private network (VPN) connection over a Wi-Fi network. What this means is that applications that are making a connection through a BES or BIS (options 1 and 2) can have their connections automatically routed through a Wi-Fi connection without any special logic required in the application. Applications can also make a connection over a Wi-Fi network directly to their destination server, bypassing the BlackBerry Infrastructure, BES and BIS. To specify that a connection must be made over a Wi-Fi network, the ;interface=wifi parameter is used. The following is an example: (StreamConnection)Connector.open socket://testserver:600;interface=wifi );

36 36 P a g e Capitalizing on push and using it effectively Using push technology can be a great way to keep an application current or to send users timesensitive alerts without wasting bandwidth or battery life by polling for new data or maintaining a persistent connection. In the BlackBerry solution, there are several options for proactively pushing data from a server-side application to the Smartphone application. In an enterprise environment, server applications behind the corporate firewall can push data to the Smartphone application safely and reliably using the BlackBerry MDS. For BIS users, server-side applications can push content using the BlackBerry network infrastructure. (if this is supported by the service provider and the network). You can send , SMS or PIN messages to the Smartphone and design your Java applications to listen for incoming messages in a certain format. Using as a transport has a number of drawbacks and is not typically used for applications on BlackBerry. Push content using the BlackBerry Mobile Data Service Pushing content using the BlackBerry MDS can simplify the development and support of an application that capitalizes on server-initiated push. For example, when pushing content using the BlackBerry MDS, you can address the destination user by the user s static address or static Smartphone ID (PIN) so that you do not have to track the current IP address of the Smartphone, which is typically dynamic. The BlackBerry Infrastructure finds the user s Smartphone based on address or device PIN, even if the user is roaming. The BlackBerry MDS also enables you to make sure that a push message is delivered reliably, even if the user is outside a wireless coverage area for a long period of time. The BlackBerry MDS can queue the push until the Smartphone returns to a wireless coverage area, sending an acknowledgement back to the origin server after the content is delivered. All data that is pushed using the BlackBerry MDS is encrypted automatically using the same Triple DES or AES encryption key that is used for BlackBerry . Using push, along with the unique features of inherent security, reliability, and network independence can greatly simplify application development and enhance the value of your applications. BlackBerry Push API Using the BlackBerry Push Application Programming Interface (API), BlackBerry Independent Software Vendor (ISV) Alliance Program members can create a wider range of applications that enhance the BlackBerry experience for BlackBerry Smartphone users. The BlackBerry Push API is optimized for time and location sensitive alerts, such as: News and weather, Banking and stocks, Medical services, Sports scores, Backup notifications etc.

37 37 P a g e Pushing data to a BlackBerry Smartphone is the most efficient way to get information to BlackBerry Smartphone users. With the BlackBerry Push API, data is delivered to Java applications on the BlackBerry Smartphone as it becomes available. Applications developed using the BlackBerry Push API don t need to repeatedly poll servers for new data. Although these polling requests and responses are small individually, the cost of these can add up quickly with frequent polling intervals across multiple applications. The BlackBerry Push API is designed to push consumable amounts of data. Content providers can push up to 8KB of data to a BlackBerry Smartphone with any given push request. If more data is available, the user can decide whether to retrieve it or not, providing a measure of control over how data is transferred and paid for. Applications that use the BlackBerry Push API can also reduce the impact of network latency. The BlackBerry Push API delivers data to BlackBerry Smartphones in the background without user involvement. The most recent data is synchronized and available on their BlackBerry Smartphones the moment they open the application. The BlackBerry Push API minimizes the impact on battery life. Instead of actively checking for new data, the application simply listens in the background for the server to push data to it. Once delivered, the application can process it as needed. Smartphone application When designing push into your application, consider how to handle push in the client application. In the BlackBerry solution, you can design applications to listen for incoming pushes on a local port that is specified by the application. The BlackBerry solution also enables you to design applications to run automatically in the background when the Smartphone starts. Most applications that support push take advantage of these capabilities.

38 38 P a g e BlackBerry Mobile Data Service configuration and management Administrators can fully manage and configure the BES and the BlackBerry MDS. There are a number of configurable parameters in the BES and the BlackBerry MDS that can impact the behaviour of wireless applications in an enterprise implementation. Access control Administrators can control if and how Java applications for BlackBerry communicate over the wireless network. Using the BES and the BlackBerry MDS configuration, administrators can enforce application-specific policies. Gateway: Specify whether applications can communicate through public gateways (service provider-hosted), private gateways (the BlackBerry MDS), both, or neither. Destination: Specify which destination URLs an application can connect to. Connection management Using the BlackBerry MDS configuration, administrators can customize various connection parameters. Push listen port: Identify the port that the BlackBerry MDS is listening on for incoming push requests from server-side applications. Cookie caching: Specify whether the BlackBerry MDS caches cookies on behalf of the Smartphone. Proxy configuration: Specify the proxy server to use for all Internet or intranet connections. Maximum transaction size: Specify the maximum amount of data that can transmit during a single request. BES 4.0 has a default data size of 256kb, and maximum of 1024kb. BES 5.0 supports by default 1024kb and maximum of 10240kb.

39 39 P a g e Other methods BlackBerry PIN messaging Every BlackBerry Smartphone contains a unique personal identification number (PIN). BlackBerry users can send each other PIN messages, which are data messages that are sent from one BlackBerry Smartphone to another. To send another BlackBerry user a PIN message, you must know that user s unique BlackBerry PIN. PIN messages can only be sent between two BlackBerry Smartphones. Unlike SMS messages, PIN messages cannot be sent from a BlackBerry to another non-blackberry device. PIN messages cannot be sent to or from a desktop computer. Java applications for BlackBerry can programmatically send and receive PIN messages as a way of transporting data between two BlackBerry Smartphones. Because PIN messages do not leave the wireless networks, they can be very efficient for exchanging data between two BlackBerry Smartphones. When to use BlackBerry PIN messaging PIN messages are most suitable for applications for BlackBerry that need to send data directly between two BlackBerry Smartphones, but do not need to send that data back to a server-side application or other non-blackberry Smartphone. For example, peer-to-peer games for BlackBerry users, such as chess or checkers, can use PIN messages to send gaming information back and forth between two Smartphones. Using BlackBerry PIN messaging The BlackBerry Java Development Environment v4.0 introduces the ability to programmatically send a PIN message from a Java application. PIN messages can be sent using the net.rim.blackberry.api.mail API, in a similar fashion to programmatically sending messages. Messaging BlackBerry Smartphones provide users with the ability to send and receive messages using either corporate or personal accounts. Java applications for BlackBerry can programmatically send and receive messages as a way of transporting data to or from an application. When to use messaging messaging can provide a simple, push-enabled, network-independent transport mechanism for Java applications that are targeting BIS users. Updates and alerts can be pushed to the Smartphone using a standard message and an application on the Smartphone can intercept the inbound message and process it accordingly. Because message traffic is networkindependent and delivered reliably by the BlackBerry Infrastructure, messaging can provide a simple means for reliable wireless communication when timeliness of data and security are not

Configuration Guide BES12. Version 12.2

Configuration Guide BES12. Version 12.2 Configuration Guide BES12 Version 12.2 Published: 2015-07-07 SWD-20150630131852557 Contents About this guide... 8 Getting started... 9 Administrator permissions you need to configure BES12... 9 Obtaining

More information

Feature and Technical

Feature and Technical BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

Configuration Guide BES12. Version 12.1

Configuration Guide BES12. Version 12.1 Configuration Guide BES12 Version 12.1 Published: 2015-04-22 SWD-20150422113638568 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12... 8 Product documentation...

More information

Configuration Guide BES12. Version 12.3

Configuration Guide BES12. Version 12.3 Configuration Guide BES12 Version 12.3 Published: 2016-01-19 SWD-20160119132230232 Contents About this guide... 7 Getting started... 8 Configuring BES12 for the first time...8 Configuration tasks for managing

More information

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0 Configuration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-12-19 SWD-20141219132902639 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12...

More information

BlackBerry Enterprise Solution

BlackBerry Enterprise Solution BlackBerry Enterprise Server BlackBerry Enterprise Solution The leading wireless solution for connecting mobile users to the customers, colleagues and information that drive business. Mobilize your email,

More information

Wireless Solutions Beyond Email

Wireless Solutions Beyond Email Wireless Solutions Beyond Email Wireless Solutions Beyond Email Agenda Wireless Beyond Email in the Enterprise Key Success Factors for Wireless Enterprise Applications Understanding ROI & TCO for Wireless

More information

Feature and Technical

Feature and Technical BlackBerry Mobile Voice System for SIP Gateways and the Avaya Aura Session Manager Version: 5.3 Feature and Technical Overview Published: 2013-06-19 SWD-20130619135120555 Contents 1 Overview...4 2 Features...5

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Administration Guide Published: 2010-06-16 SWDT487521-1041691-0616023638-001 Contents 1 Overview: BlackBerry Enterprise

More information

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise

More information

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123 Instructor Manual Published: 2013-07-02 SWD-20130702091645092 Contents Advance preparation...7 Required materials...7 Topics

More information

Conference Controller Deployment Guide

Conference Controller Deployment Guide Conference Controller Deployment Guide BES 5.0/May 2014 Page 2 of 7 1. Introduction This document outlines the processes for wirelessly deploying the LoopUp Conference Controller for BlackBerry to users

More information

Introduction to BlackBerry Development using Java ME. Presented by: Sean Fenton Technical Channel Manager RIM (Research in Motion )

Introduction to BlackBerry Development using Java ME. Presented by: Sean Fenton Technical Channel Manager RIM (Research in Motion ) Introduction to BlackBerry Development using Java ME Presented by: Sean Fenton Technical Channel Manager RIM (Research in Motion ) 2 Introduction to BlackBerry MDS BlackBerry Mobile Data System (BlackBerry

More information

Accessing BlackBerry Data Services Using Wi-Fi Networks

Accessing BlackBerry Data Services Using Wi-Fi Networks Accessing BlackBerry Data Services Using Wi-Fi Networks 2007 Research In Motion Limited. All rights reserved. 2 of 7 Contents Introduction...3 Wi-Fi access to BlackBerry data services...3 Priority for

More information

GPRS and 3G Services: Connectivity Options

GPRS and 3G Services: Connectivity Options GPRS and 3G Services: Connectivity Options An O2 White Paper Contents Page No. 3-4 5-7 5 6 7 7 8-10 8 10 11-12 11 12 13 14 15 15 15 16 17 Chapter No. 1. Executive Summary 2. Bearer Service 2.1. Overview

More information

BlackBerry Device Software. Protecting BlackBerry Smartphones Against Malware. Security Note

BlackBerry Device Software. Protecting BlackBerry Smartphones Against Malware. Security Note BlackBerry Device Software Protecting BlackBerry Smartphones Against Malware Security Note Published: 2012-05-14 SWD-20120514091746191 Contents 1 Protecting smartphones from malware... 4 2 System requirements...

More information

BlackBerry Desktop Software User Guide

BlackBerry Desktop Software User Guide BlackBerry Desktop Software User Guide Version: 2.4 SWD-1905381-0426093716-001 Contents Basics... 3 About the BlackBerry Desktop Software... 3 Set up your smartphone with the BlackBerry Desktop Software...

More information

BLOOMBERG ANYWHERE FOR MOBILE CUSTOMERS

BLOOMBERG ANYWHERE FOR MOBILE CUSTOMERS BLOOMBERG ANYWHERE FOR MOBILE CUSTOMERS Software & Connectivity Requirements 11 March 2014 Version: 1.03 BLOOMBERG ANYWHERE users have access to their information on a variety of mobile platforms including

More information

BlackBerry Enterprise Solution v4.1 For Microsoft Exchange Life is now

BlackBerry Enterprise Solution v4.1 For Microsoft Exchange Life is now BlackBerry Enterprise Solution v4.1 For Microsoft Exchange Life is now EXTENDING EXCHANGE WITH SECURE WIRELESS SOLUTIONS BlackBerry Enterprise Server software integrates with Microsoft Exchange and your

More information

Security Technical. Overview. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4

Security Technical. Overview. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4 BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Security Technical Overview Published: 2014-01-17 SWD-20140117135425071 Contents 1 New in this release...10 2 Overview...

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

More information

Wi-Fi calling for business: ROGERS WHITE PAPER. An Executive Overview

Wi-Fi calling for business: ROGERS WHITE PAPER. An Executive Overview 1 ROGERS WHITE PAPER Wi-fi calling for business An Executive Overview page 2 2 TABLE OF CONTENTS Introduction 3 What Is Wi-Fi Calling? 4 How Does It Work? 5 What Are the Business Benefits? 7 What Are the

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

Ensuring the security of your mobile business intelligence

Ensuring the security of your mobile business intelligence IBM Software Business Analytics Cognos Business Intelligence Ensuring the security of your mobile business intelligence 2 Ensuring the security of your mobile business intelligence Contents 2 Executive

More information

Security Technical. Overview. BlackBerry Enterprise Service 10. BlackBerry Device Service Solution Version: 10.2

Security Technical. Overview. BlackBerry Enterprise Service 10. BlackBerry Device Service Solution Version: 10.2 BlackBerry Enterprise Service 10 BlackBerry Device Service Solution Version: 10.2 Security Technical Overview Published: 2014-09-10 SWD-20140908123239883 Contents 1 About BlackBerry Device Service solution

More information

BlackBerry Enterprise Server 5.0 SP3 and BlackBerry 7.1

BlackBerry Enterprise Server 5.0 SP3 and BlackBerry 7.1 BlackBerry Enterprise Server 5.0 SP3 and BlackBerry 7.1 Version: 5.0 Service Pack: 3 Security Technical Overview Published: 2012-01-17 SWD-1936256-0117012253-001 Contents 1 Document revision history...

More information

Smartphone Enterprise Application Integration

Smartphone Enterprise Application Integration WHITE PAPER MARCH 2011 Smartphone Enterprise Application Integration Rhomobile - Mobilize Your Enterprise Overview For more information on optimal smartphone development please see the Rhomobile White

More information

Table of Contents. 1 Overview 1-1 Introduction 1-1 Product Design 1-1 Appearance 1-2

Table of Contents. 1 Overview 1-1 Introduction 1-1 Product Design 1-1 Appearance 1-2 Table of Contents 1 Overview 1-1 Introduction 1-1 Product Design 1-1 Appearance 1-2 2 Features and Benefits 2-1 Key Features 2-1 Support for the Browser/Server Resource Access Model 2-1 Support for Client/Server

More information

BlackBerry Enterprise Solution

BlackBerry Enterprise Solution BlackBerry Enterprise Solution The leading wireless solution for connecting mobile users to the customers, colleagues and information that drive business. BlackBerry Enterprise Solution Mobilize Your Email,

More information

Life is now. www.vodafone.com.mt

Life is now. www.vodafone.com.mt BlackBerry Enterprise Solution Mobilise Your E-mail and Enterprise Applications The leading wireless solution for connecting mobile users to the customers, colleagues and information that drive business.

More information

Cisco Virtual Office Express

Cisco Virtual Office Express . Q&A Cisco Virtual Office Express Overview Q. What is Cisco Virtual Office Express? A. Cisco Virtual Office Express is a solution that provides secure, rich network services to workers at locations outside

More information

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,

More information

Managing Mobile Devices Over Cellular Data Networks

Managing Mobile Devices Over Cellular Data Networks Managing Mobile Devices Over Cellular Data Networks Best Practices Document Best Practices Document www.soti.net We Manage Mobility TABLE OF CONTENTS UNIQUE CHALLENGES OF MANAGING DEVICES OVER CELLULAR

More information

A host-based firewall can be used in addition to a network-based firewall to provide multiple layers of protection.

A host-based firewall can be used in addition to a network-based firewall to provide multiple layers of protection. A firewall is a software- or hardware-based network security system that allows or denies network traffic according to a set of rules. Firewalls can be categorized by their location on the network: A network-based

More information

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0 Security Guide BlackBerry Enterprise Service 12 for ios, Android, and Windows Phone Version 12.0 Published: 2015-02-06 SWD-20150206130210406 Contents About this guide... 6 What is BES12?... 7 Key features

More information

Setting Up Email on Your Palm. Treo 700wx Smartphone

Setting Up Email on Your Palm. Treo 700wx Smartphone Setting Up Email on Your Palm Treo 700wx Smartphone Intellectual property notices 2006 Palm, Inc. All rights reserved. Trademark, copyright, patent, and other intellectual property notices are set forth

More information

Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability

Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability Overview... 3 Installing Bridgit Software... 4 Installing Bridgit Software Services... 4 Creating a Server Cluster... 4 Using

More information

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide BlackBerry Enterprise Service 10 Universal Service Version: 10.2 Administration Guide Published: 2015-02-24 SWD-20150223125016631 Contents 1 Introduction...9 About this guide...10 What is BlackBerry

More information

WHITE PAPER. Mobility Services Platform (MSP) Using MSP in Wide Area Networks (Carriers)

WHITE PAPER. Mobility Services Platform (MSP) Using MSP in Wide Area Networks (Carriers) WHITE PAPER Mobility Services Platform (MSP) Using MSP in Wide Area Networks (Carriers) Table of Contents About This Document... 1 Chapter 1 Wireless Data Technologies... 2 Wireless Data Technology Overview...

More information

Integrating Web Messaging into the Enterprise Middleware Layer

Integrating Web Messaging into the Enterprise Middleware Layer The increasing demand for real-time data has companies seeking to stream information to users at their desks via the web and on the go with mobile apps. Two trends are paving the way: o Internet push/streaming

More information

Brief Summary of the BlackBerry MDS Network - Product Description

Brief Summary of the BlackBerry MDS Network - Product Description BlackBerry Mobile Data System Version 4.1 Technical Overview BlackBerry Mobile Data System Contents BlackBerry Mobile Data System... 3 Application development flexibility... 3 Centralized application management...

More information

1. What are the System Requirements for using the MaaS360 for Exchange ActiveSync solution?

1. What are the System Requirements for using the MaaS360 for Exchange ActiveSync solution? MaaS360 FAQs This guide is meant to help answer some of the initial frequently asked questions businesses ask as they try to figure out the who, what, when, why and how of managing their smartphone devices,

More information

BlackBerry Enterprise Solution Security Release 4.1.2 Technical Overview www.vodafone.com.mt

BlackBerry Enterprise Solution Security Release 4.1.2 Technical Overview www.vodafone.com.mt BlackBerry Enterprise Solution Security Release 4.1.2 Technical Overview www.vodafone.com.mt Life is now BlackBerry Enterprise Solution Security 1 Contents 5 Wireless security 5 BlackBerry Enterprise Solution

More information

Technical White Paper BlackBerry Enterprise Server

Technical White Paper BlackBerry Enterprise Server Technical White Paper BlackBerry Enterprise Server BlackBerry Enterprise Edition for Microsoft Exchange For GPRS Networks Research In Motion 1999-2001, Research In Motion Limited. All Rights Reserved Table

More information

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services DEPLOYMENT GUIDE Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the BIG-IP

More information

Administration Guide. Wireless software upgrades

Administration Guide. Wireless software upgrades Administration Guide Wireless software upgrades SWDT207654-207654-0727045705-001 Contents Upgrading the BlackBerry Device Software over the wireless network... 3 Wireless software upgrades... 3 Sources

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Microsoft Exchange Server 2007

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Microsoft Exchange Server 2007 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Microsoft Exchange Server 2007 Table of Contents Table of Contents Deploying F5 devices with Microsoft Exchange Server 2007 Client Access Servers Prerequisites

More information

Network Configuration Settings

Network Configuration Settings Network Configuration Settings Many small businesses already have an existing firewall device for their local network when they purchase Microsoft Windows Small Business Server 2003. Often, these devices

More information

Mobile Admin Security

Mobile Admin Security Mobile Admin Security Introduction Mobile Admin is an enterprise-ready IT Management solution that generates significant cost savings by dramatically increasing the responsiveness of IT organizations facing

More information

ø Mobile E-mail Solutions

ø Mobile E-mail Solutions ø Mobile E-mail Solutions An O2 White Paper Contents 1. Executive Summary.................................................4 2. Introduction........................................................5 3.

More information

BlackBerry Business Cloud Services. Administration Guide

BlackBerry Business Cloud Services. Administration Guide BlackBerry Business Cloud Services Administration Guide Published: 2012-07-25 SWD-20120725193410416 Contents 1 About BlackBerry Business Cloud Services... 8 BlackBerry Business Cloud Services feature overview...

More information

Monitoring the BlackBerry Enterprise Server

Monitoring the BlackBerry Enterprise Server Monitoring the BlackBerry Enterprise Server eg Enterprise v6.0 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this

More information

SiteCelerate white paper

SiteCelerate white paper SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance

More information

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the

More information

HIGH-SECURITY MOBILITY MANAGEMENT FROM BLACKBERRY

HIGH-SECURITY MOBILITY MANAGEMENT FROM BLACKBERRY DATASHEET HIGH-SECURITY MOBILITY MANAGEMENT FROM BLACKBERRY Gold level EMM for BlackBerry Regulated-level security for BlackBerry 10 devices Ultimate security. BlackBerry 10 devices managed by BES10 with

More information

Internet Privacy Options

Internet Privacy Options 2 Privacy Internet Privacy Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 19 June 2014 Common/Reports/internet-privacy-options.tex, r892 1 Privacy Acronyms

More information

9243060 Issue 1 EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9243060 Issue 1 EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9243060 Issue 1 EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300i Configuring connection settings Nokia 9300i Configuring connection settings Legal Notice

More information

NotifyLink Enterprise Edition GroupWise Version White Paper

NotifyLink Enterprise Edition GroupWise Version White Paper NotifyLink Enterprise Edition GroupWise Version White Paper We Link your Wireless Choices Together! Notify Technology Corporation 1054 S. DeAnza Blvd, Suite 105 San Jose, CA 95129 www.notifycorp.com Copyright

More information

Policy and Profile Reference Guide

Policy and Profile Reference Guide BlackBerry Enterprise Service 10 BlackBerry Device Service Version: 10.2 Policy and Profile Reference Guide Published: 2014-06-16 SWD-20140616165002982 Contents 1 About this guide... 10 2 New IT policy

More information

7.1. Remote Access Connection

7.1. Remote Access Connection 7.1. Remote Access Connection When a client uses a dial up connection, it connects to the remote access server across the telephone system. Windows client and server operating systems use the Point to

More information

BlackBerry Enterprise Server Express. Why upgrade from your current BlackBerry experience?

BlackBerry Enterprise Server Express. Why upgrade from your current BlackBerry experience? BlackBerry Enterprise Server Express Why upgrade from your current BlackBerry experience? Introducing BlackBerry Enterprise Server Express BlackBerry software transforms your smartphone into a productivity

More information

Corporate-level device management for BlackBerry, ios and Android

Corporate-level device management for BlackBerry, ios and Android B L A C K B E R R Y E N T E R P R I S E S E R V I C E 1 0 Corporate-level device management for BlackBerry, ios and Android Corporate-level (EMM) delivers comprehensive device management, security and

More information

Citrix Access on SonicWALL SSL VPN

Citrix Access on SonicWALL SSL VPN Citrix Access on SonicWALL SSL VPN Document Scope This document describes how to configure and use Citrix bookmarks to access Citrix through SonicWALL SSL VPN 5.0. It also includes information about configuring

More information

Chapter 4 Firewall Protection and Content Filtering

Chapter 4 Firewall Protection and Content Filtering Chapter 4 Firewall Protection and Content Filtering The ProSafe VPN Firewall 50 provides you with Web content filtering options such as Block Sites and Keyword Blocking. Parents and network administrators

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008

DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008 DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008 Table of Contents Table of Contents Deploying F5 with Microsoft Windows Server 2008 Prerequisites and configuration notes...1-1 Deploying

More information

Deploying iphone and ipad Security Overview

Deploying iphone and ipad Security Overview Deploying iphone and ipad Security Overview ios, the operating system at the core of iphone and ipad, is built upon layers of security. This enables iphone and ipad to securely access corporate services

More information

ADMINISTRATOR GUIDE FOR USA MOBILITY AMC SELECT

ADMINISTRATOR GUIDE FOR USA MOBILITY AMC SELECT ADMINISTRATOR GUIDE FOR USA MOBILITY AMC SELECT AMC Select Administrator Guide 1 March 5, 2013 This page intentionally left Blank. AMC Select Administrator Guide 2 March 5, 2013 I. INTRODUCTION... 4 II.

More information

Setting Up Email. on Your Sprint Power Vision SM Mogul by HTC

Setting Up Email. on Your Sprint Power Vision SM Mogul by HTC Setting Up Email on Your Sprint Power Vision SM Mogul by HTC Intellectual Property Notices 2007 Sprint Nextel. All rights reserved. No reproduction in whole or in part without prior written approval. SPRINT

More information

Licenses are not interchangeable between the ISRs and NGX Series ISRs.

Licenses are not interchangeable between the ISRs and NGX Series ISRs. Q&A Cisco IOS SSL VPN Q. What is Cisco IOS SSL VPN or SSL VPN? A. Secure Sockets Layer (SSL)-based VPN is an emerging technology that provides remote-access connectivity from almost any Internet-enabled

More information

Chapter 6 Virtual Private Networking Using SSL Connections

Chapter 6 Virtual Private Networking Using SSL Connections Chapter 6 Virtual Private Networking Using SSL Connections The FVS336G ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN provides a hardwarebased SSL VPN solution designed specifically to provide

More information

Deploying iphone and ipad Mobile Device Management

Deploying iphone and ipad Mobile Device Management Deploying iphone and ipad Mobile Device Management ios supports Mobile Device Management (MDM), giving businesses the ability to manage scaled deployments of iphone and ipad across their organizations.

More information

Comparing Mobile VPN Technologies WHITE PAPER

Comparing Mobile VPN Technologies WHITE PAPER Comparing Mobile VPN Technologies WHITE PAPER Executive Summary Traditional approaches for encrypting data in transit such as IPSec and SSL are intended for wired networks with high speed, highly reliable

More information

GPRS / 3G Services: VPN solutions supported

GPRS / 3G Services: VPN solutions supported GPRS / 3G Services: VPN solutions supported GPRS / 3G VPN soluti An O2 White Paper An O2 White Paper Contents Page No. 3 4-6 4 5 6 6 7-10 7-8 9 9 9 10 11-14 11-12 13 13 13 14 15 16 Chapter No. 1. Executive

More information

State of New Mexico Statewide Architectural Configuration Requirements. Title: Network Security Standard S-STD005.001. Effective Date: April 7, 2005

State of New Mexico Statewide Architectural Configuration Requirements. Title: Network Security Standard S-STD005.001. Effective Date: April 7, 2005 State of New Mexico Statewide Architectural Configuration Requirements Title: Network Security Standard S-STD005.001 Effective Date: April 7, 2005 1. Authority The Department of Information Technology

More information

SSL VPN Technical Primer

SSL VPN Technical Primer 4500 Great America Parkway Santa Clara, CA 95054 USA 1-888-NETGEAR (638-4327) E-mail: info@netgear.com www.netgear.com SSL VPN Technical Primer Q U I C K G U I D E Today, small- and mid-sized businesses

More information

IP Ports and Protocols used by H.323 Devices

IP Ports and Protocols used by H.323 Devices IP Ports and Protocols used by H.323 Devices Overview: The purpose of this paper is to explain in greater detail the IP Ports and Protocols used by H.323 devices during Video Conferences. This is essential

More information

Security Requirements for Wireless Networking

Security Requirements for Wireless Networking Security Requirements for Wireless Networking Developed by Copyright 2007 Rysavy Research TABLE OF CONTENTS INTRODUCTION... 2 SECURITY REQUIREMENTS... 2 WIRELESS OPERATOR SECURITY LIMITATIONS... 3 END

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7 DEPLOYMENT GUIDE Version 1.1 Deploying F5 with IBM WebSphere 7 Table of Contents Table of Contents Deploying the BIG-IP LTM system and IBM WebSphere Servers Prerequisites and configuration notes...1-1

More information

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP SYSTEM WITH MICROSOFT INTERNET INFORMATION SERVICES (IIS) 7.0

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP SYSTEM WITH MICROSOFT INTERNET INFORMATION SERVICES (IIS) 7.0 DEPLOYMENT GUIDE DEPLOYING THE BIG-IP SYSTEM WITH MICROSOFT INTERNET INFORMATION SERVICES (IIS) 7.0 Deploying F5 with Microsoft IIS 7.0 F5's BIG-IP system can increase the existing benefits of deploying

More information

Technical White Paper BlackBerry Security

Technical White Paper BlackBerry Security Technical White Paper BlackBerry Security For Microsoft Exchange Version 2.1 Research In Motion Limited 2002 Research In Motion Limited. All Rights Reserved Table of Contents 1. INTRODUCTION... 1 2. ARCHITECTURE...

More information

Endpoint Security VPN for Mac

Endpoint Security VPN for Mac Security VPN for Mac E75 Release Notes 8 April 2012 Classification: [Protected] 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by

More information

BlackBerry Business Cloud Services. Policy Reference Guide

BlackBerry Business Cloud Services. Policy Reference Guide BlackBerry Business Cloud Services Policy Reference Guide Published: 2012-01-30 SWD-1710801-0125055002-001 Contents 1 IT policy rules... 5 Preconfigured IT policies... 5 Default for preconfigured IT policies...

More information

WICKSoft Mobile Documents for the BlackBerry Security white paper mobile document access for the Enterprise

WICKSoft Mobile Documents for the BlackBerry Security white paper mobile document access for the Enterprise WICKSoft Mobile Documents for the BlackBerry Security white paper mobile document access for the Enterprise WICKSoft Corporation http://www.wicksoft.com Copyright WICKSoft 2007. WICKSoft Mobile Documents

More information

NATIONAL SECURITY AGENCY Ft. George G. Meade, MD

NATIONAL SECURITY AGENCY Ft. George G. Meade, MD NATIONAL SECURITY AGENCY Ft. George G. Meade, MD Serial: I732-010R-2008 30 April 2008 Network Infrastructure Division Systems and Network Analysis Center Activating Authentication and Encryption for Cisco

More information

Setting Up Email. on Your Touch by HTC

Setting Up Email. on Your Touch by HTC Setting Up Email on Your Touch by HTC Intellectual Property Notices 2007 Sprint Nextel. All rights reserved. No reproduction in whole or in part without prior written approval. SPRINT and other trademarks

More information

iphone in Business Security Overview

iphone in Business Security Overview iphone in Business Security Overview iphone can securely access corporate services and protect data on the device. It provides strong encryption for data in transmission, proven authentication methods

More information

Chapter 4 Security and Firewall Protection

Chapter 4 Security and Firewall Protection Chapter 4 Security and Firewall Protection This chapter describes how to use the Security features of the ProSafe Wireless ADSL Modem VPN Firewall Router to protect your network. These features can be

More information

Oracle Mobile Push Mail Technical Vision. An Oracle White Paper July 2005

Oracle Mobile Push Mail Technical Vision. An Oracle White Paper July 2005 Oracle Mobile Push Mail Technical Vision An Oracle White Paper July 2005 Oracle Mobile Push Mail Executive Overview... 2 Mobile Push Mail Market Opportunity... 2 Standards-Based Approach To Mobile Push

More information

Lync for Mac 2011 Deployment Guide

Lync for Mac 2011 Deployment Guide 2011 Deployment Guide Getting Started Information in this document, including URL and other Internet Web site references, is subject to change without notice. Content in this document represents the current

More information

What you don t know about industrial GSM/GPRS modem communications

What you don t know about industrial GSM/GPRS modem communications What you don t know about industrial GSM/GPRS modem communications A White Paper presented by: Ira Sharp Product Marketing Lead Specialist Phoenix Contact P.O. Box 4100 Harrisburg, PA 17111-0100 Phone:

More information

introducing The BlackBerry Collaboration Service

introducing The BlackBerry Collaboration Service Introducing the Collaboration Service 10.2 for the Enterprise IM app 3.1 introducing The Collaboration Service Sender Instant Messaging Server Collaboration Service 10 device Recipient V. 1.0 June 2013

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide BlackBerry Collaboration Service Version 12.1 Published: 2015-02-25 SWD-20150225135812271 Contents About this guide... 5 Planning a BlackBerry Collaboration Service

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

Configuring SonicWALL TSA on Citrix and Terminal Services Servers

Configuring SonicWALL TSA on Citrix and Terminal Services Servers Configuring on Citrix and Terminal Services Servers Document Scope This solutions document describes how to install, configure, and use the SonicWALL Terminal Services Agent (TSA) on a multi-user server,

More information

Controlling Risk, Conserving Bandwidth, and Monitoring Productivity with Websense Web Security and Websense Content Gateway

Controlling Risk, Conserving Bandwidth, and Monitoring Productivity with Websense Web Security and Websense Content Gateway Controlling Risk, Conserving Bandwidth, and Monitoring Productivity with Websense Web Security and Websense Content Gateway Websense Support Webinar January 2010 web security data security email security

More information

II. Implementation and Service Information

II. Implementation and Service Information II. Implementation and Service Information A. Responsibilities The procedure for setup with KeyBank s standard transmission services consists of three phases: 1) communications testing, 2) applications

More information

Chapter 8 Router and Network Management

Chapter 8 Router and Network Management Chapter 8 Router and Network Management This chapter describes how to use the network management features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. These features can be found by

More information