Address Categories Flashcards
(54 cards)
Bit
A bit is one digit, either a 1 or a 0.
Byte
A byte is 7 or 8 bits, depending on whether parity is used.
Octet
An octet, made up of 8 bits, is just an ordinary 8-bit binary number. A section of an ip address
Network address
uniquely identifies each network. This is the designation used in routing to send packets to a remote network—for example, 10.0.0.0, 172.16.0.0, and 192.168.10.0
Broadcast address
The broadcast address is used by applications and hosts to send information to all hosts on a network.
Broadcast address which designates
all networks and all hosts
255.255.255.255
Broadcast address which specifies all subnets and hosts on network 172.16.0.0
172.16.255.255
Broadcast address for all subnets and hosts on network 10.0.0.0
10.255.255.255
What is the network address of 172.16.30.56
172.16
Host address
assigned to, and uniquely identifies, each machine on a network. This part of the address must be unique because it identifies a particular machine—an individual—as opposed to a network, which is a group
What is the host address of 172.16.30.56?
30.56
Which octets are set aside for network and host addresses in a class A network?
Network.Host.Host.Host
Which octets are set aside for network and host addresses in a class B network?
Network.Network.Host.Host
Which octets are set aside for network and host addresses in a class C network?
Network.Network.Network.Host
APIPA
Automatic Private IP Addressing. With APIPA, clients can automatically self-configure an IP address and subnet mask
IP Range for APIPA
169.254.0.1 through 169.254.255.254
Subnet mask for APIPA
255.255.0.0
Layer 2 broadcasts
Hardware broadcasts are messages sent to all devices within a single Local Area Network (LAN).
How they’re identified: They use a special destination MAC address, which is typically set to FF:FF:FF:FF:FF:FF (all 1s in binary, or all Fs in hex). This address signifies to network devices like switches that the frame should be sent out on all ports (except the one it was received on).
Limited scope: Hardware broadcasts are confined to the LAN and do not go beyond the router. This is because routers operate at Layer 3 (the Network layer) and are designed to separate different networks, not to forward these Layer 2 broadcasts.
Layer 3 broadcasts
Network broadcasts. These are sent to all nodes on the network. Example: ARP (Address Resolution Protocol)
Unicast Address
A unicast address is assigned to a single interface, and this term is used both in IPv4 and IPv6 to describe your host interface IP address.
In simpler terms, it’s the standard way devices communicate with each other on a network, directly addressing a single recipient. Most internet traffic uses unicast communication.
172.16.255.255 is an example of what type of address
Layer 3 Broadcast
255.255.255 is an example of what type of address? What is the target of the address?
Layer 3 Broadcast, all networks/all hosts
How many addresses will IPv6 provide?
3.4 x 10^38
How many bits is IPv6?
128 bits