Вы находитесь на странице: 1из 10

Home CST311-40_FA16: Intro to Computer Networks Week 8 Final - Friday 1 - 3 pm

Started on Friday, 16 December 2016, 1:00 PM


State Finished
Completed on Friday, 16 December 2016, 1:38 PM
Time taken 37 mins 55 secs
Grade 91.00 out of 100.00

Question 1 Consider the scenario in the gure below, in which three hosts are each connected
Correct to a router by a 50 Mbps link, with an near-zero ms propagation delay. That router in
turn is connected to another router over a 40 Mbps link with a 20 ms propagation
Mark 5.00 out of
delay, and that latter router is connected to two remote logging servers, each over a
5.00
50 Mbps link with a 10 ms propagation delay.

Suppose one of the hosts sends a message directly to one of the remote logging
servers. The message is 20K bits long. What is the end-to-end delay from when the
message is rst transmitted by the host to when it is received at the remote server?
Assume that the request goes directly to the server, that there are no queueing
delays, and that node (router) packet-processing delays are also zero.

Select one:
a. .121867 seconds
b. .0013 seconds

c. .0626 seconds
d. .0313 seconds

e. .0609335 seconds

Your answer is correct.


The correct answer is: .0313 seconds
Question 2 Which of the following is correct?
Correct
Select one:
Mark 4.00 out of
4.00 a. Switches work at layer 3 using IP addresses for packet delivery.
b. Switches work at layer 2 using MAC addresses for packet delivery.

c. Switches work at layer 3 using MAC addresses for packet delivery.


d. Switches work at layer 2 using IP addresses for packet delivery.

Your answer is correct.


The correct answer is: Switches work at layer 2 using MAC addresses for packet
delivery.

Question 3 Traceroute is implemented with ICMP messages and TTL.


Correct
Select one:
Mark 4.00 out of
4.00 True
False

The correct answer is 'True'.

Question 4 IP address is 201.11.3.4/8 -What is the binary equivalent?


Correct
Select one:
Mark 4.00 out of
4.00 a. 11001001.00001011.00000011.00000100
b. 11001001.00001011.00001101.00000100

c. 11001001.00001011.00000101.00000101
d. No answer is correct
e. 11001001.00001011.00000101.00000100

f. 11000101.00001011.00001101.00001101

Your answer is correct.


The correct answer is: 11001001.00001011.00000011.00000100

Comment:
Question 5 UDP provides reliable data transfer in the transport layer True or False?
Correct
Select one:
Mark 3.00 out of
3.00 True
False

The correct answer is 'False'.

Question 6 IP address is 261.1.2.5/16 - What is the network address portion?


Correct
Select one:
Mark 3.00 out of
3.00 a. 261.1.2
b. 261.1

c. 261.1.2.5/16
d. No answer is correct

e. 261.1.2.5

Your answer is correct.


The correct answer is: No answer is correct

Question 7 ApplicationlayerprotocolSMTPuseswhichtransportlayerprotocol?
Correct
Select one:
Mark 4.00 out of
4.00 a. Tracert

b. DHCP
c. UDP
d. TCP

Your answer is correct.


The correct answer is: TCP
Question 8 DHCP can be used to assign an IP address to a new computer on the network.
Correct
Select one:
Mark 3.00 out of
3.00 True
False

The correct answer is 'True'.

Question 9 IP address is 201.11.3.4/8 - What is the host address portion?


Correct
Select one:
Mark 5.00 out of
5.00 a. 3.4
b. 201.11.3.0

c. No answer is correct
d. 201

e. 11.3.4
f. 4

Your answer is correct.


The correct answer is: 11.3.4

Question 10 Given an IP address, DNS provides the domain name of the IP address.
Correct
Select one:
Mark 3.00 out of
3.00 True
False

The correct answer is 'False'.


Question 11 IP address is 261.1.2.5/16 -What is the binary equivalent?
Correct
Select one:
Mark 3.00 out of
3.00 a. No Answer is correct
b. 11110011.00000001.00000010.00000101

c. 11111111.00000001.00000010.00000101
d. 11110001.00000001.00000010.00000101

e. 11111110.00000001.00000010.00000101

Your answer is correct.


The correct answer is: No Answer is correct

Question 12 IP address is 261.1.2.5/16 - What is the host address?


Correct
Select one:
Mark 3.00 out of
3.00 a. 2.5

b. 261.1.2
c. 5
d. 1.2.5

e. No answer is correct

Your answer is correct.


The correct answer is: No answer is correct

Question 13 Distance Vector is less compute intensive than Link State but has slower
Correct convergence.

