Chapter 4 Flashcards
On an IP host, the IP address of some router to which the host sends packets when the packet’s destination address is on a subnet other than the local subnet.
Default router (default gateway)
A list of routes in a router, with each route listing the destination subnet and mask, the router interface out which to forward packets destined to that subnet, and as needed, the next-hop routers IP address.
Routing table
An IPv4 network is called a _____ network because these networks are defined by the class rules for IPv4 addressing.
classful
Subdivisions of a Class A, B, or C network, as configured by a network administrator. This allows for a single Class A, B, or C network to be used instead of multiple networks, and still allow for a large number of groups of IP addresses, as is required for efficient IP routing.
IP subnet
An IP header, followed by the data encapsulated after the IP header, but specifically not including any headers and trailers for layers below the network layer.
IP packet
A set of messages and processes with which routers can exchange information about routes to reach subnets in a particular network.
Routing protocol
The format used for IP version 4 addresses, in which four decimal values are used, separated by periods (dots)
Dotted decimal notation (DDN)
Literally, the version of the Internet Protocol defined in an old RFC 791, standardized in 1980, and used as the basis of TCP/IP networks and the Internet for over 30 years.
IPv4 address
An IP address that represents a single interface. In IPv4, these addresses come from the Class A, B, and C ranges.
Unicast IP address
The process of subdividing a Class A, B, or C network into smaller groups of subnets.
Subnetting
The alphanumeric name of an IP host
Hostname
An application layer protocol used throughout the internet for translating host names into their associated IP addresses.
Domain Name System (DNS)
An internet protocol used to map an IP address to a MAC address. Defined in RFC 826.
Address Resolution Protocol (ARP)
An Internet Control Message Protocol (ICMP) echo message and its reply; it’s often is used in IP networks to test the reachability of a network device.
Ping
The process of hosts and routers forwarding IP packets (Layer 3 protocol data units [PDU]), while relying on the underlying LANs and WANs to forward the bits.
IP routing
Addresses used to identify a packet’s source and destination host computer. Addressing rules also organize addresses into groups, which greatly assists the routing process.
IP addressing
A protocol that aids routers by dynamically learning about the IP address groups so that a router knows where to route IP packets so that they go to the right destination host.
IP routing protocol
Which of the following are functions of OSI Layer 3 protocols? (Choose two answers.)
a. Logical addressing
b. Physical addressing
c. Path selection
d. Arbitration
e. Error recovery
a. Logical addressing
c. Path selection
Which of the following is a valid Class C IP address that can be assigned to a host?
a. 1.1.1.1
b. 200.1.1.1
c. 128.128.128.128
d. 224.1.1.1
b. 200.1.1.1
What is the assignable range of values for the first octet for Class A IP networks?
1 - 126
PC1 and PC2 are on two different Ethernet LANs that are separated by an IP router. PC1’s IP address is 10.1.1.1, and no subnetting is used. Which of the following addresses could be used for PC2? (Choose two answers.)
a. 10.1.1.2
b. 10.2.2.2
c. 10.200.200.1
d. 9.1.1.1
e. 225.1.1.1
f. 1.1.1.1
d. 9.1.1.1
f. 1.1.1.1
Imagine a network with two routers that are connected with a point-to-point HDLC serial link. Each router has an Ethernet, with PC1 sharing the Ethernet with Router1 and PC2 sharing the Ethernet with Router2. When PC1 sends data to PC2, which of the following is true?
a. Router1 strips the Ethernet header and trailer off the frame received from PC1, never to be used again.
b. Router1 encapsulates the Ethernet frame inside an HDLC header and sends the frame to Router2, which extracts the Ethernet frame for forwarding to PC2.
c. Router1 strips the Ethernet header and trailer off the frame received from PC1, which is exactly re-created by Router2 before forwarding data to PC2.
d. Router1 removes the Ethernet, IP, and TCP headers and rebuilds the appropriate headers before forwarding the packet to Router2.
a. Router1 strips the Ethernet header and trailer off the frame received from PC1, never to be used again.
Which of the following does a router normally use when making a decision about routing TCP/IP packets?
a. Destination MAC address
b. Source MAC address
c. Destination IP address
d. Source IP address
e. Destination MAC and IP addresses
c. Destination IP address
Which of the following are true about a LAN-connected TCP/IP host and its IP routing (forwarding) choices? (Choose two answers.)
a. The host always sends packets to its default gateway.
b. The host sends packets to its default gateway if the destination IP address is in a different class of IP network than the host.
c. The host sends packets to its default gateway if the destination IP address is in a different subnet than the host.
d. The host sends packets to its default gateway if the destination IP address is in the same subnet as the host.
b. The host sends packets to its default gateway if the destination IP address is in a different class of IP network than the host.
c. The host sends packets to its default gateway if the destination IP address is in a different subnet than the host.
Which of the following are functions of a routing protocol? (Choose two answers.)
a. Advertising known routes to neighboring routers
b. Learning routes for subnets directly connected to the router
c. Learning routes, and putting those routes into the routing table, for routes advertised to the router by its neighboring routers
d. Forwarding IP packets based on a packet’s destination IP address
a. Advertising known routes to neighboring routers
c. Learning routes, and putting those routes into the routing table, for routes advertised to the router by its neighboring routers
A company implements a TCP/IP network, with PC1 sitting on an Ethernet LAN. Which of the following protocols and features requires PC1 to learn information from some other server device?
a. ARP
b. ping
c. DNS
d. None of these answers is correct.
c. DNS
IP concerns itself with the _____ details, rather than _____ details, of delivering data.
logical;
physical
What is the common term used to describe routers and end-user computers that work together on a TCP/IP network to perform routing?
hosts
The host operating system (OS) has TCP/IP software, including the software that implements the _____ layer. Hosts use that software to choose where to send IP packets, often to a nearby router.
network
Refers to routing protocols, specifically how routing protocols select the best route among the competing routes to the same destination.
path selection
The default router is also referred to as the default _____.
gateway
When a router receives a packet, it compares the packet’s _____ IP address to the entries in the routing table and makes a match.
destination
The routing concept works a little like driving down the freeway when approaching a big interchange. You look up and see signs for nearby towns, telling you which exits to take to go to each town. Similarly, the router looks at the IP routing _____ (the equivalent of the road signs) and directs each packet over the correct next LAN or WAN link (the equivalent of a road).
table
Each router keeps an IP routing table. This table lists IP address groupings, called IP _____ and IP _____.
networks;
subnets