logo

Study resource

The Transmission Control Protocol/Internet Protocol (TCP/IP) exam tips

Study The Transmission Control Protocol/Internet Protocol (TCP/IP) with curriculum-aligned Exam Tips resources, practice links, and exam-focused support.

At a glance

exam tips

Resource type

Topic

The Transmission Control Protocol/Internet Protocol (TCP/IP)

AqaA LevelComputer ScienceFundamentals of communication and networking

Exam tips

  • Name the layer and its specific role

    When describing a TCP/IP layer, state both the layer name and what it does, such as the transport layer using port numbers to identify processes.

    This prevents vague answers and shows that the roles of the four layers have been distinguished.

  • State the protocol and its purpose

    When asked about a protocol, give both its full name and its role, such as HTTP for web page transfer or SMTP for sending email.

    This directly links the protocol name to the function required by the specification.

  • Explain both parts

    For questions about IP address structure, state the role of the network identifier and the role of the host identifier.

    Marks may be awarded separately for explaining each part, so naming only one identifier is incomplete.

  • Match each mask octet carefully

    Compare the subnet mask with the IP address one octet at a time before writing the network identifier.

    This reduces errors such as changing an octet that is part of the network identifier or leaving a non-network octet unchanged.

  • Link cause and purpose

    When explaining IPv6, include both the problem and the response: IPv4 address availability was becoming insufficient, so IPv6 was introduced to provide more available addresses.

    This directly answers both parts of a typical explain question and avoids a vague statement about IPv6 simply being newer.

  • Link each address type to routing

    When explaining the difference, explicitly state that public means routable and private means non-routable across the public internet.

    This directly addresses the required distinction and helps ensure that both parts of the answer are credited.

  • State both purpose and benefit

    When asked about DHCP, state that it automatically provides network configuration and then explain that this reduces manual work or improves consistency.

    Questions about purpose and function often require more than naming the protocol; linking the automatic configuration to its practical benefit demonstrates understanding.

  • Link the process to the purpose

    When explaining NAT, state both what it does—translates internal and external addresses—and why it is used, such as allowing devices to share an external IP address.

    A definition alone may not answer a question asking why NAT is used. Including a clear benefit shows understanding of both parts of the specification requirement.

  • Include both the action and the reason

    State that incoming traffic on a specified port is directed to an internal device or service, then explain that this allows the selected service to be accessed from outside the network.

    This covers both parts of the specification requirement: the basic concept of port forwarding and why it is used.

  • Use precise communication terms

    When describing WebSockets, include both persistent and full-duplex, and state that the connection is over TCP.

    These features distinguish a WebSocket connection from a basic client request followed by a server response.