Ask questions via twitter! Message any question to @answers on twitter. We'll publish the question and send you a reply each time there's a new answer.
Next Question

Question

 
M$15 May 26, 2009 04:04 PM

What is a proxy server in korean ?

What is a proxy server ?
Interesting Question?  Yes (0)   No (0)   
Email to a friend | RSS
 
 

 
   No Best Answer Selected, Tip Refunded
2 answerers thought this was unfair.
 
 


Answers (4)

Sort By
 
May 26, 2009 04:08 PM
A proxy server is a specific computer (a server) which acts as a go-between connection to two other computers (yours and the one you want to access).

Proxies are often used for privacy issues:

Each computer has an IP address that identifies it. So anyone with the right knowledge can track your movement online. By using proxy surfing, you can hide your IP (using the IP of the proxy computer) and therefore use the Internet in a safer way.

Here's an how-to guide to setup a proxy server connection: http://www.tech-faq.com/setup-proxy-server.shtml

If your proxy server is located in Korea, it means your internet connections is bypassed through that country, before it accesses any other computer that has the information you are trying to get to.

You can find a list of proxy servers in Korea here: http://www.xroxy.com/proxy-country-KR.htm

Source(s):
http://en.wikipedia.org/wiki/Proxy_server
http://www.proxyblind.org/

 
It was unfair to choose no best answer
This is obvious a false tip/question, and it happened twice already. And I would recommend this user be warned.
 
 


Helpful Answer?  (0)   (0)    Tip onek for this answer
Permalink | Report
   Reply  
 
 
 
May 26, 2009 04:14 PM
Hi Galaxy,

You've replied to a couple of other folks asking how this would work for your situation. I'm not sure what your situation is... please clarify and I may be able to help you figure out if a proxy server is correct for your situation.

Generally though, a proxy server is not something that most consumers setup. ISP's set up proxy servers to speed up browsing.

I've recorded this video answer in the hopes that it will explain things a bit better.

http://www.youtube.com/watch?v=xbc_BIsaM6Y

Here is a website that explains what a proxy server is with a diagram and explanation:
http://www.proxy-server.info/what-is-a-proxy-server.shtml

Here is a website with a little more technical explanation:
http://www.users.csbsju.edu/~eknuth/obcomp/proxy.html

If you'd like to set one up, Squid is very popular and open source:
http://www.squid-cache.org/
 
It was unfair to choose no best answer
The question was answered.
 
 


Helpful Answer?  (2)   (0)   

Helpful: jeffhoard, lwelch

Tip robbrown for this answer
Permalink | Report
   Reply  
 
 
 
May 26, 2009 05:50 PM
Here is some info on proxy servers in Korean. I am not a native Korean speaker, so I had to rely on the English translations.

proxy server ; 프럭시 서버

인터넷을 사용하는 기업에서, 프럭시 서버는 PC 사용자와 인터넷 사이에서 중개자 역할을 수행하는 서버로서, 보안이나 관리적 차원의 규제 그리고 캐시 서비스 등을 제공한다. 프럭시 서버는 기업의 네트웍을 외부 네트웍으로부터 분리시켜주는 게이트웨이 서버, 그리고 기업의 네트웍을 외부의 침입으로부터 보호하는 방화벽 서버 등과 관련이 있거나, 또는 그 일부가 된다.

프럭시 서버는 사용자로부터 웹 페이지 전송요청 등과 같은 인터넷 서비스 요청을 받는다. 만약 그 요구가 필터 요건을 통과한 정당한 요구라면, 프럭시 서버는 자신의 로컬 캐시에 이전에 다운로드 해놓았던 웹 페이지가 존재하는지를 확인한다. 이때, 만약 그 페이지가 발견되면, 사용자의 요구를 인터넷에서 새로 찾지 않고 로컬 캐시에 있는 내용을 사용자에게 보낸다. 그러나, 사용자가 캐시에 없는 내용을 요구한 경우에는, 프럭시 서버가 사용자를 대신해 자기 자신의 IP 주소 중 하나를 사용하여 외부의 인터넷에 있는 서버에 페이지 요구를 전달하고, 요청한 페이지가 도착되면, 프럭시 서버는 원래의 요청자에게 그것을 전달한다.

그러나, 사용자에게 이러한 프럭시 서버의 존재는 보이지 않으며, 모든 인터넷 요구와 응답은 마치 해당 인터넷 서버와 직접 수행되는 것처럼 보인다 (사실 프럭시 서버가 사용자에게 완전히 안 보이는 것은 아닌데, 그 이유는 브라우저를설정할 때 프럭시 서버의 IP 주소가 명기 되어야 하기 때문이다.)

