1.3.3 Networks Flashcards
1
Q
lan
A
- group of computers/devices connected over a small geographical area
- use of wireless communication
- more secure
- easier to communicate/share data/maintenance
2
Q
wan
A
- covers a large geographical area
- uses third party connections
- less secure
3
Q
protocol
A
- set of rules
- to govern data transmission (between devices)
- by focusing on how data is represented
- e.g. character set
4
Q
domain name system
A
- used to resolve IP corresponding to URL
- request sent to DNS resolver
- resolver checks cache => if it doesn’t hold the URL => passes it into the TLD name server => checks cache/returns answer or passes to Authoritative Name Server
- IP address is returned back up to the requesting client.
- or an error if no resolution can be found
5
Q
layers
A
- allows different layers to be worked on independently
- allows layers to be replaced/upgraded without affecting others
- allows for layers from different providers to be used interchangeably
6
Q
packet switching
A
- data is split into chunks called packets and labeled => address being sent to and order
- each packet is sent on the most convenient / avoidable route => arrive in a different order to which they were sent
- once packets arrive at receiver they are reordered
7
Q
circuit switching
A
- direct link is created between two devices => dedicated channel
- data arrives in a logical order which results in a quicker reconstruction of the data
8
Q
firewall
A
- a hardware device/piece of software that monitors and filters traffic going to and from a network
9
Q
proxy server
A
- acts as an intermediary => collects/sends data on behalf of the user
- privacy of the user is protected => remain anonymous
- can cache frequently used website data => faster to load
- reduces web traffic
10
Q
peer to peer server
A
- no central server
- devices on the network share data
- easy to maintain/cheaper
- poorer security
- difficult to locate resources/origin of files
11
Q
client server
A
- client computers connect to server
- shared resources
- centralised security/back up
- expensive to set up
- if central server fails, performance fails
12
Q
application layer
A
- protocol decided eg. HTTPS for browser
- adds encryption/decrypts
- Passes onto transport layer when sending, gets data from transport layer when recieving
13
Q
transport layer
A
- end-to-end connection between source/destination
- data split into packets/labelled w/ packet number
14
Q
internet layer
A
- adds source/destination IP address
15
Q
link layer
A
- recieves from internet layer when sending, passes to internet layer when recieving across wireless network
- mac addresses added