Which network type spans a large geographic area, often connecting multiple cities or even countries?
- LAN
- MAN
- PAN
- WAN
WAN (Wide Area Network) is a network that covers a broad area, connecting multiple LANs that might be on opposite sides of the world. It can span cities, states, or even countries. The internet is the largest example of a WAN.
Loading...
Related Quiz
- A common method to prevent stored XSS attacks is to store user input in its ________ form.
- You have a PHP script and you need to call a static method. How would you do this?
- In the context of password hashing in PHP, what does "salting" mean?
- What are some common uses of the fclose() function in PHP?
- If you want to format a date in PHP, you can use the date() function where the first argument is the format string and the second argument is the ______.