Campus Placement Exam  >  Campus Placement Test  >  Placement Papers - Technical & HR Questions  >  TCP/IP, Networking Quiz - Campus Placement MCQ

TCP/IP, Networking Quiz - Free MCQ Test with solutions for Campus Placement


MCQ Practice Test & Solutions: TCP/IP, Networking Quiz (15 Questions)

You can prepare effectively for Campus Placement Placement Papers - Technical & HR Questions with this dedicated MCQ Practice Test (available with solutions) on the important topic of "TCP/IP, Networking Quiz". These 15 questions have been designed by the experts with the latest curriculum of Campus Placement 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 30 minutes
  • - Number of Questions: 15

Sign up on EduRev for free to attempt this test and track your preparation progress.

TCP/IP, Networking Quiz - Question 1

Which of the following services use TCP?

  1. DHCP
  2. SMTP
  3. HTTP
  4. TFTP
  5. FTP

Detailed Solution: Question 1

SMTP, HTTP and FTP use TCP.

TCP/IP, Networking Quiz - Question 2

What layer in the TCP/IP stack is equivalent to the Transport layer of the OSI model?

Detailed Solution: Question 2

The four layers of the TCP/IP stack (also called the DoD model) are Application/Process, Host-to-Host, Internet, and Network Access. The Host-to-Host layer is equivalent to the Transport layer of the OSI model.

TCP/IP, Networking Quiz - Question 3

Which of the following describe the DHCP Discover message?

  1. It uses FF:FF:FF:FF:FF:FF as a layer 2 broadcast.
  2. It uses UDP as the Transport layer protocol.
  3. It uses TCP as the Transport layer protocol.
  4. It does not use a layer 2 destination address.

Detailed Solution: Question 3

A client that sends out a DHCP Discover message in order to receive an IP address sends out a broadcast at both layer 2 and layer 3. The layer 2 broadcast is all Fs in hex, or FF:FF:FF:FF:FF:FF. The layer 3 broadcast is 255.255.255.255, which means all networks and all hosts. DHCP is connectionless, which means it uses User Datagram Protocol (UDP) at the Transport layer, also called the Host-to-Host layer.

TCP/IP, Networking Quiz - Question 4

You want to implement a mechanism that automates the IP configuration, including IP address, subnet mask, default gateway, and DNS information. Which protocol will you use to accomplish this?

Detailed Solution: Question 4

Dynamic Host Configuration Protocol (DHCP) is used to provide IP information to hosts on your network. DHCP can provide a lot of information, but the most common is IP address, subnet mask, default gateway, and DNS information.

TCP/IP, Networking Quiz - Question 5

Which of the following is private IP address?

Detailed Solution: Question 5

Class A private address range is 10.0.0.0 through 10.255.255.255. Class B private address range is 172.16.0.0 through 172.31.255.255, and Class C private address range is 192.168.0.0 through 192.168.255.255.

TCP/IP, Networking Quiz - Question 6

Which of the following allows a router to respond to an ARP request that is intended for a remote host?

Detailed Solution: Question 6

Proxy ARP can help machines on a subnet reach remote subnets without configuring routing or a default gateway.

TCP/IP, Networking Quiz - Question 7

The DoD model (also called the TCP/IP stack) has four layers. Which layer of the DoD model is equivalent to the Network layer of the OSI model?

Detailed Solution: Question 7

The four layers of the DoD model are Application/Process, Host-to-Host, Internet, and Network Access. The Internet layer is equivalent to the Network layer of the OSI model.

TCP/IP, Networking Quiz - Question 8

Which of the following services use UDP?

  1. DHCP
  2. SMTP
  3. SNMP
  4. FTP
  5. HTTP
  6. TFTP

Detailed Solution: Question 8

DHCP, SNMP, and TFTP use UDP.

TCP/IP, Networking Quiz - Question 9

Which class of IP address provides a maximum of only 254 host addresses per network ID?

Detailed Solution: Question 9

A Class C network address has only 8 bits for defining hosts: 28 - 2 = 254.

TCP/IP, Networking Quiz - Question 10

If you use either Telnet or FTP, which is the highest layer you are using to transmit data?

Detailed Solution: Question 10

Both FTP and Telnet use TCP at the Transport layer; however, they both are Application layer protocols, so the Application layer is the best answer.

TCP/IP, Networking Quiz - Question 11

Which of the following is the decimal and hexadecimal equivalents of the binary number 10011101?

Detailed Solution: Question 11

To turn a binary number into decimal, you just have to add the values of each bit that is a 1. The values of 10011101 are 128, 16, 8, 4, and 1. 128 + 16 + 8 + 4 + 1 = 157.

Hexadecimal is a base-16 number system. The values of hexadecimal are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F-16 characters total, from which to create all the numbers you'll ever need. So, if 1001 in binary is 9, then the hexadecimal equivalent is 9. Since we then have 1101, which is 13 in binary, the hexadecimal answer is D and the complete hexadecimal answer is 0x9D.

TCP/IP, Networking Quiz - Question 12

Which statements are true regarding ICMP packets?

  1. They acknowledge receipt of a TCP segment.
  2. They guarantee datagram delivery.
  3. They can provide hosts with information about network problems.
  4. They are encapsulated within IP datagrams.

Detailed Solution: Question 12

Internet Control Message Protocol (ICMP) is used to send error messages through the network, but they do not work alone. Every segment or ICMP payload must be encapsulated within an IP datagram (or packet).

TCP/IP, Networking Quiz - Question 13

Which of the following are layers in the TCP/IP model?

  1. Application
  2. Session
  3. Transport
  4. Internet
  5. Data Link
  6. Physical

Detailed Solution: Question 13

This seems like a hard question at first because it doesn't make sense. The listed answers are from the OSI model and the question asked about the TCP/IP protocol stack (DoD model). However, let's just look for what is wrong. First, the Session layer is not in the TCP/IP model; neither are the Data Link and Physical layers. This leaves us with the Transport layer (Host-to-Host in the DoD model), Internet layer (Network layer in the OSI), and Application layer (Application/Process in the DoD).

TCP/IP, Networking Quiz - Question 14

Which layer 4 protocol is used for a Telnet connection?

Detailed Solution: Question 14

Although Telnet does use TCP and IP (TCP/IP), the question specifically asks about layer 4, and IP works at layer 3. Telnet uses TCP at layer 4.

TCP/IP, Networking Quiz - Question 15

Which statements are true regarding ICMP packets?

  1. ICMP guarantees datagram delivery.
  2. ICMP can provide hosts with information about network problems.
  3. ICMP is encapsulated within IP datagrams.
  4. ICMP is encapsulated within UDP datagrams.

Detailed Solution: Question 15

ICMP is used for diagnostics and destination unreachable messages. ICMP is encapsulated within IP datagrams, and because it is used for diagnostics, it will provide hosts with information about network problems.

85 docs|57 tests
Information about TCP/IP, Networking Quiz Page
In this test you can find the Exam questions for TCP/IP, Networking Quiz solved & explained in the simplest way possible. Besides giving Questions and answers for TCP/IP, Networking Quiz, EduRev gives you an ample number of Online tests for practice
Download as PDF