Mark 4.00 out of


Select one:
4.00
True
False

The correct answer is 'True'.


Question 14 NAT is used to translate internal private network addresses which are supposed to
Correct be routable such as those within 10.0.0/24 to the NATs external address.

Mark 4.00 out of


Select one:
4.00
True
False

The correct answer is 'False'.

Question 15 The following are part of the process to get the destination MAC address?
Correct (Select all that applies)

Mark 3.00 out of


Select one or more:
3.00
a. Destination replies with its MAC address in a broadcast frame

b. Send an ARP request in a broadcast frame


c. Check local ARP Table
d. Destination responds with its MAC address in a standard frame

e. Provide the domain name to DNS to get the MAC address


f. Use DHCP to get the destination MAC address

Your answer is correct.


The correct answer is: Check local ARP Table, Send an ARP request in a broadcast
frame, Destination responds with its MAC address in a standard frame
Question 16 Suppose Host A sends a few TCP segments back to back to Host B over a TCP
Correct connection. The rst segment has sequence number 100; the second has sequence
number 140. The rst segment is lost but the second segment arrives at B.
Mark 5.00 out of
5.00 In the acknowledgment that Host B sends to Host A, what will be the
acknowledgment number?

Select one:
a. 20
b. 140

c. 40
d. 100

e. 240

Your answer is correct.


The correct answer is: 100

Question 17 Routers route packets to its destination address using the destination MAC address.
Correct
Select one:
Mark 4.00 out of
4.00 True

False

The correct answer is 'False'.

Question 18 Fragmentation can occur due to dierent MTU sizes on dierent routers along the
Correct path a packet is sent.

Mark 4.00 out of


Select one:
4.00
True

False

The correct answer is 'True'.


Question 19 RIP is a link state routing protocol using Hop count to determine best route.
Correct
Select one:
Mark 4.00 out of
4.00 True
False

The correct answer is 'False'.

Question 20 Host A with IP address of 111.111.111.111 wants to send a datagram to Host B with
Incorrect IP address 111.111.111.112 in the diagram below. What destination IP address and
MAC address does Host A put in its datagram?
Mark 0.00 out of
5.00

Select one:
a. IP address 111.111.111.111 and MAC address 74-29-9C-E8-FF-55 of Host A.
b. IP address of Host B 111.111.111.112 and MAC address 1A-23-F9-CD-06-
9B of Router.

c. IP address 111.111.111.112 and MAC address CC-49-DE-D0-AB-7D of Host


B.
d. IP address of Host B 111.111.111.112 and MAC address E6-E9-00-17-BB-
4B of Router.

e. IP address of Host A 111.111.111.111 and MAC address CC-49-DED0-AB-


7D of Host B.

Your answer is incorrect.


The correct answer is: IP address 111.111.111.112 and MAC address CC-49-DE-
D0-AB-7D of Host B.
Question 21 Routers need the subnet mask corresponding to the destination IP address to route
Incorrect packets.

Mark 0.00 out of


Select one:
4.00
True
False

The correct answer is 'True'.

Question 22 IP address is 201.11.3.4/8 - What is the network address portion?


Correct
Select one:
Mark 5.00 out of
5.00 a. 11.3

b. No answer is correct
c. 201.11.3
d. 201

e. 4
f. 3

Your answer is correct.


The correct answer is: 201

Question 23 Suppose Host A sends a few TCP segments back to back to Host B over a TCP
Correct connection. The rst segment has sequence number 100; the second has sequence
number 140.
Mark 5.00 out of
5.00 How much data is in the rst segment?

Select one:
a. 40
b. 240

c. 100
d. 20
e. 140

Your answer is correct.


The correct answer is: 40
Question 24 Which of the following is correct?
Correct
Select one:
Mark 4.00 out of
4.00 a. Routers work at layer 3, which uses MAC addresses for ethernet frame
delivery.
b. Routers work at layer 3, which uses IP addresses for ethernet frame delivery.

c. Routers work at layer 2, which uses IP addresses for ethernet frame delivery.
d. Routers work at layer 2, which uses MAC addresses for etherrnet frame
delivery.

Your answer is correct.


The correct answer is: Routers work at layer 3, which uses IP addresses for ethernet
frame delivery.

Question 25 What is the largest possible subnet mask if three routers 223.2.7.14, 223.2.7.11 and
Correct 223.2.7.5 are all in the same subnet?

Mark 5.00 out of


Select one:
5.00
a. 24
b. 16

c. 29
d. 28

Your answer is correct.


The correct answer is: 28

Вам также может понравиться