1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="question" id="net-what-is-ip-address" xml:lang="ko">
<info>
<link type="guide" xref="net-general"/>
<revision pkgversion="3.4.0" date="2012-02-20" status="final"/>
<revision pkgversion="3.18" date="2015-09-28" status="final"/>
<credit type="author">
<name>Jim Campbell</name>
<email>jwcampbell@gmail.com</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>IP 주소는 컴퓨터에 있어 전화번호와 같습니다.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2021, 2022, 2023</mal:years>
</mal:credit>
</info>
<title>IP 주소는 뭘까요?</title>
<p>“IP 주소는” <em>인터넷 프로토콜 주소</em>이며, (인터넷 처럼)네트워크에 연결한 각 장치는 주소 하나를 가지고 있습니다.</p>
<p>IP 주소는 전화번호와 비슷합니다. 전화번호는 여러분의 전화기를 식별하여 다른 사람이 여러분의 전화로 전화를 걸 수 있는 유일한 숫자 집합입니다. 동일하게 IP 주소도 컴퓨터를 식별하는 유일한 숫자 집합이기며 다른 컴퓨터와 데이터를 주고 받을 수 있게 합니다.</p>
<p>현재 대부분의 IP 주소는 숫자 4개의 조합으로 구성하며, 구두점으로 구분합니다. <code>192.168.1.42</code>를 IP 주소의 예로 들 수 있습니다.</p>
<note style="tip">
<p>IP 주소는 <em>동적</em> 주소 또는 <em>정적</em> 주소 중 하나가 될 수 있습니다. 동적 IP 주소는 컴퓨터를 네트워크에 연결할 때마다 임시로 할당해줍니다. 정적 IP 주소는 고정 상태이며 바뀌지 않습니다. 동적 IP 주소는 정적 IP 주소보다 더 일반적입니다. 정적 주소는 보통 서버 관리자와 같은 사람이 특히 필요로 할 때만 사용합니다.</p>
</note>
</page>
|