1.5 Networks Flashcards
What are 4 advantages of a star topolgy?
- If one device fails, the rest of the network is unaffected.
- Very few data collisions
- Good security ( because all interactions go through the server)
- Simple to add more nodes
What are 4 disadvantages of a star topology?
- Expensive because of switch and cables
- It needs experts to set up
- If the central server or switch fails, the whole network is down
- Requires a high performance switch or server that all traffic goes through
What are 5 advantages of a mesh topology?
- Very robust network. If one path fails, the rest can still be used
- There is no central node to fail
- Excellent for wireless networks
- It can handle very high data traffic rates
- Data packets can be sent simultaneously
What are 3 disadvantages of a mesh topology?
- The number of connections increase massively as more nodes are added
- Impractical for wired network as so many cables needed.
- Very expensive for a wired network due to cabling and switches needed
What is a network protocol?
A network protocol is an agreed way of how to communicate over a network
What should a protocol cover?
- How the communication between two devices starts and ends.
- How the data should be formatted
- What the devices should do if data goes missing
Data sent inside a LAN (ethernet) is sent in what units?
Frames
Data sent between networks (internet) is sent in what units?
Packets
What does TCP stand for?
Transmission Control Protocol
Which protocol dictates how data is sent between networks?
TCP/IP protocol
2 things TCP does when data is sent?
- Divides message into packets
2. Adds a sequence number
2 things TCP does when data is received?
- Spots missing packets and requests for them to be resent
2. Reassembles packets into original data (using sequence number)
What does IP stand for?
Internet protocol
2 things IP does when data is sent?
- Adds destination address to each packet
2. Adds its own address to each packet
What does IP do when data is received?
- Accepts data packets with its own address
2. Ignores those without its address
Which protocol is used for packet switching?
Internet Protocol
What does HTTP stand for?
Hyper Text Transfer Protocol