Describe why dial-up connections are less susceptible to external threats than broadband connections.
What will be an ideal response?
A dial-up connection is not an always-on session, and therefore it is difficult for hackers to detect the connection. Also, since dial-up connections use DHCP-assigned IP address, which usually change from connection instance to connection instance, it is difficult for a hacker to detect and use that IP address to target that user.
Computer Science & Information Technology
You might also like to view...
In a hybrid cipher, the asymmetric algorithm provides the keys used for encryption
Indicate whether the statement is true or false.
Computer Science & Information Technology
In the following code, System.out.println(num) is an example of __________.
``` double num = 5.4; System.out.println(num); num = 0.0; ``` a. a value-returning method b. a void method c. a complex method d. a local variable
Computer Science & Information Technology