Chapter 3 Flashcards
What is NOT one of the three characteristics of TCP in its role as a reliable delivery protocol? A) Connection-oriented Protocol B) Sequencing and checksums C) Framing D) Flow Control
C) Framing
What field in an IPv4 packet informs routers the level of precedence they should apply when processing an incoming packet? A) Differentiated Services (DiffServ) B) Internet header length (IHL) C) Time to Live (TTL) D) Padding
A) Differentiated Services (DiffServ)
A modern ASN consists of how many bits? A) 16 B) 32 C) 64 D) 128
B) 32
What netstat command option lists only current connections, including IP addresses and port numbers? A) -s B) -r C) -n D) -o
C) -n
By default, the pathping command sends how many pings per hop? A) 50 B) 100 C) 200 D) 500
B) 100
Which network routing protocol is a path vector protocol that sends updates between routers using TCP? A) IS-IS B) OSPF C) RIP D) BGP
D) BGP
At what layer of the OSI model would a TCP or UDP header be added to a payload? A) Layer 7 B) Layer 4 C) Layer 2 D) Layer 1
B) Layer 4
In a TCP segment, what field indicates how many bytes the sender can issue to a receiver while acknowledgement for the segment is outstanding? A) urgent pointer B) sliding window C) sequence number D) URG flag
B) sliding window
Which of the following is not a task handled by a router?
A) A router forwards broadcasts over the network
B) A router can reroute traffic if the path of first choice is down but a second path is available
C) A router can interpret Layer 3 and often Layer 4 addressing
D) A router can connect dissimilar networks
A) A router forwards broadcasts over the network
The IP connectionless protocol relies on what other protocol to guarantee delivery of data> A) UDP B) ICMP C) TCP D) ARP
C) TCP
What command can be used on a Cisco router to view the routing table? A) route print B) netstat -r C) route D) show ip route
D) show ip route
What parameter can be combined with the traceroute command to instruct it to use ICMP echo requests instead of UDP datagrams? A) -n B) -p C) -i D) -d
C) -i
What TCP field below allows the receiving node to determine whether a TCP segment is corrupted during transmission? A) checksum B) sliding window C) acknowledgement number D) TCP header length
A) checksum
What happens when a router receives a packet with a TTL of 0?
A) The router attempts to forward the traffic on a local network
B) The router drops the packet and sends an ICMP TTL expired message back to the host
C) The router resets the TTL to 128
D) The router marks the packet as corrupted and forwards it to the next hop
B) The router drops the packet and sends an ICMP TTL expired message back to the host
What IPv4 protocol handles multicasting for tasks such as videoconferencing or teleconferencing? A) ICMP B) ARP C) TCP D) IGMP
D) IGMP
When viewing the routing table on a UNIX system, what flag indicates if a route is a usable route? A) I B) H C) G D) U
D) U
What routing protocol criteria is defined as the time it takes to recognize a best path change in the event of a network outage? A) administrative distance detection B) convergence time C) overhead calculation D) downed path detection
B) convergence time
What type of routing protocol enables routers to communicate beyond neighboring routers, allowing each router to create a map of an entire network? A) distance vector B) link state C) exterior gateway D) map extension
B) link state
What address does ARP work in conjunction with IPv4 to discover? (2) A) IP B) MAC C) ARP D) physical
B) MAC
D) physical
Which of the following are types of entries an ARP table contains? (2) A) Static B) Flat C) Basic D) Dynamic
A) Static
D) Dynamic
What versions of the IP protocol are used on networks today? A) IPv1 B) IPv4 C) IPv6 D) IPv5
B) IPv4
C) IPv6
Which layers of the OSI model are all routers able to interpret? A) 1 B) 2 C) 3 D) 4
C) 3
D) 4
What is the sliding window size
Indicates how many bites the sender can issue to a receiver while acknowledgement for this segment is outstanding
16 bits
What is checksum
Allows the receiving node to determine whether the TCP segment became corrupted
what is an Urgent Pointer
Indicates a location in the data were urgent data resides.
What is TCP header
Contains filler information to ensure that the size of the TCP header is a multiple of 32 bits
How many fields are there in the TCP header
10 Fields
How many fields are there is the UDP header
4 Fields
What is the difference between a Datagram and a Packet
A datagram is a message that stands alone delivery is not guaranteed and no prior transmission was required
A packet is entire message which includes the segment and header
What is the flags flied in the IPv4 packet
Indicates whether a message is fragmented and if it is fragmented whether this packet is the last in the fragment
What is the fragment offset in the IPv4 packet
identifies where the packet fragment belongs in the incoming set of fragments
What is the Time to live (TTL) field in the IPv4 packet
Indicates the maximum duration that the packet can remain on the network before it is discarded
What is the protocol field in the IPv4 packet
Identifies the type of protocol that will receive the packet
What is the header checksum in the IPv4 field
Allows the receiving host to calculate whether the IP header has been corrupted during transmission
What is the padding field in the IPv4 packet
Contains filter bits to ensure that the header is a multiple of 32 bits
What is the Internet header length IHL in the IPv4 packet
Indicates the length of the TCP header in bytes. The header can be 20 to 60 bytes.
What is the differentiated services field in the the IPv4 packet
Informs routers the level of precedence they should apply when processing the incoming packet
What is the traffic class field in the IPv6 packet
Identifies the packet’s priority
What is the flow label field in the the IPv6 Packet
Indicates which flow or sequence of packets from one source to one or multiple destinations the packet belongs to.
What is the Payload length field in the IPv6 packet
Indicates the size of the payload or data carried by the packet
What is the Next Header field in the IPv6 fields
Identifies the type of header that immediately follows the IP packet header.
What is the Hop Limit field in the IPv6 packet
Indicates the number of times that the packet can be forwarded by the routers
What 2 protocols only work with IPv4
IGMP - Internet Group Management Protocol
ARP - Address Resolution Protocol
What Protocol is utilized by both IPv4 and IPv6
ICMP - Internet Control Message Protocol
What is the ICMP
In the Network Layer
Report the success or failure of message deliver
What is IGMP
Internet Group Management Protocol
Operates in the Network Layer
Manages multi-casting
Router use IGMP to determine which nodes belong to certain multicast group and transmit data to all nodes in that group.
What is ARP
Address Resolution Protocol
Works with IPv4
Discovers the MAC address of a host
Is a Layer 2 protocol
What is the command to view ARP
ARP -a
ARP -a command shows
MAC addresses
What are the 3 types of Routers
Interior Routers
Border Routers
Exterior Routers
What are the characteristics of an Interior Router
Directs data btw networks in the sam autonomous system Autonomous Systems (AS) is a group of networks often on the same domain
What are the characteristics of the Border Routers
Connect an AS with an outside network
What are the characteristics of the Exterior Router
Direct data btw AS these routers operate on the internet backbone
What is Static Routing
Is a technique in which a network administrator configures a routing table to direct messages along specific paths btw networks
What is Dynamic Routing
Routers automatically calculates the best path between two networks and accumulates this information in the routing table.
What is a Default Gateway
Messages are sent to a router or layer 3 switch when their destination is not on the host’s local network
What is a default route
Is a backup route when no other route can de determined.