Blog

TCP/IP Protocol Basics|IT Passport Exam Prep

April 26, 2026

Organize the high-frequency foundational knowledge of the Internet's backbone—the TCP/IP 4-layer model, differences between TCP and UDP, IP addresses, port numbers, and more.

TagsIT PassportTechnologyNetworking

What is TCP/IP?

TCP/IP is the standard protocol suite used on the Internet and in most corporate LANs. While the OSI reference model has 7 layers, TCP/IP simplifies this into 4 layers: Application, Transport, Internet, and Link. It is a collective term for over 100 protocols, including "TCP" and "IP," forming the foundation of modern network communication.

The 4-Layer Model and Representative Protocols

LayerRoleRepresentative Protocols
Application LayerApplication-specific communicationHTTP, HTTPS, SMTP, POP3, IMAP, FTP, DNS, DHCP
Transport LayerEnd-to-end communicationTCP, UDP
Internet LayerPath selection / routingIP, ICMP, ARP
Link LayerPhysical communicationEthernet, Wi-Fi

The correspondence with the OSI model is explained in OSI Reference Model 7 Layers.

Differences Between TCP and UDP

AspectTCPUDP
ConnectivityConnection-oriented (3-way handshake)Connectionless
ReliabilityGuarantees order, retransmission, acknowledgmentsNone
SpeedSlower (higher overhead)Faster
Use CasesWeb, email, file transferDNS, video streaming, VoIP, online games

On the exam, judgment questions like "Which is used for video streaming?" → UDP, "Which for web browsing?" → TCP are common. Remembering TCP as "reliability-focused" and UDP as "speed-focused" will help you decide their uses without hesitation.

IP Addresses and Port Numbers

An IP address is a number that identifies a device on a network. There are two standards: IPv4 (32-bit, approximately 4.3 billion addresses) and IPv6 (128-bit). The differences between private and global IP addresses, as well as translation via NAT, are also frequent exam topics. Port numbers (0–65535) distinguish multiple applications within the same device and, combined with an IP address, identify a specific communication destination.

Frequently Tested Port Numbers

  • 80: HTTP, 443: HTTPS, 25: SMTP, 110: POP3, 143: IMAP, 22: SSH, 21: FTP, 53: DNS

Key Points for the IT Passport Exam

The most frequent topics are comparing the characteristics of TCP and UDP, and matching port numbers to their uses. Be sure to also review the roles of DNS (a mechanism that converts domain names to IP addresses) and DHCP (a mechanism that automatically assigns IP addresses). Differences between IPv4 and IPv6 (address length and notation format) are also asked in multiple-choice questions.

Related Terms

SSL/TLS, which supports encrypted communication for HTTPS, is explained in Encryption Basics. For the mechanism of authenticated tokens in API communication, refer to Authentication vs. Authorization.

Study Tips

Associate TCP with "reliability" and UDP with "speed" in short phrases to avoid confusion on usage selection questions. Focus on memorizing the 8 frequently tested port numbers (HTTP=80, HTTPS=443, SMTP=25, POP3=110, IMAP=143, SSH=22, FTP=21, DNS=53) completely. The flow of DNS name resolution (browser → cache → DNS server → IP) will stick better if you diagram it once.

Summary

The three core high-frequency topics are the 4-layer model, the differences between TCP and UDP, and major port numbers. For comprehensive practice on the Technology domain, proceed to Technology Summary; to test your skills in a real-exam format, go to Practice Exam.

関連記事

Pro

Pro 会員になる

この機能は Pro 会員限定です。月額 ¥980 で、合格まで一気に走り抜ける機能がすべて使えます。

Pro に加入する