logo

Study resource

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

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

At a glance

common mistakes

Resource type

Topic

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

AqaA LevelComputer ScienceFundamentals of communication and networking

Common mistakes

  • Confusing addresses and ports

    Stating that a port number identifies a device, or that a MAC address identifies an application.

    Fix itExplain that an IP address supports identification and routing to a device, a MAC address supports local-network delivery, and a port number identifies a process or service on a device.

  • Confusing SMTP and POP3

    Stating that POP3 sends email or that SMTP retrieves email.

    Fix itSMTP is used for sending email, whereas POP3 is used for retrieving email.

  • Confusing the two identifiers

    Saying that the network identifier identifies the individual device and that the host identifier identifies the network.

    Fix itThe network identifier identifies the network; the host identifier identifies the particular host within that network.

  • Reporting the original IP address as the network identifier

    A student copies the complete IP address instead of changing the non-network part to zero.

    Fix itUse the subnet mask to identify the network portion, then set the remaining part to zero. For example, 192.168.10.77 with 255.255.255.0 gives 192.168.10.0.

  • Giving an incomplete reason for IPv6

    Saying only that IPv6 is newer, without explaining why it was introduced.

    Fix itState that IPv6 was introduced because available IPv4 addresses were becoming insufficient, and that IPv6 provides more available IP addresses.

  • Reversing the meanings of public and private

    Stating that private IP addresses are routable across the public internet.

    Fix itRemember that public IP addresses are routable, while private IP addresses are non-routable across the public internet.

  • Confusing DHCP with a general security system

    Claiming that DHCP's main purpose is to encrypt network communication or protect files.

    Fix itDHCP is used to provide network configuration to devices automatically; encryption and file protection are not its stated purpose.

  • Confusing NAT with encryption

    Stating that NAT encrypts the contents of data to keep it secure.

    Fix itNAT translates IP address information. Do not describe it as encryption or claim that it guarantees data confidentiality.

  • Confusing a port with a physical socket

    Describing a port used in port forwarding as a physical connector on a computer or router.

    Fix itExplain that the port identifies the service or destination associated with incoming network traffic.

  • Confusing PUT and POST

    Stating that PUT maps to INSERT or that POST maps to UPDATE.

    Fix itRemember the specified mappings: POST maps to INSERT, while PUT maps to UPDATE.