What are the disadvantages of using network-level broadcasting to locate resources:
i) in a single Ethernet?
ii) in an intranet?
To what extent is Ethernet multicast an improvement on broadcasting?
i. All broadcast messages in the Ethernet must be handled by the OS, or by a standard daemon process. The overheads of examining the message, parsing it and deciding whether it need be acted upon are incurred by every host on the network, whereas only a small number are likely locations for a given resource. Despite this, note that the Internet ARP does rely on Ethernet braodcasting. The trick is that it doesn’t do it very often - just once for each host to locate other hosts on the local net that it needs to communicate with.
ii. Broadcasting is hardly feasible in a large-scale network such as the Internet. It might just be possible in an intranet, but ought to be avoided for the reasons given above.
Ethernet multicast addresses are matched in the Ethernet controller. Multicast message are passed up to the OS only for addresses that match multicast groups the local host is subscribing to. If there are several such, the address can be used to discriminate between several daemon processes to choose one to handle each message.
You might also like to view...
Visual Studio provides __________ pertaining to the “current content” (that is, the terms around the location of the mouse cursor).
a) content-sensitive help b) context-sensitive help c) location-sensitive help d) mouse-sensitive help
As with static data members of nontemplate classes, static data members of class- template specializations must also be defined and, if necessary, initialized at _________ scope.
Fill in the blank(s) with the appropriate word(s).
Which of the following is not considered one of the most common methods to create a form?
A) Blank Form B) Form Wizard C) Form Design D) Default Form
A watermark is a separate file that is pasted in a document and displays below the text
Indicate whether the statement is true or false