본문 바로가기

공부 기록/Web

WEB


WEB이란?

  • World Wide Web, WWW, W3
  • 인터넷에 연결된 컴퓨터를 통해 사람들이 정보를 공유할 수 있는 전 세계적인 정보 공간
  • 인터넷 상의 정보를 하이퍼텍스트 방식과 멀티미디어 환경에서 검색할 수 있게 해주는 정보 검색 시스템

Internet이란?

 

TCP/IP 기반의 네트워크가 전세계적으로 확대되어 하나로 연결된 네트워크들의 네트워크(네트워크의 결합체)

https://en.wikipedia.org/wiki/Internet

 

Internet - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search Global system of connected computer networks The Internet (or internet)[a] is a global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP)[b] to c

en.wikipedia.org

https://en.wikipedia.org/wiki/Internet_protocol_suite

 

Internet protocol suite - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search Framework for communication protocols used in IP networking This article is about the protocols that make up the Internet architecture. For the IP network protocol only, see Internet P

en.wikipedia.org


WEB의 용도

  • WEB SITE : google, naver, daum, facebook 등 HTML로 구성된 여러 사이트들
  • API(Application Programming Interface) : Kakao Open API, Google Open API, Naver Open API 등
  • User Interface : Chrome, Safari, Explorer, Smart Watch, IP TV 등

WEB의 기본 3가지 요소

URI

  • Uniform Resource Identifier
  • 리소스 식별자
  • 특정 사이트, 특정 쇼핑 목록, 동영상 목록...
  • 모든 정보에 접근할 수 있는 정보

HTTP

  • HyperText Transfer Protocol
  • 어플리케이션 컨트롤
  • GET, POST, PUT, DELETE, OPTIONS, HEAD, TRACE, CONNECT ...

HTML

  • Hyper Text Markup Language
  • 하이퍼 미디어 포맷
  • XML을 바탕으로 한 범용 문서 포맷

https://ko.wikipedia.org/wiki/월드_와이드_웹

 

월드 와이드 웹 - 위키백과, 우리 모두의 백과사전

위키백과, 우리 모두의 백과사전. 이 문서는 인터넷의 정보 공간에 대해 설명하고 있습니다. 다른 뜻에 대해서는 웹, WWW (동음이의) 문서를 참고하십시오. 월드 와이드 웹(World Wide Web, WWW, W3)은 인

ko.wikipedia.org

 

'공부 기록 > Web' 카테고리의 다른 글

웹 서버 (Web server)  (0) 2023.01.19
Brower의 동작  (0) 2023.01.19
HTTP protocol  (0) 2023.01.17
URI 설계 원칙  (0) 2023.01.17
REST API  (0) 2023.01.17