Network Masks / Netmasks for Dummies 네트워크 마스크 / netmasks에 대한 인형
Network masks is a notation to group IP addresses. 네트워크 마스크는 주소를 그룹 표기법을합니다. Let’s take a familiar analogy. 비유에 익숙한 봅시다. My phone in US was 510-595-3830. 내 휴대폰에 미국이 510-595-3830합니다. 510 was the area code which included a large group of phone numbers in San Francisco-Oakland-Emeryville area. 510은 대형 그룹을 포함하는 지역 코드의 전화 번호는 샌프란 시스코 - 오클랜드 - emeryville 지역합니다. Similarly IP addresses are also grouped by their network prefix. 마찬가지로 그룹화되어도 그들의 네트워크 주소는 프리 픽스합니다.
Netmasks are important for allocating sub-networks to individuals or organizations. netmasks이 중요하다 서브 - 네트워크를 할당하는 개인 또는 단체합니다. They are also used to identify networks for routing purposes. 그들은 또한 네트워크를 식별하는 데 라우팅 목적으로합니다.
Each (IPv4) IP address contains a 4 8-bit integers in the form abcd So an IPv4 IP address contains 32 bits. 각각의 (의 IPv4) 인터넷 프로토콜 주소를 포함하는 4 8 - 비트 정수의 형태의 IPv4 주소 abcd 때문에, 32 비트 포함합니다. A netmask indicates the number of bits which are fixed for all IP addresses within the network. a 넷마 스크 비트의 개수를 나타냅니다가 네트워크 내의 모든 주소에 대한 고정합니다.
Let’s take a network which contains IP addresses between 72.31.32.0 - 72.31.32.255. 보자 사이의 네트워크 주소를 포함 72.31.32.0 - 72.31.32.255합니다. In this network the first 24 bits (first 3 8-bit integers) are constant for all IP addresses. 이 네트워크의 첫 번째 24 비트 (처음 3 8 - 비트 정수)이 상수의 모든 주소합니다. So the network mask for this network will be denoted as /24 . 이 네트워크의 네트워크 마스크를 그러니로 표시된다 / 24.
There is a longer notation to describe network masks which is used in Windows and also Linux to specify the netmask of your own computer. 네트워크 마스크가 더 이상 표기법을 설명하는 데 사용 윈도우와도 리눅스를 자신의 컴퓨터를 네트 마스크를 지정합니다. Here instead of writing the number of constant bits in the IP address in decimal format you need to specify it in the IP address format. 여기에 쓰는 대신에 상수의 수를 10 진수 형식을 비트의 주소에서 주소 형식을 지정해야합니다. So /24 becomes 255.255.255.0. 그래서 / 24는 255.255.255.0합니다. The first three 255 represents the 24 bits of the address. 255 처음 세 개의 24 비트의 주소를 나타냅니다.
Each network specified by the netmask can contain a maximum number of computers or IP address bearing devices (like routers) as limited by the netmask. 넷마 스크에 의해 지정된 각 네트워크의 최대 개수를 포함할 수있습니다 베어링 장치를 컴퓨터 또는 주소 (예 : 라우터)를 넷마 스크에 의해 제한합니다. For example a /24 network can contain a maximum of 2 8 -1 (255) computers. 예를 들어, / 24 네트워크에 최대 2 8 -1을 포함할 수있습니다 (255) 컴퓨터를합니다. One of the address (highest one) is reserved for broadcast address of the network. 중 하나를 주소 (최고 1)는 네트워크의 브로드 캐스트 주소를 위해 예약된합니다. The number 8 is derived by subtracting 24 from 32. 24를 뺀 숫자 8은 파생 32.
Refer to the table below for network masks in both forms and maximum number of machines for quick reference: 아래의 테이블에 네트워크 마스크를 참조하십시오 양식 및 최대 개수를 모두에서 기계를 빠른 참조 :
| Short Form 짧은 형식 | Full Form 전체 양식 | Maximum number of machines 최대 개수를 기계 | Comment 코멘트 |
|---|---|---|---|
| /8 / 8 | /255.0.0.0 / 255.0.0.0 | 16, 777, 215 16, 777, 215 | Class A address 클래스 a 주소를 |
| /16 / 16 | /255.255.0.0 / 255.255.0.0 | 65, 535 65, 535 | Class B address 클래스 b 주소를 |
| /17 / 17 | /255.255.128.0 / 255.255.128.0 | 32, 767 32, 767 | |
| /18 / 18 | /255.255.192.0 / 255.255.192.0 | 16, 383 16, 383 | |
| /19 / 19 | /255.255.224.0 / 255.255.224.0 | 8, 191 8, 191 | |
| /20 / 20 | /255.255.240.0 / 255.255.240.0 | 4, 095 4, 095 | |
| /21 / 21 | /255.255.248.0 / 255.255.248.0 | 2, 047 2, 047 | |
| /22 / 22 | /255.255.252.0 / 255.255.252.0 | 1, 023 1, 023 | |
| /23 / 23 | /255.255.254.0 / 255.255.254.0 | 511 | |
| /24 / 24 | /255.255.255.0 / 255.255.255.0 | 255 | Class C address 클래스 c 주소를 |
| /25 / 25 | /255.255.255.128 / 255.255.255.128 | 127 | |
| /26 / 26 | /255.255.255.192 / 255.255.255.192 | 63 | |
| /27 / 27 | /255.255.255.224 / 255.255.255.224 | 31 | |
| /28 / 28 | /255.255.255.240 / 255.255.255.240 | 15 | |
| /29 / 29 | /255.255.255.248 / 255.255.255.248 | 7 | |
| /30 / 30 | /255.255.255.252 / 255.255.255.252 | 3 |
Filed under 밑에 Enterprise Software 엔터 프라이즈 소프트웨어를 , Headline News 헤드 라인 뉴스 , How To 하는 방법을 , Linux 리눅스 , Microsoft microsoft , Tech Note 기술 참고 사항 , Web 웹 , Web Hosting 웹 호스팅 , Windows windows | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |



































