L2 - Architecture and Principles Flashcards
Internet’s sub problems
1) Multiplexing (sharing) - solved with packet switching.
2) Interconnection of existing networks - solved with ‘narrow waist’ of IP
Packet- switching characteristics
1) Variable Delay
2) Sharing of network resources
Circuit-switching characteristics
1) Busy Signals
2) Dedicated Resources between Sender and Receiver
What are the 5 layers of the protocol stack?
5 - Application Layer (e.g. HTTP, SMTP) 4 - Transport Layer (TCP or UDP) 3 - Network Layer (IP) 2- Link Layer (includes Ethernet) 1 - Physical Layer
What is the end-to-end argument?
intelligence required to implement a particular application on the communication system should be placed at the end points rather than the middle of the network. “Dumb network, intelligent endpoints”. Allowed the internet to grow rapidly.
What are some end-to-end argument violations?
- Network address translators (NAT)
- VPN tunnels
- TCP splitting (happens often when last hop is wireless)
- Spam filters
- Peer 2 Peer systems
- Caches