SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Control Theory and Informatics                                                                www.iiste.org
ISSN 2224-5774 (print) ISSN 2225-0492 (online)
Vol 1, No.2, 2011



                Automatic Vehicle Checking Agent (VCA)
                 Muhammad Zaheer Aslam1 Dr. Shakeel Ahmad 2 Dr. Bashir Ahmad3
                                        Zafar Abbas4

                1. Student of MSCS, Gomal University DlKhan.Pakistan
                *zaheer.aslam@yahoo.com

                2. Director (IT), Gomal University Dlkhan,Pakistan

                3. Director /Associate Professor, Gomal University Dlkhan,Pakistan

                4. Student of MSCS, Gomal University Dlkhan,Pakistan


Abstract

A definition of intelligence is given in terms of performance that can be quantitatively measured. In
this study, we have presented a conceptual model of Intelligent Agent System for Automatic Vehicle
Checking Agent (VCA). To achieve this goal, we have introduced several kinds of agents that exhibit
intelligent features. These are the Management agent, internal agent, External Agent, Watcher agent
and Report agent. Metrics and measurements are suggested for evaluating the performance of
Automatic Vehicle Checking Agent (VCA). Calibrate data and test facilities are suggested to facilitate
the development of intelligent systems.

Keywords: VCA, Agents.

1. Introduction
     As the time passes, there is need of intelligent agent system in place of the human agents. This is
because the automatic agents can do the same job in short time, more accurately and more feasible in
terms of cost. The agent developed should be intelligent and user-friendly. We have presented a
conceptual Automatic Vehicle Checking Agent (VCA) system that can act in the place of a human
being. An agent is an information processing. We have assumed that this is a general introductory
statement program/model that can be applied to many auto vehicle organizations for producing
accurate and fast results. Intelligent agents can be classified into several different categories [1].
Intelligent agents can be non-cooperative and cooperative intelligent agents, depending on their ability
to cooperate with each other for the execution of their tasks. The second category is referred to as
rational intelligent agents and comprises agents that are utilitarian in an economic sense. They act and
collaborate to maximize their profit and can be applied to automated trading and electronic commerce.
The third class of intelligent agents comprises adaptive intelligent agents that are able to adapt
themselves to any type of situation e.g they can be applied to learning personal assistants on the Web.
Fourth category which are called mobile intelligent agents are a particular category of agents, which
can travel autonomously through the Internet, and can be applied to such tasks as dynamic load
balancing among information servers and reducing the volume of data transfers.
          The field of intelligent agents has seen rapid growth over the last decade and such agents now
constitute powerful tools that are utilized in most industrial applications. Some of the intelligent
applications are intelligent user interfaces [2, 1], autonomous agents [3,4], vision systems [5],
knowledge discovery and data mining [6], information retrieval [7, 8], electronic commerce [9],
personal assistants used on the web [10].
          An intelligent agent is generally considered to be an autonomous system that can obtain
synergy effects by combining a practical user interface, on the one hand, and an intelligent system
based on Artificial Intelligence on the other hand. Intelligent agents are providing a user interface. An
Intelligent agent can do the following i.e. it can establish efficient connections between agents, it can
also perform job distribution between agents, and the handling of conflicts and errors between agents
have not yet been solved.

1|P age
www.iiste.org
Control Theory and Informatics                                                                 www.iiste.org
ISSN 2224-5774 (print) ISSN 2225-0492 (online)
Vol 1, No.2, 2011


         In this paper, we have investigated a model and design for an intelligent agent system, which
helps the user in a user friendly fashion in the auto vehicle industry.
         The paper is organized as follows: section 2 describes our Automatic Vehicle Checking Agent
System (IAS), section 3 presents the conceptual model of our intelligent agent system i.e. Automatic
Vehicle Checking Agent (VCA), section 4 describes the working algorithem of VCA, section 5
presents applications of VCA., section 6 concludes the paper and at the end, section 7 gives the
references

2. Automatic Vehicle Checking Agent (Vca)
          The intelligent agent system described in this paper, referred to as Automatic Vehicle
Checking Agent (VCA), consists of 5 agents, Management agent, internal agent, External Agent,
watcher agent and report agent symbolized in fig.1.
Before showing the design/conceptual model of VCA we study some requirements of VCA. On which
the overall function of VCA will depend.
Requirement of Automatic Vehicle checking Agent (VCA)
          The features of intelligence required by Automatic Vehicle Checking Agent (VCA) depends
on many factors
     i.       It depends where it is expected to operate.
     ii.      Different sensors are used which should be available.
     iii.     It also detects and correct the problem occurred in vehicle.
     iv.      How it is controlled?
     v.       What are the costs, risks and benefits?
     vi.      What skills and ability are required?
     vii.     What kinds of roads are suitable?

3. Design Of Automatic Vehicle Checking Agent (Vca)
          The conceptual Model of the Automatic Vehicle Checking Agent (VCA) is depicted in Fig.1.
