diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/world_wide_web | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/world_wide_web')
-rw-r--r-- | files/ko/glossary/world_wide_web/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ko/glossary/world_wide_web/index.html b/files/ko/glossary/world_wide_web/index.html new file mode 100644 index 0000000000..3a5b8c97f8 --- /dev/null +++ b/files/ko/glossary/world_wide_web/index.html @@ -0,0 +1,41 @@ +--- +title: World Wide Web +slug: Glossary/World_Wide_Web +tags: + - Infrastructure + - WWW + - World Wide Web +translation_of: Glossary/World_Wide_Web +--- +<p>흔히 <strong>WWW</strong>, <strong>W3</strong>, <strong>Web으로</strong> 불리는 <em>World Wide Web</em>은 {{Glossary("Internet")}}을 통해 접근 가능한 공용 웹페이지의 상호연결 시스템이다. 웹은 인터넷과 다르며, 인터넷을 기반으로 한 수많은 응용 프로그램 중 하나이다.</p> + +<p>팀 버너스리가 제안한 구조를 바탕으로 훗날 World Wide Web으로 알려질 것이 만들어졌다. 그는 1990년에 CERN 물리학 연구소에서 자신의 컴퓨터에 최초의 웹 {{Glossary("Server","server")}}, 웹 {{Glossary("Browser","browser")}}, 웹페이지를 만들었다. 곧바로 alt.hypertext 뉴스 그룹에 이 소식을 알렸고, 이것이 웹이 세상에 공식적으로 모습을 드러낸 첫 순간이었다.</p> + +<p>오늘날 우리가 "웹"이라고 알고 있는 시스템은 이러한 구성요소로 이루어져 있다:</p> + +<ul> + <li><strong>{{Glossary("HTTP")}}</strong> 프로토콜이 서버와 클라이언트 간의 데이터 전송을 관리한다.</li> + <li>웹 요소에 접근하기 위해 클라이언트는 <strong>{{Glossary("URL")}}</strong>(unifrom resource location)이라는 유일한 보편 식별자를 제공하거나, 또는 {{Glossary("URI")}}(uniform resource identifier)(공식적으로는 Universal Document Identifier (UDI)라고 부른다)를 제공해야 한다.</li> + <li><strong>{{Glossary("HTML")}}</strong> (hypertext markup language)은 웹 문서를 작성하는 데 가장 많이 쓰이는 형식이다.</li> +</ul> + +<p>웹의 개념은 {{Glossary("Hyperlink","hyperlinks")}}로 링크되고 연결된 문서를 보면 잘 알 수 있다. 웹의 정체성은 연결된 문서들의 집합으로서 정의된다.</p> + +<p>웹이 발명되고 얼마 지나지 않아, 팀 버너스리는 웹의 발전과 표준화를 위해 {{Glossary("W3C")}} (World Wide Web Consortium)을 설립했다. 이 콘소시엄은 웹에 관심 있는 핵심 그룹으로 구성되어 있는데, 예를 들면 웹 브라우저 개발자, 정부 기관, 연구소, 대학들이 참가하고 있다. 이들은 웹에 대한 교육과 전파에도 힘쓰고 있다.<br> + </p> + +<h2 id="더_알아보기" style="line-height: 30px;">더 알아보기</h2> + +<h3 id="더_배우고_싶다면">더 배우고 싶다면</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/Learn">Learn the Web</a></li> + <li><a href="https://learning.mozilla.org/web-literacy">Web literacy map</a> (an inventory of skills needed in Web development)</li> +</ul> + +<h3 id="일반적인_지식" style="line-height: 24px;">일반적인 지식</h3> + +<ul> + <li>{{Interwiki("wikipedia", "World Wide Web")}} on Wikipedia</li> + <li><a href="http://w3.org">The W3C website</a></li> +</ul> |