SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
MOBILE AGENTS IN
DISTRIBUTED MULTIMEDIA
   DATABASE SYSTEMS
The size of networks is increasing rapidly and this
fact is not straitened to the internet alone. Many         A IEEE APPROACH
intra and inter–organization networks are affected        FACILITATING STORAGE
by this trend, too. A side effect of this growth is the      AND RETRIEVAL OF
increase of nework traffic.                                  MULTIMEDIA DATA
This development leads to new challenges and we            FROM THE DISTRIBUTED
have to think about new technologies. Mobile agent        MULTIMEDIA DATABASE
systems are one answer to these challenges.               USING MOBILE AGENTS
                                                              BASED ON HOST
Mobile agents are an emerging technology
                                                                DATABASE
attracting interest from the fields of distributed
systems,      information    retrieval, electronic
commerce and artificial intelligence.
A mobile agent is an executing program that can migrate during execution from
machine to machine in a heterogeneous network.
On each machine, the agent interacts with stationary service agents and other
resources to accomplish its task, returning to its home site with a final result when
that task is finished. Mobile agents are particularly attractive in distributed
information-retrieval applications.
By moving to the location of an information resource, the agent can search the
resource locally, eliminating the transfer of intermediate results across the network
and reducing end-to-end latency. Mobile agents are goal-oriented, can
communicate with other agents, and can continue to operate even after the
machine that launched them has been removed from the network.
The mobile feature enables the agent to travel to the host where the data are
physically stored. This is obviously of great interest in a distributed multimedia
database systems where we have in most cases large binary objects. This Project
integrates mobile agent technology in a distributed database system.
The advantage of this approach is the combination of mobile agent features (e.g.
autonomy, mobility, enhancement of functionality) and database services such as
recovery, transaction handling, concurrency and security.
This projects aims at facilitating storage and retrieval of multimedia data
from the distributed multimedia database using mobile agents based on host
database which will provide the result to the user upon request.
HISTORY OF MOBILE AGENTS:
As network information resources grow in size, it is often most efficient to process
queries and updates at the site where the data is located.This processing can be
accomplished by using a traditional client-server network interface, which
constrains the client to the set of queries supported by the server, or requires the
server to send all data to the client for processing.
The former is inflexible; the latter is inefficient. Transportable agents(Mobile
agents),which support the movement of the client computation to the location of
the remote resource, have the potential to be more flexible and more efficient.
Agents are regarded as a very promising development in software-development,
especially in connection with the explosion of information on the Internet. Agents
are autonomous pieces of software that act on behalf of a principal (user) so as to
reach a goal or solve a problem for their user.
For example, agents might filter information for their user, deciding which news
articles, documents, Web-sites, etc. are interesting for their user on the basis of a
user-profile that stores the user’s interests.
Traditional client-server network applications run fixed software on the client and
the server while using the network to transfer messages and data among these
hosts. For example, take the typical Web browser. The browser runs at a client
connected to the Internet. The browser sends document requests to Web servers
running on other hosts connected to the Internet.
These servers process the request and return the document to the client. Recently,
a new technology for network applications is emerging. This new approach, called
agent-based computing, involves programs themselves being sent across the
network from the client to the server or vice versa.
A host on which an agent can execute after being transferred over the network will
be called an agent host.An example of agent technology is using mobile filters to
improve response time for downloading multimedia over the Web.


                            DEFINING THE AGENT
Software Agent:
Agents can be loosely defined as programs that assist people and act on their
behalf. This is what we prefer to call the “end-user perspective” of software agents.


Definition of an Agent (End-User Perspective)
An agent is a program that assists people and acts on their behalf. Agents function
by allowing people to delegate work to them. Agents come in myriad different types
and in many settings.
They can be found in computer operating systems, networks, databases, and so
on. A property shared by all agents is that fact that they live in some environment.
They have the ability to interact with their execution environment, and to act
asynchronously and autonomously upon it. No one is required either to deliver
information to the agent or to consume any of its output. The agent simply acts
continuously in pursuit of its own goals.
Definition of an Agent (System Perspective)
An agent is a software object that is situated within an execution environment.
                  Possesses the following mandatory properties:
