Podcast
Questions and Answers
What does the term 'octet' refer to?
What does the term 'octet' refer to?
What does prefix notation represent?
What does prefix notation represent?
The subnet mask such as /6, /16, or /24.
What is dotted-decimal notation?
What is dotted-decimal notation?
An address written from binary into decimal numbers separated by periods.
What are classful masks associated with?
What are classful masks associated with?
Signup and view all the answers
What are private IP addresses?
What are private IP addresses?
Signup and view all the answers
What does APIPA stand for?
What does APIPA stand for?
Signup and view all the answers
What is a default gateway?
What is a default gateway?
Signup and view all the answers
What does the Bootstrap Protocol do?
What does the Bootstrap Protocol do?
Signup and view all the answers
What does DHCP mean?
What does DHCP mean?
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 are borrowed bits?
What are borrowed bits?
Signup and view all the answers
What is an interesting octet?
What is an interesting octet?
Signup and view all the answers
What is block size?
What is block size?
Signup and view all the answers
What does CIDR stand for?
What does CIDR stand for?
Signup and view all the answers
What is a unicast?
What is a unicast?
Signup and view all the answers
What is broadcast traffic?
What is broadcast traffic?
Signup and view all the answers
What is multicast?
What is multicast?
Signup and view all the answers
What is anycast?
What is anycast?
Signup and view all the answers
Study Notes
Networking Terms and Concepts
-
Octet: An 8-bit segment of a 32-bit IPv4 address.
-
Prefix Notation / Slash Notation: Denotes subnet mask size, indicated by "/#" where "#" counts the network bits. Example: Class B address with a mask of 255.255.0.0 is noted as /16.
-
Dotted-decimal Notation: Representation of addresses in decimal form with periods separating values. Example: 192.168.1.1 corresponds to binary 11000000.10101000.00000001.00000001.
-
Classful Mask: Default subnet masks associated with address classes A, B, and C, defined in dotted-decimal format.
- Class A: 1-126, Mask: 255.0.0.0 (/8)
- Class B: 128-191, Mask: 255.255.0.0 (/16)
- Class C: 192-223, Mask: 255.255.255.0 (/24)
-
Private IP Addresses: IPs used within a private network that need NAT to access a wider network, allowing simultaneous use for numerous devices through a single public IP.
-
APIPA: Automatic Private IP Addressing, typically when a DHCP server is unavailable, assigns addresses from the range 169.254.0.0 - 169.254.255.255 (non-routable).
-
Default Gateway: A network node that routes traffic between the sender's subnet and other subnets.
-
Bootstrap Protocol (BOOTP): An early protocol for automatic IP address assignment to diskless workstations, requiring a static database of MAC addresses.
-
Dynamic Host Configuration Protocol (DHCP): Automates the assignment of IP information from a defined range without needing MAC address configuration.
-
Zeroconf (Zero Configuration): Technology enabling automatic network configuration, covering:
- Link-local IP Address Assignment (APIPA)
- Name Resolution (mDNS - Multicast Domain Name Service)
- Service Location (e.g., SLP, SSDP, DNS-SD)
-
Link-local IP Address: Non-routable IPs valid only within the local subnet, exemplified by APIPA.
-
Borrowed Bits: Additional bits used when modifying a classful subnet mask, affecting subnet quantity and host capacity.
-
Interesting Octet: The octet in the subnet mask containing the last '1' bit.
-
Block Size: Determined by subtracting the subnet mask in the interesting octet from 256, indicating the counting increment in that octet.
-
Classless Inter-Domain Routing (CIDR): A method to condense classful subnet masks and aggregate networks, enhancing routing efficiency through reduced advertisement size.
-
Unicast: The standard method of network traffic where data is sent from one device to a specific destination device.
-
Broadcast: Data transmission method where a single source sends information to all devices across a network.
-
Multicast: Enables one host to send data to multiple specified devices simultaneously.
-
Anycast: A communication method in which a single IPv6 address is assigned to multiple devices, allowing routers to deliver packets to the nearest designated device.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge on fundamental IPv4 addressing terms such as 'Octet' and 'Prefix Notation.' This quiz covers key concepts essential for understanding subnetting and network masking. Challenge yourself and deepen your understanding of networking terminology.