A packet has arrived with an MF(More fragments) bit value of 1. Is this the first fragment, the last fragment, or a middle fragment?
First fragment
Last fragment
Middle fragment
More information required
Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33
In an IPV4 packet, the value of the HLEN field is 1100 in binary. How many bytes of options field is being carried by this packet?
28 byte
20 byte
8 byte
40 byte
Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33

Internet Protocol (IPV4) uses the time-to-live (TTL) field in the IP datagram header. For which one of the following reasons uses TTL?

Ensure packets reach the destination within that time

Discard packets that reach later than that time

Discard packet which is in an infinite loop

Limit the time for which a packet gets queued in intermediate routers

Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33

Host X sends an IP packet to host Y. Assume that the packet has a size less than the Maximum Transmission Unit (MTU) of the network and no error occurred during the transmission of the packet. When the packet reaches to host Y, which of the following IP header field(s) may be changed from that of the original packet?

  1. TTL
  2. Checksum
  3. Fragment Offset
  4. MF

Only I & II

Only I & III

I, II, III

All of these

Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33
Suppose packets are routed from the source to the destination along a single path with three intermediate nodes in a packet-switching network. If the size of the message is 200 bytes and each packet contains 20 bytes of a header, then what are the optimum size of the packet and total header overhead?
25, 100 bytes
30, 400 bytes
40, 200 bytes
60, 100 bytes
Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33
What is the maximum size of payload at the Network layer, and what is the maximum size of the payload at the Data link layer on the TCP/IP protocol?
Any size, 1480 bytes
65,495 byte, 1500 bytes
65,535 bytes, 1500 bytes
65,515 bytes, 1500 bytes
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Suppose an IP packet of length 1800 bytes with minimum header size entered into a local area network of MTU (Maximum transfer unit ) is 510 bytes, then how many fragments will be generated from the packet and what is the length of the last packet?
3, 300
4, 336
5, 320
4, 316
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Which of the following statements is/are correct?

I. In the virtual circuit network, packets are never delivered out of order, and In a datagram network, packets may be delivered out of order.

II. Virtual circuit network provides connection-oriented service and Datagram network provides connectionless service.

III. Virtual circuit network is Highly reliable, and Datagram network is not reliable

IV. Virtual circuit network is costly, and datagram network is cost-efficient.

Only I
I & II
II & III
All of these
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
The value of the acknowledgement field in a segment defines?
The sequence number of the next byte to be received
The sequence number of the byte received previously
Total number of bytes to receive
The sequence of zeros and ones
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
On a TCP connection, the current congestion window size is = 5 KB. The window size advertised by the receiver is = 7 KB. The last byte sent by the sender is = 10240 and the last byte acknowledged by the receiver is = 9192. The current window size at the sender is?
2048 bytes
4096 bytes
5120 bytes
8192 bytes
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Suppose the initial sequence number is 100 and it increases the counter by 4,64,000 for every 4 sec, how long does it take for the counter to wrap around?
37,025 seconds
47,445 seconds
37,142 seconds
57,025 seconds
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Which of the following statements is not correct?

(i) ICMP packet is not generated if an ICMP packet is discarded

(ii) ICMP packets are always directed to the source IP address of the originating packet.

(iii) In the case of multiple fragments, only one ICMP is sent back to the sender.

(iv) Ping (Network utility) operates by sending ICMP echo request packets to the target host and waiting for an ICMP echo reply.

(i) and (iv)
(iii) and (iv)
(ii) and (iv)
None of the above
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Imagine a TCP connection is transferring 18000 bytes of data. The first byte is the sequence numbered as 1001. Find the sequence number of the second last segment sent if data are sent in 10 segments with the first 8 segments carrying 2000 bytes and the last two-segment carrying 1000 bytes.
18000
17001
18001
19000
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Suppose the congestion window size of TCP connection is 16 KB when a timeout occurs. The round trip time of a connection is 50 ms, and the maximum segment size is 2 KB. The time taken by TCP connection to get back to the 16 KB congestion window is ___________?
350 ms
600 ms
1000 ms
800 ms
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
In TCP header SYN=0 and ACK = 1 indicates
Open connection packet
close connection packet
Data packet
Acknowledgement packet
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.00