|
Answer» Search ENGINE Components
Generally there are THREE basic components of a search engine as listed below:
1.Web Crawler
2.DATABASE
3.Search Interfaces
1. Web crawler
It is also known as spider or bots. It is a SOFTWARE component that traverses the web to gather information.
2. Database
All the information on the web is stored in database. It CONSISTS of huge web resources.
3. Search Interfaces
This component is an interface between user and the database. It helps the user to search through the database.
|