Download presentation
Presentation is loading. Please wait.
Published byDustin Booker Modified over 9 years ago
1
IP Addressing
2
IP Addresses (cont.) IP addressing allows for seamless integration amongst heterogeneous networks. To send a packet, the destination address is the IP address of the computer, not the hardware address! This allows for communication across networks.
3
IP Addresses (cont.) 32 bits in length (IPv4) 128 bits in length (IPv6) Addresses are divided into a prefix and suffix The prefix is the network_Id The suffix is the host_Id
4
Class First OctetSubnet maskNo. of N/WsNo. Of Hosts A 1-126255.0.0.0 12816777216 B128-191255.255.0.0 16386 65536 C192-226255.255.255.02097152256 PS :0,10,110 are called N/W_Identifiers for Class A, Class B & Class C respectively.
5
Dotted Decimal IP addresses are generally read in dotted decimal format. 0.0.0.0 through 255.255.255.255 Much better than reading: 10000001 00110100 00000110 00000000
6
IP Classes People commonly throw around terms like “Class C”, but it should really be termed “Class C address” or “Class C address space.” Class A: 16777216 hosts! Class B: 65536 Class C: 256
7
IP Class Scheme From the previous figure, we see that the 32-bit address is split into 4 octets. IP addresses are self identifying. If the first 4 bits of the first octet are – 0xxx: Class A address – 10xx: Class B address – 110x: Class C address – 1110: Class D address (Multicast) – 1111: Class E address
8
Dotted Decimal with Classes Class A: – 1 prefix octet (128 networks) – 3 suffix octets (16777216 hosts) Class B: – 2 prefix octets (16384 networks) – 2 suffix octets (65536 hosts) Class C: – 3 prefix octets (2097152 networks) – 1 suffix octet (256 hosts)
9
Address Space
10
Special Addresses (cont.) Limited Broadcast Address – All 1’s in the entire address. – Limited broadcast address is restricted to the local subnet. – 255.255.255.255
11
Special Addresses (cont.) Loopback addresses – Loopbacks are used for testing. An IP looback is application-level testing. – Any information sent to the loopback address is never passed to the network segment. It is handled internally in the TCP/IP stack. – 127.x.x.x
12
Special Addresses (cont.) This computer’s address – If a computer doesn’t know what it’s own address is, but needs to communicate to another machine, it designates the address of 0.0.0.0 for itself. – Applications include DHCP,BOOTP. BOOTP provides N/W configuration information to diskless workstation if necessary on the LAN.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.