What type of network is best suited for connecting devices in a single building or floor?
- LAN
- WAN
- PAN
- MAN
LAN (Local Area Network) is a network type that is designed to operate over a small physical area such as an office, building, or a group of buildings. It allows devices to connect and communicate within a localized environment.
Loading...
Related Quiz
- You should always close a file in PHP using the fclose() function after you're done writing to it.
- Which of the following is used in PHP to output one or more strings?
- In PHP, a variable name must start with a ______ followed by the name of the variable.
- What is the $_REQUEST superglobal in PHP?
- The PHP $_SESSION superglobal is used to store information about a user session.