MCQ On TCP/IP Model
Q1. How many layers are present in the TCP/IP Reference Model?.
- 5
- 7
- 4
- 6
Answer: c, 4
Q2. TCP is a ______ protocol..
- Connectionless
- Connection-oriented
- Non-reliable
- Unicast only
Answer: b, Connection-oriented
Q3. TCP/IP model does not have ______ layer but OSI model have this layer..
- session layer
- transport layer
- application layer
- network layer
Answer: a, session layer
Q4. TCP/IP model was developed _____ the OSI model..
- prior to
- after
- simultaneous to
- with no link to
Answer: a, prior to
Solution: Several TCP/IP prototypes were developed at multiple research centers between 1978 and 1983, whereas OSI reference model was developed in the year 1984. TCP/IP was developed with the intention to create a model for the Internet while OSI was intended to be a general network model.
Q5. TCP/IP is related to:.
- ARPANET
- OSI
- DECNET
- ALOHA
Answer: a, ARPANET
Q6. The Network Access Layer in TCP/IP model is responsible for:.
- Routing packets across networks
- Reliable end-to-end delivery
- Accessing and transmitting frames over physical media
- DNS resolution
Answer: c, Accessing and transmitting frames over physical media
Solution: The Network Access Layer handles how frames are sent over physical media like copper, fiber, or wireless.
Q7. Which of the following operates at the Network Access Layer?.
- Transport Control Protocol
- IP Addressing
- MAC Addressing
- DHCP Leasing
Answer: b, IP Addressing
Solution: MAC addresses are used at the Data Link/Network Access Layer for hardware-level communication.
Q8. The Network Access Layer corresponds to which layers of the OSI Model?.
- Network Layer only
- Transport and Session Layers
- Physical and Data Link Layers
- Application Layer
Answer: c, Physical and Data Link Layers
Solution: TCP/IP’s Network Access Layer combines OSI’s Physical and Data Link layers.
Q9. Which protocol is commonly used at the Network Access Layer?.
- HTTP
- PPP
- FTP
- SNMP
Answer: b, PPP
Solution: PPP is a Data Link protocol used for point?to?point communication.
Q10. The main function of the Network Access Layer is to:.
- Assign IP addresses
- Handle framing and physical transmission
- Provide congestion control
- Route packets between networks
Answer: b, Handle framing and physical transmission
Solution: The Network Access Layer manages framing, error detection, and the physical transmission of bits.
Q11. Which device primarily works at the Network Access Layer?.
- Router
- Layer?2 Switch
- Firewall
- DNS Server
Answer: b, Layer?2 Switch
Solution: Layer?2 switches operate at the Data Link Layer, which maps to TCP/IP’s Network Access Layer.
Q12. Which mechanism is used at the Network Access Layer for collision management?.
- Sliding Window
- CSMA/CD
- Three?way Handshake
- Distance Vector Algorithm
Answer: b, CSMA/CD
Solution: CSMA/CD is used in Ethernet for managing collisions at the Data Link Layer.
Q13. The Network Access Layer is also known as:.
- Internet Layer
- Host?to?Host Layer
- Link Layer
- Application Layer
Answer: c, Link Layer
Solution: In TCP/IP terminology, the Network Access Layer is often called the Link Layer.
Q14. The physical transmission medium (copper, fiber, wireless) is defined in which layer of TCP/IP?.
- Transport Layer
- Internet Layer
- Application Layer
- Network Access Layer
Answer: d, Network Access Layer
Solution: The Network Access Layer specifies how bits are transmitted over the physical medium.
Q15. A frame check sequence (FCS) used for error detection works at which layer in TCP/IP?.
- Application Layer
- Internet Layer
- Network Access Layer
- Transport Layer
Answer: c, Network Access Layer
Solution: FCS is part of Ethernet/Data Link Layer operations, mapped to the Network Access Layer.
Q16. The primary responsibility of the Internet Layer in the TCP/IP model is:.
- Error-free delivery of frames
- Logical addressing and routing
- Process-to-process communication
- Encryption of data
Answer: b, Logical addressing and routing
Solution: The Internet Layer handles routing and logical addressing using IP.
Q17. Which protocol operates at the Internet Layer?.
- TCP
- Ethernet
- IP
- HTTP
Answer: c, IP
Solution: IP (Internet Protocol) is the primary protocol of the Internet Layer.
Q18. Which addressing type is used by the Internet Layer to identify hosts?.
- MAC Address
- Port Number
- IP Address
- Domain Name
Answer: c, IP Address
Solution: The Internet Layer uses IP addresses for identifying hosts across networks.
Q19. Fragmentation of packets is handled by the:.
- Transport Layer
- Application Layer
- Internet Layer
- Network Access Layer
Answer: c, Internet Layer
Solution: The Internet Layer performs packet fragmentation when necessary.
Q20. Which of the following is NOT a protocol of the Internet Layer?.
- ICMP
- ARP
- IGMP
- FTP
Answer: d, FTP
Solution: FTP operates at the Application Layer, not the Internet Layer.
Q21. ICMP at the Internet Layer is used for:.
- Routing packets
- Delivering emails
- Error reporting and diagnostics
- Congestion control
Answer: c, Error reporting and diagnostics
Solution: ICMP is used for error messages and diagnostic functions like ping.
Q22. The field in the IPv4 header used to prevent infinite looping of packets is:.
- Protocol
- Checksum
- TTL
- Flags
Answer: c, TTL
Solution: TTL (Time To Live) limits the lifespan of a packet to prevent looping.
Q23. Which of the following best describes the Internet Layer?.
- Handles flow control between processes
- Provides host-to-host communication
- Provides best-effort packet delivery
- Ensures reliable segment delivery
Answer: c, Provides best-effort packet delivery
Solution: The Internet Layer does not guarantee delivery; it is best-effort.
Q24. Which Internet Layer protocol manages multicast communication?.
- IGMP
- ARP
- TCP
- DHCP
Answer: a, IGMP
Solution: IGMP handles multicast group management.
Q25. Which of the following statements is true regarding IPv4 and IPv6?.
- IPv6 uses ARP for address resolution
- IPv4 and IPv6 have the same header format
- IPv6 does not support broadcast
- IPv4 supports 128-bit addressing
Answer: c, IPv6 does not support broadcast
Solution: IPv6 replaces broadcast with multicast and anycast.
Q26. The Internet Layer uses which method to route packets?.
- Circuit switching
- Virtual circuits
- Packet switching
- Message switching
Answer: c, Packet switching
Solution: The Internet Layer relies on packet switching for efficient routing.
Q27. The protocol responsible for mapping IP address to MAC address is:.
- ICMP
- RARP
- ARP
- IGMP
Answer: c, ARP
Solution: ARP resolves IP addresses to physical MAC addresses.
Q28. The Internet Layer provides which type of service?.
- Connection-oriented
- Connection-less
- Both A and B
- None
Answer: b, Connection-less
Solution: IP is a connectionless protocol that does not establish sessions.
Q29. In IP packet fragmentation, MTU stands for:.
- Maximum Transfer Utility
- Minimum Transmission Unit
- Maximum Transmission Unit
- Multi-Tasking Unit
Answer: c, Maximum Transmission Unit
Solution: MTU is the maximum size of a packet that can be transmitted.
Q30. The 32-bit address in IPv4 is divided into:.
- Host number only
- Network number + Host number
- Subnet ID + VLAN ID
- Port + Host
Answer: b, Network number + Host number
Solution: IPv4 address format includes network and host portions.