SlideShare a Scribd company logo
2
Most read
3
Most read
20
Most read
www.oeclib.in
Submitted By:
Odisha Electronics Control Library
Seminar
On
Jini Technology
CONTENT
Introduction about JINI.
History
Goal of JINI.
Architecture.
Component of JINI.
Benefits of JINI.
Limitations of JINI.
Application of JINI.
Conclusion.
References.
INTRODUCTION
 Jini technology provides a simple infrastructure for
delivering services(application, database, printing,
storage etc) in a network and for creating an interaction
between programs that use these services regardless of
their hardware/software implementation.
 Services can be added or removed from the network and
new clients can find existing services.
HISTORY
 The idea of the Jini system was invented by Sun
cofounder Bill Joy at Sun Aspen Small works R&D lab
in 1994.
 Sun introduced Jini in July 1998. In November of 1998,
Sun announced that there were some firms supporting
Jini.
 The word 'jini' means "the devil" which is the origin of
the English word 'genie'. On January 25, 1999, Jini was
officially launched and the technology is available for
download.
GOAL OF JINI TECHNOLOGY
 To enable users to share services and resources over a
network.
 To provide users the ability to access resources anywhere
easily on the network, even though the network location
of the user may constantly change.
 To simplify the task of creating and managing network
devices, software services, and users.
JINI ARCHITECTURE
 Connects to a TCP/IP network.
 Use a discovery protocol to
find at least one lookup service.
 Register with the lookup
service.
 Continue to renew the
resource's releases, as long as
the service is available to the
network.
BENEFITS OF JINI
 It is easy to add and remove services.
 Services can be relocated on the network without
affecting users.
 JINI is open-source, meaning that the program code is
freely available on the Internet and there are no fees for
using it.
 The JINI architecture is scalable.
 Services are available immediately and are found
automatically.
 Everyone can access to same information & resources.
LIMITATIONS
 Depends on java/RMI or external mechanism for
security.
 Does not scale well to very large systems because jini
use lookup service as a broker between client & services.
COMPONENTS
 Services
 Lookup Services
 Discovery and Join
 Extended RMI
 Leasing
 Transactions
 Java Spaces
 Distributed Security
 Distributed Events
SERVICES
 A service can be anything that sits on the network
and is ready to perform a useful function. Hardware
devices, software, communications channels – even
human users themselves -- can be services
 Services may be added or withdrawn from a Jini
federation at any time
 Jini provides mechanisms for service registration,
lookup and use
 Services communicate by using a service protocol =
set of Java interfaces
 Set of services is open-ended
LOOKUP SERVICES
 Lookup Services are the central organizing
mechanism for Jini-based systems and provide
mapping of interfaces to objects. Lookup enables a
client to query a lookup service for services that can
help the client accomplish its goals
 Hierarchical Lookup: Lookup service may include
entry for other lookup services. When new services
become available on the network, they register
themselves with a lookup service
 When clients wish to locate a service to assist with
some task, they consult a lookup service
 The runtime infrastructure uses one network-level
protocol, called discovery, and two object-level
protocols, called join and lookup
DISCOVERY AND JOIN
 Discovery is the protocol by which Jini services register
themselves with a lookup service
 Discovery or Lookup is performed by doing a multicast
(to find all lookup services) or unicast (when you know
the machine on which the lookup service is running)
lookup. Jini™ enabled Object (representing a hardware
and/or software service) multicasts a packet with a
reference to itself
 The service receives RMI reference to Lookup service
(one or more)
 The service joins a federation by placing an object
representing capabilities into the Lookup service for
other clients and services to use for a period of time
 Discovery enables clients and services to locate lookup
services
 Join enables a service to register itself in a lookup
service
EXTENDED RMI
 Communication among services uses Java RMI
 Extended with leases
 RMI provides
 Activation
 Distributed Garbage Collection
 Multicast
 Replication
LEASING
 A lease is a grant of guaranteed access over a time period.
 Each lease is negotiated between the user of the service
and the provider of the service as part of the service
protocol
 A service is requested for some period; access is granted
for some period, presumably taking the request period into
account. Leases in term of duration (relative time)
– lookup service needs to use resource to maintain
registration
– device failure can cause error in the available service log
 If lease expires without renewal, user and provider can free
associated resource
 Leases handle client and network failures, removal of
services…
 Leases in Jini is self-healing. Exclusive lease says service
