Communication and the Internet Flashcards
What is a LAN?
Local Area Network
- Small area e.g. home or school
- Small geographical area
What is a WAN?
Wide Area Network
- Connects separate LANs over a large geographical area
- Used by large companies
What are the network data speeds?
Bits Per Second (bps): 1
Kilobits Per Second (kbps): 1,000
Megabits Per Second (mbps): 1,000,000
Gigabits Per Second (gbps): 1,000,000,000
What are the two types of computer in a Client-Server network?
File Server - computers which control access and manage the network
Client Workstations - computers which allow users to run applications and to access the server and also network resources
What is a Peer-To-Peer network?
- No server
- All computers have equal status
Where are files held and backed up (Client-Server)?
Held on the servers
Backed up centrally
Where are files held and backed up (Peer-To-Peer)?
Stored on each client
Each user is responsible for backing up each client
What wires are used to connect networks?
Copper Wire
Fibre Optic Cable
How does copper wire work?
Transmits data as electric signals
PRO of copper wire
Cheaper than fibre optiic
How does fibre optic cable work?
Transmits data as pulses of light
PRO of fibre optic cable
Transmits signals at faster speeds AND over greater distances than copper wire
Bandwidth of the different connections?
Copper cable: up to 1Gbps
Fibre optic: up to 10Gbps
Wireless: up to 600Mbps
What type of wave is used in a wireless connection?
Radio Waves
What are the most commonly used frequencies for the data transmission in wireless networks?
- 2.4 GHz
OR
- 5 GHz
What protocols are there when communicating over a network?
- Ethernet Protocols (cable networks)
- Wi-Fi Protocols (wireless networks)
- Other wireless protocols e.g. Bluetooth, 3G, 4G and Wi-Fi Direct
PROS and CONS of cable networks
PROS:
- High Bandwidth (up to 10Gbps)
- Good security (need to plug computer into a socket)
- Little interference
CONS:
- Difficult to install
- Expensive (cables)
- Poor mobility (as has to be plugged in)
PROS and CONS of wireless networks
PROS:
- Easy installation (just need wireless access points)
- Cheap
- Good mobility (can access from anywhere within range)
CONS:
- Low bandwidth (up to 600Mbps)
- Poor security (anyone within range can access SO must use passwords)
- Can get interference (signals can be affected by walls and other electronic equipment)
What is a NIC?
Network Interface Card
- Formats the data sent and received by the computer
- Often built on chips on the motherboard
What is a MAC Address?
Media Access Control
- Each NIC has its own unique MAC number
- Ensures data is directed to the correct computer
What is the difference between a HUB and Switch?
HUBs send every message to every computer on the network (creates unnecessary network traffic)
Switches read the destination address (MAC address) of the messages and only send them to the intended recipients
What is a Router?
- Connect different networks together
- Read address information and forward the messages to the correct network
- Used to transfer data between a home networt and the internet
What is a wireless access point?
- Wireless devices need wireless access points to connect to a cabled network
- They convert data they received through cables into wireless signals and vice versa
- Like Hubs, they DO NOT read the destination addresses and direct messages to all the devices
- Wireless access points are often used for hotspots in public buildings
How is data transferred between computers? Why?
In packets to avoid the high bandwidth needed for large files
What does each packet consist of?
1) Header containing the source and destination addresses and the position of the packet in the complete message
2) Body containing some of the data
3) Footer to inform the receiving device that this is the end of the packet
What protocols are used in transmitting packets?
TCP/IP
What are the 4 layers of the TCP/IP model?
1) Application Layer
2) Transport Layer
3) Internet Layer (Network Layer)
4) Network Access Layer (Data Link Layer)
Purpose of and protocols used in the APPLICATION layer
Purpose:
- Provides services to applications such as web browsers and email clients
- Requests are made to web servers or emails are sent
Protocols:
- FTP, HTTP, HTTPS, SMTP, POP, IMAP