the user interacts with management agent and interact with different agents i.e. Internal Agent, External
Agent, Watcher Agent and Report agent and each agent is activate with an appropriate messages. All
the agents work together with collaboration and coordination. Each agent has its own assigned role.
This is explained below.

3.1. Management Agent
         The management agent operates in a manner designed to be very friendly to the user. It
maintains the agent list, remembers the role of each agent and controls all of the agents.
When the user first addresses the system, it explains the necessary operating procedures. It allows the
user's personal profile to be input and stores it in the personal profile database. The interactions
between the User and the Management Agent are illustrated in Fig. This agent has overall control over
the other agents. If it receives a message from another agent, it selects a suitable agent for the message
and activates this agent.

3.2. Internal Agent
         This agent operates when management agent sends a message for internal checking of vehicle.
It checks petrol, Spark plugs, lights, fuel tank problem. Battery problem brake problem and this agent
is invoked it send a suitable message to the management agent via sensors because different types are
sensors are also used.

3.3. External Agent
         This agent operates when management agent send a message for external checking of vehicle
It checks Tyres, Lights, Door, Speed control. Reversing of vehicle etc speed and this agent is invoked it
send a suitable message to the management agent via sensors.

3.4. Watcher Agent
          This agent watches for messages between agents and keeps track of which agent is currently
activated. If there is a conflict between agents or if events do not occur in the right order, it sends a
warning message. If a fatal error occurs, it terminates the operation of the currently activated agent and
returns to the previous step.

2|P age
www.iiste.org
Control Theory and Informatics                                                                www.iiste.org
ISSN 2224-5774 (print) ISSN 2225-0492 (online)
Vol 1, No.2, 2011



3.5. Report Agent
           Report agent delivers the final results to the user in a user friendly way by which user can
                                           perform his duties.




4. Working Of Vca

4.1. Pseudo code for Internal Agent
        The main steps of Pseudo Code for Internal Agent are given in the following box




                                     Fig. II Pseudo code of VCA

Checking by Internal Agent
 i. If engine getting petrol and engine
                                     Turns over then problem is with the
                                                Spark plugs.
 ii. If engine not turn over and lights not come on then problem is with the battery.
 iii. If engine not turn over and lights come on then problem is with the starter.
3|P age
www.iiste.org
Control Theory and Informatics                                                                 www.iiste.org
ISSN 2224-5774 (print) ISSN 2225-0492 (online)
Vol 1, No.2, 2011


  iv. If petrol not in the fuel tank then Petrol finished
  v. If bell ringing then some one has stolen the vehicle.

4.2. Checking by External Agent
  i. It Checks the speed of Vehicle
  ii. Reversing and forwarding of vehicle i.e. forward and back word.
  iii. Damaging or leakage of oil.

5. Applications Related To Automatic Vehicle Checking Agent (Vca)
          Automatic Vehicle Checking Agent is used to check every vehicle in any auto vehicle
organization. The history of every vehicle is also stored in the device which gives all the detail of
vehicle and each and every parts of the vehicle. There are many problems in any auto vehicle
organization about different parts of an auto vehicle checking i.e. petrol problem, light problem, battery
problem, lock problem, engine problem etc Moreover in this automatic vehicle checking agent different
sensors are used and each is adjusted in the vehicle to perform its work as an agent and the user is
directly attached to a data base of the vehicle as well as the Management agent. When any problem
exists then the user activate the management agent then this agent checks that it is an internal problem
or external problem, then it activate the agent via sensors which are adjusted in the vehicle for each and
every part of vehicle, then an appropriate message is display through watcher agent i.e. Problem with
engine, petrol has finished, battery is not working properly, speed of vehicle, damaged in the vehicle
etc, after displaying suitable messages through report agent then the user of the vehicle can take an
appropriate action.

6. Conclusion
         In this paper, we have described the modeling and working functions of Automatic Vehicle
Checking Agent (VCA) using different kinds of agents, each of which exhibits intelligent features. In
future we need to develop a detail description of each agent.

7. References

[1] J. W. Sullivan and S. W. Tyler(editor), Intelligent User Interfaces, ACM Press, 1991.
[2] M. T. Maybury(editor), Intelligent Multimedia Interfaces, MIT Press, 1993
[3] Pattie Maes, Designing Autonomous Agents, MIT Press, 1994.
[4] P. Maes, “Artificial life meets entertainment: Life like autonomous agents,” Comm. of ACM, vol.
38, no. 11, pp. 108-114, 1995.
[5] Thorsten graf and alois knoll, “a multi-agent approach to self-organizing vision systems,” Proc. of
the 1st Asia-Pacific Conference on IAT, 1999.
[6] T. B. Ho, T. D. Nguyen and N. B. Nguyen, “An agent-based architecture in knowledge discovery
and data mining,” Proc. of the 1st Asia-Pacific Conference on IAT, 1999.
[7] T. Helmy, B. Hodjat and M. Amamiya, “Multiagent based approach for information retrieval in the
WWW,” Proc. of the 1st Asia-Pacific Conference on IAT, 1999.
[8] C. Knoblock and Y. Arens, “An architecture for information retrieval agents,” Working Notes of
AAAI Spring Symposium on Software Agents, pp. 49-56, 1994.
[9] R. Guttman, A. Moukas, and P. Maes, “Agents as mediators in electronic commerce,” Intelligent
Information Agents, Springer-Verlag, 1999.
[10] Pattie Maes, Designing Autonomous Agents, MIT Press, 1994.


