Please enable JavaScript.
Coggle requires JavaScript to display documents.
Networks (but more) - Coggle Diagram
Networks (but more)
-
-
Embedded System
A computer that doesn't look like a normal computer, usually a simple computer with a single circuit board and designed for a limited amount of tasks e.g: hearing aids, washing machine, etc.
-
-
-
-
-
Global Variable
A variable that is established outside a program and is thus always stored in memory and can be called at any time
Parameter
Parameters are the names of the information that we want to use in a function or procedure. The values passed in are called arguments
Procedure
Performs a process, e.g: print
Function
A function is a way of describing what happens to an input variable, in order to get the output result.
Packet
-
-
header, sequenced and total amount of packets being broadcasted
-
-
-
Routers
-
-
have routing tables
includes all addresses of nodes on the internal network (attached to the router) as well as all other routers
if a router isn't working a packet can still get to its destination because the packet can be rerouted
-