1.3.3 Networks Flashcards
Explain why protocols are important on a network (2)
- Allowing them to communicate
- by ensuring all devices follow the same rules
- so they interpret data/signals in the same way
4 layers of the TCP/IP stack
- Application
- Transport
- Internet
- Link
Name three protocols that may be used in LAN
HTTP,HTTPS
TCP,IP
UDP,IMAP
Explain why protocol layering is used
Modularity: By breaking the complex process of networking into more manageable layers, it’s easier to design, implement, and troubleshoot networks
Interoperability: Layering allows different technologies to work together seamlessly.
Ease of Updates: With a layered model, changes can be made to one layer without affecting others. This makes updates and improvements easier to implement
Specialisation: Each layer can be specialised to perform its functions without worrying about the specifics of other layers. This allows for more effective and efficient design