Dr. Bashir Ahmad has done PhD in computer Science from Gomal University Dera Ismail Khan
Pakistan recently. He is currently the Head/Director of Intiuitiute of Information Technology Gomal
University Dera Ismail Khan Pakistan.

                      Dr. Shakeel Ahmad received his B.Sc. with distinction from Gomal University,
                      Pakistan (1986) and M.Sc. (Computer Science) from Qauid-e-Azam University,
                      Pakistan (1990). He served for 10 years as a lecturer in Institute of Computing
                      and Information Technology (ICIT), Gomal University Pakistan. Now he is


4|P age
www.iiste.org
Control Theory and Informatics                                                             www.iiste.org
ISSN 2224-5774 (print) ISSN 2225-0492 (online)
Vol 1, No.2, 2011


serving as an Assistant Professor in ICIT, Gomal University Pakistan since 2001. He is among a senior
faculty member of ICIT.
Mr. Shakeel Ahmad received his PhD degree (2007) in Performance Analysis of Finite Capacity Queue
under Complex Buffer Management Scheme. Mr. Shakeel’s research has mainly focused on
developing cost effective analytical models for measuring the performance of complex queueing
networks with finite capacities. His research interest includes Performance modelling, Optimization of
congestion control techniques, Software refactoring, Network security, Routing protocols and
Electronic learning. He has produced many publications in Journal of international repute and also
presented papers in International conferences.




                      Mr. Muhammad Zaheer Aslam has done BS in computer Science from Govt:
                      Degree College NO.1 Dera Ismail Khan affiliated with Gomal University Dear
                      Ismail Khan Pakistan. He has first division throughout his academic carrier. He
                      has done his research on Mobile Adhoc Net (MANET). Currently, I am doing
                      MSCS from gomal University Dera Ismail Khan Pakistan.




    Mr. Zaffar Abbas has done MSc in computer Science from University of Peshawar, Pakistan.
          Currently, I am doing MSCS from gomal University Dera Ismail Khan Pakistan.




5|P age
www.iiste.org
International Journals Call for Paper
The IISTE, a U.S. publisher, is currently hosting the academic journals listed below. The peer review process of the following journals
usually takes LESS THAN 14 business days and IISTE usually publishes a qualified article within 30 days. Authors should
send their full paper to the following email address. More information can be found in the IISTE website : www.iiste.org

Business, Economics, Finance and Management               PAPER SUBMISSION EMAIL
European Journal of Business and Management               EJBM@iiste.org
Research Journal of Finance and Accounting                RJFA@iiste.org
Journal of Economics and Sustainable Development          JESD@iiste.org
Information and Knowledge Management                      IKM@iiste.org
Developing Country Studies                                DCS@iiste.org
Industrial Engineering Letters                            IEL@iiste.org


Physical Sciences, Mathematics and Chemistry              PAPER SUBMISSION EMAIL
Journal of Natural Sciences Research                      JNSR@iiste.org
Chemistry and Materials Research                          CMR@iiste.org
Mathematical Theory and Modeling                          MTM@iiste.org
Advances in Physics Theories and Applications             APTA@iiste.org
Chemical and Process Engineering Research                 CPER@iiste.org


Engineering, Technology and Systems                       PAPER SUBMISSION EMAIL
Computer Engineering and Intelligent Systems              CEIS@iiste.org
Innovative Systems Design and Engineering                 ISDE@iiste.org
Journal of Energy Technologies and Policy                 JETP@iiste.org
Information and Knowledge Management                      IKM@iiste.org
Control Theory and Informatics                            CTI@iiste.org
Journal of Information Engineering and Applications       JIEA@iiste.org
Industrial Engineering Letters                            IEL@iiste.org
Network and Complex Systems                               NCS@iiste.org


Environment, Civil, Materials Sciences                    PAPER SUBMISSION EMAIL
Journal of Environment and Earth Science                  JEES@iiste.org
Civil and Environmental Research                          CER@iiste.org
Journal of Natural Sciences Research                      JNSR@iiste.org
Civil and Environmental Research                          CER@iiste.org


Life Science, Food and Medical Sciences                   PAPER SUBMISSION EMAIL
Journal of Natural Sciences Research                      JNSR@iiste.org
Journal of Biology, Agriculture and Healthcare            JBAH@iiste.org
Food Science and Quality Management                       FSQM@iiste.org
Chemistry and Materials Research                          CMR@iiste.org


