Module 12 - Gateways to other networks Flashcards
(17 cards)
Which network device provides a gateway for hosts to communicate across different networks?
A router
Which private address block is most commonly used in small home networks?
192.168.0.0/16 block (usually segmented into /24 to support 254 devices)
Which network is referred to as the “inside” or “internal” network in router configurations?
The local network
Which address must every host know to send traffic outside its local network?
The default gateway address
Which process does a host use to resolve the MAC address of its default gateway?
ARP (Address Resolution Protocol)
Which condition must be met for internal hosts to communicate with their default gateway?
Hosts must have IP addresses in the same network as the routers internal interface
Which process does a host use to determine if a destination is on its local network or not?
Binary ANDing (comparing destination IP and host subnet mask)
Which network is referred to as the “outside” or “external” network in a home router setup?
Internet facing interface
Which private address block is best suited for large enterprises due to its large number of available subnets?
10.0.0.0/8 (has 24 host bits allowing around 16 million addresses)
Which router component stores the relationship between private and public addresses in NAT?
NAT translation table
Which process enables a device with a private IP address to communicate with public internet servers?
NAT (Network Address Translation)
Which category of IPv4 addressing is intended for use only within an organization and not routable on the internet?
Private addressing
Which subnet mask is typically associated with 192.168.0.0 networks in home environments?
255.255.255.0 /24
Which three IPv4 address ranges are reserved for private networks?
10.0.0.0/8 - 10.255.255.255
172.16.00 - 172.31.255
192.168.0.0/16 - 192.168.255.255
Which organization assigns public IP addresses for use across the global internet?
RIR’s (Regional Internet Registries)
Which function allows multiple private devices to share a single public IP for internet access?
PAT (Port address translation)
Which address is replaced when traffic exits a private network via NAT?
Private Source address