[Translation] IP subnet division
Original article title: IP subnetting made easy
Address: http://articles.techrepublic.com.com/5100-10878_11-6089187.html
IP network engineers need to have a solid understanding of how IP subnet division works. however, this topic is often ignored by instructors and the students are very confused and nervous about it. george ou developed a simple, graphical method to explain
Transferred from:
Http://bbs.51cto.com/thread-68584-1-1.html
Subnet Mask and subnet divisionDirectory:I. SummaryIi. Concepts and functions of subnet mask3. Why do I need to use the subnet mask?4. How to obtain the Network/Host address using the subnet maskV. Classification
Subnet Mask and subnet division
Directory:I. SummaryIi. Concepts and functions of subnet mask3. Why do I need to use the subnet mask?4. How to obtain the Network/Host address using the subnet maskV. Classification of subnet masksV
Directory:I. SummaryIi. Concepts and functions of subnet mask3. Why do I need to use the subnet mask?4. How to obtain the Network/Host address using the subnet maskV. Classification of subnet masksVi. subnet addressing technology7. How to divide subnets and determine
A summary of the concept and function of two-subnet mask how to use subnet mask four how to get network/host address by subnet mask classification of five subnet masks six subnet addressing technology seven how to divide subnets and determine
subnet mask and subnet partitioningDirectory:
I. Summary
The concept and function of subnet mask
Third, why do I need to use the subnet mask
Four, how to use the subnet mask to get network/host address
Five, the classification of subnet
I. Concepts and functions of two subnet masks 3. Why do I need to use a subnet mask 4. How do I use a subnet mask to obtain a network/Host address 5? What is the classification of a subnet mask 6. subnet addressing technology 7. How to divide subnets and determine about how
the use of the subnet mask. The subnet mask is a 32-bit binary number, and all the bits corresponding to the network address are set to 1, all locations corresponding to the host address are set0. The default subnet mask of the-class network is 255.0.0.0, the default subnet mask of the B-class network is 255.255.0.0,
Ip address, subnet mask, and address classification, ip subnet mask
Http://blog.csdn.net/bluishglc/article/details/47909593? Utm_source = tuicool utm_medium = referral
There are not many opportunities to use network knowledge in actual work. Although I have learned it before, it will become unfamiliar without having to use it for a long time. Recently, I got several virtual machines on the cloud and neede
Also Talk About subnet division and subnet Communication 1. network IP address and subnet mask classification: Class A: IP: 0.0.0.0-127.255.255.255.255.255 subnet mask: 255.0.0.0 or labeled as/8 (8 1) Class B: IP: 128.0.0.0-191.255.255.255 subnet mask: 255.255.0.0 or/16 (16
network is 255.255.0.0, and the default subnet mask of class C network is 255.255.255.0. Perform the logical "and" Operation on the subnet mask and IP address in bit to obtain the network address of the IP address. The remaining part is the host address, thus distinguishing the network address and host address of the specified IP address. The subnet mask is comm
Classless Inter-Domain Routing. ISPs usually use this method to allocate addresses to customers. ISP provides customers with 1 block size ), similar to this: 192.168.10.32/28. The number in this row tells you what the subnet mask is, And/28 indicates how many bits are 1 and the maximum is/32. however, you must know that, whether it is A class A, B class, or other class addresses, the maximum available value is/30, that is, 2 bits are reserved for the
The subnet mask cannot exist alone, it must be used in conjunction with an IP address. The subnet mask has only one function, which is to divide an IP address into two parts: network address and host address.The subnet mask setting must follow certain rules. The same as the IP address, the length of the subnet mask is
Python: a simple method for converting the subnet mask and a python Subnet Mask
This article describes how to convert the subnet mask in Python. We will share this with you for your reference. The details are as follows:
Here, the subnet mask length is converted to a specific sub
As for subnet division, the subnet mask is odd. 1.0.1.0 -- 1.0.3.255 Fujian Telecom converts the subnet mask to an IP segment 1.0.1.0/24--1.0.2.0/23, if two IP addresses are replaced by binary IP addresses in a general way, or the budget is 0001.00000000.00000001.00, the subnet mask may be odd.
1.0.1.0 -- 1.0.3.255 Fuj
Returns information such as Network, mask, broadcast, reverse resolution, subnet number, IP type, etc. based on the IP or subnet enteredModule required for IPY module here is the Python3 version#!/usr/bin/envpython#-*-coding:utf-8-*-fromipyimportipip_s= input (' pleaseinputanipornet-range: ') # Parameters are IP or network segment Ips=ip (ip_s) Iflen (IPs) >1: #网络地址个数 print (' net:%s ' %ips.net ()) #输出网络地
corresponding IP address is the host address. This bit mode is called subnet mask or "subnet mask ".For ease of use, we often use the "dot-point integer notation" to represent an IP address and subnet mask. For example, the subnet mask of Class B addresses (11111111 1111111
need to compute the subnet mask and allocate the corresponding host block, although using the binary calculation can draw the corresponding conclusion, but it is more convenient to calculate the decimal method. After long-term practice and experience accumulation, the author sums up the subnet mask and host block decimal algorithm.I. Clear ConceptsBefore introducing the decimal algorithm, we need to define
bits + host bits = 32 bits. The number of bits of the subnet mask is the number of network bits. A-class network has a network of 8 bits, and the subnet mask is 11111111.00000000.00000000.00000000, converted to binary representation as 255.0.0.0. the network number of Class B networks is 16 bits, and the subnet mask is 11111111.11111111.00000000.00000000, which
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.