Module 3: Internetworks: Principles of Internetworking, Architectures, IP Addressing Flashcards
What are the criterias for dividing the local network?
broadcast containment
security
locations
logical grouping
Criteria for dividing the local network where routers in the distribution layer can limit broadcasts to the local network where they need to be heard.
broadcast containment
Criteria for dividing the local network where routers in the distribution layer can separate and protect certain groups of computers where confidential information resides.
security
Criteria for dividing the local network where routers in the distribution layer can be used to interconnect local networks at various locations of an organization that are geographically separated.
locations
Criteria for dividing the local network where routers in the distribution layer can be used to logically group users, such as departments within a company, who have common needs or for access to resources.
logical grouping
A table that contains information for how to reach local and remote networks.
routing table
It is the router interface used when forwarding packets to a destination that is not in the routing table.
default route
A table that shows a mapping of IP address to MAC address.
arp (Address Resolution Protocol) table
A logical network address that identifies a particular host.
ipv4 (internet protocol version 4) address
It is a series of 32 binary bits (ones and zeros).
ipv4 (internet protocol version 4) address
what do you call the 8-bit bytes
octet
IPv4 address is represented as decimal value separated by a period which is called _____________.
dotted-decimal notation
What are the 2 parts of an IPv4 address?
network
host
Designed to support extremely large networks with more than 16 million host addresses. It used a fixed /8 prefix (255.0.0.0).
Class A
Designed to support the needs of moderate to large size networks with up to approximately 65,000 host addresses. It used a fixed /16 prefix (255.255.0.0).
Class B
Designed to support small networks with a maximum of 254 hosts. It used a fixed /24 prefix (255.255.255.0).
Class C
Private IPv4 address blocks
10.0.0.0 /8 or 10.0.0.0 to 10.255.255.255
172.16.0.0 /12 or 172.16.0.0 to 172.31.255.255
192.168.0.0 /16 or 192.168.0.0 to 192.168.255.255
It is used to translate between private IPv4 and public IPv4 addresses.
Network Address Translation (NAT)
Organization that manages both IPv4 and IPv6 addresses.
Internet Assigned Numbers Authority (IANA)
Responsible for allocating IP addresses to ISPs, who in turn provide IPv4 address blocks to organizations and smaller ISPs
Regional Internet Registries (RIRs)
Used for normal host-to-host communication in both a client/server and a peer-to-peer network.
Unicast communication
Type of transmission where packets use the address of the destination device as the destination address and can be routed through an internetwork.
Unicast Transmission
Type of transmission where a host is allowed to send a single packet to a selected set of hosts that subscribe to a multicast group.
Multicast Transmission
Type of transmission where packets are sent to all hosts in the network using a broadcast address.
Broadcast Transmission