CS代考 COMP90007 Internet Technologies Week 11 Workshop – cscodehelp代写

COMP90007 Internet Technologies Week 11 Workshop
Semester 2, 2021
Suggested solutions
ý University of Melbourne 2021 1

Question 1
What are the disadvantages of having only one central DNS server that serves all machines connected to the internet?
Ans. Some of the disadvantages of a single DNS are: ¡öSingle point of failure
¡öTraffic congestion at server
¡öDistant centralised server for remote queries
¡öMaintenance issues, not only for keeping large amount of data upto date but also the prospect of simple service maintenance could cause big disruptions.
¡öMay not be able to service all queries fast enough, also scaling on the computation front may be an issue.
2

Question 2
What does iterative mode of execution when querying a DNS mean? Where is it used? What is the recursive mode? Please explain with an example.
Ans. Iterative queries are requests that are propagated from one name server to another, gathering partial results in the form of which name server might know the location of the authoritative record till we reach that location. At which point, we return the final answer (Resource record mapping) to our end user who requested the domain initially, this is referred to as recursive, where we return the final answer only to the end user and not partial answers. Recursive queries are when a local PC/device delegates to local server the DNS query to recursively follow-up the query with other servers in the DNS system.
3

Question 3
What is non-persistent HTTP connections? Explain with an example request.
Ans. Sessions where only one object/response is returned and a new connection is established for every response to be provided.
4

Question 4
What are the benefits of a persistent HTTP connection?
Ans. A connection established remains open for some time after the transmission of an object, allowing multiple objects
to be sent using the same connection as opposed to tearing down an existing connection and recreating it for every response to be sent.
5

Question 5
Give an example execution of an HTTP request with a cookie being used?
Ans.
6

Question 6
Web Caching can cause problems such as stale data being served to clients. What are the benefits of web caching?
Ans.
¡öReduced response time to distant servers. ¡öReduced traffic to congested servers.
7

Question 7
What is perceptual coding in terms of compressing media to deliver data over the internet? Give two examples?
Ans. Perceptual coding is that some media content such as audio can be coded into digital form without loss of any perceived quality. For example some sounds can mask other sounds for human hearing and at that point those sounds that are identified can be used to reduce the data size to be transmited. For example – Frequency masking: Some sounds at certain frequencies can mask/hide others so there is no point encoding the ones humans cannot hear.
Temporal masking: Human ears can miss soft sounds immediately after loud sounds, takes time for the ear to adjust, so no need to put these in the compressed data as well.
8

Question 8
What is SMTP protocol and where is it used?
Ans. SMTP is an application layer protocol for mail transfer. It is used from the user agent to the MTA and between MTAs.
9

Question 9
What are the two missing layers of the OSI protocol that we did not see in the Internet so far? Give one service for each.
Ans. Presentation and Session Layer.
Services can be: formatting, encryption, compression for presentation layer and authentication, authorization, session management for the Session layer.
10

Leave a Reply

Your email address will not be published. Required fields are marked *