Subnet Exercise 04
By rancidTaste
This page contains one exercise based on IP addressing and subnetting. At first the problem definition and some questions are given. Later, the solution of the questions are given. Please, at first try to solve yourself. When you have finished then look the answers / solutions. If you go forward in this way, I'm sure you do better.
[Note: Visit Subnetting Index or type http://hubpages.com/_ccna/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.]
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
Problem Definition and Questions:
Number of needed usable subnets are....28
Network address is.............................28.0.0.0
Based on the above information, find the followings:
[a]Which class does the IP belong?
[b]What is the default subnet mask of that IP?
[c]What is the custom subnet mask of that IP?
[d]How many bits are required to make the subnet?
[e]What is the the total number of subnets?
[f]What is the total number of usable subnets?
[g]What is the total number of host addresses?
[h]What is the total number of usable host addresses?
[i]What is the total number of host bits?
Solution of the above questions:
[a]Which class does the IP belong?
Ans Class A
[b]What is the default subnet mask of that IP?
Ans 255.0.0.0
[c]What is the custom subnet mask of that IP?
Ans 255.255.255.224
[d]How many bits are required to make the subnet?
Ans 19
[e]What is the the total number of subnets?
Ans 5,24,288
[f]What is the total number of usable subnets?
Ans 5,24,286
[g]What is the total number of host addresses?
Ans 32
[h]What is the total number of usable host addresses?
Ans 30
[i]What is the total number of host bits?
Ans 13
© Written by rancidTaste
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
Comments
The correct Answer is
Solution of the above questions:
[a]Which class does the IP belong?
Ans Class A
[b]What is the default subnet mask of that IP?
Ans 255.0.0.0
[c]What is the custom subnet mask of that IP?
Ans 255.255.255.224
[d]How many bits are required to make the subnet?
Ans 19
[e]What is the the total number of subnets?
Ans 524,288
[f]What is the total number of usable subnets?
Ans 524,286
[g]What is the total number of host addresses?
Ans 32
[h]What is the total number of usable host addresses?
Ans 30
[i]What is the total number of host bits?
Ans 5
both are wrong...
yeah, the custom subnet mask is 255.248.0.0 because the question asks 28 subnets and not 28 hosts
me is correct
[g]What is the total number of host addresses?
Ans 524288
[h]What is the total number of usable host addresses?
Ans 524286
and this is the right answer for this questions too right?
i guess these are the correct answers
[a]Which class does the IP belong?
Ans Class A
[b]What is the default subnet mask of that IP?
Ans 255.0.0.0
[c]What is the custom subnet mask of that IP?
Ans 255.248.0.0
[d]How many bits are required to make the subnet?
Ans 5
[e]What is the the total number of subnets?
Ans 32
[f]What is the total number of usable subnets?
Ans 30
[g]What is the total number of host addresses?
Ans 524288
[h]What is the total number of usable host addresses?
Ans 524288-2=524286
[i]What is the total number of host bits?
Ans 19
khalil 2 years ago
is this a rite answer i think its not
Solution of the above questions:
[a]Which class does the IP belong?
Ans Class A
[b]What is the default subnet mask of that IP?
Ans 255.0.0.0
[c]What is the custom subnet mask of that IP?
Ans 255.255.255.224
[d]How many bits are required to make the subnet?
Ans 19
[e]What is the the total number of subnets?
Ans 5,24,288
[f]What is the total number of usable subnets?
Ans 5,24,286
[g]What is the total number of host addresses?
Ans 32
[h]What is the total number of usable host addresses?
Ans 30
[i]What is the total number of host bits?
Ans 13