Internet Technology
Internet Technology
[1 Marks]
Ans: LAN
4. What are the three steps that are required for data communication using
circuit switching? [2 Marks]
1. Circuit establishment (setting up dedicated links between the source and
destination);
2. Data transfer (transmitting the data between the source and destination);
3. Circuit disconnect (removing the dedicated links).
7. Which of virtual circuit and datagram makes better utilization of the links? [1
Marks]
Ans: virtual circuit
9. Under what circumstances will the datagram method of packet delivery prove
useful? [1Marks]
Ans: In situations where there is no need for a persistent connection
between endpoints, or when quick setup and teardown of connections is
required.
10. 5 packets need to be sent from a host A to another host B. which of virtual
circuit or datagram would be faster? [1 Marks]
Ans; virtual circuit
11. If a 1000 byte data message is sent using TFTP. What will be size in bytes
of the corresponding Ethernet packet? [2 Marks]
Ans: Therefore, to transmit a 1000 byte TFTP message over Ethernet, it
will require one Ethernet packet with a payload size of 1000 bytes and an
overall size of 14 + 20 + 8 + 1000 = 1042 bytes.
12. Why is the IP protocol considered unreliable? [3 Marks]
Ans: It is unreliable because it does not guarantee delivery, meaning, it
does not require acknowledgments from the sending host, the receiving
host, or intermediate hosts.
A. packet may be lost
B. Packets may arrive out of order
C. Duplicate packets may be generated
14. Which layers in the OSI model are host-to-host layers? [2 marks]
Ans: Transport, session, presentation, application layer
15. What is the responsibility of the Network layer in the OSI model? [2 marks]
Breaking up segments into network packets, and reassembling the packets
on the receiving end.
The network layer is responsible for routing packets from the source host
to the destination host.
16. How many bits are there in the IP address? [1 Marks]
Ans: 32 bits
18. What is the basic difference between a bridge and a router? [2 Marks]
Ans: A bridge sees the two networks as a single entity and a router sees two
networks as discrete entities.
19. What does TCP/IP do if the message to be sent is larger than what a single
datagram can
handle? [1 Marks]
Ans: TCP will split it up into several datagrams, and make sure that they
all arrive correctly.
20. What is the purpose of the "Time to live" field in the IP header? [2 Marks]
Ans: The time-to-live (TTL) field in the IP header is used to prevent
packets from endlessly circulating on a network.
G. Abdul-Salaam