1) Reactive - senses changes in the environment and acts accordingly to those
   changes;
2) Autonomous - has control over its own actions;
3) Goal driven - is pro-active;
4) Temporally continuous - is continuously executing;
5) and may possess any of the following orthogonal properties:
6) Communicative - able to communicate with other agents;
7) Mobile - can travel from one host to another;
8) Learning - adapts in accordance with previous experience;

Different types of Agents
Agents can be roughly subdivided into two types. Stationary and Mobile Agents.
Agents mostly tend to be mobile, but do not have to.

Definition of a Stationary Agent
Stationary Agents execute only in the system space they are created in. If these
Agents need information that resides outside their own domain, other Agents or
communication mechanisms have to be called by them.

Definition of a Mobile Agent
Mobile agents are autonomous software entities that can halt themselves, ship
themselves to another agent-enabled host on the network, and continue execution,
deciding where to go and what to do along the way.

EXISTING MODEL
Existing Model is local System computation i.e. each system , where the data is
stored should have separate database Management System or the application
takes lot of time and CPU cycle to retrieve Information ( Multimedia Data ) .
To better understand mobile agents and their behavior, we must first look briefly at
traditional network architectures. The following figure illustrates the network
behavior of a typical client/server application.




             The typical client/server application communication
A client/server application typically consists of two pieces: a client piece and a
server piece. Often, the client and server pieces are on separate machines and
they communicate over a common network.
When the client needs data or access to resources that the server provides, the
client sends a request to the server over the network. The server in turn sends a
response to the request. This “handshake” occurs again and again in a traditional
client/server architecture. Each request/response requires a complete round trip
across the network.


PROPOSED MODEL
The Proposed System is using Agents can able to do the same Application with
less amount of Time and CPU cycle. Now compare the client/server architecture
described to the mobile agent architecture illustrated in the next figure.




                   The mobile agent paradigm (Architecture)


Just as in the client/server architecture, there is a client piece and a server piece.
The difference lies in how the two communicate. When the client in the mobile
agent architecture needs data or access to a resource that the server provides, the
client doesn’t talk to the server over the network.
Instead, the client actually migrates to the server’s machine. Once on the server’s
machine, the client makes its requests of the server directly. When the entire
transaction is complete, the mobile agent returns home with the results.


ADVANTAGES OF USING MOBILE AGENTS
First, mobile agents solve the client/server network bandwidth problem. By moving
a query or transaction from the client to the server, the repetitive request/response
handshake is eliminated.
Second, agents reduce design risk. Agents allow decisions about the location of
code (client vs. server) to be pushed toward the end of the development effort
when more is known about how the application will perform.
In fact, the architecture even allows for changes after the system is built and in
operation. Third, agent architectures also solve the problems created by
intermittent or unreliable network connections. Agents can be built quite easily that
work “off-line” and communicate their results back when the application is “on-line”.


MOBILE AGENT APPLICATIONS
Mobile agent’s applications are currently being developed and used by the
following industry segments
1.   Industry                                7.   Service brokering
2.   Government                              8.   Contract negotiation
3.   Telecommunications systems              9.   Air traffic control
4.   Personal digital assistants             10. Parallel processing
5.   Information management                  11. Computer simulation etc
6.   On-line auctions



FUNCTIONAL MODULES

            S.No         MODULES                     TOOLS USED

            1.     Client Application      HTML/DHTML/JavaScript
                                           (Or) Java Swing / AWT

            2.     Server Agent (SA)       Java, Jini, JMF

            3.     Query Agent (QA)        Java, Jini, JMF

            4.     Database Agent (DA)     Java, Jini, JMF




                    MODULES INVOLVED THE PROJECT
DEVELOPEMENT PHASES
                        Module / Functional Description
