Number of bits needed to address hosts 8



Similar documents
APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID.

Subnetting Examples. There are three types of subnetting examples I will show in this document:

Question Question Question EdTech 552: Lab 3 Answer Sheet

CCNA R&S: Introduction to Networks. Chapter 9: Subnetting IP Networks

2. What is the maximum value of each octet in an IP address? A. 28 B. 255 C. 256 D. None of the above

IP Subnetting Colin Weaver, ITdojo

2.3 IPv4 Address Subnetting Part 2

Classful Subnetting Explained

Classless Subnetting Explained

Module 10 Subnetting Class A, B and C addresses. Solutions to the Lab Exercises a, b, c and d

3201 Computer Networks 2014/2015 Handout: Subnetting Question

TCP/IP Drill Pack. By Donna Warren. Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19

Activity 6.7.4: IPv4 Address Subnetting Part 2

Seven Steps to Subnetting

Expert Reference Series of White Papers. Basics of IP Address Subnetting

Module 4, Assignment 3-2

IP Subnetting and Related Topics A Tutorial by Chris Uriarte <chrisjur@cju.com> Updated April 2001

How To Make A Network Address Prefix Smaller

Subnetting IPv4 and IPv6

Table of Contents 1 IP Addressing Configuration 1-1

How to Create Subnets To create subnetworks, you take bits from the host portion of the IP address and reserve them to define the subnet address.

Networking Basics for Automation Engineers

Subnetting Study Guide

Table of Contents. Cisco IP Addressing and Subnetting for New Users

SYMETRIX SOLUTIONS: TECH TIP April 2014

Packet Tracer - Subnetting Scenario 1 (Instructor Version)

Expert Reference Series of White Papers. Binary and IP Address Basics of Subnetting

IT:101 Cisco Networking Academy I Subnetting

examines the ideas related to Class A, Class B, and Class C networks (in other words, classful IP networks).

Source net: Destination net: Subnet mask: Subnet mask: Router Hub

Expert Reference Series of White Papers. Simple Tricks To Ace the Subnetting Portion of Any Certification Exam COURSES.

CE363 Data Communications & Networking. Chapter 6 Network Layer: Logical Addressing


TCP/IP Cheat Sheet. A Free Study Guide by Boson Software, LLC

Lab a Basic Subnetting

VLSM CHAPTER 2. IP Subnet Zero

IP Addressing and Subnetting for New Users

Computer Networks. Introduc)on to Naming, Addressing, and Rou)ng. Week 09. College of Information Science and Engineering Ritsumeikan University

Lab#2: IP Addressing and Subnetting

Topics. Subnetting. The Basics of Subnetting Subnet Mask Computing subnets and hosts Subnet Routing Creating a Subnet Example of Subnetting 1/37

CONFIGURING TCP/IP ADDRESSING AND SECURITY

Guide to TCP/IP, Third Edition. Chapter 2: IP Addressing and Related Topics

CCNA Tutorial Series SUBNETTING

Subnetting/Supernetting and Classless Addressing

Lab IP Addressing Overview

Advanced IP Addressing

Advanced Topics: IP Subnetting A WHITE PAPER PREPARED FOR ASPE TECHNOLOGY. toll-free:

TCP/IP Addressing and Subnetting. an excerpt from: A Technical Introduction to TCP/IP Internals. Presentation Copyright 1995 TGV Software, Inc.

Computer Networks By Bahaa Q. Al-Mussawi Subnetting Basics Reduced network traffic Optimized network performance Simplified management

Network Layer: Logical Addressing

Pre-lab Preparation: 1. Read thoroughly and prepare the experiment sheet. 2. You must bring a printed copy of this experiment with you to the lab.

Fast and Easy Subnetting. Marc Khayat, Technical Advocacy Team May 2011

Lab Calculating VLSM Subnets

Computer Network Foundation. Chun-Jen (James) Chung. Arizona State University

Internetworking and IP Address

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone.

Networking Test 4 Study Guide

