aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/http_2
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/http_2
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/http_2')
-rw-r--r--files/ko/glossary/http_2/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/ko/glossary/http_2/index.html b/files/ko/glossary/http_2/index.html
new file mode 100644
index 0000000000..e873bd11c2
--- /dev/null
+++ b/files/ko/glossary/http_2/index.html
@@ -0,0 +1,25 @@
+---
+title: HTTP/2
+slug: Glossary/HTTP_2
+translation_of: Glossary/HTTP_2
+---
+<p><span class="seoSummary"><strong>HTTP/2 </strong>는 <a href="/en-US/docs/Web/HTTP/Basics_of_HTTP">HTTP 네트워크 프로토콜</a>의 메인 개정판입니다</span>. HTTP/2의 주요 목표는  "지연 시간"을 감소시키는 것입니다. 전체 요청과 응답 멀티플렉싱을 가능하게 하여 HTTP 헤더 필드를 효율적으로 압축함으로써 프로토콜 오버헤드를 최소화하고, 요청에 대한 우선 순위를 결정하며 서버 푸시 지원을 추가하는 과정을 통해서요.</p>
+
+<p>HTTP/2는 HTTP의 어플리케이션 의미를 수정하지 않습니다. HTTP 메소드, 상태 코드, URI, 헤더 필드와 같은 HTTP 1.1의 핵심 개념은 그대로 유지됩니다. 대신, HTTP/2는 전체 프로세스를 관리하는 두 가지 방식, 데이터의 포맷(프레임) 방식과 클라이언트-서버 사이의 전송 방식을 수정하여 새로운 프레임 계층 내에서 어플리케이션 복잡성을 숨깁니다. 그 결과, 기존의 모든 어플리케이션은 수정 과정을 거치지 않고 전달될 수 있습니다. </p>
+
+<section class="Quick_links" id="Quick_Links">
+<ol>
+ <li>참고
+ <ol>
+ <li><a href="/en-US/docs/Web/HTTP">HTTP (MDN)</a></li>
+ <li>{{interwiki("wikipedia", "HTTP/2", "HTTP/2")}} (Wikipedia)</li>
+ </ol>
+ </li>
+ <li><a href="/en-US/docs/Glossary">용어</a>
+ <ol>
+ <li>{{glossary("HTTP")}}</li>
+ <li>{{glossary("Latency")}}</li>
+ </ol>
+ </li>
+</ol>
+</section>