cannot be shared
TRANSACTIONS
 Partial failure in distributed systems is a nightmare
 A series of operations, either within a single service
or spanning multiple services, can be wrapped in a
transaction
 The Jini Transaction interfaces supply a service
protocol needed to coordinate a two-phase commit
– all results save in temporary storage
– move from temporary to permanent storage
 Insures changes made atomically- all or none
 The very semantics of the notion of a transaction is
left up to the service using the interfaces
JAVA SPACES
The JavaSpaces technology is written in the Java
language and is a simple, fast and unified mechanism for
dynamic communication, co-ordination and sharing of
objects
 In a distributed application, JavaSpaces technology
acts as a virtual space between providers and
requestors of network resources or objects
 participants in a distributed solution can exchange
tasks, requests information in the form of Java
technology-based objects
 JavaSpaces technology provides developers with the
ability to create and store objects with persistence
DISTRIBUTED SECURITY
 The design of the security model for Jini technology
is built on the twin notions of a principal and an
access control list.
 Jini services are accessed on behalf of some entity—
the principal, which generally traces back to a
particular user of the system.
 Services themselves may request access to other
services based on the identity of the object that
implements the service. Whether access to a service
is allowed depends on the contents of an access
control list that is associated with the object.
 Security plays an important role in distributed
systems. The Jini security model is based on the
JDK 1.2 security system.
DISTRIBUTED EVENTS
 Jini supports distributed events
 An object may allow other objects to register interest
in events in the object and receive a notification of
the occurrence of such an event
 Uses the Observer pattern and sensitive to network
issues – delays, disruptions etc
 Serializable and can be moved across a network
 Most useful in observing service changes – lookup
services going up or down etc
 Enables distributed event-based programs to be
written with a variety of reliability and scalability
guarantees
REQUIREMENTS OF JINI
 An infrastructure which operates as a dynamically
distributed
system
 A common language and implementation that
enables low-overhead communication between
distributed objects
 A lookup service which identifies objects that supply
those services
 An add-in protocol which is implemented on each
device—this is called the discovery/join protocol
 A subtract-out mechanism—providing resilience
when a device is unplugged which is called leasing
APPLICATION
 Managing a Printer:
APPLICATION (CONT…)
 Managing NT server:
CONCLUSION
 Jini's promise is not limited to the domain of network
devices.
 It can be expanded to scanners, printers, phones, radios
etc.
 Before Jini can become the basis for such mission-
critical applications, its ability to scale up to thousands of
network devices and maintain high levels of security
needs to be tested under stress and refined.
REFERENCE
 www.google.com
 www.wikipedia.com
 www.oeclib.in
Thanks

More Related Content

PPT
JINI Technology
PPT
jini technology
DOCX
Computer science seminar topics
PPT
X INTERNET
PPTX
Mobile phone-cloning
PPT
Storage Area Network (San)
PPTX
Information Centric Networking
PPTX
EyeRing PowerPoint Presentation
JINI Technology
jini technology
Computer science seminar topics
X INTERNET
Mobile phone-cloning
Storage Area Network (San)
Information Centric Networking
EyeRing PowerPoint Presentation

What's hot (20)

PPTX
Seminar ppt fog comp
PPTX
presentation on Edge computing
PDF
Fog Computing
PPTX
Edge Computing.pptx
PPT
Screenless Display PPT
PDF
Screenless displays seminar report
PPT
3D Internet
PPTX
Attendance Management System using Face Recognition
PPTX
Touchless technology Seminar Presentation
PDF
20 Latest Computer Science Seminar Topics on Emerging Technologies
PPTX
ppt of gesture recognition
PPTX
Zigbee technology ppt
ODP
Ambient intelligence
PPTX
Rain technology
PPTX
fog computing ppt
DOCX
Information technology seminar topics
PPT
Pill camera presentation
PPTX
BIOMETRIC IDENTIFICATION IN ATM’S PPT
Seminar ppt fog comp
presentation on Edge computing
Fog Computing
Edge Computing.pptx
Screenless Display PPT
Screenless displays seminar report
3D Internet
Attendance Management System using Face Recognition
Touchless technology Seminar Presentation
20 Latest Computer Science Seminar Topics on Emerging Technologies
ppt of gesture recognition
Zigbee technology ppt
Ambient intelligence
Rain technology
fog computing ppt
Information technology seminar topics
Pill camera presentation
BIOMETRIC IDENTIFICATION IN ATM’S PPT
Ad

Similar to Jini technology ppt (20)