TCP/IP works on 3 types of services (cont.): TCP/IP protocols are divided into three categories:

IP Subnetting. Subnetting

Lecture 15. IP address space managed by Internet Assigned Numbers Authority (IANA)

Section #6: Addressing

Desirable Properties Of An Internet Addressing Scheme

Tutorial (03) IP addresses & Sub netting

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

Decimal to Binary Conversion

Internet Protocol Address

Binary Number System. 16. Binary Numbers. Base 10 digits: Base 2 digits: 0 1

Chapter 4. IP Addresses: Classful Addressing

VLSM and CIDR Malin Bornhager Halmstad University

Classful IP Addressing (cont.)

Chapter 19 Network Layer: Logical Addressing 19.1

IP Addressing A Simplified Tutorial

Lab Calculating VLSM Subnets

IP Subnetting: Practical Subnet Design and Address Determination Example

2. IP Networks, IP Hosts and IP Ports

Module 2: Assigning IP Addresses in a Multiple Subnet Network

IP Sub Networking Mini Howto

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved.

DNS Server Operation & Configuration

Goals. Unary Numbers. Decimal Numbers. 3,148 is s 100 s 10 s 1 s. Number Bases 1/12/2009. COMP370 Intro to Computer Architecture 1

Part2. Chapter 8. Advanced TCP/IP Network Design - CLASSLESS ADDRESSING AND VARIABLE- LENGTH SUBNET MASKS

One of the most important topics in any discussion of TCP/IP is IP. IP Addressing

THE BINARY NUMBER SYSTEM

IST 220 Honors Project. Subnets with Variable Length Subnet Masks

TCP/IP Basis. OSI Model

IP Networking Part 3- IP Address Management A webinar to help you prepare for the CBNE Certification

03 Internet Addressing

1. How many unique network IDs are there in class A addresses? # of unique hosts?

The Subnet Training Guide

Future Internet Technologies

SNMP/HTTP Access Control User Manual

VLSM & IP ADDRESSING EXAMPLE QUESTIONS with answers;

Sybex CCENT Chapter 4: Easy Subnetting. Instructor & Todd Lammle

Level 2 Development Training. Level 2 Development Training. Level 2 Development Training. Technical Overview

Expert Reference Series of White Papers. Solving the Mysteries of Subnetting COURSES.

Useful Number Systems

PART IV. Network Layer

Chapter 5. IPv4 Addresses. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Transcription:

Advanced Subnetting Example 1: Your ISP has assigned you a Class C network address of 198.47.212.0. You have 3 networks in your company with the largest containing 134 hosts. You need to figure out if you can subnet this. If it can be subnetted you need to calculate the new subnet mask and specify the available network numbers? You need to determine how many bits you have available to work with. Since this is a standard Class C network the last octet is available so you have 8 bits to work with. 1. You need to determine how many bits will be needed to address the largest number of hosts that may exist on a network. This can easily be done by converting the largest number of hosts to binary and counting the bits needed. Largest number of hosts addresses needed in decimal Largest number of hosts addresses converted to binary 134 10000110 Number of bits needed to address hosts 8 2. You need to determine how many bits will be needed to address the required number of networks. This can easily be done by converting the required number of networks to binary and counting the bits needed. Network addresses needed in decimal 3 Network addresses needed converted to binary 11 Number of bits needed to address networks 2 3. Add the total number of bits needed together and determine if a solution is possible. In this case 8 + 2 = 10 so 10 bits are needed. We only have 8 available so this problem cannot be solved.

