IP ADDRESSES Flashcards
What is an IP address?
An IP address is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.
What are the two versions of IP addresses?
Back: The two versions of IP addresses are IPv4 and IPv6.
What is the difference between IPv4 and IPv6?
IPv4 addresses are 32-bit addresses represented in dotted-decimal notation, while IPv6 addresses are 128-bit addresses represented in colon-separated hexadecimal notation.
What is the range of IP addresses in IPv4?
The range of IP addresses in IPv4 is 0.0.0.0 to 255.255.255.255
What is the range of IP addresses in IPv6?
The range of IP addresses in IPv6 is 0:0:0:0:0:0:0:0 to FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
What are the different types of IPv4 addresses?
There are three types of IPv4 addresses: Unicast, Multicast, and Broadcast
What is a Unicast IP address?
A Unicast IP address is a unique address assigned to a single host or device on a network. It is used for one-to-one communication between a sender and a receiver.
What is a Multicast IP address?
A Multicast IP address is an address assigned to a group of devices. It is used for one-to-many communication where a sender sends a single packet to multiple receivers simultaneously.
What is a Broadcast IP address?
A Broadcast IP address is an address used to send a packet to all devices on a network. It is used for one-to-all communication.
What is a Public IP address?
A Public IP address is an IP address that is publicly routable on the internet, and is assigned to a device or network by an Internet Service Provider (ISP).
What is a Private IP address?
A Private IP address is an IP address that is assigned for use within a private network and is not reachable from the internet.
What is a Class A IP address?
A Class A IP address is an IPv4 address that uses the first octet to identify the network and the remaining three octets to identify the host.
What is a Class B IP address?
A Class B IP address is an IPv4 address that uses the first two octets to identify the network and the remaining two octets to identify the host.
What is a Class C IP address?
A Class C IP address is an IPv4 address that uses the first three octets to identify the network and the remaining octet to identify the host.
What is a Subnet Mask?
A Subnet Mask is a mask used to divide a larger IP address space into smaller subnets, allowing for more efficient use of IP addresses.