Chapter 8 TCP/IP Internetworking I
In an IPv4 packet, the ________ field value tells the type of message contained in the IP packet's data field. A) data B) next-hop C) next-header D) protocol
protocol
A(n) ________ must find the best-matching row in its ________ table by comparing multiple row matches. A) Ethernet switch, switching B) router, routing C) both A and B D) neither A nor B
router, routing
For a given volume of traffic, which are more expensive? A) switches B) routers C) Both of the above are about equally expensive.
routers
When a router forwards incoming packets closer to their destination hosts, this is ________. A) routing B) switching C) bridging D) relaying
routing
TCP messages are called ________. A) frames B) packets C) segments D) fragments
segments
Which of the following is one of the three parts of an IPv4 address? A) subnet part B) mask C) both A and B D) neither A nor B
subnet part
An internal router only connects different IP ________. A) subnets B) networks C) both A and B D) neither A nor B
subnets
The main benefit of IPv6 over IPv4 is ________. A) two more bits in the IP address B) two more bytes in the IP address C) the ability to have quality-of-service guarantees D) the ability to support more possible hosts
the ability to support more possible hosts
If I simplify the address 2001:0000:0000:00fe:0000:0000:0000:cdef, I get ________. A) 2001:::fe::::cdef B) 2001::fe::::cdef C) 2001:::fe::cdef D) 2001::00fe:::cdef
2001:::fe::::cdef
If I simplify the address 2001:0000:0000:00fe:0000:0000:abcd:13ef, I get ________. A) 2001:::fe:::abcd:13ef B) 2001::fe:::abcd:13ef C) 2001:::fe::abcd:13ef D) 2001::fe::abcd:13ef
2001::fe:::abcd:13ef
In a network mask, the 1s correspond to the ________. A) network part B) subnet part C) host part D) none of the above
network part
Express the mask /18 in dotted decimal notation. A) 255.0.0.0 B) 255.255.0.0 C) 255.255.255.0 D) none of the above
none of the above -- 255.0.0.0 255.255.0.0 255.255.255.0
In the mask /14, how many 1s are there? A) 8 B) 16 C) 24 D) none of the above
none of the above -- 8 / 16 / 24
In a subnet mask, the 1s correspond to the ________. A) network part B) subnet part C) host part D) none of the above
none of the above -- NOT network part / subnet part / host part
What is pushing IPv6 adoption now? A) pressure from ISPs B) pressure from the IETF C) pressure from ISO D) none of the above
none of the above -- pressure from ISPs / pressure from the IETF / pressure from ISO
If someone says that a 1-bit flag is not set, this means that its value is ________. A) 0 B) 1 C) blank D) We cannot say.
0
The version number field in IPv6 has the value ________. A) 0001 B) 0100 C) 0101 D) 0110
0110
A router will discard a packet if the Time to Live (TTL) value in an arriving packet is ________. A) 0 B) 1 C) 254 D) 256
1
In a routing table, Rows 47 and 3497 both match the destination IP address of an arriving packet's IP address. Which row will the router look at first when trying to find matches? A) 1 B) 47 C) 3497 D) the default row
1
If I simplify the address 2001:0ed2:056b:00d3:000c:abcd:0bcd:0fe0, I get ________. A) 2001:ed2:56b:d3:c:abcd:bcd:fe0 B) 2001:ed2:56b:d3:c:abcd:bcd:fe C) either A or B D) neither A nor B
2001:ed2:56b:d3:c:abcd:bcd:fe0
In the mask 255.255.255.0, how many 1s are there? A) 8 B) 16 C) 24 D) We cannot say.
24
Express the mask /24 in dotted decimal notation. A) 255.0.0.0 B) 255.255.0.0 C) 255.255.255.0 D) none of the above
255.255.255.0
Row 2707 has the mask /16 and the cost metric 20. Row 4400 has the mask /14 and the cost metric 10. Which row will the router choose if both are matches? A) 2707 B) 4400 C) either A or B D) The router will choose the default row.
2707
Row 2707 has the mask /16 and the reliability metric 20. Row 4400 has the mask /16 and the reliability metric 10. Which row will the router choose if both are matches? A) 2707 B) 4400 C) either A or B D) The router will choose the default row.
2707
Deciding what interface and to what device to send the packet back out is step ________ in the routing process. A) 1 B) 2 C) 3 D) 4
3
A mask has ________ bits. A) 8 B) 16 C) 32 D) We cannot say.
32
The total length of an IPv4 address is ________ bits. A) 8 B) 16 C) 32 D) We cannot say.
32
For human reading, symbols in IPv6 addresses are written in fields of ________ symbols. A) 1 B) 2 C) 4 D) 16
4
The main version of Internet Protocol in use today is IP version ________. A) 1 B) 4 C) 5 D) 6
4
The new version of Internet Protocol that is coming into use is IP version ________. A) 1 B) 2 C) 6 D) 8
6
How many fields are there in an IPv6 address written for human reading? A) 8 B) 16 C) 32 D) 128
8
There is a row for each individual Ethernet address in a(n) ________. A) Router table B) Ethernet switching table C) both A and B D) neither A nor B
Ethernet switching table
A TCP ________ segment is a request to close a connection. A) FIN B) ACK C) Close D) Disconnect
FIN
Four-way closes use ________ segments. A) FIN B) RST C) either A or B D) neither A nor B
FIN
Which of the following allows routers to check for errors in the header when a packet arrives? A) IPv4 B) IPv6 C) both A and B D) neither A nor B
IPv4
What does a router do with Address Resolution Protocol request messages? A) It broadcasts them. B) It sends them directly to the destination host. C) It sends them to a next-hop router. D) It sends them to the default next-hop router.
It broadcasts them.
In the IPv4 address 1.2.3.4, what is the network part? A) 1 B) 1.2 C) 1.2.3 D) It is hard to say with limited information.
It is hard to say with limited information.
The network part of an IPv4 address is ________ bits long. A) 8 B) 16 C) 32 D) It is hard to say with limited information.
It is hard to say with limited information.
ARP operates at ________. A) Layer 2 B) Layer 3 C) both A and B D) neither A nor B
Layer 3
An abrupt close uses a(n) ________ segment. A) FIN B) RST C) either A or B D) neither A nor B
RST
Which of the following segments is not acknowledged? A) FIN B) RST C) Both of the above are acknowledged. D) Neither A nor B is acknowledged.
RST
One-bit fields are called ________ fields. A) SYN B) flag C) ACK D) none of the above
SYN
Which of the following can handle an application message that is one megabyte in size? A) TCP B) UDP C) both A and B D) neither A nor B
TCP
Which is a problem with IPv4 addresses? A) They cannot be used on wireless devices. B) They are too complex. C) Routers find it difficult to handle them. D) We have run out of them.
We have run out of them.
For 100,000 addresses, which will have fewer rows? A) a routing table B) an Ethernet switching table C) Both will be about the same length.
a routing table
To deliver an arriving packet to a destination host on a subnet connected to a router, the router needs to know the destination host's ________ before the router can send the packet on to the destination host. A) IP address B) data link layer address C) both A and B D) neither A nor B
both A and B -- IP address Data link layer address
The default row ________. A) always has the mask /32 B) will always match the destination IP address of an incoming packet C) both A and B D) neither A nor B
both A and B -- always has the mask /32; will always match the destination IP address of an incoming packet
The encapsulating security protocol offers ________. A) confidentiality B) authentication C) both A and B D) neither A nor B
both A and B -- confidentiality; authentication
Address Resolution Protocol is used to find the destination data link layer destination addresses of ________. A) destination hosts B) routers C) both A and B D) neither A nor B
both A and B -- destination hosts; routers
For human reading, IPv6 fields are separated by ________. A) dashes B) slashes C) colons D) none of the above
colons
The first step in the routing process involves ________. A) selecting the best match row B) comparing the packet's destination IP address to all rows C) comparing the packet's destination IP address to matching rows D) selecting an interface
comparing the packet's destination IP address to all rows
The router selects a row in which the next-hop router is labeled local. The router will send the packet to the ________. A) default router B) local next-hop router C) local host D) destination host
destination host
Which IPv4 header field is used to specify quality of service? A) type of service B) version number C) ECN D) differentiated services control point
differentiated services control point
In IPv6, the payload length gives the number of octets in the ________. A) entire packet B) entire packet minus the main header C) entire packet minus the main and extension headers D) entire packet minus the extension headers
entire packet minus the main header
Compared to normal routing, decision caching is ________. A) faster B) less dangerous C) both A and B
faster
According to the IETF standards, if a router receives a series of packets from the same IP address to the same IP address, it should ________. A) go through the entire process for each packet B) cache the decision made for the first packet and use this decision on subsequent packets C) skip the first step in the routing process but go through other steps for each subsequent packet D) none of the above
go through the entire process for each packet
For human reading, IPv6 address is written in ________ notation. A) decimal B) hexadecimal C) binary D) runic
hexadecimal
After selecting a row on a routing table, a router will send packets out to the ________. A) port B) socket C) interface D) plug
interface
Router connectors are called ________. A) sockets B) plugs C) interfaces D) ports
interfaces
Routers usually are connected in a ________ topology. A) point-to-point B) mesh C) hierarchical D) bus
mesh
A router must use the Address Resolution Protocol process ________. A) when a new router comes online B) when a router goes offline C) whenever it forwards an IP packet D) whenever it forwards an IP packet to a host that is not in its ARP cache
whenever it forwards an IP packet to a host that is not in its ARP cache