Network Protocols Flashcards
An academic and military network that later became the Internet’s primary precursor
ARPANET
What do the 1s represent in a Subnet Mask?
Network ID
What do the 0s represent in a Subnet Mask?
Host ID
What is the IP range and subnet for class A networks?
0.-127.255.255.255
Subnet Mask 255.0.0.0 /8
What is the IP range and subnet for class B networks?
- 191.255.255.255
Subnet Mask 255.255.0.0 /16
What is the IP range and subnet for class C networks?
- 223.255.255.255
Subnet Mask 255.255.255.0 /24
What is the IP range for class D networks?
- 239.255.255.255
What is the IP range for class E networks?
- 254.255.255.255
A non-routable address which can either mean the current network, the default route, any address at all, or a specific error condition, depending on context.
0.0.0.0
The broadcast address that addresses the entire subnet at once. Broadcasts aren’t generally routed, so any packet to this address is just sent through the local broadcast domain.
255.255.255.255
Reserved for loopback addresses, which, as the name implies, simply points right back to the local host.
127.0.0.0, Most commonly, you’ll see 127.0.0.1 used to refer to the local system.
These network addresses aren’t routable on the Internet, but are instead commonly used on home or office networks. They were originally assigned as classful addresses, but you can break them into CIDR subnets on your own networks.
Private Networks
- 0.0.0/8, or the single Class A network with addresses 10.0.0.0 – 10.255.255.255.
- 16.0.0/12, or the 16 contiguous Class B networks with addresses 172.16.0.0 – 172.31.255.255.
- 168.0.0/16, or the 256 contiguous Class C networks with addresses 192.168.0.0 – 192.168.255.255.
What network address is reserved for link-local or automatic Private IP addressing (APIPA) addresses
169.254.0.0/16
Used to find the physical address corresponding to an IvP4 local IP address
ARP Address Resolution Protocol
Used to find the physical address corresponding to an IvP6 local IP address
Neighbor Discovery Protocol (NDP)
A hierarchical directory service that stores assigned domain names and their corresponding IP addresses.
Domain Name System (DNS)
The root category of the domain. Originally these were either three-letter functional categories like.comor.edu, or two letter country codes like.ukor.jp.
Top-Level Domain (TLD)
Represents a particular organization
Domain
An optional level used for categories within the organization.
Subdomain
The name of the specific host within the organization, or its alias
Hostname
Usable on the local segment, but not routable and starts with 1111111010 (fe80) followed by 54 zero bits
Link-Local
Routable on public networks and starts with the bits 001, and the first group is in the range 2000-3fff
Global
Routable within an organization, but not on public networks and starts in the range fec0 to fef0 followed by 38 zero bits
Site-Local
TCP negotiates a virtual connection between two hosts, a dedicated channel that carries a defined stream of data to the remote host. This connection always requires two-way communications: even if the ultimate goal is a one-way transfer, the recipient must be able to acknowledge receipt of data.
Connection-oriented