Welcome to Back! TCP/IP Subnetting Pop Quiz TCP/IP Cheat Sheet.

Slides:



Advertisements
Similar presentations
Classifying Network Addressing
Advertisements

Chapter 9a Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain why routing is necessary for hosts on different.
IP Subnetting.
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Calculating Subnet Masks
IP Addressing and Subnetting
Instructor: Sam Nanavaty DNS and IP addressing. Instructor: Sam Nanavaty How does a router know where to route the information when you simply type in.
OUR SUBNET PLANNING MISSION: We have been assigned an address of Assume 20 subnets are needed, with 5 hosts per subnet. Our mission is to.
IP addressSubnet mask AND
By Joshua Newell. By Joshua Newell Protocols and Protocol Binding Show Activity 6-1 Show adding protocols.
Based Computer Networks and Internets (Comer)
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
Semester 1, Chapter 10 (Supplement) Creating Subnets or How to Have Fun Without Knowing It!
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.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
IP Addressing Internet Protocol (IP) A unique identifier for host, on an IP network 32-bit binary number, usually expressed as 4 “dotted decimal” values.
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.
IP Addressing. Each TCP/IP host is identified by a logical IP address. –The IP address is a network layer address –No dependence on the Data-Link layer.
IP Addressing Basics LAB 8.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
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.
Information & Communication Technology
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.
Page 1 - © Richard L. Goldman IP Address ©Richard L. Goldman January 10, 2002.
Why create a subnet mask? Tells device which part of an address is the network # including the subnet and which part is the host Filters the node IP address.
IPv4 Addresssing An IP address is four bytes (octets). Each contains eight bits (total of 32 bits in length). IP addresses are given as dotted decimal.
IP Addressing. Dotted Decimal Notation IP addresses are written in a so-called dotted decimal notation Each byte is identified by a decimal number in.
IP Addressing Chapter 5 powered by DJ. Chapter Objectives At the end of this Chapter you will be able to:  Explain IP addressing  Discuss IP subnetting.
1 Real Networkers don’t use Decimal! Part 1. Binary & Interpreting IP Addresses October 19, 2004.
Network Addressing IP Addresses. IP Address Space The Structure of an IP Address – Binary Representation The only thing a network device understands,
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
IP Addressing Basics LAB 8.
Binary to Decimal Conversion
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.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Masking.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Review.
Binary Lesson 5 Usable Addresses Class A, B, and C.
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
Module 10 - Subnetting For Fun and Profit
By Dana Matcham Caruso SED 695G May 8, 2001
SUBNET Communication Technologies CIS 505 Prepare by Thanantinee Tantivejakul.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Binary Lesson 6.1 Classful Subnetting 2
IP Addresses Mark Woodhouse and Arthur Manning IP Addressing Used packets created in Layer 3 of the Open Systems Interconnection (OSI) Model Hierarchical.
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.
Easy Subnetting. Chapter 4 Objectives Topics Covered in this chapter include: Interpret network diagrams Describe the operation and benefits of using.
Objective 1.Understand Network 2.Understand IP Addressing (IPv4 and IPv6) 3.Understand Subnetting 4.Examples 5.IP addressing and Vlan’s in TIFR 6.TIFR.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
1 ECE453 – Introduction to Computer Networks Lecture 11 – Network Layer III – IP Protocol.
Internet Architecture
Chapter 5 Exploring IPv4.
Dotted Decimal Notation
Binary Concepts By: Nathan Miller.
Subnetting Problems.
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Chapter 2 Easy Subnetting
Ravindra Kumar Verma Mohammad Rashid Dr. Neeraj phogat RC-1237
IP Address.
כתובות IP.
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 6 Classful Subnetting
Binary Lesson 6 Classful Subnetting
Chapter 2 Easy Subnetting
IP Addressing & Subnetting
IP Addressing & Subnetting
Layering and the TCP/IP protocol Suite
Presentation transcript:

Welcome to Back!

TCP/IP Subnetting

Pop Quiz TCP/IP Cheat Sheet

IP Addresses My localhost -> > www.yahoo.com

IP Addresses IP Address: Network Portion: Node Portion: Every IP Address has a node portion and a network portion

Subnet Mask IP Address: Subnet Mask: Network ID: The subnet mask tells us which part of an IP address is the node portion vs. the network portion An IP address without a subnet mask is meaningless

Binary ANDing AND is a mathematical operator just like + (plus) and – (minus) = 2 1 AND 1 = 1

AND Truth Table A | B | A AND B FALSE|FALSE|FALSE FALSE|TRUE|FALSE TRUE|FALSE|FALSE TRUE|TRUE |TRUE

AND Truth Table A B A AND B

AND Truth Table 0 AND 0 = 0 0 AND 1 = 0 1 AND 0 = 0 1 AND 1 = 1

Man vs Machine Human readable dotted decimal notation –Each number represents an “Octet” or 8 bits What the computer sees:

Subnet Mask and ANDing IP: Subnet: IP: Subnet: AND IP: Subnet:

TCP/IP Cheat Sheet: The Rules The Subnet/network address is always hidden behind the 1s in the mask IP: Subnet:

TCP/IP Cheat Sheet: The Rules The Host/Node address is always hidden behind the 0s in the mask IP: Subnet:

= = TCP/IP Cheat Sheet: The Rules (Except in special cases) The all-1s and all-0s subnet addresses are invalid (but NOT in CIDR) Ex. Network ID Subnet Mask > s hide the host address 1s hide the subnet address Breaks the rule! ( except in CIDR ) These bits belong to the Big IP in the Sky (we can’t change them) These are the bits that we own

TCP/IP Cheat Sheet: The Rules (Except in special cases) The all-1s and all-0s host addresses are invalid (Always) Ex. IP Address: Subnet Mask: OR IP Address: Subnet Mask:

Reason Behind the Rule The all zeros host address is the same as the network ID Ex.IP: Subnet: Network ID: The all ones host address is reserved for the broadcast address

Practice Problems 1 AND 1 1 AND 0 0 AND 1 0 AND AND AND AND

Practice Problems b to Decimal 137d to Binary