Please enable JavaScript.
Coggle requires JavaScript to display documents.
networking,communication and the internet - Coggle Diagram
networking,communication and the internet
The Internet
the structure
-
Defined as a network of interconnected computer networks which uses an end-to-end communication protocol
-
-
-
Packet Switching
-
Routers and gateways
They both connect different networks, allowing packets to reach their destination
Routers send packets to their recipient via the
fastest possible route, this might be the route that involves the lowest number of hops or is the least congested
when two networks use different protocols, packets must be modified so they conform to both protocols, gateways do this by stripping away all info except for the packets contents
-
Domain Name Server (DNS)
Each domain name has a direct relationship with a IP address. a domain name server is used to translate the domain name into its corresponding IP address
-
encyption
Symetric encryption
In Symetric encryption, both the sender and receiver share the same private key. This Key is used to both encrypt and decrypt the data, this however is easy to intercept when shared over a network
Asymmetric Encryption
Four different keys are used. Each device has a pair of mathematically related keys keys, one is a private key and the other is a public key.
-
Communication
Symbol
A Symbol is a particular pattern of bits represented by a signal. for example, a symbol of four bits might be 1101
Baud rate
A communication Systems Baud Rate rate is the number of signal changes in the medium per second. 1 baud is equal to 1 symbol change per scond
-
-