IP Tutorial 1. 2 An IP address is a unique number used to identify your computer on the internet. Every system has it’s own unique IP address. IP addresses.

Slides:



Advertisements
Similar presentations
4 IP Address (IPv4)  A unique 32-bit number  Identifies an interface (on a host, on a router, …)  Represented in dotted-quad notation
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
CSE331: Introduction to Networks and Security Lecture 8 Fall 2002.
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.
Hands-On Microsoft Windows Server 2003 Networking Chapter Four Subnetting.
Examining IP Header Fields
Introduction to TCP/IP
1 Internet Networking Spring 2002 Tutorial 2 IP Checksum, Fragmentation.
1 Chapter Overview IP (v4) Address IPv6. 2 IPv4 Addresses Internet Protocol (IP) is the only network layer protocol with its own addressing system and.
IP Addressing Basics LAB 8.
NETWORK LAYER (2) T.Najah AlSubaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
CSC 412 – Networking Scott Heggen. Agenda Today The Network Layer (Chapter 5) Discussion on A2: The Data Link Layer Thursday Q2: The Networking Layer.
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.
Week 3 - IP addressing 4 Introduction to IP addressing 4 Classes of IP addressing 4 Why Subnet Masks are necessary? 4 How to create subnet masks.
IP Addressing INTW What is an IP address? An unique identifier for a computer or device (host) on a TCP/IP network A 32-bit binary number usually.
IP-adresses and subnet masks. Figure 19.9 Dotted-decimal notation.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 4 IP Addressing.
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.
1 26-Aug-15 Addressing the network using IPv4 Lecture # 2 Engr. Orland G. Basas Prepared by: Engr. Orland G. Basas IT Lecturer.
4: Addressing Working At A Small-to-Medium Business or ISP.
Chap 10 Routing and Addressing Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
DIT314 ~ Client Operating System & Administration CHAPTER 9 SUPPORTING TCP/IP, DNS USING WINDOWS XP Prepared By : Suraya Alias.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
IP Addressing and Network Software. IP Addressing  A computer somewhere in the world needs to communicate with another computer somewhere else in the.
IP Addressing Basics LAB 8.
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
Chapter 8 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the structure of an IPv4 address.  Describe.
1 Computer Communication & Networks Lecture 20 Network Layer: IP and Address Mapping (contd.) Waleed.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
TCP/IP Protocol.
Network Addressing TEJ 3M. MAC Address (Media Access Control Address) Hard wired into your network card by the manufacturer Hard wired into your network.
Rules of Packet Transmission
11 NETWORK LAYER PROTOCOLS Chapter 5 IP IPX NetBEUI AppleTalk.
NATs and UDP Victor Norman CS322 Spring NAPT Suppose we have a router doing NAT: half is the “public side”, IP address ; other half is.
Chapter 22 Q and A Victor Norman CS 332 Spring 2014.
CS4550 Computer Networks II IP : internet protocol, part 2 : packet formats, routing, routing tables, ICMP read feit chapter 6.
Universal Identifier UNIVERSAL IDENTIFIER Universal network = globally accepted method for identifying each computer. Host identifier = host is identify.
LECTURE ON IP Addressing. What is Networking? –by ‘computer network’ we mean the interconnection between different computers. Why Networking? –to share.
Chapter 4 Objectives Upon completion you will be able to: Classful Internet Addressing Understand IPv4 addresses and classes Identify the class of an.
IP Addressing Lecture # 1 Hassan Shuja 01/31/2006.
BAI513 - PROTOCOLS ARP BAIST – Network Management.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
Routing and Addressing
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
Internet Technologies Mr. Grimming. Internet Applications File Transfer World Wide Web E-commerce Searches Voice over Internet Protocol Video over.
Address Resolution Protocol (ARP). Internet and Data Link Layer Addresses Each host and router on a subnet needs a data link layer address to specify.
INTRODUCTION  Network Layer is the third layer in the seven layer OSI model  It provides logical addressing and routing  The protocols in this layer.
NETWORKING (2) Dr. Andy Wu BCIS 4630 Fundamentals of IT Security.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
Ch. 23, 25 Q and A (NAT and UDP) Victor Norman IS333 Spring 2015.
TCP/IP Addressing and Subnetting. IP Addressing Roadmap Format of IP Addresses Traditional Class Networks Network Masks Subnetting Supernetting Special.
Layer 3 Routing and Addressing. Layer 3 Responsibilities Move data through a set of networks. Use a hierarchical addressing scheme. Segment network and.
Subnetting Subnetting is not in the CIS221-3 Syllabus
Chapter 9 Introduction To Data-Link Layer 9.# 1
معمل رقم (3) IP Address.
Lecture 3 By Miss Irum Matloob.
Binary Lesson 4 Classful IP Addresses
Semester 2 1 JEOPARDY CHAPTER 1 REVIEW S2C01 Jeopardy Review.
PART IV Network Layer.
Internet Networking Spring 2002
IST 220 Lectures for: Dec. 8, 2009 Dec. 10, 2009
ADDRESSING Before you can send a message, you must know the destination address. It is extremely important to understand that each computer has several.
Binary Lesson 5 Classful IP Addresses
Ch 3: Underlying Technologies (remainder)
Data Communications and Networking
Protocols 1 Key Revision Points.
Computer communications
CSE 313 Data Communication
Layering and the TCP/IP protocol Suite
Presentation transcript:

IP Tutorial 1

2 An IP address is a unique number used to identify your computer on the internet. Every system has it’s own unique IP address. IP addresses are layer 3, logical addresses. An IP address is a unique number used to identify your computer on the internet. Every system has it’s own unique IP address. IP addresses are layer 3, logical addresses. IP Address

IP Tutorial3 IP Structure An IP address is made up of 32 bits. Each byte is represented by a decimal and number separated by a full stop (period):

IP Tutorial4 IP Structure Is an IP address, each value can never be more than 255: Is an invalid IP address, the maximum for each byte is 255 (FF hexadecimal).

IP Tutorial5 IP addresses are essential, they are used to give your computer a unique identity. Without IP addresses routing would be impossible. Say you send out a ping to a computer on a different network, your packets are sent to the router (gateway) on your network. The router checks the IP address in the packet headers, if the router knows the network on which that IP is located, it forwards it on, if it doesn’t, it forwards it on to another router that might know where the IP address is. This continues until the packet arrives at a router that can forward it onto the destination IP’s network, where it can then be picked up. Without IP addresses this wouldn’t work.

IP Tutorial6 IP addresses are separated into classes, let’s have a look at how they’re separated, then i’ll explain why: IP addresses are separated into classes, let’s have a look at how they’re separated, then i’ll explain why: Range Class 0-127A B C IP Address Classes

IP Tutorial7 Now to find out which class an IP address is in, you look at the first byte of the address: The first byte is 213. This falls inside the class range making this a class C IP address The first byte is 24. This falls inside the class range making this a class A IP address. IP Address Classes

IP Tutorial8 When I first read about IP addresses being split up into classes, the author failed to explain why it was done, so i assumed this wasn’t very important, that someone just put them into classes on a Sunday while they were bored or something. Take a look at the table below: RangeClassN/H 0-127AN.H.H.H BN.N.H.H CN.N.N.H Why?

IP Tutorial9 N = Network I.D and N = Network I.D and H = Host I.D. In a class A IP address the first byte is part of the network I.D. The remaining three bytes are part of the host I.D. This means in class A there can be fewer networks and many hosts. 1. There can be 255 networks. 2. There can be 255 x 255 x 255 = 16,581,375 theoretical hosts on each class A network.

IP Tutorial10 In class B the first two bytes are part of the network I.D and the remaining two are part of the host I.D. This means in class B there can be a reasonable amount of networks, and a reasonable amount of hosts on each one of those networks. In class B the first two bytes are part of the network I.D and the remaining two are part of the host I.D. This means in class B there can be a reasonable amount of networks, and a reasonable amount of hosts on each one of those networks x 255 = 65,025 networks x 255 = 65,025 theoretical hosts on each of those networks.

IP Tutorial11 I’m sure you get the drift, class C: 255 x 255 x 255 = 16,581,375 networks. 255 x 255 x 255 = 16,581,375 networks. 255 theoretical hosts on each of those networks. 255 theoretical hosts on each of those networks.

IP Tutorial12 I say “theoretical” hosts on each class of network, because on each network the first address and the last address cannot be used. So if you work out the theoretical number of hosts then take away two you have the actual number of host computers that can be on that same network.. I say “theoretical” hosts on each class of network, because on each network the first address and the last address cannot be used. So if you work out the theoretical number of hosts then take away two you have the actual number of host computers that can be on that same network.. Why Theoretical?

IP Tutorial13 IP Address: This is a class C address is the NETWORK address. This cannot be used as a hosts IP address is the BROADCAST address on this network. It cannot be used as a hosts IP address. Class C networks have a theoretical 255 hosts on each network, 255 – 2 = 253. So on each class C network you can have 253 host computers.

IP Tutorial14 Let’s go over a couple of examples to make this stick. What is the IP Class, Network ID, Network Broadcast Address and the Number of Hosts on the Network of the following IP Addresses Let’s go over a couple of examples to make this stick. What is the IP Class, Network ID, Network Broadcast Address and the Number of Hosts on the Network of the following IP Addresses IP: IP:

IP Tutorial15 Is a class C address, N.N.N.H The network ID is The network broadcast address is There can be 255 Theoretical hosts on this network. Thus there can be 255 – 2 = 253 host computers functioning on this network. IP:

IP Tutorial16 Is a class A address, N.H.H.H The network ID is 24.0 The network broadcast address is There can be 255×255 x 255 = 16,581,375 Theoretical hosts on this network. Thus there can be 16,581,375 – 2 = 16,581,373 host computers functioning on this network. IP:

IP Tutorial17 Try applying the above to your IP address, what class network are you on? What’s the network I.D? What’s the broadcast address? How many hosts can be on your network? Try applying the above to your IP address, what class network are you on? What’s the network I.D? What’s the broadcast address? How many hosts can be on your network?