IP Addressing Pertemuan 06

Slides:



Advertisements
Similar presentations
Classifying Network Addressing
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
IP Subnetting.
IP Addressing and Subnetting
Network Layer Pertemuan 17 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
Chapter 18. IP: Internet Protocol Addresses
Based Computer Networks and Internets (Comer)
1 IP: Internet Protocol Addresses. 2 Internet Protocol (IP) Only protocol at Layer 3 Fundamental in suite Defines –Internet addressing –Internet packet.
Guide To TCP/IP, Second Edition1 Chapter 2 IP Addressing And Related Topics.
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
1 Pertemuan 19 Layer Network Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
1 Pertemuan 03 Routing Matakuliah: H0451/Praktikum Jaringan Komputer Tahun: 2006 Versi: 1/0.
IP Addressing Pertemuan 18 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
1 IP Addressing (IPv4 ADDRESSES). 2 Universal Service Concept Any computer can communicate with any other computer in the world. Multiple independently.
Transport Layer Pertemuan 24 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
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,
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.
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.
Types of Addresses in IPv4 Network Range
1 26-Aug-15 Addressing the network using IPv4 Lecture # 2 Engr. Orland G. Basas Prepared by: Engr. Orland G. Basas IT Lecturer.
Chapter 12 Subnetting CIS 1140.
INTRODUCTION TO IP ADDRESS Ravi Chandra Gurung. IP ADDRESSES.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
Guide to TCP/IP, Third Edition Chapter 2: IP Addressing and Related Topics.
 An Internet address is made of four bytes (32 bits) that define the host connection to a network.  It is uniquely and universally defines the connection.
IP Addressing & Subnetting
CSE5803 Advanced Internet Protocols and Applications (2) Universal Identifier In general, addressing in a network is closely linked with the issue.
Chapter 18 IP: Internet Protocol Addresses
SYSTEM ADMINISTRATION Chapter 8 Internet Protocol (IP) Addressing.
IP ADDRESSING, SUBNETTING & VLSM 1. Decimal vs. Binary Numbers – Decimal numbers are represented by the numbers 0 through 9. – Binary numbers are represented.
Layer 3: Internet Protocol.  Content IP Address within the IP Header. IP Address Classes. Subnetting and Creating a Subnet. Network Layer and Path Determination.
Chapter 5 IPv4 Address.
IP Internet Protocol Fundamental packet format that computers use to exchange information. Is a set of technical rules that defines how computers communicate.
21-IP addressing Dr. John P. Abraham Professor UTPA.
CS470 Computer Networking Protocols
IP Addresses: Classful Addressing IP Addresses. INTRODUCTION 4.1.
TCP/IP Addressing and Subnetting. IP Addressing Roadmap Format of IP Addresses Traditional Class Networks Network Masks Subnetting Supernetting Special.
IP Addressing. A 32-bit logical naming convention A dotted-decimal notation is used: – –Each number represents 8 bits. Number is Part.
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.
Chapter 15 PPT for IPV4 and IPV6 Working with IP Addresses.
Internet Architecture
IP Addressing and Subnetting
Binary Concepts By: Nathan Miller.
LESSON Networking Fundamentals Understand IPv4.
Networking for Home and Small Businesses – Chapter 5
Chapter-5 TCP/IP Suite.
4 Network Layer Part I Computer Networks Tutun Juhana
IPV4.
CS4470 Computer Networking Protocols
IP Addresses: Classful Addressing
Objective: Classful Internet Addressing
Chapter 5 Working with IP Addresses
Dr. John P. Abraham Professor UTPA
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
Dr. John P. Abraham Professor UTRGV
Planning the Addressing Structure
Chapter 2 Easy Subnetting
IP Addressing & Subnetting
Dr. John P. Abraham Professor UTRGV
Networking for Home and Small Businesses – Chapter 5
IP Addressing & Subnetting
Network Addressing.
Layering and the TCP/IP protocol Suite
Presentation transcript:

IP Addressing Pertemuan 06 Matakuliah : H0524/Jaringan Komputer Tahun : 2009 IP Addressing Pertemuan 06

Pada akhir pertemuan ini, diharapkan mahasiswa Learning Outcomes Pada akhir pertemuan ini, diharapkan mahasiswa akan mampu : Membagi IP Address Bina Nusantara

