Wireless networks: Difference between revisions

From Computer Science Wiki
No edit summary
Line 57: Line 57:


===  WiFi ===  
===  WiFi ===  
[[File:OSX Wireless information.png|thumb|border|Example of wireless network information in OS X operating system]]
<br />
<br />
I use these with tremendous gratitude from the Dartford Grammar School <ref>http://ib.compscihub.net/wp-content/uploads/2015/04/3.1.14.pdf</ref>
I use these with tremendous gratitude from the Dartford Grammar School <ref>http://ib.compscihub.net/wp-content/uploads/2015/04/3.1.14.pdf</ref>

Revision as of 13:36, 10 February 2020

Networks[1]

A wireless local-area network (LAN) uses radio waves to connect devices such as laptops to the Internet and to your business network and its applications. When you connect a laptop to a WiFi hotspot at a cafe, hotel, airport lounge, or other public place, you're connecting to that business's wireless network.[2].

This wiki article has an advanced companion page Advanced wireless networking. If you want a deeper understanding of this material, please read and understand the companion page.

A video with horrible background music to help you understand this[edit]

This video explores wireless networks at a suitable level of technical depth for IB computer science:

Advantages of wireless networks[edit]

The text below is used with gratitude from Cisco Systems [3]

  1. Convenience. Access your network resources from any location within your wireless network's coverage area or from any WiFi hotspot.
  2. Mobility. You're no longer tied to your desk, as you were with a wired connection. You and your employees can go online in conference room meetings, for example.
  3. Productivity. Wireless access to the Internet and to your company's key applications and resources helps your staff get the job done and encourages collaboration.
  4. Easy setup. You don't have to string cables, so installation can be quick and cost-effective.
  5. Expandable. You can easily expand wireless networks with existing equipment, while a wired network might require additional wiring.
  6. Security. Advances in wireless networks provide robust security protections.
  7. Cost. Because wireless networks eliminate or reduce wiring costs, they can cost less to operate than wired networks.

Disadvantages of wireless networks[edit]

I use the edited list below with gratitude from turbofuture[4]

  1. It can require extra costs and equipment to set up
  2. File-sharing transfer speeds are normally slower with wireless networks than they are with cabled. The speeds can also vary considerably according to your location in relation to the network.
  3. The general speed of a wireless connection is also usually much slower than a wired one. The connection also gets worse the farther you are from the router, which can be a problem in a large building or space.
  4. Wireless connections can be obstructed by everyday household items and structures such as walls, ceilings, and furniture.
  5. Wireless networks are generally less secure (this depends on the competence of the network administrator)
  6. If an access point fails, and there isn't a good mesh setup, the cost of failure could be high.

Hardware and software components[edit]

Hardware[edit]

  1. Antenna
  2. Networking interface card (NIC)

More about NIC's[edit]

A major part of a wireless LAN includes a radio NIC that operates within the computer device and provides wireless connectivity. A wireless LAN radio NIC, sometimes referred to as a radio card, often implements the 802.11 standard. The cards generally implement one particular physical layer, such as 802.11a or 802.11b/g. As a result, the radio card must utilize a version of the standard that is compatible with the wireless LAN. Wireless LAN radio cards that implement multiple versions of the standard and provide better interoperability are becoming more common.

Radio cards come in a variety of form factors, including: ISA, PCI, PC card, mini-PCI, and CF. PCs generally utilize ISA and PCI cards; but PDAs and laptops use PC cards, mini-PCI, and CF adapters.[5]

Software components[edit]

  1. Drivers providing the abstraction required by the operating system and implementing functions
  2. Firmware of the network card implementing transport oriented protocols

In computing, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer. A driver provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used.[6]

In computing, firmware is a specific class of computer software that provides the low-level control for the device's specific hardware. Firmware can either provide a standardized operating environment for the device's more complex software (allowing more hardware-independence), or, for less complex devices, act as the device's complete operating system, performing all control, monitoring and data manipulation functions. Typical examples of devices containing firmware are embedded systems, consumer appliances, computers, computer peripherals, and others. Almost all electronic devices beyond the simplest contain some firmware.[7]

Characteristics of wireless networks[edit]

WiFi[edit]


I use these with tremendous gratitude from the Dartford Grammar School [8]

  • Also called Wireless LAN (WLAN)
  • Used in laptops/mobile devices to connect wirelessly to home network
  • Most preferred network type to implement a home network
  • Allows relatively slow to fast data transmissions (depending on the version)
  • Backwards compatible with most older WiFi standards (a/b/g/n)
  • Small transmitting radius makes it suited for homes, usually <20m


Worldwide Interoperability for Microwave Access (WiMAX)[edit]

  • Designed for large distance high speed internet access
  • Relatively cheap method of providing internet over a large area - suited for poorer countries
  • Rivalled by Long Term Evolution (LTE) standard
  • Can be used as a form of wireless variant of DSL phone transmission lines[9]


Do I understand this?[edit]

If you are still stuck, you may want to ask a question on our discussion board.

Skills[edit]

On a OS X computer, alt-click on the wireless icon. Launch wireless diagnostics and begin to use the different tools.

Standards[edit]

  • Outline the advantages and disadvantages of wireless networks.
  • Describe the hardware and software components of a wireless network.
  • Describe the characteristics of wireless networks.

References[edit]