PPTX
Mayur jini technology.pptx
PPT
JINI Technology
PPTX
JINI TECH PPT
DOCX
Jini network technology
PPT
Jini new technology for a networked world
PDF
14A81A05B1
PPSX
PPT
PPT
Jini technology
PPTX
Jini network technology
PPT
Jini+presentation
PPT
Jini java protocol ppt by Mubeen
PPT
Jini Network Technology
PDF
TS-2614 - Jini™ Network Technology-Enabled Service-Oriented Architecture, A L...
PPT
jini-1.ppt
PPTX
UNIT V DIS.pptx
PPT
IntroJan14.ppt
PPTX
Network Information Factories
PDF
A survey of service Discovery Architecture of MANET with AODV-SD
Mayur jini technology.pptx
JINI Technology
JINI TECH PPT
Jini network technology
Jini new technology for a networked world
14A81A05B1
Jini technology
Jini network technology
Jini+presentation
Jini java protocol ppt by Mubeen
Jini Network Technology
TS-2614 - Jini™ Network Technology-Enabled Service-Oriented Architecture, A L...
jini-1.ppt
UNIT V DIS.pptx
IntroJan14.ppt
Network Information Factories
A survey of service Discovery Architecture of MANET with AODV-SD
Ad

More from OECLIB Odisha Electronics Control Library (20)

PPTX
PPTX
PPTX
PPTX
Agent Oriented Programming PPT
PPTX
Wireless application protocol ppt
PPTX
Wireless Communication ppt
PPTX
PPTX
Sixth sense technology ppt
PPTX
Software developement life cycle ppt
PPTX
Voice-over-Internet Protocol (VoIP) ppt
PPTX
Virtual Private Networks (VPN) ppt
PPTX
PPTX
Universal Serial Bus (USB)

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Big Data Technologies - Introduction.pptx
PDF
KodekX | Application Modernization Development
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation theory and applications.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectral efficient network and resource selection model in 5G networks
Encapsulation_ Review paper, used for researhc scholars
Chapter 3 Spatial Domain Image Processing.pdf
MYSQL Presentation for SQL database connectivity
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Review of recent advances in non-invasive hemoglobin estimation
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Reach Out and Touch Someone: Haptics and Empathic Computing
Big Data Technologies - Introduction.pptx
KodekX | Application Modernization Development
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation theory and applications.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx

