Vous êtes sur la page 1sur 5

International Journal of Computer science engineering Techniques-– Volume 1 Issue 1, 2015

RESEARCH ARTICLE OPEN ACCESS

New Survey on New Bluetooth Technology


Don Ford*, Simpson, M. J**, Justin Charles***, Peter Griffiths****
(Associate Professor, B.Tech Student)
Kings college of Engineering Thanjavur.

Abstract:
A fundamental strength of Bluetooth wireless technology is in its ability to handle simultaneous data and
voice transmissions. This functionality gives users a variety of innovative solutions, such as hands-free headsets
for voice calls, printing and fax capabilities, and synchronization of PCs and mobile phones, to name just a few.

Keywords —Cloud Computing Security , Public cloud, Data protection strategy,

Introduction: Ready?
Bluetooth Smart and Bluetooth Smart Rea dy?
Bluetooth is an always-on, short- Bluetooth Smart and Bluetooth Smart
range radio hookup that resides on a Ready are extensions of the original
microchip. It was initially developed by Bluetooth brand introduced in 2011. The
Swedish mobile phone maker Ericsson in Smart and Smart Ready designations
1994 as a way to let laptop computers indicate compatibility of products using
make calls over a mobile phone. Since
the low energy feature of the Bluetooth
then, several thousand companies have
signed on to make Bluetooth the low- v4.0 specification. A Bluetooth Smart
power short-range wireless standard for a Ready product connects to both classic
wide range of devices. Industry observers Bluetooth and Bluetooth Smart low energy
expect Bluetooth to be installed in billions products. By contrast, a Bluetooth Smart
of devices by 2005. The concept behind product collects data and runs for months
Bluetooth is to provide a universal short- or years on a tiny battery. Think of a Smart
range wireless capability. Using the 2.4
product as a sensor that works for a long
GHz band, available globally for
unlicensed low-power uses, two Bluetooth time without changing the battery (like a
devices within 10 m of each other can fitness heart rate monitor) and a Smart
share up to 720 Kbps of capacity. For Ready product as a collector (like a smart
example, audio devices can include phone or tablet receiving the information
headsets, cordless and standard phones, and displaying it in an application).
home stereos, and digital MP3 players
Range
BLUETOOTH TECHNOLOGY HARDWARE OR
SOFTWARE?
Range is application-specific, and although the
It's a combination of both. When someone says core specification mandates a minimum range,
there is not a limit, and manufacturers can tune
a product contains Bluetooth that means it
includes a small computer chip containing the their implementation to support the use case
Bluetooth radio. But it also needs software to they are enabling.
connect, via Bluetooth wireless technology, to
other products The range varies depending on the class of
radio used in an implementation:

ISSN : 2455-135X http://www.ijcsejournal.org Page 9


International Journal of Computer science engineering Techniques-– Volume 1 Issue 1, 2015

• Class 3 radios — range of up to 1 meter beginning with the security inherent in its
or 3 feet frequency-hopping scheme (described in
• Class 2 radios — most commonly found “Frequency Hopping”).
in mobile devices — range of 10 meters
or 33 feet At the lowest levels of the protocol stack,
• Class 1 radios — used primarily in
Bluetooth uses the publicly available
industrial use cases — range of 100
meters or 300 feet cipher algorithm known as SAFER+ to
authenticate a device’s identity. The
How Bluetooth Works generic-access profile depends on this
authentication for its device-pairing
This section seeks to give you an overview process. This process involves creating a
of the technology and specification that special link to create and exchange a link
will provide context for the Bluetooth key. Once verified, the link key is used to
implementation on OS X. If you’re already negotiate an encryption mode the devices
familiar with the Bluetooth specification will use for their communication.
and how Bluetooth devices work, you
The Bluetooth profile:
might choose to skip ahead to “Bluetooth
on OS X.”

Bluetooth devices operate at 2.4 GHz in


the license-free, globally available ISM
(Industrial, Scientific, and Medical) radio
band. The advantage of operating in this
band is worldwide availability and
compatibility. A potential disadvantage is
that Bluetooth devices must share this
band with many other RF emitters. These
include automobile security systems, other
wireless communications standards (such
as 802.11), and ordinary noise sources
(such as microwave ovens).
Service discovery application profile describes
To overcome this challenge, Bluetooth how an application should use the SDP
employs a fast frequency-hopping scheme (described in “The Bluetooth Protocol
and uses shorter packets than other Stack”) to discover services on a remote
standards in the ISM band. This scheme device. As required by the GAP, any
makes Bluetooth communication more Bluetooth device should be able to connect
robust and more secure. to any other Bluetooth device. Based on
this, the service discovery application
Security profile requires that any application be
able to find out what services are available
Security is a challenge faced by every on any Bluetooth device it connects to.
communications standard. Wireless
communications present special security Human interface device (HID) profile
challenges. Bluetooth builds security into describes how to communicate with a HID
its model on several different levels, class device using a Bluetooth link. It

ISSN: 2455-135X http://www.ijcsejournal.org Page 10


International Journal of Computer science engineering Techniques-– Volume 1 Issue 1, 2015

describes how to use the USB HID Object push profile defines the roles of push
protocol to discover a HID class device’s server and push client. These roles are
feature set and how a Bluetooth device can analogous to and must interoperate with
support HID services using the L2CAP the server and client device roles the
layer. generic object exchange profile defines.

