-
Which of the following is not a transmission mode that plug-in can select?
-
- Complex mode
- Normal mode
- Random-access mode
- File mode
- None of these
Correct Option: A
There are three transmission modes that plug-in can select. In normal mode browser sends stream data sequentially to plug-in, in Random-access mode browser allows a plug-in to request specific ranges of bytes from anywhere in the stream. In File, mode browser saves data to a local file in cache and passes the file path to plug-in.