Jini technology ppt

  • 1. www.oeclib.in Submitted By: Odisha Electronics Control Library Seminar On Jini Technology
  • 2. CONTENT Introduction about JINI. History Goal of JINI. Architecture. Component of JINI. Benefits of JINI. Limitations of JINI. Application of JINI. Conclusion. References.
  • 3. INTRODUCTION  Jini technology provides a simple infrastructure for delivering services(application, database, printing, storage etc) in a network and for creating an interaction between programs that use these services regardless of their hardware/software implementation.  Services can be added or removed from the network and new clients can find existing services.
  • 4. HISTORY  The idea of the Jini system was invented by Sun cofounder Bill Joy at Sun Aspen Small works R&D lab in 1994.  Sun introduced Jini in July 1998. In November of 1998, Sun announced that there were some firms supporting Jini.  The word 'jini' means "the devil" which is the origin of the English word 'genie'. On January 25, 1999, Jini was officially launched and the technology is available for download.
  • 5. GOAL OF JINI TECHNOLOGY  To enable users to share services and resources over a network.  To provide users the ability to access resources anywhere easily on the network, even though the network location of the user may constantly change.  To simplify the task of creating and managing network devices, software services, and users.
  • 6. JINI ARCHITECTURE  Connects to a TCP/IP network.  Use a discovery protocol to find at least one lookup service.  Register with the lookup service.  Continue to renew the resource's releases, as long as the service is available to the network.
  • 7. BENEFITS OF JINI  It is easy to add and remove services.  Services can be relocated on the network without affecting users.  JINI is open-source, meaning that the program code is freely available on the Internet and there are no fees for using it.  The JINI architecture is scalable.  Services are available immediately and are found automatically.  Everyone can access to same information & resources.
  • 8. LIMITATIONS  Depends on java/RMI or external mechanism for security.  Does not scale well to very large systems because jini use lookup service as a broker between client & services.
  • 9. COMPONENTS  Services  Lookup Services  Discovery and Join  Extended RMI  Leasing  Transactions  Java Spaces  Distributed Security  Distributed Events
  • 10. SERVICES  A service can be anything that sits on the network and is ready to perform a useful function. Hardware devices, software, communications channels – even human users themselves -- can be services  Services may be added or withdrawn from a Jini federation at any time  Jini provides mechanisms for service registration, lookup and use  Services communicate by using a service protocol = set of Java interfaces  Set of services is open-ended
  • 11. LOOKUP SERVICES  Lookup Services are the central organizing mechanism for Jini-based systems and provide mapping of interfaces to objects. Lookup enables a client to query a lookup service for services that can help the client accomplish its goals  Hierarchical Lookup: Lookup service may include entry for other lookup services. When new services become available on the network, they register themselves with a lookup service  When clients wish to locate a service to assist with some task, they consult a lookup service  The runtime infrastructure uses one network-level protocol, called discovery, and two object-level protocols, called join and lookup
  • 12. DISCOVERY AND JOIN  Discovery is the protocol by which Jini services register themselves with a lookup service  Discovery or Lookup is performed by doing a multicast (to find all lookup services) or unicast (when you know the machine on which the lookup service is running) lookup. Jini™ enabled Object (representing a hardware and/or software service) multicasts a packet with a reference to itself  The service receives RMI reference to Lookup service (one or more)  The service joins a federation by placing an object representing capabilities into the Lookup service for other clients and services to use for a period of time  Discovery enables clients and services to locate lookup services  Join enables a service to register itself in a lookup service
  • 13. EXTENDED RMI  Communication among services uses Java RMI  Extended with leases  RMI provides  Activation  Distributed Garbage Collection  Multicast  Replication
  • 14. LEASING  A lease is a grant of guaranteed access over a time period.  Each lease is negotiated between the user of the service and the provider of the service as part of the service protocol  A service is requested for some period; access is granted for some period, presumably taking the request period into account. Leases in term of duration (relative time) – lookup service needs to use resource to maintain registration – device failure can cause error in the available service log  If lease expires without renewal, user and provider can free associated resource  Leases handle client and network failures, removal of services…  Leases in Jini is self-healing. Exclusive lease says service cannot be shared
  • 15. TRANSACTIONS  Partial failure in distributed systems is a nightmare  A series of operations, either within a single service or spanning multiple services, can be wrapped in a transaction  The Jini Transaction interfaces supply a service protocol needed to coordinate a two-phase commit – all results save in temporary storage – move from temporary to permanent storage  Insures changes made atomically- all or none  The very semantics of the notion of a transaction is left up to the service using the interfaces
  • 16. JAVA SPACES The JavaSpaces technology is written in the Java language and is a simple, fast and unified mechanism for dynamic communication, co-ordination and sharing of objects  In a distributed application, JavaSpaces technology acts as a virtual space between providers and requestors of network resources or objects  participants in a distributed solution can exchange tasks, requests information in the form of Java technology-based objects  JavaSpaces technology provides developers with the ability to create and store objects with persistence
  • 17. DISTRIBUTED SECURITY  The design of the security model for Jini technology is built on the twin notions of a principal and an access control list.  Jini services are accessed on behalf of some entity— the principal, which generally traces back to a particular user of the system.  Services themselves may request access to other services based on the identity of the object that implements the service. Whether access to a service is allowed depends on the contents of an access control list that is associated with the object.  Security plays an important role in distributed systems. The Jini security model is based on the JDK 1.2 security system.
  • 18. DISTRIBUTED EVENTS  Jini supports distributed events  An object may allow other objects to register interest in events in the object and receive a notification of the occurrence of such an event  Uses the Observer pattern and sensitive to network issues – delays, disruptions etc  Serializable and can be moved across a network  Most useful in observing service changes – lookup services going up or down etc  Enables distributed event-based programs to be written with a variety of reliability and scalability guarantees
  • 19. REQUIREMENTS OF JINI  An infrastructure which operates as a dynamically distributed system  A common language and implementation that enables low-overhead communication between distributed objects  A lookup service which identifies objects that supply those services  An add-in protocol which is implemented on each device—this is called the discovery/join protocol  A subtract-out mechanism—providing resilience when a device is unplugged which is called leasing
  • 22. CONCLUSION  Jini's promise is not limited to the domain of network devices.  It can be expanded to scanners, printers, phones, radios etc.  Before Jini can become the basis for such mission- critical applications, its ability to scale up to thousands of network devices and maintain high levels of security needs to be tested under stress and refined.