Topic 3) Networks Flashcards
What is a Server?
A computer system or a software application that provides a service to other computer systems on the same network
What is a client?
Computer system or software application that requests a service from a server, connected to the same network
What are Computer Networks?
A computer network is formed when 2 or more computers are linked together
Every computer or device on a network can send and recieve data from any other computer/device on the same network
What devices are used to connect computers to a network?
Hubs
Switches
Routers
What is a Hub? How do they work?
A connection point for devices on a single network.
When a network device wishes to send data across the network, it copies the data and sends it to all devices connected to its ports
–> very unecessary traffic, slows the network down
What is a Switch?
It identifies which device is connected to each port. Data is only sent to the computer that needs it.
–> Much faster than a Hub
What is a Router?
Connects multiple networks and serves as an intermediary between them ie. home network and the internet
What is the Internet?
A globally connected network system
Uses TCP/IP Protocols to transmit data
Not centrally governed
Hosts web pages on the World Wide Web (www.____________)
How does the Internet work?
Every file/data you send over the internet gets split into packets
The packets all take different routes but ultimately reach the same destination.
What is a Router?
Used to manage traffic
Controls the data flow of packets
Checks address on data packets
Puts the packets on the correct path through a secure transmission
What are the types of network?
Briefly describe each one
LAN- Covers a single building or collection of buildings
WAN- Covers larger areas (1km radius), or several LAN’s
VLAN- 1 or more physical LANS’s, divides a network into numerous networks
SAN- Network of storage devices, purpose specific
WLAN- Takes requests and responses from the internet.
Intranet- private network, only accessible from within one network
Extranet- an accessible network via an online portal.
VPN- private internet access
PAN- Personal Area Network
P2P- Sharing resources with 2 or more computers
What is a VPN?
all requests are sent to the VPN server, the server then makes the request on the users behalf, returning the reponse to the user via the VPN client.
All connections are encrypted, connecting between user and client is tunnelling and the encryption is usually (SSL, TLS or IPSec)
What are the advantages to VPN’s?
Authentication: Encryption cannot be changed by an outsider
Encryption: Data cannot be accessed or altered
Tunnelling: Data can be secured using proprietary protocols
Multiple Exit Nodes: Origin of initial data packets is unclear, and data can appear to originate from multiple IP Addresses
What is a Protocol?
A set of rules for data transmission
ie. TCP/IP, HTTPS, SFTP
What are the roles of protocols?
- and what do they do?
Maintain Data Integrity- same data that is sent is received
Flow Control- data is sent and received at the same rate
Prevent Deadlock- two packets don’t “block each other”
Prevent Errors- makes sure no errors are introduced in transmit