Шукаєте відповіді та рішення тестів для COMP2250 Data Communications ? Перегляньте нашу велику колекцію перевірених відповідей для COMP2250 Data Communications в ilearn.mq.edu.au.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
Apply the "XOR" operation to the following binary numbers... what is the result?
1110XOR1000
in your answer, enter the values for all 4 bits - even if the number starts with zeros. ... so, as an example don't write 100, instead, write 0100.
What is the decimal number represented by the following binary number?
01101111
IP is a protocol (RFC 791) that belongs to which layer in the OSI model?
When we say that "IP" is and unreliable connectionless packet delivery service.... what do we mean by "unreliable"?
Briefly describe the relationship between sequence numbers and acknowledgement numbers during the TCP 3-way handshake process. Your answer should address the following questions:
YOUR ANSWER SHOULD NOT EXCEED 8 LINES OF TEXT
Among the application layer architectures we studied in COMP2250, which one do you think iLearn might use to support your classes? Explain your reasoning. (We are not asking you to know what Zoom does, just to reason about what would be a good architecture for it to use.)
YOUR ANSWER SHOULD NOT EXCEED 8 LINES OF TEXT
A message is to be delivered from a web browser to a web server.
The destination web server is www.snazzy.com.
The client is at Macqaurie University.
The following table show the addresses for each interface in the diagram.
| Device | Interface Name | Interface MAC Address | Interface IP Address |
| Macquarie Uni Lab PC | Int11 | 34:23:45:cb:25:a5 | 137.111.46.5 |
| Macquarie Uni Switch | 52:23:9e:81:d3:71 | ||
| Macquarie Uni Router | Int21 | 25:63:f3:a6:3e:d5 | 137.111.46.1 |
| Macquarie Uni Router | Int31 | 25:63:f3:a6:3e:d6 | 137.111.0.1 |
| AARNet Router | Int32 | 61:45:f3:da:97:1e | |
| Verizon Router | Int62 | 85:32:98:4d:ea:91 | |
| Snazzy Inc Router | Int61 | 73:63:f3:52:44:c2 | 154.65.0.1 |
| Snazzy Inc Router | Int71 | 73:63:f3:52:44:c3 | 154.65.3.1 |
| Snazzy Inc Switch | 49:23:9e:21:fa:3d | ||
| Snazzy Inc Web Server | Int81 | 63:23:45:fa:4e:3a | 154.65.3.45 |
Question: consider the response from the web server back to the client.When the response traverses Snazzy Inc's router, crossing from Link 7 to Link 6, briefly explain what happens to the packet.Your answer should include bullet points that indicate the source and destination address at layers 2, 3, and 4 of the packet header.
YOUR ANSWER SHOULD NOT EXCEED 8 LINES OF TEXT
Apply the "not" operation to the following binary number... what is the result?
~ 1010
How many bits in a TCP header are used to represent a TCP Checksum?
What port would you expect to see being used to receive http requests?