Topic 5: Wireless and wired networks, layers and protocols Flashcards
What are the benefits of a wireless network
-Cheaper to set up than wired
-Simpler installation process than wired
What are the benefits of a wired network
-Up to 1 GB per second for ethernet
- 100m distance for Ethernet but 2km for fiber optic maximum distance
-More secure as a physical connection is needed to intercept data
What are the drawbacks of Bluetooth
Has a limited transmission range and speed of 2 MB per second
What is encryption
Encryption is the process of disguising a message so that it cannot be understood by anyone but its intended recipient. Encryption requires the use of a key. The key is secret as to how the message has been disguised.
How does asymmetric encryption work
All users have access to a public key. However this will not translate the plaintext unless alongside the private key. So as long as the private key isn’t handed out the message will be safe
What are IP addresses
IP address are emplace when a device connects to the internet. It is a unique code separated by dots
What is a MAC address
MAC address are a unique serial code number which is assigned to each network interface card.
What is the advantage of IPV6 against IPV4
IPV4 only has 32 bits so eventually will run out of addresses but IPV6 has 128 bits so can store more values
What does the TCP/IP protocol do
Enables communication over the internet
What does the HTTPS or HTTP protocols do
Governs communication between a webserver and a client. HTTPS (secure) includes secure encryption to allow transactions to be made over the internet.
What does the FTP protocol do
Governs the transmission of files across a network and the internet
What does the SMTP protocol do
Governs the sending of email over a network to a mail server.
What do the POP/ IMAP protocol do
Govern retrieving emails from email servers. POP is an older implementation, largely replaced by IMAP.
What happens in the application layer
Encodes/decodes the message in a form that is understood by the sender and the recipient.
HTTPS/HTTP/POP/IMAP/SMTP