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.
What is a CIDR notation?
CIDR notation is a compact representation of an IP address and its associated routing prefix. It is used to specify the number of bits used for the network portion of an IP address.
What is DHCP?
DHCP (Dynamic Host Configuration Protocol) is a protocol used to automatically assign IP addresses to devices on a network.
What is ARP?
ARP (Address Resolution Protocol) is a protocol used to map a network address (such as an IP address) to a physical address (such as a MAC address) on a local network.
What is NAT?
NAT (Network Address Translation) is a method of remapping one IP address space into another by modifying network address information in the IP header of packets while they are in transit across a traffic routing device.
What is a Default Gateway?
A Default Gateway is the IP address of a router on a local network that is used to forward packets to other networks when the destination IP address is not on the local network.
What is a reserved IP address range?
A reserved IP address range is a set of IP addresses that have been set aside by IANA (Internet Assigned Numbers Authority) for specific purposes and cannot be assigned to hosts or networks.
What is a loopback IP address?
A loopback IP address is an IP address assigned to the loopback interface of a device, it is used for internal testing and communication within the device. The common IP for this is 127.0.0.1
What is an IP address conflict?
An IP address conflict occurs when two or more devices on the same network have been assigned the same IP address. This can cause communication issues and network connectivity problems.
What is a static IP address?
A static IP address is an IP address that is manually assigned to a device, rather than being assigned dynamically through DHCP.