Answer:
Change default username and password.
Explanation:
The corporation under which Derek works has assigned him an assignment of establishing and safeguarding a SOHO router. He intends to ensure that maybe the wireless connection is protected and no further unauthorized person would connect the device to the router. So, the first task is to simply change the username and password that the wifi routers will be secured.
So, the following answer is correct about the given scenario.
Answer:
The fathers of the internet are Vinton Cerf and Robert Kahn
Explanation:
Vinton G. Cerf (Vint) was born in 1943 and is an American computer scientist. He researched at Stanford University on packet interconnection protocols and partnered with Robert Kahn in the design and development of the TCP/IP protocol.
Robert E. Kahn was born in 1938 and is an American engineer and computer scientist who worked with Vinton G. Cerf on the development of the TCP/IP protocol which is the crux of the internet today.
Among multiple achievements and awards, they have been awarded the Presidential Medal of Freedom by President Bush in 2005.
The wireless security technology contains significant flaws and should never be used is Wired Equivalent Privacy (WEP).
<h3>What is the primary weakness of Wired Equivalent Privacy WEP )?</h3>
Wired Equivalent Privacy (WEP) is known to be a kind of a security protocol, that is seen in the IEEE Wireless Fidelity (Wi-Fi) standard known to be 802.11b.
Note that the primary weakness of wired equivalent privacy (WEP) is that It functions only on some given brands of APs and as such, The wireless security technology contains significant flaws and should never be used is Wired Equivalent Privacy (WEP).
Learn more about wireless security from
brainly.com/question/25633298
#SPJ1
Answer:
The window operating system is popularly known as a graphical user interface(GUI)
Explanation:
older operating systems were command line based but window uses a gui
Answer:
interface GUIComponent{
public void open();
public boolean close();
public void resize(int width, int height);
public void move(int x, int y);
}
Explanation: