Please enable JavaScript.
Coggle requires JavaScript to display documents.
CS-Networks, Hosting, Transmission Media, Network Performance, Encryption,…
CS-Networks
Network Topologies
-
Ring: data moves in one direction, each device is connected to two others.
Adv: reduced chance of collisons, no network server needed
Dis: if 1 node shuts down, the network will collapse. hardware is more expensive
Bus: all devices are in a line, connected to a single cable
Adv: works well with small networks, least costly in terms of hardware/cabling
Dis: difficult to fault test, additional devices slow down network
Mesh: all nodes are interconnected, can be either a full mesh or partial mesh network
Adv: no single point where network can fail, if one device fails, data is sent along another route
Dis: very expensive wiring, but now it's easier because of wireless networking
-
Internet topology: combines networks together but many operate as a partial mesh. Many LANs use star topolgy
-
-
The Internet, WANs & LANs
LAN: Local Area Network
-
often find them in businesses, schools, universities
lots of homes have a LAN to connect to various devices like PCs, laptops, smart TVs and printers
-
-
-
WAN: Wide Area Network
-
-
WAN is more expensive to set up than a LAN so organisations hire infrasturcutre form telecommunications to manage WANs
A WAN uses cables, telephone lines, satellites or radio waves to connect two or more remote locations.
-
Client-Server Networks
-
Peer-to-Peer
-
-
Pros: easy to maintain, no dependance on server
Cons: no central management, backups are more complicated, easy to lose track of what's strored, less reliable, prone to slow down
Network Protocols
A network protocol is a set of rules for how devices communicate and how data is transmitted across a network
A communication protocol specifies how 2 must start and end communication, how the data should be organised and what the devices must do if any data goes missing
IMAP(Internet Message Access Protocol): retrieves emails from a mail server, holds it until it's deleted. only a copy is downloaded
-
HTTPS(HTTP Secure): encrypts all information sent and received. Used by websites that handle personal information
-
-
POP(Post Office Protocol): retrieves emails, holds it until it is downloaded, transfers it to the device and deltes from server
-
Hosting
-
hosting service providers: provide more general hosting. E.G., backup servers
Adv: more bandwidth, backup sites remotely
-
-
Encryption
Encryption terminology:
-
-
key: sequence of numbers used to encrypt, decrypt, open data using maths formulas
-
-
-
Adv/Dis of networks
Adv:computers can share rescources, files can be accessed through any computer in the network, data is easy to back up
Dis: purchasing the network hardware is expensive, managing a large network is difficult, viruses can inflitrate the network
-
-
-
Circuit switching:establishes a connection between two places and the connection remains for the entirity of the data transmission. Circuit switching is the opposite of Packet switching
-