Chapter 1 What Are IP Addresses & Why Do We Need Them? Flashcards
Internet Assigned Numbers Authority (IANA)
Was created to allocate and keep track of the addresses assigned. They in turn delegate allocations of IP addresses to regional Internet registries (RIRs). The RIRs then divide there allocated address pools into smaller blocks and delegate them to internet service providers and other organizations in their respective regions.
Binary is
Base 2, meaning it is comprised of 2 digits (1,0)
IP addresses are divided into 4 sets of 8 bits known as ___________ which range from 0-255.
Octet
Note: 8 bits or an octet is also equal to a byte, 1 byte=8 bits
If we turn on all the bits 9set them to 1 and sum up all the values
128+64+32+16+8+4+2+1 the sum will be equal to 255
Media Access Control (MAC) address (also known as hardware addresses)
Are used to communicate at layer 2, the data link layer. The Mack address is burned-in the network card of the device that is connected in to the network, meaning it is hard-coded.
MAC addresses are globally unique and are broken into two half’s.
The first half of the address represents the adapter manufacturer’s ID assigned number.
The second half of the address is the individual adapter’s identifier. Mac addresses are used to transport frames between devices in the same broadcast domain.
Broadcast domain
Is simply the network segment in which broadcasts propagate to all the same broadcast to all the hosts on it.
Broadcast domains are broken up by ___________
Routers or layer 3 devices
Local Link
Refers to a local segment where hosts can communicate via Layer 2
How does a device learn the MAC address of another host?
It resolves the destination IP address to the destination device’s MAC address using ARP (Address Resolution Protocol).
MAC addresses are only used on local links and are not used to _________
Interconnect networks.
A MAC address is composed 0f 48-bits which are represented in ____________.
Hexadecimal
IP addresses are the solution to our traffic segregation issues as they provide logical addressing by breaking an address into two portions:
Network ID and a Host ID
The Network ID portion is used to
Identify the network
The host ID is used to.
identify a host in that network