1.3 Networks, protocols and layers Flashcards
Networks pros
- share printers and devices
- access files from any computer
- easier communication - email and file sharing
Networks cons
- Security risk for data
- Easier for malicious software to infiltrate network
- Switch is a central point of failure
- More users means it is slower
LAN
- Small geographical area
- Hardware is owned by the company using it
WAN
- Large geographical area
- Lot of LANs connected
- Routers connect the LANs
Bandwidth
- amount of data sent / recieved at any time
- Bits/ second
What is a network model
- The logical structure of a network
- Defines how the network works on top of the topology
Latency
- Delay between when data is sent/ recieved
- More delat means more data collissions in network
Client
A client is a computer on the network, these connect to the server via a switch
Server purpose
Managing access to the Internet
Managing printing
Providing email services
Providing backups
Controlling security
Server properties
Servers are often more powerful than the client machines
Servers are seen as more significant than the client machines and can require specialist hardware and software
A network which uses a server is called a client-server model
Most companies, organisations and schools will use a client-server network model
Client server model pros
Managing backups of the network is easier as it is done from one central point
Updating and installing new software can be done centrally instead of having to log on to each machine
Security of files can be managed easily
Client server models cons
Servers can be expensive to purchase, setup and maintain
A specialist network manager would be required as servers require specialist IT knowledge
Servers can be a single point of failure, meaning all users would lose access to the network if the server fails
Peer - peer network
A peer is a computer on a network which is equal to all other computers
Each peer on the network
- Often have their own printer attached
- Will provide access to their own files
- Is responsible for their own backups
- Is responsible for their own security
- Is responsible for carrying out their own backups
A network with no server providing services is a peer-to-peer network
Most homes will have a peer-to-peer network model
Peer - peer pros
Very easy to set up and maintain
Very cheap to set up because there is no expensive hardware to purchase
No specialist knowledge or staff are required to run the network
Peer - peer cons
Users will need to manage their own software updates
Users will need to manage their own backups
The network can be less secure
WAP
Wireless access point
Allows wireless connection to a LAN
Connects to a switch/ hub via ethernet
Router
Transmits data packets accross networks
Connects LANs to the internet
Uses IP address
Switch
Connects wired devices to a LAN
Uses the MAC address
Recieves data from all devices in a network
Directs data to the correct destination
Router vs switch comparison
Same:
* Connect devices
* Recieve data
* Determine correct destination
* Transmit data
Different
* Router uses IP, Switch uses MAC
* Switch connects nodes, Router connects networks
* Router stores IP addresses of devices
NIC
Network interface card
Required to allow computer to connect to a network
A NIC can be both wired and wireless and allows your computer to send and receive data over a network
What happens when you enter a URL
URL Entry: The user enters the URL (web address) of a website into the web browser
DNS Query: The web browser sends a query to a DNS server to translate the URL into an IP address
DNS Resolver: The DNS resolver checks its cache to see if it has the IP address for the requested domain. If not, it sends the request to the DNS root servers
Root Server Query: The root server directs the resolver to a Top-Level Domain (TLD) server
TLD Server Query: The TLD server then provides the resolver with the IP address of the domain’s authoritative DNS server
Retrieve IP Address: DNS server responds with the IP address for the requested domain
Request the Web Page: The web browser sends an HTTP or HTTPS request to the IP address it received
Server Response: The server at the given IP address processes the request and sends back the data for the web page (HTML, CSS, JavaScript, etc.)
Render the Web Page: The web browser renders the received data into the web page that you see
Web servers
Web servers are dedicated servers that store web pages/websites and other resources
They have a dedicated IP address to ensure that users can access them 24/7
Clients
Clients are end-users who make requests of web servers
What is hosting
Hosting is the storing of websites, files and other content on servers
The servers need to be accessible by potentially thousands of users and they need to be available 24/7
The servers must be reliable and secure from any form of attack
The IP address for the server must remain the same so that users can access the website whenever they want
Servers are set up with the single purpose of serving these files in this manner and in a safe and secure way