CISCO1
CISCO1
• A numeric address.
• It’s an identifier for a computer or device on a network.
• Every device has to have an IP Address.
• Consists of 2 parts: Network Address and Host Address.
2 Types:
- IPV4
- IPV6
IPV4
• Is the current version of IP Address
• 32-bit numeric address written as four numbers separated by periods (66. 94.
234. 13).
• Number range is from 0-255.
• 4,294,967,296 unique addresses.
• Computers and networks don’t read IP Address in this standard numeric
format: 66.94.29.13.
• They only understand numbers in binary format.
• Binary numbers only use 1’s and 0’s
• To identify the network and host portions of an IPV4 address, the subnet
mask is compared to the IPV4 address bit for bit, from left to right.
• The actual process used to identify the network and host portions is
called ANDing.
Prefix Length
Network Address
• Identifies network itself. It acts as an identifier for all devices connected to that
network.
• This address is created by setting all bits in the host portion (the last section) to 0. For
example, in 192. 168. 10. 0/24, the network address is 192. 168.10.0
• This address is used by routers and devices to understand which IP addresses belong
to the network.
Host Address
• Unique address given to each device (computer, phone, printer )
• This address are assigned within a range, usually starting from the first address after
the network address (192. 168. 10. 0 to 192. 169. 10. 254)
• Host address used for direct communication between devices within the network.
Broadcast Address
• Is used to send a message to all devices on the network simultaneously.
• This address is created by setting all bits in the portion to ‘1’.
• When a device sends a message to the broadcast address, all devices in the network
will receive it. This is often used for tasks like device discovery on the network or
network announcements.
ICMP Messages
ICMPv6 messages
• Has new features and improved functionality not found in ICMPv4, including four
new protocols as part of the neighbor discovery protocol (ND or NDP).