From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/proxy_server/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/ko/glossary/proxy_server/index.html (limited to 'files/ko/glossary/proxy_server') diff --git a/files/ko/glossary/proxy_server/index.html b/files/ko/glossary/proxy_server/index.html new file mode 100644 index 0000000000..48a2fa7c00 --- /dev/null +++ b/files/ko/glossary/proxy_server/index.html @@ -0,0 +1,20 @@ +--- +title: 프록시 서버 +slug: Glossary/Proxy_server +translation_of: Glossary/Proxy_server +--- +

프록시 서버란 인터넷 상의 여러 네트워크들에 접속할 때 중계 역할을 해주는 프로그램 또는 컴퓨터를 말한다. 월드 와이드 웹(World Wide Web) 상의 컨텐츠에 쉽게 접근할 수 있도록 도와준다. 프록시는 리퀘스트를 가로챈 뒤(intercepts) 리스폰스를 돌려준다. 이렇게 가로챈 리퀘스트를 전달해줄 수도, 아닐 수도(예시. 캐시인 경우), 수정할 수도 있다(예시. 서로 다른 두 네트워크 간의 경계에서 헤더를 바꾸는 경우)  

+ +

프록시는 사용자의 로컬 컴퓨터에 존재할 수도 있고, 인터넷 상에서 사용자의 컴퓨터와 목표 서버 사이 그 어느 곳에든 존재할 수 있다. 일반적으로 크게 주로 2가지 종류의 프록시 서버가 존재한다.

+ + + +

Learn More

+ + -- cgit v1.2.3-54-g00ecf