프럭시 서버의 이점은 모든 사용자들에게 캐시 서비스를 한다는 점이다. 만약 사용자들의 페이지 요구가 빈번한 인터넷 사이트들이 있다면, 그 내용들은 사용자의 응답시간을 개선시킬 수 있도록 프럭시 서버의 캐시에 있는 것이 좋을 것이다. 그러나, 실제로 캐시 서버라고 불리는 특별한 서버들도 있다. 그외에도 프럭시 서버는 또한 입출력에 관한 기록을 남기는 일도 함께 수행한다.

프럭시, 방화벽 그리고 캐시 등의 기능들은 별도의 서버 프로그램에서 수행될 수도 있고, 하나의 패키지에 통합되어 있을 수도 있다. 예를 들어 프럭시 서버는 방화벽 서버와 같은 컴퓨터에 있을 수도 있고, 별도의 서버에 존재하면서 방화벽을 통해 요구를 전달하는 것도 가능하다.

* 마이크로소프트의 윈도우NT 시스템용 프럭시 서버는 방화벽과 캐시서버로서의 역할을 동시에 수행합니다.
* 유닉스 시스템용인 Harvest, Squid 등은 프럭시와 캐시 기능을 통합한 프리웨어 제품입니다.
* Cache Now는 인터넷 트래픽을 줄이고 사용자가 원하는 페이지를 좀더 빠르게 얻기 위해 캐싱에 전념하는 웹사이트입니다.

Here is some information on finding and setting up a proxy server in Korean.

클리앙의 해외동포 여러분,

인터넷 여기저기 찾아다니시며,

한국의 올림픽 중계 찾아다니시기 힘드셨죠.

저작권 문제로 인해 해외의 IP는 공중파의 인터넷

생중계를 감상할 수가 없지요.

한국의 프록시 서버를 경유하여 접속하면

고화질 인터넷 생중계 감상이 가능합니다.

http://proxy-list.org/en/index.php?pp=any&pt=any&pc=Korea%2C+Republic+of&ps=any&submit=Search+Proxy

프록시 서버 리스트를 볼수 있는 사이트 입니다.

사이트에 들어가시면 밑에 5자리 키를 입력하시고

국가를 KOREA로 세팅 하셔서 필터링 하시면

한국내 프록시 서버 주소들이 뜨고요.

그중 레텐시가 낮은걸 하나 선택 하셔서

제어판->인터넷 옵션-> 연결-> 랜설정->프록시서버 설정

에 입력하시고 공중파 3사의 사이트에 들어가셔서

감상하시면 되겠습니다..

저는 마봉춘에 주로 들어가는데, 화질이 3가지로 분류되어

인터넷 속도에 맞춰 볼수 있어 좋더라구요.

저는 캐나다 사는데 5Mbps급 케이블은 초고화질,

3Mbps급 ADSL은 고화질 시청이 무리없이

가능했습니다. 시차차이가 좀 나서 새벽에 봐야하지만

PDP에 연결해 초고화질 틀어놓으니 SD급 이상 되는거 같더라구요.

그럼 즐거운 올림픽 감상 하세요^^
Source(s):
http://clien.career.co.kr/zboard/view.php?id=lecture&page=1&sn1=&am...


Helpful Answer?  (0)   (0)    Tip wdawe for this answer
Permalink | Report
   Reply  
 
 
 
May 27, 2009 07:38 AM
프로그램입니다 중간 프록시 서버와 클라이언트의 역할을, 다른 클라이언트의 요청을 대신했다.

Tags: korean, proxy

Helpful Answer?  (0)   (0)    Tip jaruesink for this answer
Permalink | Report
   Reply  
 
 
Buy Mahalo Dollars with Credit Card or PayPal

Top Members

This Week All Time
  • buddawiggi
    buddawiggi
    2nd Degree Black Belt
    26830 Points
    M$782.84 Earned
  • kty2777
    kty2777
    Purple Belt with a Brown Tip
    5313 Points
    M$198.17 Earned
  • opher
    opher
    Purple Belt
    4027 Points
    M$170.67 Earned
   See All
 

Most Popular Tags

mahalo(1580)
iphone(460)
music(458)
google(351)
food(312)
online(291)
beer(277)
money(260)
movies(253)
apple(249)
aotd(235)
health(217)
video(201)
free(201)
dog(200)
   See All
 

Categories

Welcome New Members


 
 
Mahalo Dollars are the currency of Mahalo Answers.

Each Mahalo Dollar costs $1.

Once you earn more than 40 Mahalo Dollars, you can request to be paid via PayPal. Each Mahalo Dollar is currently worth $0.75 when paid out via PayPal. Learn More

 
 

Please log in to use this function.