diff --git a/docs/REPORT.md b/docs/REPORT.md index 857b0aa..d441301 100644 --- a/docs/REPORT.md +++ b/docs/REPORT.md @@ -22,28 +22,30 @@ Milad Isho Saeb and Abdihakim Abdisamad Roble. ## WIFI -Here is some text... +### WiFi - Protocol Overview: -### Protocol Overview -- Here is also some variant. -- Here is also some variant. -- Here is also some variant. +WiFi, short for wireless fidelity, is a widely used wireless communication protocol that enables devices to connect and communicate over a local area network (LAN) without the need for physical cables. It operates in the 2.4 GHz and 5 GHz frequency bands and supports high data transfer rates. -### Range -Some text... +### Range: -### Power Consumption -Some text... +WiFi offers a robust range, typically up to 30 meters indoors and 100 meters outdoors, making it suitable for various applications, from home networking to larger installations. -### Security -- Here is also some variant. -- Here is also some variant. -- Here is also some variant. +### Power Consumption: + +One drawback of WiFi is its relatively high power consumption compared to other low-power wireless protocols. This factor can be critical for IoT devices relying on battery power. + +### Security: + +WiFi provides various security mechanisms to protect data during transmission. Common security protocols include WEP (Wired Equivalent Privacy), WPA (WiFi Protected Access), and the more advanced WPA2/WPA3. These protocols support encryption and authentication methods, enhancing communication security. + +### Further Considerations for the IoT: + +WiFi supports simultaneous connections from multiple devices, making it suitable for scenarios with numerous connected devices. WiFi-enabled IoT devices can utilize existing infrastructure in homes and businesses, simplifying deployment. + +### Conclusion: + +WiFi is a versatile and widely used wireless protocol with an excellent range and high data transfer rates. Its suitability for IoT applications depends on specific requirements, taking into account power consumption and the need for high-speed data transmission. Additionally, the robust security features make WiFi a secure option for various IoT deployments. -### Other Considerations for IoT -1) List item -2) List item -3) List item

## Bluetooth diff --git a/pdfs/REPORT.pdf b/pdfs/REPORT.pdf index da7f703..cd5baf8 100644 Binary files a/pdfs/REPORT.pdf and b/pdfs/REPORT.pdf differ diff --git a/protocols/WIFI.md b/protocols/WIFI.md index 28afb08..c922404 100644 --- a/protocols/WIFI.md +++ b/protocols/WIFI.md @@ -1,24 +1,25 @@ ## WIFI -Here is some text... +### WiFi - Protocol Overview: -### Protocol Overview -- Here is also some variant. -- Here is also some variant. -- Here is also some variant. +WiFi, short for wireless fidelity, is a widely used wireless communication protocol that enables devices to connect and communicate over a local area network (LAN) without the need for physical cables. It operates in the 2.4 GHz and 5 GHz frequency bands and supports high data transfer rates. -### Range -Some text... +### Range: -### Power Consumption -Some text... +WiFi offers a robust range, typically up to 30 meters indoors and 100 meters outdoors, making it suitable for various applications, from home networking to larger installations. -### Security -- Here is also some variant. -- Here is also some variant. -- Here is also some variant. +### Power Consumption: -### Other Considerations for IoT -1) List item -2) List item -3) List item \ No newline at end of file +One drawback of WiFi is its relatively high power consumption compared to other low-power wireless protocols. This factor can be critical for IoT devices relying on battery power. + +### Security: + +WiFi provides various security mechanisms to protect data during transmission. Common security protocols include WEP (Wired Equivalent Privacy), WPA (WiFi Protected Access), and the more advanced WPA2/WPA3. These protocols support encryption and authentication methods, enhancing communication security. + +### Further Considerations for the IoT: + +WiFi supports simultaneous connections from multiple devices, making it suitable for scenarios with numerous connected devices. WiFi-enabled IoT devices can utilize existing infrastructure in homes and businesses, simplifying deployment. + +### Conclusion: + +WiFi is a versatile and widely used wireless protocol with an excellent range and high data transfer rates. Its suitability for IoT applications depends on specific requirements, taking into account power consumption and the need for high-speed data transmission. Additionally, the robust security features make WiFi a secure option for various IoT deployments.