Chapter 3 Flashcards

(143 cards)

1
Q
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
A

C) Framing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
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

A) Differentiated Services (DiffServ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A modern ASN consists of how many bits?
A) 16
B) 32
C) 64
D) 128
A

B) 32

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
What netstat command option lists only current connections, including IP addresses and port numbers?
A) -s
B) -r
C) -n
D) -o
A

C) -n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
By default, the pathping command sends how many pings per hop?
A) 50
B) 100
C) 200
D) 500
A

B) 100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
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
A

D) BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
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
A

B) Layer 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
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
A

B) sliding window

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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) A router forwards broadcasts over the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
The IP connectionless protocol relies on what other protocol to guarantee delivery of data>
A) UDP
B) ICMP
C) TCP
D) ARP
A

C) TCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
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
A

D) show ip route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
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
A

C) -i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
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

A) checksum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

B) The router drops the packet and sends an ICMP TTL expired message back to the host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
What IPv4 protocol handles multicasting for tasks such as videoconferencing or teleconferencing?
A) ICMP
B) ARP
C) TCP
D) IGMP
A

D) IGMP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
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
A

D) U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q
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
A

B) convergence time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q
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
A

B) link state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q
What address does ARP work in conjunction with IPv4 to discover? (2)
A) IP
B) MAC
C) ARP
D) physical
A

B) MAC

D) physical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q
Which of the following are types of entries an ARP table contains? (2)
A) Static
B) Flat
C) Basic
D) Dynamic
A

A) Static

D) Dynamic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q
What versions of the IP protocol are used on networks today?
A) IPv1
B) IPv4
C) IPv6
D) IPv5
A

B) IPv4

C) IPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q
Which layers of the OSI model are all routers able to interpret?
A) 1
B) 2
C) 3
D) 4
A

C) 3

D) 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is the sliding window size

A

Indicates how many bites the sender can issue to a receiver while acknowledgement for this segment is outstanding
16 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is checksum

A

