networking ch 5 Flashcards
Classful Masks
a default subnet mask applied to class A,B and C IPv4. specifically class A= 255.0.0.0. Class B= 255.255.0.0. Class C= 255.255.255.0.
Private IP Address
Class A,B and C have been designed for private use. although these networks are routable (except 169.254.0.0-169.254.255.255 address range) within the organization, services providers do not route these private networks over the public internet
Octet
a grouping of 8 bits. an IPv4 address has 4 octets. that is 32 bits.
Prefix Notation
a method of indicating how many bits are in a subnet mask. EX. /24 is prefix notation for a 24-bit subnet mask. also known as a slash notation
Slash Notation
same as prefix notation. EX. /24 means 24-bit subnet mask.
Dotted-Decimal Notation
method of writing an IPv4 address or subnet mask, where groups of 8 bits (octets) are separated by periods
Default Gateway
the IP address of a router (or multilayer switch) to which a network device sends traffic destined for a subnet other than the devices local subnet
Boot Strap Protocol (BOOTP)
a legacy broadcast based protocol used by network devices to obtain IP address info
Dynamic Host Configuration Protocol (DHCP)
preforms the task of taking a domain name and resolving that name into a corresponding IP address (EX. 10.1.2.3)
Zeroconf
assigns link-local IP addresses , resolves computer names to IP addresses , locating network services
Link-Local IP address
non-routable IP address usable only on a local subnet
Automatic Private IP Addressing (APIPA)
allows a networked device to self assign an IP address from the 169.254.0.0/16 network. this address is only usable on the devices local subnet (the IP address in non routable)
Borrowed Bits
bit added to a classful subnet mask
Block Size
The number of IP addresses in s subnet, including the subnets address and the subnets direct broadcast address
Classless Interdomain Routing (CIDR)
shortens a classful subnet mask by removing right justified 1’s from the classified mask. allows contiguous classful networks to be aggregated. sometimes called route aggregation