Education, and other Social Sciences                      PAPER SUBMISSION EMAIL
Journal of Education and Practice                         JEP@iiste.org
Journal of Law, Policy and Globalization                  JLPG@iiste.org                       Global knowledge sharing:
New Media and Mass Communication                          NMMC@iiste.org                       EBSCO, Index Copernicus, Ulrich's
Journal of Energy Technologies and Policy                 JETP@iiste.org                       Periodicals Directory, JournalTOCS, PKP
Historical Research Letter                                HRL@iiste.org                        Open Archives Harvester, Bielefeld
                                                                                               Academic Search Engine, Elektronische
Public Policy and Administration Research                 PPAR@iiste.org                       Zeitschriftenbibliothek EZB, Open J-Gate,
International Affairs and Global Strategy                 IAGS@iiste.org                       OCLC WorldCat, Universe Digtial Library ,
Research on Humanities and Social Sciences                RHSS@iiste.org                       NewJour, Google Scholar.

Developing Country Studies                                DCS@iiste.org                        IISTE is member of CrossRef. All journals
Arts and Design Studies                                   ADS@iiste.org                        have high IC Impact Factor Values (ICV).

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET Journal
 
IRJET- Biometric Vehicle Starter and Security
IRJET-  	  Biometric Vehicle Starter and SecurityIRJET-  	  Biometric Vehicle Starter and Security
IRJET- Biometric Vehicle Starter and SecurityIRJET Journal
 
IRJET- Driver Authentication System
IRJET- Driver Authentication SystemIRJET- Driver Authentication System
IRJET- Driver Authentication SystemIRJET Journal
 
Security and Privacy Enhancement Framework for Mobile Devices using Active Au...
Security and Privacy Enhancement Framework for Mobile Devices using Active Au...Security and Privacy Enhancement Framework for Mobile Devices using Active Au...
Security and Privacy Enhancement Framework for Mobile Devices using Active Au...ijtsrd
 
Study of various techniques for driver behavior monitoring and recognition sytem
Study of various techniques for driver behavior monitoring and recognition sytemStudy of various techniques for driver behavior monitoring and recognition sytem
Study of various techniques for driver behavior monitoring and recognition sytemIAEME Publication
 
IRJET- RTO Automation using QR Code
IRJET-  	  RTO Automation using QR CodeIRJET-  	  RTO Automation using QR Code
IRJET- RTO Automation using QR CodeIRJET Journal
 
Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test TrackIRJET Journal
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET Journal
 
Androinspector a system for
Androinspector a system forAndroinspector a system for
Androinspector a system forIJNSA Journal
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET Journal
 
IRJET- An Efficient Automation Framework for Testing ITS Solution using Selenium
IRJET- An Efficient Automation Framework for Testing ITS Solution using SeleniumIRJET- An Efficient Automation Framework for Testing ITS Solution using Selenium
IRJET- An Efficient Automation Framework for Testing ITS Solution using SeleniumIRJET Journal
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsIJRES Journal
 
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...ijcseit
 

Was ist angesagt? (14)

IRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat BeltIRJET - Ignition Interlocking Seat Belt
IRJET - Ignition Interlocking Seat Belt
 
IRJET- Biometric Vehicle Starter and Security
IRJET-  	  Biometric Vehicle Starter and SecurityIRJET-  	  Biometric Vehicle Starter and Security
IRJET- Biometric Vehicle Starter and Security
 
IRJET- Driver Authentication System
IRJET- Driver Authentication SystemIRJET- Driver Authentication System
IRJET- Driver Authentication System
 
Security and Privacy Enhancement Framework for Mobile Devices using Active Au...
Security and Privacy Enhancement Framework for Mobile Devices using Active Au...Security and Privacy Enhancement Framework for Mobile Devices using Active Au...
Security and Privacy Enhancement Framework for Mobile Devices using Active Au...
 
Study of various techniques for driver behavior monitoring and recognition sytem
Study of various techniques for driver behavior monitoring and recognition sytemStudy of various techniques for driver behavior monitoring and recognition sytem
Study of various techniques for driver behavior monitoring and recognition sytem
 
IRJET- RTO Automation using QR Code
IRJET-  	  RTO Automation using QR CodeIRJET-  	  RTO Automation using QR Code
IRJET- RTO Automation using QR Code
 
Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test Track
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
 
Androinspector a system for
Androinspector a system forAndroinspector a system for
Androinspector a system for
 
S0102297102
S0102297102S0102297102
S0102297102
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IP
 
IRJET- An Efficient Automation Framework for Testing ITS Solution using Selenium
IRJET- An Efficient Automation Framework for Testing ITS Solution using SeleniumIRJET- An Efficient Automation Framework for Testing ITS Solution using Selenium
IRJET- An Efficient Automation Framework for Testing ITS Solution using Selenium
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
 
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
 