Allows the receiving node to determine whether the TCP segment became corrupted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
what is an Urgent Pointer
Indicates a location in the data were urgent data resides.
26
What is TCP header
Contains filler information to ensure that the size of the TCP header is a multiple of 32 bits
27
How many fields are there in the TCP header
10 Fields
28
How many fields are there is the UDP header
4 Fields
29
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
30
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
31
What is the fragment offset in the IPv4 packet
identifies where the packet fragment belongs in the incoming set of fragments
32
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
33
What is the protocol field in the IPv4 packet
Identifies the type of protocol that will receive the packet
34
What is the header checksum in the IPv4 field
Allows the receiving host to calculate whether the IP header has been corrupted during transmission
35
What is the padding field in the IPv4 packet
Contains filter bits to ensure that the header is a multiple of 32 bits
36
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.
37
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
38
What is the traffic class field in the IPv6 packet
Identifies the packet's priority
39
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.
40
What is the Payload length field in the IPv6 packet
Indicates the size of the payload or data carried by the packet
41
What is the Next Header field in the IPv6 fields
Identifies the type of header that immediately follows the IP packet header.
42
What is the Hop Limit field in the IPv6 packet
Indicates the number of times that the packet can be forwarded by the routers
43
What 2 protocols only work with IPv4
IGMP - Internet Group Management Protocol | ARP - Address Resolution Protocol
44
What Protocol is utilized by both IPv4 and IPv6
ICMP - Internet Control Message Protocol
45
What is the ICMP
In the Network Layer | Report the success or failure of message deliver
46
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.
47
What is ARP
Address Resolution Protocol Works with IPv4 Discovers the MAC address of a host Is a Layer 2 protocol
48
What is the command to view ARP
ARP -a
49
ARP -a command shows
MAC addresses
50
What are the 3 types of Routers
Interior Routers Border Routers Exterior Routers
51
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 ```
52
What are the characteristics of the Border Routers
Connect an AS with an outside network
53
What are the characteristics of the Exterior Router
Direct data btw AS these routers operate on the internet backbone
54
What is Static Routing
Is a technique in which a network administrator configures a routing table to direct messages along specific paths btw networks
55
What is Dynamic Routing
Routers automatically calculates the best path between two networks and accumulates this information in the routing table.
56
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
57
What is a default route
Is a backup route when no other route can de determined.
58
What is the route utility command
Windows - Route Print Linux - route Cisco show IP Route
59
What are some of the metrics used to determine the routing metrics
``` Hop count Bandwidth Latency MTU Routing Cost Topology of the network ```
60
What is MTU
Maximum transmission Unit | the largest IP packet size in bytes allowable
61
What is Administrative Distance
Each routing protocol is assigned as default AD, which is a number indicating the protocol reliability with the lowest number representing the higher priority
62
What is Convergence Time
The time is takes to recognize a best path in the event of a change or network outage
63
What is overhead
The burden placed on the underlying network to support the protocol
64
What are Routing Protocols based on
Administrative Distance Convergence Time Overhead
65
What are some of the common routing protocols
``` RIP - Routing Information Protocol RIPv2 Routing Information Protocol v2 OSPF Open Shortest Path First IS-IS Intermediate System to Intermediate System BGP Border Gateway Protocol ```
66
What are IGP's
Interior Gateway Protocols - routing protocols used by interior routers with AS Grouped according to Distance - Vector Protocols Link - State Routing Protocols
67
What is Distance - Vector Routing Protocols
Calculates the best path to a destination on the basis of the distance to that destination. RIP and RIPv2 are distance - vector routing protocols
68
What are Link - State routine protocols
Enables routers to communicate beyond neighboring routers, after which each router can independently map the network OSPF and IS-IS are link state routing protocols
69
What is EGP
Exterior gateway protocols Used by border and exterior routers distributes data outside the AS system Uses BGP
70
What is the only routing protocol that communicates across the internet
BGP Border Gateway Protocol
71
Describe RIP
Oldest router protocol Broadcast every 30 seconds creates excessive noise Convergence time is poor Factors only the number of HOPS btw nodes 15 maximum Does not consider congestion
72
Describe RIPv2
Generates less broadcast traffic function more securely then RIP Can not exceed 15 HOPS
73
Describe OSPF
``` Open Shortest path First No HOP limits May change from shortest path to most efficient path Used on Interior and Border Routers Used for IPv4 only ```
74
Describe IS-IS
Intermediate System to Intermediate System Uses best path Designated for interior routers Used for IPv4 and IPv6
75
Describe BGP
``` Border Gateway Protocol Protocol for the Internet Path - Vector routing protocol that communicates via BGP specific messages that travel between routers over TCP sessions Can span multiple AS Most complex protocol ```
76
What is NSLOOKUP
Query the nameserver for the IP address of the given HOST optionally using a specified DNS server
77
What is NETSTAT
Displays a list of all active TCP/IP connections on the local machine
78
What is NETSTAT -n
List current connections including IP addresses and port numbers
79
What is NETSTAT -f
List current connections including IP addresses and port numbers and FQDN's
80
What is NETSTAT - p TCP
List current connections including IP addresses and port numbers and FQDN for a specific protocol
81
What is a NETSTAT -e
Displays statistics about messages sent over a network interface including errors and discards
82
What is a NETSTAT - s
Displays statistics about each messages transmitted by a host, separated according to the protocol type. IP, TCP , UDP and ICMP.
83
What is NETSTAT -r
Displays routing table information
84
What is NETSTAT -o
Lists the processor identifier (PID) for each process using a connection and information about the connection.
85
What is NETSTAT -b
List the name of each process using a connection and information about the connection. Requires an elevated command prompt.
86
What is NETBIOS
A windows protocol used as an alternative to TCP/IP
87
What is NBSTAT
A TCP/IP troubleshooting utility that provides information about the netbios names and their IP addresses
88
What is tracert or traceroute
A windows utility that uses ICMP echo requests to trace the path from one node to another
89
1. UDP provides error checking, but not sequencing.​ (A) True (B) False
False
90
UDP provides error checking, but not sequencing.​ (A) True (B) False
Answer : (B)
91
IP is an unreliable, connectionless protocol.​ (A) True (B) False
Answer : (A)
92
IPv4 and IPv6 use the same packet format.​ (A) True (B) False
False
93
As a network support technician, you only need to know how to support IPv6.​ (A) True (B) False
True
94
On IPv4 networks, IGMP operates at the Network layer of the OSI model to manage multicasting.​ (A) True (B) False
True
95
``` 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 ```
Framing
96
``` ​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 ```
​Differentiated Services (DiffServ)
97
``` A modern ASN consists of how many bits? (A) ​16 (B) ​32 (C) ​64 (D) ​128 ```
(B) 32
98
``` ​What netstat command option lists only current connections, including IP addresses and port numbers? (A) ​-s (B) ​-r (C) ​-n (D) ​-o ```
Answer : (C)
99
``` By default, the pathping command sends how many pings per hop?​ (A) ​50 (B) ​100 C) ​200 D) ​500 Answer : (B) ```
Answer : (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 Answer : (D) ```
​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 Answer : (D)
101
``` What protocol replaces ARP, IGMP, and ICMPv4 on IPv6 based networks? (A) ​ARPng (B) ​BGPv6 (C) ​IGMPv6 (D) ​ICMPv6 ```
Answer : (D)
102
``` ​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 ```
Answer : (B)
103
``` 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 ```
Answer : (B)
104
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.
Answer : (A)
105
``` The IP connectionless protocol relies on what other protocol to guarantee delivery of data? (A) ​UDP (B) ​ICMP (C) ​TCP (D) ​ARP Answer : (C) ```
Answer : (C)
106
``` ​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 Answer : (D) ```
Answer : (D)
107
``` 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 Answer : (C) ```
Answer : (C)
108
``` 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 ```
Answer : (A)
109
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.
Answer : (B)
110
``` In IPv6, what field is used to indicate what sequence of packets from one source to one or multiple destinations a packet belongs to?​ (A) ​traffic class (B) ​group ID (C) ​flow label D) ​traffic exchange ```
Answer : (C)
111
``` What IPv4 protocol handles multicasting for tasks such as videoconferencing or teleconferencing?​ (A) ​ICMP (B) ​ARP (C) ​TCP (D) IGMP​ ```
Answer : (D)
112
``` 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 ```
Answer : (D)
113
``` 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 ```
Answer : (B)
114
``` 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 ```
Answer : (B)
115
The receiving host de-encapsulates the message at each layer in _______ order and then presents the payload to the receiving application.
​Answer : reverse
116
The TCP ___________________ is performed before TCP transmits the actual data.
​Answer : Three | way handshake
117
​___'s lack of sophistication makes it more efficient than ​TCP.
Answer : UDP
118
ICMP (Internet Control Message Protocol) is a _______ layer core protocol that reports on the success or failure of data delivery.​
Answer : Network
119
A _______ joins two or more networks and passes packets from one network to another.​
Answer : router
120
Describe the difference between dynamic ARP table entries and static ARP table entries.​
An ARP table can contain two types of entries: dynamic and static. Dynamic ARP table entries are created when a client makes an ARP request that could not be satisfied by data already in the ARP table. Static ARP table entries are those that someone has entered manually using the ARP utility.
121
Compare the three categories of routers.
The three categories of routers are as follows: • Interior routers direct data between networks within the same autonomous system. An autonomous system (AS) is a group of networks, often on the same domain, that are operated by the same organization. For example, Cengage, the company that published this book, might have several LANs that all fall under the cengage.com domain, with each LAN connected to the others by interior routers.​ • Border routers (or gateway routers) connect an autonomous system with an outside network. For example, the router that connects a business with its ISP is a border router. ​ • Exterior routers direct data between autonomous systems. Routers that operate on the Internet backbone are considered exterior routers. An exterior router can also be a border or gateway router if it stands between an autonomous system and an outside network.
122
What is the difference between static and dynamic routing?
Static routing is a technique in which a network administrator configures a routing table to direct messages along specific paths between networks. Static routes are appropriate in certain situations, such as the static route between a small business and its ISP. However, static routes used to traverse several networks don't account for occasional network congestion, failed connections, or device moves, and they require human intervention. Dynamic routing, on the other hand, automatically calculates the best path between two networks and accumulates this information in the routing table. If congestion or failures affect the network, a router using dynamic routing can detect the problems and reroute messages through a different path. By default, when a router is added to a network, dynamic routing ensures that the new router's routing tables are updated.
123
List some examples of routing metrics that might be used to determine the best path for data.
Some examples of routing metrics used to determine the best path may include: Hop count (network segments crossed) ● Theoretical bandwidth and actual throughput on a potential path ● Delay, or latency, on a potential path, which results in slower performance ● Load, or the traffic or processing burden sustained by a router in the path ● MTU (maximum transmission unit), or the largest IP packet size in bytes allowable by routers in ● the path without fragmentation and excluding the frame size on the local network Routing cost, or a value assigned to a particular route as judged by the network administrator; the● more desirable the path, the lower its cost Reliability of a potential path, based on historical performance ● The topology of a network
124
``` Which protocol’s header would a Layer 4 device read and process? A. IP B. TCP C. ARP D. HTTP ```
Answer: B. TCP
125
``` What number does a host use to identify the application involved in a transmission? A. IP address B. MAC address C. Port number D. Sequence number ```
Answer: C. Port number
126
``` What field in a TCP segment is used to determine if an arriving data unit exactly matches the data unit sent by the source? A. Source port B. Acknowledgment number C. Data D. Checksum ```
Answer: D. Checksum
127
``` At which OSI layer does IP operate? A. Application layer B. Transport layer C. Network layer D. Data Link layer ```
Answer: C. Network layer
128
``` Which OSI layer is responsible for directing data from one LAN to another? A. Transport layer B. Network layer C. Data Link layer D. Physical layer ```
Answer: B. Network layer
129
``` What kind of route is created when a network administrator configures a router to use a specific path between nodes? A. Trace route B. Static route C. Default route D. Best path ```
Answer: B. Static route
130
``` When a router can’t determine a path to a message’s destination, where does it send the message? A. Default gateway B. Default route C. Gateway of last resort D. Routing table ```
Answer: C. Gateway of last resort
131
``` A routing protocol’s reliability and priority are rated by what measurement? A. Routing table B. MTU C. Latency D. AD ```
Answer: D. AD
132
``` Which routing protocol does an exterior router use to collect data to build its routing tables? A. RIPv2 B. BGP C. OSPF D. IS-IS ``` 10
Answer: B. BGP
133
When messages to a remote Web server are being lost for no apparent reason and you suspect the problem might be a path MTU black hole, which TCP/IP utility can you use to diagnose the problem? A. netstat B. traceroute C. nbtstat D. ping
Answer: D. ping
134
What three characteristics distinguish TCP from UDP?
Answer: TCP is connection-oriented, uses sequencing and checksums, and provides flow control.
135
What process is used to establish a TCP connection?
Answer: Three-way handshake
136
Which two protocols are essential to IPv4 networks, but whose functions are performed by ICMPv6 on IPv6 networks?
Answer: IGMP, ARP
137
What is the difference between dynamic ARP table entries and static ARP table entries?
Answer: Dynamic ARP table entries are created when a client makes an ARP request, whereas static ARP table entries are entered manually using the ARP utility.
138
What four functions do all routers perform?
Answer: 1. Connect dissimilar networks. 2. Interpret Layers 3 and 4 addressing and other information. 3. Determine the best path for data to follow. 4. Reroute traffic if a primary path is down but another path is available.
139
What database does a router consult before determining the most efficient path for delivering a message?
Answer: Its routing table
140
Manually modifying a routing table can cause messages to get stuck hopping between a limited number of routers. What is this problem called?
Answer: Routing loop
141
Give three examples of routing metrics used by routers to determine the best of various available routing paths.
Answer: (Any three) Hop count, theoretical bandwidth, actual throughput, path latency (or delay), path load, MTU, cost, reliability
142
List three interior gateway protocols (IGPs).
Answer: RIP/RIPv2, IS-IS, OSPF
143
What kind of Web site allows you to remotely collect network routing information back to your actual location?
Answer: Looking glass site