Chapter 19: Local Area Networking Flashcards
Protocol Suite/Stack
Combination of protocols together
TCP/IP
Transmission Control Protocol/Internet Protocol
Router
Filters and forwards traffic via IP address
Connects a LAN to the wider internet (or other LANs)
Default Gateway
Router’s LAN IP connection (gateway to the net, essentially)
IP Address
Method for identifying node and network
Written in dotted-decimal notation
IPv4
Internet Protocol version 4
4 sets of 8 binary numbers, 32 bits total
255.255.255.255 is a fully masked IP
Subnet Mask
Blocks out of network ID for IP addresses
255.255.255.0 - all 255 values are locked in as network ID
Remaining set is left for the machines to identify with
IP Conflict
When two hosts have identical IP addresses
IPv6
Internet Protocol version 6
8 groups of 4 hexadecimal characters, 128 bits total (hextets are 16 bits each)
colon separator instead of dotted-decimal
Uses digits and letters up to ffff
leading 0s get dropped, sequential sets of 0s can be replaced with :: (but only once per address)
Public vs Private IP
Public address is like your passport to the internet - used to direct all traffic to you., Public IP address is typically the router’s outward facing address
Private IP address is only for internal network - allows router to distinguish between the different hosts on the network.
Classes of private addresses:
10.0.0.0 - Class A
172.16.0.0 - 172.31.255.255 - Class B
192.168.0.0 - Class C
CIDR
Classless Inter-Domain Routing
Masks using the binary values and “whack” notation
11111111.11111111.11111111.00000000 = /24 network (whack 24).
Remaining 0s are open for host IDs, while 1s are taken up with network ID
IPv6 Construction
Prefix, subnet, interface ID
First three hextets are the prefix (public topology assigned by ISP)
fourth hextet specifies the subnet (private topology)
final four hextets are interface ID (token/host ID)
CIDR notation is used to write the prefixes
link-local address
Automatically assigned to machine when it has not been manually configured or DHCP configured.
Valid only within the private network, routers will not transmit traffic using link-local addresses
IPv4 range: 169.254.0.0/16 (remember 169.254.0.0 and 169.254.255.255 are reserved)
IPv6 range: fe80::/10 (although typically get assigned within the fe80::/64 range)
EUI-64
Extended Unique Identifier
Creates an auto generated IPv6 address for a machine using the MAC address. Means machine will have an address even without DHCP configuration.
Puts MAC in after the IPv6 prefix. 24 bits are the first half of the MAC (with one bit modified from 0 to 1), puts filler 16 bits (FFFF:FFFE), then last 24 bits are the latter half of the MAC address.
DNS and TLD
Domain Name System (converts latin domain names to IP)
Top Level Domains - .com, .edu, .gov, .mil, .int, .net, .org
RS and RA
Router Solicitation and Router Advertisement
RA - provides network ID, subnet, and DNS server
Global Unicast Address
IPv6 equivalent to public address for router
Address Records
A record - IPv4
AAAA record - IPv6
Used by DNS servers to link domain name “blank.com” into an IP address