Ch 4: Network Protocols and Routing Flashcards

1
Q

What is NOT one of the three characteristics of TCP in its role as a reliable delivery protocol?

A

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)

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

What command will list only current connections, including IP addresses and port numbers?

A

netstat -n

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

What utility is the equivalent to the pathping command on a Linux system?

A

mtr

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

Which statement regarding the Border Gateway Protocol (BGP) is accurate?

A

BGP utilizes TCP for communicating updates.

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

In a TCP segment, what field indicates how many bytes the sender can issue to a receiver before acknowledgment is received?

A

sliding-window

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

Which of the following is not a task handled by a router?

A

A router forwards broadcasts over the network.

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

The IP connectionless protocol relies on what other protocol to guarantee delivery of data?

A

TCP

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

You are connected to your network’s Cisco router, and need to verify the route table. What command should you enter?

A

show ip route

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

Which traceroute command will perform a trace using ICMP echo requests instead of UDP datagrams to the host srv1.mycompany.com?

A

traceroute -I srv1.mycompany.com

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

What is the purpose of the checksum TCP field?

A

It allows the receiving node to determine whether the TCP segment became corrupted during transmission.

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

What happens when a router receives a packet with a TTL of 0?

A

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
13
Q

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

flow label

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

What is routing protocol convergence time defined as?

A

It is the time it takes for the protocol to recognize the best path in the event of a network change.

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

Routing protocols that enable routers to communicate beyond neighboring routers, allowing each router to independently map the network, are known as which type of protocols?

A

link-state protocols

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

Which routing protocol started as a Cisco proprietary protocol and combines some of the features of a link-state protocol with that of distance-vector protocols?

A

EIGRP

17
Q

You have been tasked with the replacement of OSPF with EIGRP throughout your organization, which consists of a mixture of Cisco routers and routers from other vendors. What statement is accurate?

A

EIGRP may not be available on non-Cisco routers.

18
Q

What tcpdump command can be used to filter out all traffic except SSH traffic?

A

tcpdump port 22

19
Q

Which command will produce statistics about each message transmitted by a host, separated according to protocol type?

A

netstat -s

20
Q

When using the Routing Information Protocol (RIP), what is the maximum number of hops a message can take between its source and its destination before the destination is considered unreachable?

A

15

21
Q

What occurs when a collision happens on a network?

A

Each node on the network waits a random amount of time and then resends the transmission.

22
Q

You have been tasked with maintaining a network that is jumbo frame enabled. What does this mean?

A

The MTU for the network can be as high as 9198 bytes.

23
Q

What IPv6 field is similar to the TTL field in IPv4 packets?

A

hop limit

24
Q

If the VLAN tag is present in an Ethernet frame, what is the maximum frame size?

A

1522 bytes

25
Q

By default, what is the MTU size on a typical Ethernet network?

A

1500 bytes

26
Q

What routing metric affects a path’s potential performance due to delay?

A

latency

27
Q

Which statement does NOT accurately describe characteristics of the OSPF protocol?

A

OSPF requires very little CPU or memory resources.

28
Q

Originally codified by ISO, what does the “intermediate system” in IS-IS (Intermediate System to Intermediate System) stand for?

A

An IS-IS capable network router.

29
Q

What statement regarding the differences between the Windows tracert utility and the Linux/UNIX/macOS traceroute utility is accurate?

A

By default, the tracert utility uses ICMP echo requests, while traceroute uses UDP datagrams or TCP SYN messages.

30
Q

In the event of a duplicate MAC address shared by two hosts on a switched network, what statement is accurate?

A

The hosts will still send and receive traffic, but traffic may not always reach the correct destination.