File: net-macaddress.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (68 lines) | stat: -rw-r--r-- 3,145 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?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="tip" id="net-macaddress" xml:lang="ko">

  <info>
    <link type="guide" xref="net-general"/>

    <revision pkgversion="3.7.1" version="0.2" date="2012-11-16" status="outdated"/>
    <revision pkgversion="3.10" date="2013-10-30" status="review"/>
    <revision pkgversion="3.18" date="2015-09-28" status="final"/>

    <credit type="author">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
    </credit>
    <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>
    <credit type="editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>네트워크 하드웨어에 부여한 유일 식별자입니다.</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>MAC 주소는 뭘까요?</title>

  <p><em>MAC 주소</em>는 네트워크 하드웨어 부품(무선 카드 또는 이더넷 카드)의 제조사에서 할당한 유일 식별자입니다. MAC은 <em>미디어 접근 제어(Media Access Control)</em>를 의미하며, 각 식별자는 장치별로 유일한 식별 요소로서의 의미를 갖고 있습니다.</p>

  <p>MAC 주소는 문자 2개씩 6묶음으로 구성하며, 각 값은 콜론으로 구분합니다. MAC 주소의 예로 <code>00:1B:44:11:3A:B7</code>을 들 수 있습니다.</p>

  <p>네트워크 하드웨어의 MAC 주소를 알아내려면:</p>

  <steps>
    <item>
      <p>Open the <gui xref="shell-introduction#activities">Activities</gui> overview and
      start typing <gui>Network</gui> for wired connections or <gui>Wi-Fi</gui> for
      wireless connections.</p>
    </item>
    <item>
      <p>Click on <gui>Network</gui> or <gui>Wi-Fi</gui> to open the panel.</p>
    </item>
    <item>
      <p>Click the <media its:translate="no" type="image" src="figures/emblem-system-symbolic.svg"><span its:translate="yes">settings</span></media>
      button next to the active connection.</p>
    </item>
    <item>
      <p>The MAC address for the device will be displayed as the
      <gui>Hardware Address</gui> in the <gui>Details</gui> panel.</p>
    </item>
  </steps>

  <p>실제로는 MAC 주소를 수정하거나 “도용”해야 할 때도 있습니다. 이를테면, 일부 인터넷 서비스 제공 업체에서는 해당 서비스에 접근할 때 지정 MAC 주소를 사용해야 합니다. 네트워크 카드 동작이 멈추어 새 카드로 바꿔 사용해야 할 상황이면 서비스를 더이상 활용할 수 없습니다. 이련 경우라면 MAC 주소 도용이 필요합니다.</p>

</page>