S9-IP Addressing Flashcards
What Notation are IPv4 addresses notated in?
Dotted-Decimal Notation
What is an Octet?
Each number separated by a decimal in a IPv4 address
How man bits in an Octet?
8 bits
What 2 portions make up an IP Address?
-Network Portion
- Host portion
How do you identify the network portion of an IP address?
Any octet with a subnet mask of 255 (11111111) .
How do you identify the host portion of an IP address?
Octet with a subnet mask of 0 (00000000)
What are the 5 classes of IPv4 addressing?
- Class A
- Class B
- Class C
- Class D
- Class E
Class A
1st Octet Value
- 1-127
Default Subnet Mask
- 255.0.0.0
Possible hosts
- 16.7 m (255x255x255)
Class B
1st Octet Value
- 128-191
Default Subnet Mask
- 255.255.0.0
Possible Hosts
- 65,536 (255x255)
Class C
1st Octet Value
- 192-233
Default Subnet Mask
- 255.255.255.0
Possible Hosts
- 256
Class D
Used for Multi-cast routing*
1st Octet Value
- 224-239
Class E
Reserved for R&D*
1st Octet Value
- 240-255
Possible Hosts
- 268m (Reserved)
What is a Multicast Address?
a special IP address used to send data to a group of recipients simultaneously, rather than individually (unicast) or to every device on a network (broadcast)
What is Subnetting?
Subdividing a larger network into smaller portions
What is a Classful Subnet Mask?
Default Subnet mask for a Class of IP Addresses EG.
(Class A = 10.0.0.0) (255.0.0.0)
What is a Classless Subnet mask?
Sub netted IP addresses that borrow some host bits from and IPv4 address.
What is CIDR?
“Classless inter-domain Routing”
An IP addressing scheme that converts classful IP addressing into Classless IP addressing using variable-length subnet masks.
what is CIDR Notation?
IP addresses are represented with a slash followed by a number (e.g., 192.0.2.0/24), where the number indicates the number of bits (1’s) in the network portion of the address.
What are some IPv4 address types?
- Public
- Private
- Loopback
- APIPA
What is a Public (Routable) IPv4 Address?
Unique IP address assigned to each device on the internet that allows it to communicate with other devices using IPv4
How many total IP addresses can be produced from the IPv4 Address scheme?
About 4.3 billion addresses
what is ICANN?
“Internet Corporation for assigned Names and Numbers”
Organization that Globally manages and leases publicly routable IP Addresses
What are the 5 Regional Internet Registries (RIRs) of ICANN?
- ARIN (North America)
- LACNIC (Latin America)
- AFNIC (Africa)
- APNIC (Asia Pacific)
- RIPE (Europe)
What is a Private (Non-Routable) Address?
Local network addressing that allows for the communication between devices within that network without using a public IP address