sl.teju23
Jr. Member

Reputation: 0
Offline
Admin experience: Beginner
Posts: 3
|
 |
« on: February 23, 2010, 07:36:56 AM » |
|
Web crawler is one type of bot, or software agent. In general, it starts with a list of URLs to visit, called the seeds. As the crawler visits these URLs, it identifies all the hyperlinks in the page and adds them to the list of URLs to visit, called the crawl frontier. URLs from the frontier are recursively visited according to a set of policies.
|