Outline Materi Classful Addressing Special Addresses Subnet mask Bina Nusantara

IP Address IP Address A logical address used in TCP/IP networking for identifying a host in the network IP Address Characteristics An IP address is 32 bits in size, unique, grouped into four 8-bit octets Octets are separated by decimal points Network Administrator IP addresses are assigned by a network administrator according to an organization’s valid IP address range. ICANN (Internet Corporation for Assigned Names & Numbers) Central authority on Internet addresses and names. A group of IP addresses must be obtained via an ISP. Bina Nusantara

IPv4 Address Formats Bina Nusantara

Classful Addresses Bina Nusantara

The network address defines the network to the rest of the Internet. Network Addresses In classful addressing, the network address is the one that is assigned to the organization The network address defines the network to the rest of the Internet. Given the network address, we can find the class of the address, the block, and the range of the addresses in the block Bina Nusantara

Some IP address numbers are reserved for special functions. Special IP Addresses Some IP address numbers are reserved for special functions. IP address whose numeric value is the highest value in the network (host bits all equal to one) is a broadcast address. IP addresses with first octet of 127 such as 127.0.0.1 is a loopback IP used to test local workstation communication IP addresses ending in “1” are typically reserved for gateway. Bina Nusantara

Private Addresses A number of blocks in each class are assigned for private use. They are not recognized globally Several techniques exist to hide internal network IP addresses from outside view Any organization can use these addresses provide they adhere to the rules All connectivity to an Internet host must be provided by a Network Address Translator Bina Nusantara

They cannot be referenced by hosts in another organization. Private IP Addresses Rules: They cannot be referenced by hosts in another organization. They cannot be defined to any external router Organization with private addresses cannot externally advertise those IP. Addresses and cannot forward IP datagrams containing those addresses to external routers. External routers will quietly discard all routing information regarding these addresses. Bina Nusantara

The organization does not require connectivity to the Internet. Private IP Addresses Private IP addresses relax the rule that IP addresses are globally unique This IP conservation technique reserves part of the IP address space for use exclusively within an organization. The organization does not require connectivity to the Internet. Bina Nusantara

Reserved IANA IP addresses for Private Internets Private IP Addresses Reserved IANA IP addresses for Private Internets 10.0.0.0 - 10.255.255.255 A single Class A network 172.16.0.0 - 172.31.255.255 Sixteen continuous Class B Networks 192.168.0.0 - 192.168.255.255 256 contiguous Class C networks Bina Nusantara

Allows the use one class of addresses for several network segments Subnetting Subnetting Allows the use one class of addresses for several network segments A subnetted address is comprised of three parts Network address Subnet address Host address Subnet address uses part of the host address for subnet address assignment Efficient use of IP addresses Bina Nusantara

Subnetting A subnet mask is a special bit pattern that blocks off the network portion of an IP address with an all-ones pattern The entire network address, including the network prefix and the subnetting bits, is called the extended network prefix This activity of stealing bits from the host portion of further subdivide the network portion of an address is called subnetting a network address, or subnetting Bina Nusantara

Subnetting A subnet mask that is larger than the default mask for the address in use divides a single network IP address into multiple subnetworks The network prefix identifies the number of bits in the IP address, counting from the left that represents the actual network address itself, and the additional bits of subnetting represent the bits that were borrowed from the host portion of that IP address to extend the network portion Bina Nusantara

Subnetting When a computer on one subnet wishes to communicate with a computer on another subnet, traffic must be forwarded from the sender to a nearby IP gateway to send the message on its way from one subnet to another. Subnet mask composed of four octets and can be expressed in either binary or dotted decimal notation. Bina Nusantara

Dotted Decimal Notation 255.255.255.0 Subnetting Octet of all 1’s Represents part of the extended network prefix that uses that subnet mask. Octet of all 0’s Represents corresponding octets that are assumed to represent host information. Binary Notation 11111111.11111111.1111111.00000000 Dotted Decimal Notation 255.255.255.0 Bina Nusantara

Default mask and subnet mask Bina Nusantara

Subnetting First 2 octets represent part of extended network prefix. 3rd octet represents subnet. 4th octet represents host/machine/device. Router needed to interpret addresses. IP ending in “1” always reserved for gateways address. Bina Nusantara