Explain what is meant by the term ‘TCP/IP stack’ [3]

The TCP/IP stack is the Transmission Control Protocol / Internet Protocol. (1)A Protocol is a set of rules (1) the outline the ways in which data should be set out to make sure it can be understood. Both the sender and receiver use the protocol. (1)The TCP/IP stack is a set of different protocols built up in layers (1), with each layer setting out how communication works at a each level of abstraction.The layers are  Application, Transport, Internet, Link. (1)When the data is encapsulated in further layers from the stack the Protocols from that layer must be applied to the data. (1)
Further points to that could be discuss:What each layer doesExamples of actual protocols in each layerThe structure of a stack - popping and pushing

AS

Related Computing A Level answers

All answers ▸

Given an unlimited number of light bulbs (that break at a certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks?


Describe a queue data structure.


Represent the denary number 5.625 as an unsigned binary fixed point number with three bits before and five bits after the binary point.


How do I solve a Karnaugh Map?