IPv4 ADDRESSING and PACKET STRUCTURE

Slides:



Advertisements
Similar presentations
1 Ports and IPv6. 2 Ports Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP), used for communication Generally speaking, a computer.
Advertisements

Classifying Network Addressing
© N. Ganesan, All rights reserved. Chapter IP Addressing Format.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
T ODAY I NTERNET A DDRESSING TCIP/IP I NTERNET PROTOCOL V4 L AB 7: C ONFIGURE IP ADDRESS.
Introduction to TCP/IP TCP / IP –including 2 protocols Protocol : = a set of rules that govern the communication between different devices Protocol : =
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
Chapter 18. IP: Internet Protocol Addresses
Based Computer Networks and Internets (Comer)
IP Addressing. TCP/IP addresses -Addressing in TCP/IP is specified by the Internet Protocol (IP) -Each host is assigned a 32-bit number -Called the IP.
Prepared By: Eng.Ola M. Abd El-Latif
IP Subnetting (Week 4, Wednesday 1/31/2007) © Abdou Illia, Spring 2007.
Network Layer. The Network layer, or OSI Layer 3, provides services to exchange the individual pieces of data over the network between identified end.
Internet Architecture Two computers, anywhere in the world, following certain hardware, software, protocol specifications, can communicate, reliably even.
The Internet Protocol  Eliot Grove  Danny Friel  Stuart Anderson.
Introduction to networking (Yarnfield) IP addresses.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
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.
IP Addressing & Classes
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.
30/11/ Q & A on Networking. Question No. 1 What is Networking? Two or more computers that are linked in order to share – Resources (such as printers.
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
1Group 07 IPv6 2 1.ET/06/ ET/06/ ET/06/ EE/06/ EE/06/ EE/06/6473 Group 07 IPv6.
Network Redundancy Multiple paths may exist between systems. Redundancy is not a requirement of a packet switching network. Redundancy was part of the.
Chapter 8 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the structure of an IPv4 address.  Describe.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
© N. Ganesan, All rights reserved. Chapter IP Addressing Format.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
ES 101. Module 2 IP Addressing & Routing. Last Lecture Wide area networking Definition of “packets”
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.
Chapter 18 IP: Internet Protocol Addresses
IP Addressing. IP Addresses (cont.) IP addressing allows for seamless integration amongst heterogeneous networks. To send a packet, the destination address.
Lesson 2 – IP Addressing IP Address (IPv4 – Version 4) Private and Public Address Brief Introduction to IPv6 – Version 6.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
IP Internet Protocol Fundamental packet format that computers use to exchange information. Is a set of technical rules that defines how computers communicate.
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
1 Network Principles FdSc Computing Technologies TCP-IP – Addressing & Sub-Netting Carl Smith – 2004 (Revised 2013)
CS4500CS4500 Dr. ClincyLecture1 Lecture #1 Chapter 5: Addressing (part 1 of 3)
Chapter 8: IP Addressing
After 6.1. What is 69 in binary? A B C D E of 6.
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.
Introduction to Internetworking. 2 The IP Addressing Scheme (IPv4) (psu.edu) Dotted Decimal Notation: A notation more convenient for humans.
Networks Connecting Two Computers With UTP. Every machine on a network has a unique identifier. Just as you would address a letter to send in the mail,
COMPUTER NETWORKS CS610 Lecture-25 Hammad Khalid Khan.
Planning the Addressing Structure
Internet Architecture
IP Address Quiz (Animated Presentation)
Binary Lesson 4 Classful IP Addresses
Internet technologies
Chapter-5 TCP/IP Suite.
Introduction to networking (Yarnfield)
Ip addressing Chapter 5a 6-7 days including test.
Objective: Classful Internet Addressing
Binary Lesson 5 Classful IP Addresses
IP Address.
כתובות IP.
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
Charles Warren and Ben Kangas
Protocols 1 Key Revision Points.
Planning the Addressing Structure
Chapter 2 Easy Subnetting
The Internet Protocol Eliot Grove Danny Friel Stuart Anderson.
IP Addressing.
16EC Computer networks unit II Mr.M.Jagadesh
Part IV Network layer 10. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Layering and the TCP/IP protocol Suite
Lecture#3-IPV4 Addressing
Presentation transcript:

IPv4 ADDRESSING and PACKET STRUCTURE

IPv4 Internet Protocol addressing version 4 (IPv4) is the basis of Internet. Every connected host has a four octet address expressed in decimal: AAA.BBB.CCC.DDD For example: 66.102.7.104 (Google) A host can send a packet to an IP address and it will be delivered to the correct destination.

CLASSFUL ADDRESSING Under IPv4 addressing scheme (classful addressing), the class of the network may be A, B or C. The class effects how the four number IP address is intrepreted. For all classes, the last byte is limited between: 1 – 254 - 0: reserved for network address - 255: reserved for broadcast address

Network Address Host A B Network Address Host C Network Address Host

CLASS A (large network): the first byte identifies the network and the last 3 bytes represent an address range for hosts on the network. Byte 1: 1 – 126 Byte 2 and 3: 0 – 255 No. of hosts (max): 16,646,144 CLASS B (medium network): the first two bytes identify the network and the last 2 bytes represent an address for hosts on the network. Byte 1: 128 – 191 No. of hosts (max): 65,024 CLASS C (small network): the first three bytes identify network and the last byte represent an address for hosts on the network. Byte 1: 192 – 223 No. of hosts (max): 254 hosts CLASS D: Byte 1: 224 – 239 CLASS E: Byte 1: 240 – 255

Broadcast Address: broadcast address is intended to go to every host on the network. (host address bytes are replaced with 255 (all ones) Example: Class B network with a network address of 174.148.0.0 would have a broadcast address of 174.148.255.255

Network Address: is formed by replacing all host bytes with 0. Example: Class B IP address of 174.148.10.5, has network address of 174.148.0.0 Network Mask (netmask): a host must know if a received packet relates to the network to which the host is a member. Membership of a network is determined using netmask defined on every network host. netmask = all network bits set to 1, all hosts bits set to 0 Example: Class A = 255.0.0.0, Class B = 255.255.0.0

5 Different Classes of IP Address CLASS A 1.0.0.0 to 127.255.255.255 CLASS B 128.0.0.0 to 191.255.255.255 CLASS C 192.0.0.0 to 223.255.255.255 CLASS D 224.0.0.0 to 239.255.255.255 CLASS E 240.0.0.0 to 255.255.255.255

PRIVATE IP ADDRESS (are not used anywhere on public internet, reserved for private LANs) Network Class Network Numbers Network Mask No. of Networks No. of Hosts per Network CLASS A 10.0.0.0 255.0.0.0 126 16,646,144 CLASS B 172.16.0.0 to 172.31.0.0 255.255.0.0 16,383 65,024 CLASS C 192.168.0.0 to 192.168.255.255 255.255.255.0 2,097,151 254 LOOPBACK (localhost) 127.0.0.0 to 127.0.0.7 -