exam questions

Exam AZ-700 All Questions

View all questions & answers for the AZ-700 exam

Exam AZ-700 topic 4 question 63 discussion

Actual exam question from Microsoft's AZ-700
Question #: 63
Topic #: 4
[All AZ-700 Questions]

HOTSPOT -

You have an Azure subscription that contains two virtual machines.

You monitor traffic between the virtual machines by using NSG flow logs.

You have a network security group (NSG) flow log that has the following entries.

1493763938,185.170.185.105,10.2.0.4,35370,23,T,I,A,B,,,,
1493695838,185.170.185.105,10.2.0.4,35370,23,T,I,A,C,200,500,100,300
1493696138,185.170.185.105,10.2.0.4,35370,23,T,I,A,E,1000,6000,500,1200

You need to identify the following metrics from the log entries:

• The total number of packets transferred between the virtual machines
• The total amount of bytes transferred between the virtual machines

What should you identity? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: A

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
manhattan
Highly Voted 5 months, 1 week ago
Selected Answer: A
correct, sum the first and third value of each row for packet second and forth value for bytes https://learn.microsoft.com/en-us/azure/network-watcher/nsg-flow-logs-overview#log-tuple-and-bandwidth-calculation For continuation (C) and end (E) flow states, byte and packet counts are aggregate counts from the time of the previous flow's tuple record. In the example conversation, the total number of packets transferred is 1021+52+8005+47 = 9125. The total number of bytes transferred is 588096+29952+4610880+27072 = 5256000.
upvoted 5 times
...
PL5423232909
Most Recent 2 months, 3 weeks ago
IDK what happend, but I think that the answer is to same question with different values... In this it will be: Packets - 1800 Bytes - 8000
upvoted 2 times
pattj2
2 months, 1 week ago
correct, note that the last 4 values in the log entry are <packets_tx>, <bytes_tx>, <packets_rx>, <bytes_rx>
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...