4.9.4 TCP/IP Flashcards
What does TCP/IP stand for?
Transmission control protocol / internet protocol
What is the TCP/IP protocol?
The protocol used in all parts of the internet to enable different devices tWo communicate.
What are the four layers to TCP/IP?
- Application
- Transport
- Network
- Link
What is the purpose of the layers?
Each layer is responsible for a separate part of communication over the internet.
What makes up the protocol?
4 distinct layers, each being responsible for a separate part of communication over the internet.
What is the role of the application layer?
Selects and uses the correct protocol to transmit data. The layer
interacts with the user with application software like a web browser
How does the layer interact with the user?
Via application software.
What is the role of the
• Establishes what’s called a virtual path: an end to end connection
between the sender and the receiver. The layer then splits the
transmission into packets.
• Each packet has a sequence number which identifies a packet’s
position in relation to other packets that form part of the same message.
Also contained in each packet is the port number to be used which
identifies the protocol in use.
What is a virtual path?
An end to end connection between the sender and the receiver.
What is the purpose of the sequence number?
Identifies a packet’s position in relation to other packets that form part of the same message.
What is the purpose of the port number?
Identifies the protocol in use.
What is the purpose of the network layer?
Provides the correct IP addresses for each packet’s source and destination.
How are routers involved in the network layer?
Routers work within the network layer, using the IP addresses on a packet to send it to its destination.
What is the purpose of the link layer?
• Controls physical connections between pieces of hardware in a network.
• Adds MAC addresses to packets which it receives from the network layer.
• MAC (which stands for media access control) addresses are
assigned to every device that can connect to a network by their
manufacturer and are unique to that device.
What is the purpose of MAC addresses?
- MAC addresses identify the hardware to which a packet should be sent
- These MAC addresses change with every hop through a network