IPV4 Address Facts Flashcards
Most networks today make use of the Internet Protocol (IP) for communication. On an IP network, each host device is assigned a unique Layer 3 logical identifier called an IP address. The IP address is used to identify and locate each device on the network.
facts
-Each host on a network must be assigned an IPv4 configuration.
-The IPv4 configuration consists of four main components:
-IPv4 address
-Subnet mask
-Default gateway
-DNS server address
-A 32-bit address that consists of four decimal numbers (ranging from 0-255), each separated by a dot (e.g., 192.168.1.50).
-Each decimal number is known as an octet, as it consists of eight 1’s and 0’s.
-The decimal values range from 0-255 because there are 256 (28) combinations of 1’s and 0’s
IPv4 address
IPv4 address has two components
-host ID
-network ID
The host ID
is a unique value for each host
network ID
identifies the network the host is on. All hosts on the network will have the same network ID
subnet mask
The subnet mask also consists of four octets. Each octet is usually either a 0 or 255, but not always. The subnet mask is used to identify the octets in the IPv4 address that are the host ID and those that are the network ID.
Example of subnet mask
255 represents the network ID and 0 represents the host ID. For example:
The subnet mask 255.255.0.0 indicates that the first two octets in the IPv4 address are the network ID and the last two octets are the host ID.
Default gateway
is responsible for forwarding data packets to destinations outside of the network
example of default gateway
when a host requests a internet site, the request is sent to the gateway device which then forwards the request to the appropriate destination. When the requested data comes back, the gateway sends it to the requesting host device.
The default gateway is typically a router that sits on the edge of the network.
The IPv4 configuration specifies the address of the default gateway.
facts
The DNS server
is responsible converting hostnames to IP addresses. Part of the IPv4 configuration is specifying the address of the DNS server.
DNS Server facts
On a network, including the internet, computers use IP addresses to identify each other and specify where data should go. However, it is much easier for users to use hostnames to identify websites or other network devices.
Two methods can be used to configure hosts with IPv4 configurations:
-static
-dynamic
Static configuration
-Each host must be manually configured. -The main benefit of static configuration is that the IP configuration does not change.
-The host retains the IP address even if the device is shut down and rebooted.
-A static configuration is best used on devices that are accessed by other hosts, such as servers and network printers.