DCN1
DCN1
Lahore Campus
Department of Computer Sciences
CLO1: Understand basic principles and functionalities of Data Communication and Networks
1. In the TCP/IP protocol suite, what are the identical objects at the sender and the
receiver sites when we think about the logical connection at the application layer?
ANS:
In the TCP/IP protocol suite, the identical objects at the sender and the receiver sites are the
messages (or data) being exchanged between the two applications. At the application layer,
both the sender and receiver are concerned with the same message content being transmitted
across the network. These messages may be segmented, encapsulated, and processed
differently by lower layers, but from the application layer's perspective, the focus is on
delivering the same data content between the two communicating parties.
2. A device is sending out data at the rate of 1000 bps. a. How long does it take to send out
10 bits? b. How long does it take to send out a single character (8 bits)? c. How long
does it take to send a file of 100,000 characters?
ANS:
Number of bits
Time = Data Rate
a) For 10 bits:
10 bits
Time =
1000 bps
Time = 0.01 seconds
b) For 8 bits:
8 bits
Time =
1000 bps
Time = 0.008 seconds
Each character is 8 bits, so the total number of bits for 100,000 characters is:
8 00,000 bits
Time =
1000 bps
Time = 800 seconds
ANS:
Twisted-pair cables are made up of pairs of wires that are twisted together. This twisting helps
to reduce interference, which is like noise that can disrupt the signals traveling through the
cables. Because of this, twisted-pair cables are commonly used for connecting devices to
networks, such as computers, phones, and modems.
4. What is the difference between omnidirectional waves and unidirectional waves?