aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/firewall/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/firewall/index.html')
-rw-r--r--files/ko/glossary/firewall/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ko/glossary/firewall/index.html b/files/ko/glossary/firewall/index.html
new file mode 100644
index 0000000000..827559cc88
--- /dev/null
+++ b/files/ko/glossary/firewall/index.html
@@ -0,0 +1,19 @@
+---
+title: 방화벽
+slug: Glossary/firewall
+tags:
+ - Glossary
+ - Security
+translation_of: Glossary/firewall
+---
+<p><strong>방화벽</strong>은 네트워크 트래픽을 필터링하는 시스템이다. 이것을 통해 트래픽을 특정 규칙에 따라 통과시키거나 차단할 수 있다. 예를 들어 특정한 포트를 겨냥한 수신 연결이나 특정 IP 주소에 대한 송신 연결을 차단할 수 있다.</p>
+
+<p>방화벽은 하나의 소프트웨어처럼 단순할 수도 있고, 방화벽 역할을 하는 유일한 기능을 가진 전용 기계처럼 복잡할 수도 있다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반적인_지식">일반적인 지식</h3>
+
+<ul>
+ <li>Wikipedia의 {{Interwiki("wikipedia", "Firewall (computing)")}} </li>
+</ul>