Ähnlich wie 11.automatic vehicle checking agent (vca)

Metro Management System
Metro Management SystemMetro Management System
Metro Management SystemIRJET Journal
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET Journal
 
IRJET- E-Gatepass System
IRJET- E-Gatepass SystemIRJET- E-Gatepass System
IRJET- E-Gatepass SystemIRJET Journal
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET Journal
 
IRJET- Customized CRM Mobile Application for Retail Industry
IRJET-  	  Customized CRM Mobile Application for Retail IndustryIRJET-  	  Customized CRM Mobile Application for Retail Industry
IRJET- Customized CRM Mobile Application for Retail IndustryIRJET Journal
 
Robotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell PhoneRobotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell PhoneIRJET Journal
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
IRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET Journal
 
Online car parking reservation system 9160262550 dinesh
Online car parking reservation system   9160262550 dineshOnline car parking reservation system   9160262550 dinesh
Online car parking reservation system 9160262550 dineshDinesh Nalluri
 
Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)IRJET Journal
 
IRJET-An Interline Dynamic Voltage Restorer (IDVR)
IRJET-An Interline Dynamic Voltage Restorer (IDVR)IRJET-An Interline Dynamic Voltage Restorer (IDVR)
IRJET-An Interline Dynamic Voltage Restorer (IDVR)IRJET Journal
 
IRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET Journal
 
IRJET - Vahaan Registration System
IRJET - Vahaan Registration SystemIRJET - Vahaan Registration System
IRJET - Vahaan Registration SystemIRJET Journal
 
major project report Property Management
 major project report Property Management major project report Property Management
major project report Property Managementankonline
 
System Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using SmartphoneSystem Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using Smartphonethededar
 
IRJET- Android Malware Detection System
IRJET-  	  Android Malware Detection SystemIRJET-  	  Android Malware Detection System
IRJET- Android Malware Detection SystemIRJET Journal
 
Nivritti : web-based Real time face recognition
Nivritti : web-based Real time face recognitionNivritti : web-based Real time face recognition
Nivritti : web-based Real time face recognitionIRJET Journal
 
Smart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportSmart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportALi Baker
 
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation SystemEnhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation SystemIRJET Journal
 

Ähnlich wie 11.automatic vehicle checking agent (vca) (20)

Metro Management System
Metro Management SystemMetro Management System
Metro Management System
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR Code
 
IRJET- E-Gatepass System
IRJET- E-Gatepass SystemIRJET- E-Gatepass System
IRJET- E-Gatepass System
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated Vehicle
 
IRJET- Customized CRM Mobile Application for Retail Industry
IRJET-  	  Customized CRM Mobile Application for Retail IndustryIRJET-  	  Customized CRM Mobile Application for Retail Industry
IRJET- Customized CRM Mobile Application for Retail Industry
 
Robotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell PhoneRobotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell Phone
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
IRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance SystemIRJET- Usage-Based Automotive Insurance System
IRJET- Usage-Based Automotive Insurance System
 
Online car parking reservation system 9160262550 dinesh
Online car parking reservation system   9160262550 dineshOnline car parking reservation system   9160262550 dinesh
Online car parking reservation system 9160262550 dinesh
 
Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)Automatic parking system using Automatic number plate recognition (ANPR)
Automatic parking system using Automatic number plate recognition (ANPR)
 
IRJET-An Interline Dynamic Voltage Restorer (IDVR)
IRJET-An Interline Dynamic Voltage Restorer (IDVR)IRJET-An Interline Dynamic Voltage Restorer (IDVR)
IRJET-An Interline Dynamic Voltage Restorer (IDVR)
 
IRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future Customers
 
IRJET - Vahaan Registration System
IRJET - Vahaan Registration SystemIRJET - Vahaan Registration System
IRJET - Vahaan Registration System
 
major project report Property Management
 major project report Property Management major project report Property Management
major project report Property Management
 
System Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using SmartphoneSystem Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using Smartphone
 
IRJET- Android Malware Detection System
IRJET-  	  Android Malware Detection SystemIRJET-  	  Android Malware Detection System
IRJET- Android Malware Detection System
 
Nivritti : web-based Real time face recognition
Nivritti : web-based Real time face recognitionNivritti : web-based Real time face recognition
Nivritti : web-based Real time face recognition
 
Smart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportSmart Traffic Monitoring System Report
Smart Traffic Monitoring System Report
 
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation SystemEnhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
 
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASEMOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
 

Mehr von Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Mehr von Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Kürzlich hochgeladen

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 

