8. The Internet Protocol // Flashcards
is a logical network address that identifies a particular host.
The IPv4 address
refers to any device or computer that is connected to a network and can send or receive data.
host
Host can be what?
Hosts can be computers, servers, routers, smartphones, tablets, IoT devices, or any other device that has network capabilities.
How a host is able to communicate with other devices on the internet?
The host must be properly configured and unique within the LAN, for local communication. It must also be properly configured and unique in the world, for remote communication.
An IPv4 address is assigned to the?
to the network interface connection for a host.
What are some examples of End devices with NIC Cards?
Examples of end-user devices with network interfaces include workstations, servers, network printers, and IP phones. Some servers can have more than one NIC and each of these has its own IPv4 address.
Do router have its own IP address?
Router interfaces that provide connections to an IP network will also have an IPv4 address.
IPv4 addresses are how many bits?
32 bits
IPv4 are grouped into four 8-bit bytes called?
octets like this:
11010001.10100101.11001000.00000001
The logical 32-bit IPv4 address is hierarchical and is made up of two parts which are?
the network and the host
This is used to identify the network on which the host is connected.
subnet mask
How to identify the network and host part?
As an example, there is a host with an IPv4 address 192.168.5.11 with a subnet mask of 255.255.255.0. The first three octets, (192.168.5), identify the network portion of the address, and the last octet, (11) identifies the host.