Wired and Wireless Networks Flashcards
What is a wired mode of connection
One wired mode of connection is transmission media which uses a standard network called an ethernet cable.
What are the benefits of wired connections
Twisted pair copper- lightweight, inexpensive and can be easily installed.
Copper coaxial cable - high bandwidth, transmits quickly along large distances, low interference
What are the drawbacks of wired connections
Copper cables break quite easily
Copper cables are affected by electromagnetic interference
What are the wireless modes of connection
Wi-Fi - wireless connection to the internet.
WAPs - A wireless transmitter receives data from a network via a physical connection. It then sends these through a physical connection.
Bluetooth - A radio wave tech designed to communicate in distances up to 10 meters.
What are the benefits of wireless connections
Increased efficiency
Accessible and available
Cost saving
What are the drawbacks of wireless connections
Criminal activity - An intruder can completely bypass any hardware firewall protective devices. They could then hack the network by planting viruses or denial of service attacks.
Bandwidth stealing - by using the internet connection to download games or other software, intruders outside the network can slow down and reduce employee productivity
Confidentiality - and intruder can gain access to confidential information
What is encryption
used to protect data in the case of a hacked network. Encryption prevents the data from being understood unless they have the necessary tools.
Symmetric encryption - a single key is given from the writer to the recipient
Asymmetric encryption - Data encrypted by using a public key. Then encrypted and sent to recipient and recipient decodes.
What is a IP address
An Internet Protcol address is a unique address that every separate device in the world has.
IPv4 - 8-bit addresses. We have run out of these so we now have
IPv6 - this is 128-bits long. arranged in 8 groups of 16-bits all separated by a colon.
What is a MAC address
Each network interface card has a Media Access Control or MAC address assigned to it by the manufacteurer
They are 48- bits long, written as 12 hex digit.
Every device has a unique address
What are network standards
Standards let hardware and software interact with many manufacturers/ producers.
They are a set of rules for cabling, ethernet, and connectivity.
A network standard identifies the speeds used on networks, physical cables used and the wireless tech used.
What are 4 layers of TCP/IP model.
Application layer- encodes the data being sent so that it will be understandable by the recipient. Adds the appropriate formatting.
Transport layer- splits the data into packets and adds packet info such as the packet number telling us the packets order and the total no of packets so they can be reassembled correctly.
The Internet layer attaches the IP address of the sender so the recipient will know who sent it. Attaches the address of the host that is sending the data and the destination
Link layer - attaches the MAC address of the sender and the recipient, allowing the packet to be directed to specific deviceon a LAN.
What is TCP/IP
TCP - a set of rules that tells us how messages are broken up and reassembled at the destination
IP - identifies the location of the device on the internet and routes the packets there.
What is a HTTP
HyperText Transfer Protocol is used for accessing and receiving web pages in the form of HTML files on the Internet
What is HTTPS
HyperText Transfer Protocol Secure - This is the same as HTTP but it encrypts the information so that it can not be understood
What is FTP
File Transfer Protocol - A set of rules setting out how to transfer computer files between client and server on a computer network. FTP is based on the client server model.