Concept

Web Scraping, Web Crawling, IP

Naranjito 2021. 5. 18. 15:25

  • Web Scraping

When you take any online publicly available data and import the found information into any local fime on your computer. For example, get the current price from stock exchange website or daily bar chart from finance website.

 

  • Web Crawling

It is used for data extraction and refers to collecting data from either the world wide web. It is done in large quantities.

 

  • IP

Internet Protocol address, unique address which is given to any equipment connected to the Internet.

My computer --> Web Browser --> Google --> My computer
          ⇡           ⇡request data                 ⇡        ⇡send the data
It has my own unique address           It has its own unique address(xxx.xx.xx.xxx)
(xxx.xx.xx.xxx)                                     But it is hart to remember it, so it uses domain address.

 

'Concept' 카테고리의 다른 글

Doppler Effect, Red-shift  (0) 2023.10.05
CPU VS GPU VS TPU, What is CUDA?  (0) 2023.04.14
YAML, YML  (0) 2021.04.26
GUI, Polling, UDP  (0) 2021.04.20