Intro to network layer Flashcards
IP Address
A unique address assigned to each device connected to a network, allowing it to send and receive data.
Routing
process of selecting a path for traffic in a network to ensure data packets reach their correct destination.
Private IP
private networks and are not routable on the public internet
public IP
globally unique and routable
Subnet
A subdivision of an IP network that organizes devices into smaller groups, helping with efficient routing.
NAT
allows multiple devices on a local network to share a single public IP address, translating private IPs to public ones for internet access.
IPv4
#of bits? # of unique addresses?
The fourth version of IP, using a 32-bit address scheme, limiting it to about 4.3 billion addresses.
IPv6
128-bit address scheme that significantly expands the address space.
ICMP protocol
Used for network diagnostics (e.g., ping, tracert) and error-reporting to determine network connectivity.
class a network
range and who host to network ratio?
Range 0.0.0.0 - 127.255.255.255
maximizes hosts per network
class b network
range 128.0.0.0 - 191.255.255.255
balancing hosts and network numbers
class c network
Range 192.0.0.0 - 223.255.255.255
more networks with fewer hosts
Routing loops
result in packets circulating endlessly
broadcast storms
can overwhelm network devices with excessive data.