Serial port profile defines RS-232 serial- File transfer profile is also dependent on the
cable emulation for Bluetooth devices. As generic object exchange profile. It
such, the profile allows legacy applications provides guidelines for applications that
to use Bluetooth as if it were a serial-port need to exchange objects such as files and
link, without requiring any modification. folders, instead of the more limited objects
The serial port profile uses the RFCOMM supported by the object push profile.
protocol to provide the serial-port
emulation. Synchronization profile is another
dependent of the generic object exchange
Dial-up networking (DUN) profile is built on
Dial- profile. It describes how applications can
the serial port profile and describes how a perform data synchronization, such as
data-terminal device, such as a laptop between a personal data assistant (PDA)
computer, can use a gateway device, such and a computer. Not surprisingly, the
as a mobile phone or a modem, to access a synchronization profile, too, defines client
telephone-based network. and server device roles.

Headset profile describes how a Bluetooth 1) How the name Bluetooth comes?
enabled headset should communicate with While many new technologies bear
a computer or other Bluetooth device technical names, like RS-232 or IEEE
(such as a mobile phone). When connected 802.11b, Bluetooth, the wireless
and configured, the headset can act as the technology, is different. Bluetooth was
remote device’s audio input and output
named for the 10th Century Viking king ,
interface
Harald Blatand (A.K.A., Bluetooth) who
Hardcopy cable replacement profile describes peacefully united all the tiny island
how to send rendered data over a kingdoms of Denmark, southern Sweden,
Bluetooth link to a device, such as a and southern Norway into one country . In
printer. Although other profiles can be keeping with its namesake, Bluetooth, the
used for printing, the HCRP is specially new low-cost radio technology, is
designed to support hardcopy applications.
designed to unite or connect all different
generic object exchange profile provides a types of devices to effectively work as
generic blueprint for other profiles using one. By uniting devices, Bluetooth
the OBEX protocol and defines the client eliminates the need for cabling in a wide
and server roles for devices. As with all range of products, including cellular
OBEX transactions, the generic object phones, PCs, headphones, audio
exchange profile stipulates that the client equipment, printers, and many more.
initiate all transactions.
Specifications:
The Bluetooth specification was developed
in 1994 by Jaap Haartsen and Sven

ISSN: 2455-135X http://www.ijcsejournal.org Page 11


International Journal of Computer science engineering Techniques-– Volume 1 Issue 1, 2015

Mattisson, who were working for Ericsson service provider. The chances of other
Mobile Platforms in Lund, Sweden. wireless networks interfering with yours
are very low. This is because of the low
The specifications were formalized by the
powered wireless signals that the
Bluetooth Special Interest Group (SIG).
The SIG was formally announced on May technology adopts, and also because of
20, 1998. Today it has a membership over something known as frequency hopping.
7000 companies worldwide.
Bluetooth Vendors and Products
It was established by Ericsson, Sony
Ericsson, IBM, Intel, Toshiba, and Nokia, For February 202 version of printer
and later joined by many other companies adapters
Red-M Communications Ltd. introduced
The Advantages
Advantages of Bluetooth:
Bluetooth Bluetooth Red-M blade that attaches to Palm devices
does not require a clear line of sight and enables Bluetooth-enabled phones to
communicate with Palm.
between the synced devices. This means
Motorola introduces Time port 270 using
that the devices need not be facing each Bluetooth technology. A tri-mode CDMA,
other, and it is also possible to carry out hands-free speaker phone, with 4-way
transfers when both the devices are in joystick, headset connectivity and a PIM.
separate rooms. Price around $350 (August 2001). The
The fact that this technology requires no handset will communicate with a headset
cables and wires is something that has to be introduced shortly.
Cambridge Silicon Radio of England
made it so popular. With so many devices
announced its Blue Lab SDK and Blue
engulfing our lives today, the need for Core serial protocol that has been
clutter-free technology is becoming more incorporated into CE.NET by Microsoft. -
intense. November 2001.
The maximum range that it offers is 100 Red-M of Wexam Springs, England
meters, but this range is not the same for announced 1050 - an access point that
connects Bluetooth devices to a wireless
all similar connections. It depends on the
LAN. Product will be available in
nature of the devices and the version that November 2001 at $495.
they operate upon. Silicon Wave Inc. announced processors
The processing power and battery power and SDK's for Bluetooth (takes 12KB of
that it requires in order to operate is very RAM and processors cost $5.00 a piece.
low. This makes it an ideal tool for so TDK announced at Fall Comdex 2001, a
many electronic devices, as the technology USB adapter for Bluetooth.
can be implemented pretty much
REFERENCES:
anywhere. One major advantage is its
simplicity of use. Anyone can figure out Adams, Douglas (2002). Guzzardi, Peter,
how to set up a connection and sync two ed. The Salmon of Doubt: Hitchhiking the
devices with ease. Moreover, the Galaxy One Last Time.
technology is completely free to use and
requires no charges to be paid to any

ISSN: 2455-135X http://www.ijcsejournal.org Page 12


International Journal of Computer science engineering Techniques-– Volume 1 Issue 1, 2015

Webb, Nick (2005). Wish You Were Here:


The Official Biography of Douglas
Adams.

ISSN: 2455-135X http://www.ijcsejournal.org Page 13

Vous aimerez peut-être aussi