Example 2: Your ISP has assigned you a Class C network address of 198.47.212.0. You have 3 networks in your company with the largest containing 51 hosts. You need to figure out if you can subnet this. If it can be subnetted you need to calculate the new subnet mask and specify the available network numbers? 1. You need to determine how many bits you have available to work with. Since this is a standard Class C network the last octet is available so you have 8 bits to work with. 2. You need to determine how many bits will be needed to address the largest number of hosts that may exist on a network. This can easily be done by converting the largest number of hosts to binary and counting the bits needed. Largest number of hosts addresses needed in decimal Largest number of hosts addresses converted to binary 51 110011 Number of bits needed to address hosts 6 3. You need to determine how many bits will be needed to address the required number of networks. This can easily be done by converting the required number of networks to binary and counting the bits needed. Network addresses needed in decimal 3 Network addresses needed converted to binary 11 Number of bits needed to address networks 2 4. Add the total number of bits needed together and determine if a solution is possible. In this case 6 + 2 = 8 so 8 bits are needed. We have 8 available so this problem can be solved.

5. You must then determine the new subnet mask. To do this we take the number of bits needed to address network from the left side of the available bits. Convert the value to decimal and you have the subnet mask. Subnet mask in binary 11000000 Subnet mask converted to decimal 192 Entire new subnet mask Original plus the changes you made to the host portion 255.255.255.192 6. Finally you need to determine the network addresses available. This can be done by counting up in binary of the bits you used for the network and converting the result to decimal. Network number without host bits (Both in decimal and in binary) Network number with host bits (in binary) Network number Full network number 00 b 0 d 0000 0000 0 198.47.212.0/26 01 b 1 d 0100 0000 64 198.47.212.64/26 10 b 2 d 1000 0000 128 198.47.212.128/26 11 b 3 d 1100 0000 192 198.47.212.192/26

Example 3: Your ISP has assigned you a Class B network address of 160.13.0.0. You have 11 networks in your company with the largest containing 98 hosts. You need to figure out if you can subnet this. If it can be subnetted you need to calculate the new subnet mask and specify the available network numbers? 1. You need to determine how many bits you have available to work with. Since this is a standard Class B network the last two octets are available so you have 16 bits to work with. 2. You need to determine how many bits will be needed to address the largest number of hosts that may exist on a network. This can easily be done by converting the largest number of hosts to binary and counting the bits needed. Largest number of hosts addresses needed in decimal Largest number of hosts addresses converted to binary 98 1100010 Number of bits needed to address hosts 7 3. You need to determine how many bits will be needed to address the required number of networks. This can easily be done by converting the required number of networks to binary and counting the bits needed. Network addresses needed in decimal 11 Network addresses needed converted to binary 1011 Number of bits needed to address networks 4 4. Add the total number of bits needed together and determine if a solution is possible. In this case 7 + 4 = 11 so 11 bits are needed. We have 16 available so this problem can be solved.

5. You must then determine the new subnet mask. To do this we take the number of bits needed to address network from the left side of the available bits. Convert the value to decimal and you have the subnet mask. Subnet mask in binary 11110000 Subnet mask converted to decimal 240 Entire new subnet mask Original plus the changes you made to the host portion 255.255.240.0

6. Finally you need to determine the network addresses available. This can be done by counting up in binary of the bits you used for the network and converting the result to decimal. Network number without host bits (Both in decimal and in binary) Network number with host bits (in binary) Network number Full network number 0000 b 0 d 0000 0000 0 160.13.0.0/20 0001 b 1 d 0001 0000 16 160.13.16.0/20 0010 b 2 d 0010 0000 32 160.13.32.0/20 0011 b 3 d 0011 0000 48 160.13.48.0/20 0100 b 4 d 0100 0000 64 160.13.64.0/20 0101 b 5 d 0101 0000 80 160.13.80.0/20 0110 b 6 d 0110 0000 96 160.13.96.0/20 0111 b 7 d 0111 0000 112 160.13.112.0/20 1000 b 8 d 1000 0000 128 160.13.128.0/20 1001 b 9 d 1001 0000 144 160.13.144.0/20 1010 b 10 d 1010 0000 160 160.13.160.0/20 1011 b 11 d 1011 0000 176 160.13.176.0/20 1100 b 12 d 1100 0000 192 160.13.192.0/20 1101 b 13 d 1101 0000 208 160.13.208.0/20 1110 b 14 d 1110 0000 224 160.13.224.0/20 1111 b 15 d 1111 0000 240 160.13.240.0/20