1 Subnetting ITEC 370 George Vaughan Franklin University.

Slides:



Advertisements
Similar presentations
© N. Ganesan, All rights reserved. Chapter IP Addressing Format.
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
Calculating Subnet Masks
IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
Chapter 21 Exercises 1. A router forwards packets between networks. (Given a destination host address, it must be able to figure out which network that.
Chapter 18. IP: Internet Protocol Addresses
1 IP: Internet Protocol Addresses. 2 Internet Protocol (IP) Only protocol at Layer 3 Fundamental in suite Defines –Internet addressing –Internet packet.
Chapter 6 Network Communications and Protocols. Guide to Networking Essentials, Fifth Edition2 Contents 1.Protocols 1.1. The Function of Protocols 1.2.
Guide To TCP/IP, Second Edition1 Chapter 2 IP Addressing And Related Topics.
TCP/IP Protocol Suite 1 Chapter 5 Objectives Upon completion you will be able to: IP Addresses: Classless Addressing Understand the concept of classless.
TCP/IP Protocol Suite 1 Chapter 4 Objectives Upon completion you will be able to: IP Addresses: Classful Addressing Understand IPv4 addresses and classes.
TCP/IP Protocol Suite 1 Chapter 5 Objectives Upon completion you will be able to: IP Addresses: Classless Addressing Understand the concept of classless.
IP Addressing – Dotted-Decimal Notation –An IP address is 32 bits in size –Every IP address is grouped into four 8-bit octets –Octets are separated by.
2440: 141 Web Site Administration IP Addressing Instructor: Enoch E. Damson.
Chapter 21 IP Addressing “If we all did the things we are capable of doing, we would literally astound ourselves” - Thomas Alva Edison,
11 ASSIGNING IP ADDRESSES Chapter 2. Chapter 2: ASSIGNING IP ADDRESSES2 CHAPTER OVERVIEW  Describe the structure of IP addresses and subnet masks. 
1 Chapter Overview Subnet. What is a subnet When you break a network into a few smaller networks, you have created several subnets Like IP address where.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
Functions 1.  How long is MAC address?  How is mac address used in data communication?  What is a frame?  What does an IP address look like? 2.
Layering and the TCP/IP protocol Suite  The TCP/IP Protocol only contains 5 Layers in its networking Model  The Layers Are 1.Physical -> 1 in OSI 2.Network.
DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY Network Basics Introduction Instructor: Ataur Rahman
Spring Ch 18 IP Addresses. 2 Internet Protocol  Only protocol at Layer 3  Defines Internet addressing Internet packet format Internet routing.
Network Addressing IP Addresses. IP Address Space The Structure of an IP Address – Binary Representation The only thing a network device understands,
IP Addressing Basics LAB 8.
Unit 24 Network Design IP Addressing (Part 3). Objectives to date… Classes of IP addresses (A, B and C) Using Subnetting and Subnet Masks The Limitations.
1 Network Interface Cards (NICs) ITEC 370 George Vaughan Franklin University.
1 Network Security Revisited ITEC 370 George Vaughan Franklin University.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
Guide to TCP/IP, Third Edition Chapter 2: IP Addressing and Related Topics.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 2: Configuring Network Protocols.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
CIT 384: Network AdministrationSlide #1 CIT 384: Network Administration Subnetting.
CLASSLESS INTER-DOMAIN ROUTING {CIDR} & SUBNETTING PHILLIP LAFLEUR NATHAN GRAMMES JONATHAN BENNETT.
ITEC 370 George Vaughan Franklin University
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
21-IP addressing Dr. John P. Abraham Professor UTPA.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
© Cengage Learning 2014 How IP Addresses Get Assigned A MAC address is embedded on a network adapter at a factory IP addresses are assigned manually or.
Chapter 3 - Page 1 Infogem Institute of Technology CCNA Course IP Addressing & Subnetting IP ADDRESSING & SUBNETTING.
Classful Internet Addresses Chapter 4. Universal Identifiers Designers of TCP/IP determined that each host on the internet would have a 32-bit identifier.
Hour 5 Subnetting 1. you will be able to Explain how subnets and supernets are used Explain the benefits of subnetting Develop a subnet mask that meets.
21-IP addressing Dr. John P. Abraham Professor UTPA.
Chapter 8: IP Addressing
TCP/IP Protocol Suite 1 Chapter 4 Objectives Upon completion you will be able to: IP Addresses: Classful Addressing Understand IPv4 addresses and classes.
Introduction to Internetworking. 2 The IP Addressing Scheme (IPv4) (psu.edu) Dotted Decimal Notation: A notation more convenient for humans.
COMPUTER NETWORKS CS610 Lecture-26 Hammad Khalid Khan.
IP Addressing. A 32-bit logical naming convention A dotted-decimal notation is used: – –Each number represents 8 bits. Number is Part.
COMPUTER NETWORKS CS610 Lecture-25 Hammad Khalid Khan.
Chapter 5 Exploring IPv4.
IP Addressing.
IP Addresses: Classful Addressing
Instructor Materials Chapter 4: Network Addressing
OSI Model IP address.
Networking for Home and Small Businesses – Chapter 5
Ct1304 Lecture#4 IPV4 Addressing Asma AlOsaimi.
NET302 Lecture#3 IPV4 Addressing Asma AlOsaimi.
Guide to Networking Essentials Fifth Edition
Chapter 26 IPv6 Addressing
IPv4 Addresses A Quick Guide.
כתובות IP.
Week 6: Network Protocols Part 2
IPv4 Addresses A Quick Guide.
Lecture#3 IPV4 Addressing Net 302- Asma AlOsaimi.
Dr. John P. Abraham Professor UTRGV
Ct1304 Lecture#4 IPV4 Addressing Asma AlOsaimi.
Chapter 5 IP addresses Classless Addressing
Networking for Home and Small Businesses – Chapter 5
Layering and the TCP/IP protocol Suite
Lecture#3-IPV4 Addressing
Presentation transcript:

1 Subnetting ITEC 370 George Vaughan Franklin University

2 Sources for Slides Material in these slides comes primarily from course text, Guide to Networking Essentials,Tomsho, Tittel, Johnson (2007). Other sources are cited in line and listed in reference section.

3 TCP/IP and OSI Models

4 Some Simple Binary Arithmetic Tomsho, Tittel, Johnson (2007) Four kinds of binary calculations: –Converting between binary and decimal –Converting between decimal and binary –Understanding how setting high-order bits to the value of 1 in 8-bit binary numbers corresponds to specific decimal numbers –Recognizing the decimal values for numbers that correspond to low-order bits when set to 1

5 Converting Decimal to Binary Tomsho, Tittel, Johnson (2007) 125 is converted to binary as follows: –125 divided by 2 equals 62, remainder 1 –62 divided by 2 equals 31, remainder 0 –31 divided by 2 equals 15, remainder 1 –15 divided by 2 equals 7, remainder 1 –7 divided by 2 equals 3, remainder 1 –3 divided by 2 equals 1, remainder 1 –1 divided by 2 equals 0, remainder 1

6 Converting Binary to Decimal Tomsho, Tittel, Johnson (2007) To convert to decimal: 1.Count the total number of digits in the number (8) 2.Subtract one from the total (8 - 1 = 7) 3.That number (7) is the power of 2 to associate with the highest exponent for two in the number 4.Convert to exponential notation, using all the digits as multipliers , therefore, converts to:

7 High-Order Bit Patterns Tomsho, Tittel, Johnson (2007)

8 Low-Order Bit Patterns Tomsho, Tittel, Johnson (2007)

9 Types of IP Addressing The demarcation point in the 32 bit address between network ID and host ID depends on addressing scheme: –Class Based Addressing generally uses a byte boundary as the dividing point –Classless Based Addressing uses a bit boundary.

10 Class Based IP Addressing (Cisco – IP Addressing, n.d.). Used less frequently now, CIDR preferred

11 Special IP Addresses Information on this slide from "Private Use" IP addresses: – – – "Autoconfiguration" IP Addresses: – –used automatically by some PCs and Macs when They are configured to use IP Do not have a static IP Address assigned And are unable to obtain an IP address using DHCP. "Loopback" IP addresses: – –Each computer on the Internet uses /8 to identify itself, to itself. – to is earmarked for what is called "loopback". –This construct allows a computer to establish/validate its IP stack. –Most software only uses for loopback purposes

12 Classless Interdomain Routing (CIDR) Division between Network and Host ID is at bit level. Example: /27 –IP address is: –‘/27’ indicates that: First 27 bits define Network ID Last 5 bits define Host ID (defines size of subnet) Subnet Mask = –(binary) –(decimal) Subnet Mask defines Host ID size –1’s used to define which bits belong to Network ID –0’s used to define which bits belong to Host ID Subnet Mask is assigned to host at same time that IP address is assigned.

13 CIDR (Cont.) Mapping class based IP addressing to CIDR: –Class A submask = –Class B submask = –Class C submask = All hosts in same network must use same subnet mask.

14 Subnetting with Classless IP Addressing: Example 1

15 Subnetting with Classless IP Addressing: Example 1 (Continued)

16 Network Diagram of Subnets Subnet Subnet Subnet Subnet Subnet Subnet Subnet Subnet

17 Subnetting with Classless IP Addressing: Example 2

18 Subnetting with Classless IP Addressing: Example 2 (Continued)

19 References Tomsho, Tittel, Johnson (2007). Guide to Networking Essentials. Boston: Thompson Course Technology. Odom, Knott (2006). Networking Basics: CCNA 1 Companion Guide. Indianapolis: Cisco Press Wikipedia (n.d.). OSI Model. Retrieved 09/12/2006 from Cisco – IP Addressing (n.d.). IP Addressing. Retrieved 09/27/2006 from IANA (n.d.) Abuse Issues and IP Addresses. Retrieved 11/11/06 from