Podcast
Questions and Answers
What is the classful mask for a Class A IP address?
What is the classful mask for a Class A IP address?
Which of the following are private IP address ranges? (Select all that apply)
Which of the following are private IP address ranges? (Select all that apply)
What is a loopback interface?
What is a loopback interface?
A logical (virtual) interface used for testing purposes.
What is an octet?
What is an octet?
Signup and view all the answers
What does prefix notation indicate?
What does prefix notation indicate?
Signup and view all the answers
What is dotted-decimal notation?
What is dotted-decimal notation?
Signup and view all the answers
What is a subnet mask?
What is a subnet mask?
Signup and view all the answers
What is a default gateway?
What is a default gateway?
Signup and view all the answers
What is variable-length subnet masking (VLSM)?
What is variable-length subnet masking (VLSM)?
Signup and view all the answers
What does DHCP stand for?
What does DHCP stand for?
Signup and view all the answers
What is zeroconf?
What is zeroconf?
Signup and view all the answers
What is a link-local IP address?
What is a link-local IP address?
Signup and view all the answers
What is Automatic Private IP addressing (APIPA)?
What is Automatic Private IP addressing (APIPA)?
Signup and view all the answers
What are borrowed bits in networking?
What are borrowed bits in networking?
Signup and view all the answers
What is block size in subnetting?
What is block size in subnetting?
Signup and view all the answers
What does classless inter-domain routing (CIDR) allow?
What does classless inter-domain routing (CIDR) allow?
Signup and view all the answers
What is unicast communication?
What is unicast communication?
Signup and view all the answers
What is anycast communication?
What is anycast communication?
Signup and view all the answers
What is tunneling in networking?
What is tunneling in networking?
Signup and view all the answers
What does dual stack mean?
What does dual stack mean?
Signup and view all the answers
What are router advertisements?
What are router advertisements?
Signup and view all the answers
What is neighbor discovery in networking?
What is neighbor discovery in networking?
Signup and view all the answers
What is DHCP Version 6?
What is DHCP Version 6?
Signup and view all the answers
What does Extended Unique Identifier-64 (EUI-64) do?
What does Extended Unique Identifier-64 (EUI-64) do?
Signup and view all the answers
What is an IP address?
What is an IP address?
Signup and view all the answers
What is a broadcast in networking?
What is a broadcast in networking?
Signup and view all the answers
What is multicast?
What is multicast?
Signup and view all the answers
What is Class A in IP addressing?
What is Class A in IP addressing?
Signup and view all the answers
What is Class B in IP addressing?
What is Class B in IP addressing?
Signup and view all the answers
What is Class C in IP addressing?
What is Class C in IP addressing?
Signup and view all the answers
What is scope in relation to DHCP?
What is scope in relation to DHCP?
Signup and view all the answers
What is multicast domain name service (mDNS)?
What is multicast domain name service (mDNS)?
Signup and view all the answers
What are service discovery protocols?
What are service discovery protocols?
Signup and view all the answers
What is an interesting octet?
What is an interesting octet?
Signup and view all the answers
What is the neighbor discovery protocol (NDP)?
What is the neighbor discovery protocol (NDP)?
Signup and view all the answers
Study Notes
IPv4 & IPv6 Overview
- Classful Mask: Default subnet masks for Class A (255.0.0.0), Class B (255.255.0.0), Class C (255.255.255.0). Class A ranges from 1-126, Class B from 128-191, Class C from 192-223.
- Private IP Addresses: Reserved for internal networks, these include specific ranges for Classes A, B, and C, not routable on the public internet.
Networking Concepts
- Loopback Interface: Virtual interface on a device used for testing network configurations.
- Octet: A group of 8 bits; an IPv4 address has four octets, totaling 32 bits.
Addressing Notations
- Prefix Notation: Represents subnet masks as how many bits are used (e.g., /24).
- Dotted-Decimal Notation: IPv4 addresses displayed with groups of 8 bits separated by periods.
Subnetting and IP Addresses
- Subnet Mask: Determines network ID vs. host ID in an IP address. Class A is /8, Class B is /16, Class C is /24.
- Default Gateway: Router's IP address used for sending traffic to non-local subnets.
- VLSM (Variable-Length Subnet Masking): Assigns subnet IDs for efficient IP address usage.
- Borrowed Bits: Additional bits in subnet masks to create more subnets and define the number of usable hosts.
- Block Size: Total number of IP addresses in a subnet, including addresses for the subnet and broadcasts.
Addressing Protocols
- BOOTP: Legacy protocol for assigning IP addresses, now largely replaced by DHCP.
- DHCP: Automates IP address assignment without a manually configured database of MAC-to-IP pairs.
- Zeroconf: Technology for automatic IP address assignment, name resolution, and service discovery in local subnets.
- APIPA (Automatic Private IP Addressing): Allows devices to self-assign an IP within the 169.254.0.0/16 range.
Communication Types
- Unicast: One-to-one communication, typical for most network traffic.
- Anycast: One-to-nearest communication based on routing table proximity.
- Broadcast: One-to-all communication, targeting all devices on a network.
- Multicast: One-to-many communication where traffic is sent to only interested devices that join a multicast group.
Classes of IP Addresses
- Class A: First octet ranges from 1-126, reserves 8 bits for network addressing.
- Class B: First octet ranges from 128-191, reserves 16 bits for network addressing.
- Class C: First octet ranges from 192-223, reserves 24 bits for network addressing.
Additional Networking Concepts
- Scope: Range of IP addresses available for assignment by a DHCP server.
- mDNS (Multicast Domain Name Service): Resolves names to IPs without a DNS server, using multicast.
- Service Discovery Protocols: Includes SLP, SSDP, and DNS-SD for locating services on a network.
Neighbor Discovery and Advertisement
- Neighbor Discovery Protocol (NDP): Critical for IPv6 networking includes five ICMPv6 packet types for router solicitation, advertisement, neighbor solicitation, neighbor advertisement, and redirection.
- Interesting Octet: The octet within a subnet mask that contains the last '1', indicating the division of network and host portions.
Dual Stack
- Dual Stack: Capability of a network interface to support both IPv4 and IPv6 protocols, facilitating a smoother transition during the adoption of IPv6.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge of IPv4 and IPv6 concepts with these flashcards. Learn key terms like classful masks and private IP addresses, along with their definitions and examples. Perfect for networking students and professionals alike.