The Project is Functionally divided into 4 modules
They are:
• Client Application (CA)
• Server Side Agent (SA)
• Query Agent (QA)
• Database Agent (DA)
CLIENT APPLICATION (CA)
In the Client Application, there is a Client Agent, for communicating with the Server
Agent (SA). User request will be received from the Client Agent’s user interface
and forwarded to the Server Agent (SA). The Client Agent is also responsible for
presenting the query results to the user.
The Client Application supports Agents with the following missions (1) search
MPEG audio files and MPEG video files by user’s specification. (2) stream and
play audio files and video files on a remote location. It can decode two types of file
formats including MPEG I Layer III audio and MPEG I video.


SERVER SIDE AGENT (SA)
The SA is responsible for dispatching client’s requests to the Query Agent (QA) or
Database Agent (DA). If the client requests is a query it will be forwarded to the
Query Agent or if it is someother, it will be based on the clients request.


QUERY AGENT (QA)
The Query Agent (QA) is responsible for making query to find out the site
containing the requested multimedia data.


DATABASE AGENT (DA)
If a client’s request is a list of multimedia data, it will be forwarded to the Database
Agent (DA) for indexing and updating the multimedia meta-data database.
Moreover the Database Agent (DA) will be asked to update the database if a
multimedia data is removed from a particular site.


METADATA
Metadata represent information about the data in individual databases and data
repositories. They may represent relationships between individual media objects.
These metadata descriptions may be extracted using various mappings/extractors
associated with the various types of digital data


                      DEVELOPMENT REQUIREMENTS

SOFTWARE REQUIREMENTS                          HARDWARE REQUIREMENTS
   Java1.3                                     •   Intel Pentium IV Processor
   Data Base Software                          •   256 MB RAM
   JINI Frame Work                             •   40GB Hard Disk
   Windows Operating System                    •   Color Monitor
   Required Network Infrastructure             •   Key Board, Mouse

Más contenido relacionado

Más de ncct

Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...
ncct
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
ncct
 
Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspector
ncct
 
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...
Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...
ncct
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detector
ncct
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protection
ncct
 
Bluetooth Jammer
Bluetooth  JammerBluetooth  Jammer
Bluetooth Jammer
ncct
 
Crypkit 1
Crypkit 1Crypkit 1
Crypkit 1
ncct
 
I E E E 2009 Java Projects
I E E E 2009  Java  ProjectsI E E E 2009  Java  Projects
I E E E 2009 Java Projects
ncct
 
B E Projects M C A Projects B
B E  Projects  M C A  Projects  BB E  Projects  M C A  Projects  B
B E Projects M C A Projects B
ncct
 
J2 E E Projects, I E E E Projects 2009
J2 E E  Projects,  I E E E  Projects 2009J2 E E  Projects,  I E E E  Projects 2009
J2 E E Projects, I E E E Projects 2009
ncct
 
J2 M E Projects, I E E E Projects 2009
J2 M E  Projects,  I E E E  Projects 2009J2 M E  Projects,  I E E E  Projects 2009
J2 M E Projects, I E E E Projects 2009
ncct
 
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...
Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...
ncct
 
B E M E Projects M C A Projects B
B E  M E  Projects  M C A  Projects  BB E  M E  Projects  M C A  Projects  B
B E M E Projects M C A Projects B
ncct
 
I E E E 2009 Java Projects, I E E E 2009 A S P
I E E E 2009  Java  Projects,  I E E E 2009  A S PI E E E 2009  Java  Projects,  I E E E 2009  A S P
I E E E 2009 Java Projects, I E E E 2009 A S P
ncct
 
Advantages Of Software Projects N C C T
Advantages Of  Software  Projects  N C C TAdvantages Of  Software  Projects  N C C T
Advantages Of Software Projects N C C T
ncct
 
Engineering Projects
Engineering  ProjectsEngineering  Projects
Engineering Projects
ncct
 
