This page was last modified 12:17, 21 November 2007.
Communication types
From Forum Nokia Wiki
Overview
S60 offers different types of communications. Among all the communication types, voice communication plays a vital role.
S60 offers such communications services as diverse as browsing and downloading from the Web, chatting over Bluetooth between two phones,
sending a document to your office printer over infrared, etc...
Any of above events involves forming some kind of connection between S60 phone and another device. The "another device" may be anything from a phone in the same room to a network server on the other side of the world. S60 provides support for a range of communication technologies to enable communication with different types of devices, at different distances and for different purposes.
Types of Communication
- Serial Communication— Serial communication is a simple, low-level communication between two devices at close range. S60 enables this type of communication over infrared or Bluetooth. This section discusses the techniques involved in creating a serial connection.
- Sockets— The Sockets API offers a higher-level point-to-point communication between two participants. It can be implemented over a range of physical and logical network types including infrared, Bluetooth and TCP/IP.
- TCP/IP— TCP/IP makes use of the Sockets APIs for accessing standard Internet services. S60 2.x adds support for multihoming, which allows multiple network connections to be open concurrently.
- Infrared— Infrared (or IR) is a simple, point-to-point communication between two devices at close range with a direct "line of sight" between them.
- Bluetooth— Often used for similar purposes as infrared, Bluetooth is a radio technology used for close-range communication between two or more devices.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to connect nokia toolkit 2.0 to a web server | Nokia_Archived | General Browsing | 1 | 2002-05-15 16:12 |
| Network communication failure while app signing | jinuthomas | Symbian Signing, Certification and Security | 1 | 2008-06-17 21:01 |
| Different Types of graphics | Anjali Ram | General Symbian C++ | 1 | 2006-02-26 18:00 |
| Database Types | nimbus_cloud | General Symbian C++ | 0 | 2005-09-08 09:52 |
| server connection | tjay83 | Mobile Java Media (Graphics & Sounds) | 1 | 2007-01-22 17:38 |
