Networks and the internet Flashcards
what is a network topology
the way a network and its connected devices are connected
what does CSMA/CA stand for
Carrier Sense Multiple Access with collision avoidance
what does data travel over when we use wifi
- a frequency (channel)
implications of using wireless networks
- as communication is done in an open space, it’s less secure
- transmission speed is lower because of traffic
- has a limited amount of bandwidth for communication and breaches of network security
- can be easily hacked
channels have a frequency range of….
22MHZ
describe the CSMA/CA without RTS/CTS
- if a device is ready to send some data, it starts and assembles the packet of data it wants to send
- asks if the channel idle
- if yes, data is transmitted
- if no, device waits a random amount of time and checks if the channel is idle again
describe the CSMA/CA with RTS CTS
- transmitting device checks for traffic
- if another transmission is in progress, the transmitter continues to wait
- if channel is idle, transmitter would send a request to send
- Receiver/WAP responds with a clear to send signal
- if CTS not received, transmitter would wait a random amount of time before sending the RTS
- when CTS is received, the transmitter begins transmitting data
- receiver sends acknowledgment if all data is received
- if no acknowledgment is sent, data is resent
the hidden node problem and how to fix it
- node a can see the WAP because it’s in range, node b can also see WAP
- node a cant see node b because they are out of range with each other
- if both nodes try to transmit data wirelessly, using CSMA/CA without RTS will result in data collisions
- by adding an RTS/CTS, node A doesn’t need to make any assumptions abt how many nodes there are etc, it just adds an extra layer of protection, and the WAP checks everything
what is the Wireless AccessPoint
- a hardware device that allows wireless devices to connect to a wired network using Wi-Fi or related standards.
- it bridges wireless and wired networks,
- enhance network connectivity by increasing the range and coverage area of the network
- provide flexibility in network setup and expansion, allowing for easy addition of new devices
what is a wireless router
a networking device that forwards data packets between computer networks, eg over the internet
what is a wireless network adapter/interface
- a hardware device that enables a computer or other device to connect to a wireless network
what does a WirelesssAccessPoint require access to
it requires a connection to the router, and the router requires a connection to a modem
what is a modem
a modulator demodulator - a computer hardware which converts data from a digital format into a format suitable for an analog transmission medium such as a telephone or radio (a DAC)
features of service set IDentifiers (SSIDs)
- identifies each network by a unique name
- must be used by all devices on that network
- can be set manually or automatically
- can be hidden to make it harder to detect
- can be set to broadcast a range of wireless devices in range of an access point
what do WPA and WPA2 do
- WPA and WPA2 utilize a form of authentication known as PSK
- Users must enter a password to authenticate themselves to the network.
- WPA and WPA2 dynamically generate and manage encryption keys to enhance security. these keys are periodically changed
- they use MAC (Media Access Control) address filtering, which allows or denies network access based on the unique hardware address of a device.
what is serial data transmission
a type of data transmission where bits are sent via an interface one at a time over a single wire from the source to the destination
what is parallel data transmission
where multiple bits are sent simultaneously over a number of parallel wires