protocol layers and encapsulation Flashcards
what is a benefit of packet switching over circuit switching
packet switching allows more users to use the network
circuit switching; fdm
frequency division multiplexing; optical electromagnetic frequencies are divided into frequency bands and each call/user is allocated its own band and can only transmit at its max rate
circuit switching; tdm
time division multiplexing; time is divided into slots and each call is allocated periodic slots and can transmit at the max rate of the frequency band during its time slot
bit transmission
enables data communication
what are the four benefits of using the tcp/ip stack
structure
modularity
flexibility
extensibility
how does the tcp/ip stack add strcuture
tells us how to organise functionality and interoperability
interoperability
big networks are composed of different types of technology and the need to interoperate
how does the tcp/ip stack add modularity
makes it easy to maintain and update the system
allows the identification and relationship of custom system pieces
how does the tcp/ip stack add felxibility
you can reuse code across the network
how does the tcp/ip stack add extensibility
module implementations may change
what are the 2 benefits of the ISO model
allows applications to interpret the meaning of data
synchronisation check-pointing and recovery of data exchange
what happens in the application layer
exchanges messages to implement some application service using services of the transport layer
what does the transport layer do + encapsulation
protocol transfers from one process ot another using services from the network layer
encapsulates application layer messages with the transport layer header to create a transport layer segment
what does the network layer do + encapsulation
transfers the transport layer segment from one host to another using link layer services
encapsulates transport layer segment with network layer header to create network layer datagram
what does the link layer do + encapsulation
transfers the datagram from host to neighbouring host using network layer services
encapsulates network datagram with link layer header to create link layer frame