Remember IP address Classs, Private Address Space and Default Subnet Masks
By rancidTaste
I always mention to memorize IP address Classes, Private Address Space and Default Subnet Masks. You must have to remember them. Without remembering them it's quite harder to find out the answers related to IP addressing and subnetting. I think you are already familiar the necessity of learning IP addressing and subnetting. Any CCNA exam or job exam or interview exam, must set some of the questions. So, I'm telling you seriously, to be the boss of IP addressing and subnetting, you must have to remember the class of IP addresses, private address space and default subnet masks. These are never changing. So, memorize them. This page only contains IP address classes, private address space and default subnet masks. The only things you need to remember is mentioned this page.
[Note: Visit Subnetting Index or type http://hubpages.com/hub/Subnet to your browser address bar to learn a-to-z of subnetting. Many examples are there to make you a smart master of subnetting.]
IP Address Classes
Each IP address has 32 bits (in IPv4). These 32 bits are divided into 4 blocks. Each block is separated by a dot (.). IP address can be classified into five classes. They are defined as Class A, Class B, Class C, Class D and Class E. Remember the following chart:
Class Name Range --------------------- Class A 1-127 Class B 128-191 Class C 192-223 Class D 224-239 Class E 240-255
Note:
- Class D is reserved for multicast purposes.
- Class E addresses are reserved for experimental purpose only or for future research purposes.
Private Address Space
The following private address space you need to remember:
Class Name Address Space Range ------------------------------------------------- Class A 10.0.0.0 to 10.255.255.255 Class B 172.16.0.0 to 172.31.255.255 Class C 192.168.0.0 to 192.168.255.255
Default Subnet Mask
The following default subnet mask you need to remember:
Class Name Default Subnet Masks
---------------------------------
Class A 255.0.0.0
Class B 255.255.0.0
Class C 255.255.255.0
Please memorize the above IP address classes and their ranges, Private IP address space and Default subnet masks. They are very necessary when you will do subnetting and address calculating. So, memorize them all.
© Written by rancidTaste
Recent Pages of Oracle-life
- Default Value of Oracle
A column can be given a default value by using DEFAULT option. - 3 years ago
- Differences between User Tables and Data Dictionary
There are some differences between User Tables and Data Dictionary. - 3 years ago
- Data Dictionary
What is Data Dictionary? - 3 years ago
- Oracle table and it's syntax and structure
Oracle table can be created using CREATE TABLE command. - 3 years ago
- Big Index of Database [adding contents day-by-day]
This page provides a complete list of all database tutorials posted on Oracle-life, organized by several groups or categories. - 3 years ago
- About Oracle-life
Oracle-life is a resource blog for database learners, trying to offer greatest database tutorials, database tips and tricks, database problems and solutions etc. - 3 years ago
- Some Tips of Table Structure
This page tells some of the great tips about table structure. - 3 years ago
- Naming Convention of Tables and Columns
Oracle database tables and columns naming follow some standard rules. - 3 years ago
rancidTaste's Recent Pages
- Drawing a line: How to draw a line using HTML 5?
HTML5 canvas API provides basics tools and great supports to draw and style different types of sub paths including lines, arcs, Quadratic curves, and Bezier curves, as well as a means for creating paths by connecting sub paths. - 5 days ago
- SEO Pages
SEO, Search Engine Optimization and Keywords - these common three terms are the brainstorming terms for any content publisher, seo company, seo service provider, seo researcher, seo firm, seo consultant, seo professional or other seo lover. - 3 months ago
- WordPress.org vs. WordPress.com: An explained comparison between WordPress.org an WordPress.com
WordPress is a common name but do you know that there are two things: WordPress. - 3 months ago
- Creating database from cpanel: How to create a database from cpanel hosting?
A step by step full tutorial to create a database from cpanel hosting account for any dynamic website. - 3 months ago
- Natural Join in Database: Retrieving records from more than one table with Natural Joins
Natural Join is one of the sql joining. - 3 months ago
- Explanation of SQL Join: Obtaining data from multiple tables using Join
Explanation of SQL Join: Obtaining data from multiple tables using Join. - 3 months ago
- How to solve "CreateFile error 32 when trying set file time" Error During Oracle Installation
Solution of the Oracle installation problem on Windows 7 / Windows XP during Oracle installation start-up. - 3 months ago
- A Brief Explanation of SQL Statements and Classification
Any type of database is based on several statements. - 3 months ago
Binish Baby 18 months ago
thanks