Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Systems 💻 (The Internet & Networks (Network Types (WAN (Wide…
Computer Systems 💻
The Internet & Networks
-
Topologies
Star
-
-
If cnetral server fails, whole network does
-
-
Mesh
-
-
-
-
If one route fails, there are others available
-
-
Network Types
-
Wi-Fi
Almost all Wi-Fi installations use the 2.4GHz or 5GHz band, operating at these frequencies. These are divided into overlappying channels, and with a centred frquency and bandwidth.
-
-
-
Addressing
-
Domain Names
-
When URLs are entered, they are referenced to an IP.
-
-
-
-
-
Memory & Storage
-
-
-
-
Storage Types
Optical
-
Comes as read-only, recordable or rewritable
Good for distribution (CDs, DVDs)
-
-
-
-
-
The CPU
Performance
Clock Speed - Measured n Hertz, Hz to GHz. Additionally you can do overclocking which increases the speed of the CPU but isn't as safe.
Cache Memory - The store of common info on-board, so the CPU can access it quickly.
Cores - Can vary from 1 up to 6 nowadays. The amount of cores is basically a multiplier for the amount of actions possible for the CPU each second.
Embedded Systems
Specific functions built in to devices, e.g Calculators, SatNavs, ovens.
-
Components
-
MDR
Memory Data Register - The data of program instruction that is fetched from memory is temporarily stored here.
Program Counter
Holds memory address of the next instruction to be processed, incrementing by 1 each time.
ALU
Arithmetic Logic Unit - Carries out logical, shift and arithmetic operations.
Control Unit
Executes, decodes, regulates, & sends/receives control signals.
-
-
-