11.automatic vehicle checking agent (vca)

  • 1. Control Theory and Informatics www.iiste.org ISSN 2224-5774 (print) ISSN 2225-0492 (online) Vol 1, No.2, 2011 Automatic Vehicle Checking Agent (VCA) Muhammad Zaheer Aslam1 Dr. Shakeel Ahmad 2 Dr. Bashir Ahmad3 Zafar Abbas4 1. Student of MSCS, Gomal University DlKhan.Pakistan *zaheer.aslam@yahoo.com 2. Director (IT), Gomal University Dlkhan,Pakistan 3. Director /Associate Professor, Gomal University Dlkhan,Pakistan 4. Student of MSCS, Gomal University Dlkhan,Pakistan Abstract A definition of intelligence is given in terms of performance that can be quantitatively measured. In this study, we have presented a conceptual model of Intelligent Agent System for Automatic Vehicle Checking Agent (VCA). To achieve this goal, we have introduced several kinds of agents that exhibit intelligent features. These are the Management agent, internal agent, External Agent, Watcher agent and Report agent. Metrics and measurements are suggested for evaluating the performance of Automatic Vehicle Checking Agent (VCA). Calibrate data and test facilities are suggested to facilitate the development of intelligent systems. Keywords: VCA, Agents. 1. Introduction As the time passes, there is need of intelligent agent system in place of the human agents. This is because the automatic agents can do the same job in short time, more accurately and more feasible in terms of cost. The agent developed should be intelligent and user-friendly. We have presented a conceptual Automatic Vehicle Checking Agent (VCA) system that can act in the place of a human being. An agent is an information processing. We have assumed that this is a general introductory statement program/model that can be applied to many auto vehicle organizations for producing accurate and fast results. Intelligent agents can be classified into several different categories [1]. Intelligent agents can be non-cooperative and cooperative intelligent agents, depending on their ability to cooperate with each other for the execution of their tasks. The second category is referred to as rational intelligent agents and comprises agents that are utilitarian in an economic sense. They act and collaborate to maximize their profit and can be applied to automated trading and electronic commerce. The third class of intelligent agents comprises adaptive intelligent agents that are able to adapt themselves to any type of situation e.g they can be applied to learning personal assistants on the Web. Fourth category which are called mobile intelligent agents are a particular category of agents, which can travel autonomously through the Internet, and can be applied to such tasks as dynamic load balancing among information servers and reducing the volume of data transfers. The field of intelligent agents has seen rapid growth over the last decade and such agents now constitute powerful tools that are utilized in most industrial applications. Some of the intelligent applications are intelligent user interfaces [2, 1], autonomous agents [3,4], vision systems [5], knowledge discovery and data mining [6], information retrieval [7, 8], electronic commerce [9], personal assistants used on the web [10]. An intelligent agent is generally considered to be an autonomous system that can obtain synergy effects by combining a practical user interface, on the one hand, and an intelligent system based on Artificial Intelligence on the other hand. Intelligent agents are providing a user interface. An Intelligent agent can do the following i.e. it can establish efficient connections between agents, it can also perform job distribution between agents, and the handling of conflicts and errors between agents have not yet been solved. 1|P age www.iiste.org
  • 2. Control Theory and Informatics www.iiste.org ISSN 2224-5774 (print) ISSN 2225-0492 (online) Vol 1, No.2, 2011 In this paper, we have investigated a model and design for an intelligent agent system, which helps the user in a user friendly fashion in the auto vehicle industry. The paper is organized as follows: section 2 describes our Automatic Vehicle Checking Agent System (IAS), section 3 presents the conceptual model of our intelligent agent system i.e. Automatic Vehicle Checking Agent (VCA), section 4 describes the working algorithem of VCA, section 5 presents applications of VCA., section 6 concludes the paper and at the end, section 7 gives the references 2. Automatic Vehicle Checking Agent (Vca) The intelligent agent system described in this paper, referred to as Automatic Vehicle Checking Agent (VCA), consists of 5 agents, Management agent, internal agent, External Agent, watcher agent and report agent symbolized in fig.1. Before showing the design/conceptual model of VCA we study some requirements of VCA. On which the overall function of VCA will depend. Requirement of Automatic Vehicle checking Agent (VCA) The features of intelligence required by Automatic Vehicle Checking Agent (VCA) depends on many factors i. It depends where it is expected to operate. ii. Different sensors are used which should be available. iii. It also detects and correct the problem occurred in vehicle. iv. How it is controlled? v. What are the costs, risks and benefits? vi. What skills and ability are required? vii. What kinds of roads are suitable? 3. Design Of Automatic Vehicle Checking Agent (Vca) The conceptual Model of the Automatic Vehicle Checking Agent (VCA) is depicted in Fig.1. the user interacts with management agent and interact with different agents i.e. Internal Agent, External Agent, Watcher Agent and Report agent and each agent is activate with an appropriate messages. All the agents work together with collaboration and coordination. Each agent has its own assigned role. This is explained below. 3.1. Management Agent The management agent operates in a manner designed to be very friendly to the user. It maintains the agent list, remembers the role of each agent and controls all of the agents. When the user first addresses the system, it explains the necessary operating procedures. It allows the user's personal profile to be input and stores it in the personal profile database. The interactions between the User and the Management Agent are illustrated in Fig. This agent has overall control over the other agents. If it receives a message from another agent, it selects a suitable agent for the message and activates this agent. 3.2. Internal Agent This agent operates when management agent sends a message for internal checking of vehicle. It checks petrol, Spark plugs, lights, fuel tank problem. Battery problem brake problem and this agent is invoked it send a suitable message to the management agent via sensors because different types are sensors are also used. 3.3. External Agent This agent operates when management agent send a message for external checking of vehicle It checks Tyres, Lights, Door, Speed control. Reversing of vehicle etc speed and this agent is invoked it send a suitable message to the management agent via sensors. 3.4. Watcher Agent This agent watches for messages between agents and keeps track of which agent is currently activated. If there is a conflict between agents or if events do not occur in the right order, it sends a warning message. If a fatal error occurs, it terminates the operation of the currently activated agent and returns to the previous step. 2|P age www.iiste.org
  • 3. Control Theory and Informatics www.iiste.org ISSN 2224-5774 (print) ISSN 2225-0492 (online) Vol 1, No.2, 2011 3.5. Report Agent Report agent delivers the final results to the user in a user friendly way by which user can perform his duties. 4. Working Of Vca 4.1. Pseudo code for Internal Agent The main steps of Pseudo Code for Internal Agent are given in the following box Fig. II Pseudo code of VCA Checking by Internal Agent i. If engine getting petrol and engine Turns over then problem is with the Spark plugs. ii. If engine not turn over and lights not come on then problem is with the battery. iii. If engine not turn over and lights come on then problem is with the starter. 3|P age www.iiste.org
  • 4. Control Theory and Informatics www.iiste.org ISSN 2224-5774 (print) ISSN 2225-0492 (online) Vol 1, No.2, 2011 iv. If petrol not in the fuel tank then Petrol finished v. If bell ringing then some one has stolen the vehicle. 4.2. Checking by External Agent i. It Checks the speed of Vehicle ii. Reversing and forwarding of vehicle i.e. forward and back word. iii. Damaging or leakage of oil. 5. Applications Related To Automatic Vehicle Checking Agent (Vca) Automatic Vehicle Checking Agent is used to check every vehicle in any auto vehicle organization. The history of every vehicle is also stored in the device which gives all the detail of vehicle and each and every parts of the vehicle. There are many problems in any auto vehicle organization about different parts of an auto vehicle checking i.e. petrol problem, light problem, battery problem, lock problem, engine problem etc Moreover in this automatic vehicle checking agent different sensors are used and each is adjusted in the vehicle to perform its work as an agent and the user is directly attached to a data base of the vehicle as well as the Management agent. When any problem exists then the user activate the management agent then this agent checks that it is an internal problem or external problem, then it activate the agent via sensors which are adjusted in the vehicle for each and every part of vehicle, then an appropriate message is display through watcher agent i.e. Problem with engine, petrol has finished, battery is not working properly, speed of vehicle, damaged in the vehicle etc, after displaying suitable messages through report agent then the user of the vehicle can take an appropriate action. 6. Conclusion In this paper, we have described the modeling and working functions of Automatic Vehicle Checking Agent (VCA) using different kinds of agents, each of which exhibits intelligent features. In future we need to develop a detail description of each agent. 7. References [1] J. W. Sullivan and S. W. Tyler(editor), Intelligent User Interfaces, ACM Press, 1991. [2] M. T. Maybury(editor), Intelligent Multimedia Interfaces, MIT Press, 1993 [3] Pattie Maes, Designing Autonomous Agents, MIT Press, 1994. [4] P. Maes, “Artificial life meets entertainment: Life like autonomous agents,” Comm. of ACM, vol. 38, no. 11, pp. 108-114, 1995. [5] Thorsten graf and alois knoll, “a multi-agent approach to self-organizing vision systems,” Proc. of the 1st Asia-Pacific Conference on IAT, 1999. [6] T. B. Ho, T. D. Nguyen and N. B. Nguyen, “An agent-based architecture in knowledge discovery and data mining,” Proc. of the 1st Asia-Pacific Conference on IAT, 1999. [7] T. Helmy, B. Hodjat and M. Amamiya, “Multiagent based approach for information retrieval in the WWW,” Proc. of the 1st Asia-Pacific Conference on IAT, 1999. [8] C. Knoblock and Y. Arens, “An architecture for information retrieval agents,” Working Notes of AAAI Spring Symposium on Software Agents, pp. 49-56, 1994. [9] R. Guttman, A. Moukas, and P. Maes, “Agents as mediators in electronic commerce,” Intelligent Information Agents, Springer-Verlag, 1999. [10] Pattie Maes, Designing Autonomous Agents, MIT Press, 1994. Dr. Bashir Ahmad has done PhD in computer Science from Gomal University Dera Ismail Khan Pakistan recently. He is currently the Head/Director of Intiuitiute of Information Technology Gomal University Dera Ismail Khan Pakistan. Dr. Shakeel Ahmad received his B.Sc. with distinction from Gomal University, Pakistan (1986) and M.Sc. (Computer Science) from Qauid-e-Azam University, Pakistan (1990). He served for 10 years as a lecturer in Institute of Computing and Information Technology (ICIT), Gomal University Pakistan. Now he is 4|P age www.iiste.org
  • 5. Control Theory and Informatics www.iiste.org ISSN 2224-5774 (print) ISSN 2225-0492 (online) Vol 1, No.2, 2011 serving as an Assistant Professor in ICIT, Gomal University Pakistan since 2001. He is among a senior faculty member of ICIT. Mr. Shakeel Ahmad received his PhD degree (2007) in Performance Analysis of Finite Capacity Queue under Complex Buffer Management Scheme. Mr. Shakeel’s research has mainly focused on developing cost effective analytical models for measuring the performance of complex queueing networks with finite capacities. His research interest includes Performance modelling, Optimization of congestion control techniques, Software refactoring, Network security, Routing protocols and Electronic learning. He has produced many publications in Journal of international repute and also presented papers in International conferences. Mr. Muhammad Zaheer Aslam has done BS in computer Science from Govt: Degree College NO.1 Dera Ismail Khan affiliated with Gomal University Dear Ismail Khan Pakistan. He has first division throughout his academic carrier. He has done his research on Mobile Adhoc Net (MANET). Currently, I am doing MSCS from gomal University Dera Ismail Khan Pakistan. Mr. Zaffar Abbas has done MSc in computer Science from University of Peshawar, Pakistan. Currently, I am doing MSCS from gomal University Dera Ismail Khan Pakistan. 5|P age www.iiste.org
  • 6. International Journals Call for Paper The IISTE, a U.S. publisher, is currently hosting the academic journals listed below. The peer review process of the following journals usually takes LESS THAN 14 business days and IISTE usually publishes a qualified article within 30 days. Authors should send their full paper to the following email address. More information can be found in the IISTE website : www.iiste.org Business, Economics, Finance and Management PAPER SUBMISSION EMAIL European Journal of Business and Management EJBM@iiste.org Research Journal of Finance and Accounting RJFA@iiste.org Journal of Economics and Sustainable Development JESD@iiste.org Information and Knowledge Management IKM@iiste.org Developing Country Studies DCS@iiste.org Industrial Engineering Letters IEL@iiste.org Physical Sciences, Mathematics and Chemistry PAPER SUBMISSION EMAIL Journal of Natural Sciences Research JNSR@iiste.org Chemistry and Materials Research CMR@iiste.org Mathematical Theory and Modeling MTM@iiste.org Advances in Physics Theories and Applications APTA@iiste.org Chemical and Process Engineering Research CPER@iiste.org Engineering, Technology and Systems PAPER SUBMISSION EMAIL Computer Engineering and Intelligent Systems CEIS@iiste.org Innovative Systems Design and Engineering ISDE@iiste.org Journal of Energy Technologies and Policy JETP@iiste.org Information and Knowledge Management IKM@iiste.org Control Theory and Informatics CTI@iiste.org Journal of Information Engineering and Applications JIEA@iiste.org Industrial Engineering Letters IEL@iiste.org Network and Complex Systems NCS@iiste.org Environment, Civil, Materials Sciences PAPER SUBMISSION EMAIL Journal of Environment and Earth Science JEES@iiste.org Civil and Environmental Research CER@iiste.org Journal of Natural Sciences Research JNSR@iiste.org Civil and Environmental Research CER@iiste.org Life Science, Food and Medical Sciences PAPER SUBMISSION EMAIL Journal of Natural Sciences Research JNSR@iiste.org Journal of Biology, Agriculture and Healthcare JBAH@iiste.org Food Science and Quality Management FSQM@iiste.org Chemistry and Materials Research CMR@iiste.org Education, and other Social Sciences PAPER SUBMISSION EMAIL Journal of Education and Practice JEP@iiste.org Journal of Law, Policy and Globalization JLPG@iiste.org Global knowledge sharing: New Media and Mass Communication NMMC@iiste.org EBSCO, Index Copernicus, Ulrich's Journal of Energy Technologies and Policy JETP@iiste.org Periodicals Directory, JournalTOCS, PKP Historical Research Letter HRL@iiste.org Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Public Policy and Administration Research PPAR@iiste.org Zeitschriftenbibliothek EZB, Open J-Gate, International Affairs and Global Strategy IAGS@iiste.org OCLC WorldCat, Universe Digtial Library , Research on Humanities and Social Sciences RHSS@iiste.org NewJour, Google Scholar. Developing Country Studies DCS@iiste.org IISTE is member of CrossRef. All journals Arts and Design Studies ADS@iiste.org have high IC Impact Factor Values (ICV).