Please enable JavaScript.
Coggle requires JavaScript to display documents.
Networks (Network protocols (Layers (PROS (It breaks communication into…
Networks
Network protocols
A protocol is a set of rules for how devices communicate and how data is transmitted across a network.
MAC addresses
-
-
-
48 or 64 bit binary numbers, usually converted into hexadecimal to make them easier to use.
IP addresses
-
Aren't linked to hardware- assigned manually or automatically before the device can access the network.
-
-
Can be either a 32-bit or 128-bit binary number, depending on the version of IP you're using.
-
-
Packets
-
-
-
-
Packet switching
-
1. The sending device splits the data into packets to be sent across the network.
Each packet is given a packet number to show the order of data.
2. Each router reads the packet header and decides which way to send the packet next, according to the IP rules.
3. The way the data is sent changes depending on network traffic so the packets can take different routes.
If a router receives too many packets at once it may prioritise some over others.
4. As the packets take different routes, they can arrive in the wrong order.
The receiving device used the packets numbers it reassembles them in the right order.
5. Sometimes packets go missing in transit so the receiving device checks periodically that all packets have been received.
If it hasn't been received within a certain time, it sends a timeout message back to the sending device.
6. If all the data is received and the checksums match, a receipt confirmation is sent to the sending device.
-
Layers
-
-
-
-
-
Layer 2- network layer
Making connections between networks, directing data packets and handling traffic.
-
-
Layer 1- data link layer
-
Responsible for how bits are sent as electrical signals over cables, wireless and other hardware.
PROS
-
As layers are self-contained, they can be changed without the other layers being affected.
Having set rules for each layer forces companies to make compatible, universal hardware and software, so different brands will have to work with each other and always work in essentially the same way.
Hardware
NICs
-
Used to be on separate cards, but now are built into the motherboard.
-
Switches
-
Receive data (in units called frames) from one device and transmit this data to the device on the network with the correct MAC address.
Routers
-
Have a crucial role on the Internet, directing data (in units called packets) to their destination.
-
Cables
Ethernet cables
-
-
Are 'twisted pair' cables, containing four pairs of copper wires twisted together to reduce internal interference.
-
-
-
LANs and WANs
LAN
-
-
-
Often found in businesses, schools and universities.
Lots of homes have a LAN to connect devices such as PCs, tablets, smart TVs and printers.
WAN
-
Organisations hire infrastructure from telecommunications companies, who own and manage the WAN.
May be connected using fibre or copper telephone lines, satellite links or radio links.
-
-
Network forms
-
Peer-to-peer networks
-
-
Used in homes to share files between devices, or connect devices to a printer.
-
-
Network topologies
Star topology
-
-
-
PROS
-
-
Better performance than other setups as data goes straight to the central device so all devices can transmit data at once and there are very few data collisions.
CONS
Can be expensive as every device in wired networks will need a cable to connect to the central switch
-
Mesh topology
Decentralised- networking devices are either directly or indirectly connected to every other one without the need for a central switch.
-
-
CONS
Wired networks are very expensive due to the amount of wires needed, but wireless options are becoming more common.