Computer Network (Asignment No.1)
Computer Network (Asignment No.1)
Computer Network (Asignment No.1)
Q: 18: Suppose a computer sends a packet at the network layer to another computer
some-where in the Internet. The logical destination address of the packet is corrupted.
What happens to the packet? How can the source computer be informed of the situation?
Ans: The receiver acknowledges packets it has received, and if the sender doesn't get an
acknowledgment, it will eventually re-send the doubtful packet. Moreover, before using
the destination address in an intermediate or the destination node, the packet goes through
error checking that may help the node find the corruption (with a high probability) and
discard the packet. Normally the upper layer protocol will inform the source to resend the
packet.
Q: 19: Match the following to one or more layers of the OSl model:
a. Communicates directly with user's application program
b. Error correction and retransmission
Q: 23: Match the following to one or more layers of the OSI model:
a. Route determination
b. Flow control
c. Interface to transmission media
d. Provides access for the end user
Ans:
a. Network layer
b. Data link layer
c. Physical layer
d. Application layer
Q: 24: Match the following to one or more layers of the OSI model:
a. Reliable process-to-process message delivery
b. Route selection
c. Defines frames
d. Provides user services such as e-mail and file transfer
e. Transmission of bit stream across physical medium
Ans:
a. Transport layer
b. Network layer
c. Data link layer
d. Application layer
e. Physical layer
Q: 25: Suppose a computer sends a packet at the transport layer to another computer
somewhere in the Internet. There is no process with the destination port address running
at the destination computer. What will happen?
Ans: when a computer sends a packet at the transport layer, the sending transport layer
makes it sure that the entire message arrives at the receiving transport layer without error
(damage, loss, or duplication). So, in the given scenario where there is no process with
the destination port address running at the destination computer cause error. Now the
error correction will usually be made or achieved through retransmission.
END