Software Projects Java Projects Mobile Computing
Software  Projects  Java  Projects  Mobile  ComputingSoftware  Projects  Java  Projects  Mobile  Computing
Software Projects Java Projects Mobile Computing
ncct
 
Final Year Engineering Projects
Final  Year  Engineering  ProjectsFinal  Year  Engineering  Projects
Final Year Engineering Projects
ncct
 
A S P
A S PA S P
A S P
ncct
 

Más de ncct (20)

Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspector
 
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...
Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detector
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protection
 
Bluetooth Jammer
Bluetooth  JammerBluetooth  Jammer
Bluetooth Jammer
 
Crypkit 1
Crypkit 1Crypkit 1
Crypkit 1
 
I E E E 2009 Java Projects
I E E E 2009  Java  ProjectsI E E E 2009  Java  Projects
I E E E 2009 Java Projects
 
B E Projects M C A Projects B
B E  Projects  M C A  Projects  BB E  Projects  M C A  Projects  B
B E Projects M C A Projects B
 
J2 E E Projects, I E E E Projects 2009
J2 E E  Projects,  I E E E  Projects 2009J2 E E  Projects,  I E E E  Projects 2009
J2 E E Projects, I E E E Projects 2009
 
J2 M E Projects, I E E E Projects 2009
J2 M E  Projects,  I E E E  Projects 2009J2 M E  Projects,  I E E E  Projects 2009
J2 M E Projects, I E E E Projects 2009
 
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...
Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...
 
B E M E Projects M C A Projects B
B E  M E  Projects  M C A  Projects  BB E  M E  Projects  M C A  Projects  B
B E M E Projects M C A Projects B
 
I E E E 2009 Java Projects, I E E E 2009 A S P
I E E E 2009  Java  Projects,  I E E E 2009  A S PI E E E 2009  Java  Projects,  I E E E 2009  A S P
I E E E 2009 Java Projects, I E E E 2009 A S P
 
Advantages Of Software Projects N C C T
Advantages Of  Software  Projects  N C C TAdvantages Of  Software  Projects  N C C T
Advantages Of Software Projects N C C T
 
Engineering Projects
Engineering  ProjectsEngineering  Projects
Engineering Projects
 
Software Projects Java Projects Mobile Computing
Software  Projects  Java  Projects  Mobile  ComputingSoftware  Projects  Java  Projects  Mobile  Computing
Software Projects Java Projects Mobile Computing
 
Final Year Engineering Projects
Final  Year  Engineering  ProjectsFinal  Year  Engineering  Projects
Final Year Engineering Projects
 
A S P
A S PA S P
A S P
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Java Abs Mobile Agents In Distributed Multimedia Database Systems

  • 1. MOBILE AGENTS IN DISTRIBUTED MULTIMEDIA DATABASE SYSTEMS The size of networks is increasing rapidly and this fact is not straitened to the internet alone. Many A IEEE APPROACH intra and inter–organization networks are affected FACILITATING STORAGE by this trend, too. A side effect of this growth is the AND RETRIEVAL OF increase of nework traffic. MULTIMEDIA DATA This development leads to new challenges and we FROM THE DISTRIBUTED have to think about new technologies. Mobile agent MULTIMEDIA DATABASE systems are one answer to these challenges. USING MOBILE AGENTS BASED ON HOST Mobile agents are an emerging technology DATABASE attracting interest from the fields of distributed systems, information retrieval, electronic commerce and artificial intelligence. A mobile agent is an executing program that can migrate during execution from machine to machine in a heterogeneous network. On each machine, the agent interacts with stationary service agents and other resources to accomplish its task, returning to its home site with a final result when that task is finished. Mobile agents are particularly attractive in distributed information-retrieval applications. By moving to the location of an information resource, the agent can search the resource locally, eliminating the transfer of intermediate results across the network and reducing end-to-end latency. Mobile agents are goal-oriented, can communicate with other agents, and can continue to operate even after the machine that launched them has been removed from the network. The mobile feature enables the agent to travel to the host where the data are physically stored. This is obviously of great interest in a distributed multimedia database systems where we have in most cases large binary objects. This Project integrates mobile agent technology in a distributed database system. The advantage of this approach is the combination of mobile agent features (e.g. autonomy, mobility, enhancement of functionality) and database services such as recovery, transaction handling, concurrency and security. This projects aims at facilitating storage and retrieval of multimedia data from the distributed multimedia database using mobile agents based on host database which will provide the result to the user upon request.
  • 2. HISTORY OF MOBILE AGENTS: As network information resources grow in size, it is often most efficient to process queries and updates at the site where the data is located.This processing can be accomplished by using a traditional client-server network interface, which constrains the client to the set of queries supported by the server, or requires the server to send all data to the client for processing. The former is inflexible; the latter is inefficient. Transportable agents(Mobile agents),which support the movement of the client computation to the location of the remote resource, have the potential to be more flexible and more efficient. Agents are regarded as a very promising development in software-development, especially in connection with the explosion of information on the Internet. Agents are autonomous pieces of software that act on behalf of a principal (user) so as to reach a goal or solve a problem for their user. For example, agents might filter information for their user, deciding which news articles, documents, Web-sites, etc. are interesting for their user on the basis of a user-profile that stores the user’s interests. Traditional client-server network applications run fixed software on the client and the server while using the network to transfer messages and data among these hosts. For example, take the typical Web browser. The browser runs at a client connected to the Internet. The browser sends document requests to Web servers running on other hosts connected to the Internet. These servers process the request and return the document to the client. Recently, a new technology for network applications is emerging. This new approach, called agent-based computing, involves programs themselves being sent across the network from the client to the server or vice versa. A host on which an agent can execute after being transferred over the network will be called an agent host.An example of agent technology is using mobile filters to improve response time for downloading multimedia over the Web. DEFINING THE AGENT Software Agent: Agents can be loosely defined as programs that assist people and act on their behalf. This is what we prefer to call the “end-user perspective” of software agents. Definition of an Agent (End-User Perspective) An agent is a program that assists people and acts on their behalf. Agents function by allowing people to delegate work to them. Agents come in myriad different types and in many settings. They can be found in computer operating systems, networks, databases, and so on. A property shared by all agents is that fact that they live in some environment. They have the ability to interact with their execution environment, and to act asynchronously and autonomously upon it. No one is required either to deliver information to the agent or to consume any of its output. The agent simply acts continuously in pursuit of its own goals.
  • 3. Definition of an Agent (System Perspective) An agent is a software object that is situated within an execution environment. Possesses the following mandatory properties: 1) Reactive - senses changes in the environment and acts accordingly to those changes; 2) Autonomous - has control over its own actions; 3) Goal driven - is pro-active; 4) Temporally continuous - is continuously executing; 5) and may possess any of the following orthogonal properties: 6) Communicative - able to communicate with other agents; 7) Mobile - can travel from one host to another; 8) Learning - adapts in accordance with previous experience; Different types of Agents Agents can be roughly subdivided into two types. Stationary and Mobile Agents. Agents mostly tend to be mobile, but do not have to. Definition of a Stationary Agent Stationary Agents execute only in the system space they are created in. If these Agents need information that resides outside their own domain, other Agents or communication mechanisms have to be called by them. Definition of a Mobile Agent Mobile agents are autonomous software entities that can halt themselves, ship themselves to another agent-enabled host on the network, and continue execution, deciding where to go and what to do along the way. EXISTING MODEL Existing Model is local System computation i.e. each system , where the data is stored should have separate database Management System or the application takes lot of time and CPU cycle to retrieve Information ( Multimedia Data ) . To better understand mobile agents and their behavior, we must first look briefly at traditional network architectures. The following figure illustrates the network behavior of a typical client/server application. The typical client/server application communication
  • 4. A client/server application typically consists of two pieces: a client piece and a server piece. Often, the client and server pieces are on separate machines and they communicate over a common network. When the client needs data or access to resources that the server provides, the client sends a request to the server over the network. The server in turn sends a response to the request. This “handshake” occurs again and again in a traditional client/server architecture. Each request/response requires a complete round trip across the network. PROPOSED MODEL The Proposed System is using Agents can able to do the same Application with less amount of Time and CPU cycle. Now compare the client/server architecture described to the mobile agent architecture illustrated in the next figure. The mobile agent paradigm (Architecture) Just as in the client/server architecture, there is a client piece and a server piece. The difference lies in how the two communicate. When the client in the mobile agent architecture needs data or access to a resource that the server provides, the client doesn’t talk to the server over the network. Instead, the client actually migrates to the server’s machine. Once on the server’s machine, the client makes its requests of the server directly. When the entire transaction is complete, the mobile agent returns home with the results. ADVANTAGES OF USING MOBILE AGENTS First, mobile agents solve the client/server network bandwidth problem. By moving a query or transaction from the client to the server, the repetitive request/response handshake is eliminated. Second, agents reduce design risk. Agents allow decisions about the location of code (client vs. server) to be pushed toward the end of the development effort when more is known about how the application will perform.
  • 5. In fact, the architecture even allows for changes after the system is built and in operation. Third, agent architectures also solve the problems created by intermittent or unreliable network connections. Agents can be built quite easily that work “off-line” and communicate their results back when the application is “on-line”. MOBILE AGENT APPLICATIONS Mobile agent’s applications are currently being developed and used by the following industry segments 1. Industry 7. Service brokering 2. Government 8. Contract negotiation 3. Telecommunications systems 9. Air traffic control 4. Personal digital assistants 10. Parallel processing 5. Information management 11. Computer simulation etc 6. On-line auctions FUNCTIONAL MODULES S.No MODULES TOOLS USED 1. Client Application HTML/DHTML/JavaScript (Or) Java Swing / AWT 2. Server Agent (SA) Java, Jini, JMF 3. Query Agent (QA) Java, Jini, JMF 4. Database Agent (DA) Java, Jini, JMF MODULES INVOLVED THE PROJECT DEVELOPEMENT PHASES Module / Functional Description The Project is Functionally divided into 4 modules They are: • Client Application (CA) • Server Side Agent (SA) • Query Agent (QA) • Database Agent (DA)
  • 6. CLIENT APPLICATION (CA) In the Client Application, there is a Client Agent, for communicating with the Server Agent (SA). User request will be received from the Client Agent’s user interface and forwarded to the Server Agent (SA). The Client Agent is also responsible for presenting the query results to the user. The Client Application supports Agents with the following missions (1) search MPEG audio files and MPEG video files by user’s specification. (2) stream and play audio files and video files on a remote location. It can decode two types of file formats including MPEG I Layer III audio and MPEG I video. SERVER SIDE AGENT (SA) The SA is responsible for dispatching client’s requests to the Query Agent (QA) or Database Agent (DA). If the client requests is a query it will be forwarded to the Query Agent or if it is someother, it will be based on the clients request. QUERY AGENT (QA) The Query Agent (QA) is responsible for making query to find out the site containing the requested multimedia data. DATABASE AGENT (DA) If a client’s request is a list of multimedia data, it will be forwarded to the Database Agent (DA) for indexing and updating the multimedia meta-data database. Moreover the Database Agent (DA) will be asked to update the database if a multimedia data is removed from a particular site. METADATA Metadata represent information about the data in individual databases and data repositories. They may represent relationships between individual media objects. These metadata descriptions may be extracted using various mappings/extractors associated with the various types of digital data DEVELOPMENT REQUIREMENTS SOFTWARE REQUIREMENTS HARDWARE REQUIREMENTS Java1.3 • Intel Pentium IV Processor Data Base Software • 256 MB RAM JINI Frame Work • 40GB Hard Disk Windows Operating System • Color Monitor Required Network Infrastructure • Key Board, Mouse