ICT 321 Exam Prep
ICT 321 Exam Prep
1. How does flow control work in the Transport layer, and why is it important?
Flow control in the Transport layer prevents the sending host from overloading the receiving host's
buffers. It ensures data integrity by allowing applications to request reliable data transport, avoiding
congestion and data loss. The sender will wait for an acknowledgment before sending additional data
segments.
2. What is a connection-oriented communication, and why is it used in network
communication?
Connection-oriented communication involves establishing a connection before data transfer, which
is achieved through a three-way handshake. It is used to ensure reliable data transport,
acknowledging data segments' receipt, sequencing segments, and maintaining a manageable data
flow to prevent congestion and data loss.
3. How does the OSI reference model promote interoperability between networks, and
what are the advantages of using this model?
The OSI reference model promotes interoperability by standardizing the functions of each layer in
the model. This standardization allows for multiple-vendor development and encourages industry
standardization, ensuring that different types of network hardware and software can communicate
effectively. The advantages of using this model include simplifying network design and
troubleshooting, supporting multiple-vendor development, and maintaining network compatibility…
b. Data Representation?
The way in which information is presented a computer is referred to as Data form or data
representation. Information nowadays comes in the following forms; numbers, text, images, audio,
video, etc.
5. Outline the fundamental characteristic of a data communication Systems?
Fundamental Characteristics of Data Communication System
The effectiveness of data communications system depends on four fundamental characteristics:
a) Delivery. The system must deliver data to the correct destination. Data must be received by
the intended device or user and only by that device or user.
b) Accuracy. The system must deliver the data accurately. Data that have been altered in
transmission and left uncorrected are unusable.
c) Timeliness. The system must deliver data in a timely manner. Data delivered late are useless.
In the case of video and audio, timely delivery means delivering data as they are produced,
in the same order that they are produced, and without significant delay. This kind of delivery
is called real-time transmission and this occurs in a real-time system.
Page 1 of 6
d) Jitter. Jitter refers to the variation in the packet arrival time. It is the uneven delay of delivery
of audio or video packets. For example, let us assume that video packets are sent every 20ms.
If some of the packets arrive with 20ms delay and others with 30ms delay, an uneven quality
in the video is the result.
6. With the aid of a well labelled diagram, explain components of data communication
system?
Components of Data Communication
Page 2 of 6
d) Communication: Networks provide the infrastructure for various communication methods,
including emails, voice calls, video conferencing, and social media. These communication
channels have revolutionized how individuals and businesses interact.
e) Centralized Management: In business settings, networks facilitate centralized management
of resources and user accounts. This makes it easier for administrators to control access,
enforce security policies, and perform updates across multiple devices.
f) Internet Access: Computer networks connect to the global internet, enabling access to a vast
repository of information, services, and entertainment.
g) Economic Benefits: Networking offers economic advantages through cost savings. Instead
of purchasing dedicated resources for each device, a network allows sharing, leading to
reduced hardware costs and operational expenses.
h) Scalability: Computer networks can be scaled up to accommodate growth in users, devices,
and data, which is essential for businesses and organizations that experience expansion over
time.
i) Collaboration and Teamwork: Networks enable collaborative work environments where
individuals from different locations can work together on projects in real time, increasing
productivity and innovation.
j) Data Backup and Recovery: Networks facilitate automated data backup and recovery
processes. Data can be centrally stored and backed up, reducing the risk of data loss due to
hardware failures or disasters.
k) Entertainment and Media: Networks serve as the foundation for streaming services, online
gaming, social media platforms, and other forms of digital entertainment..
8. What are the three key elements of a communication protocol, and why are they
important for successful data communication?
13. What are the common problems and impairments associated with transmission media?
Common problems and impairments in transmission media include:
• Attenuation Distortion: This results in the loss of signal energy as it travels through the
medium. Amplifiers are used to compensate for this loss.
Page 4 of 6
• Crosstalk: It occurs when one line induces a signal into another line, often due to overlapping
bands or poor cable shielding.
• Echo or Signal Return: Echoes occur when the signal reflects back along the transmission
line, and echo suppressors are used to mitigate this effect.
• Noise: Noise refers to any unwanted signals mixed with the original signal during
transmission, causing signal alteration. Noise sources include electromagnetic interference,
lightning, and sudden power switching.
14. What is the primary purpose of data communication software in the context of
computer and electronic device communication?
Purpose of Data Communication Software: The primary purpose of data communication software
is to facilitate communication and resource sharing between two or more computers or electronic
devices. It acts as a bridge, interpreting the bits and bytes transmitted through communication media
and controlling various aspects of data transmission and formatting. Without data communication
software, effective data communication would be incomplete.
15. What materials are required for working with RJ45 cabling?
Materials required for working with RJ45 cabling include
a) Ethernet cables (Cat 5, 5e, 6, 6a, or higher)
b) wire cutters/wire strippers
c) a cable tester, and
d) a crimping tool.
16. How are the two wiring standards for Ethernet cables, T568A and T568B, different?
The two wiring standards for Ethernet cables, T568A and T568B, differ in the arrangement of colored
wire pairs. T568A uses a specific pattern of wire colors, while T568B uses a different pattern. Both
standards are used for terminating 8-position modular connectors like RJ45.
17. What is the key characteristic of data communication in simplex mode, and what are
some examples of devices that use simplex communication?
In simplex mode, data communication is unidirectional, meaning it flows in only one direction, like
a one-way street. One of the two devices on a link can transmit while the other can only receive. An
example of simplex communication is data transmission between keyboards and traditional monitors.
Another example is radio and television broadcasts, were data flows from stations to radios and
televisions.
18. How does half-duplex transmission differ from full-duplex transmission, and can you
provide an example of a device or system that operates in half-duplex mode?
Half-duplex transmission allows each station to both transmit and receive, but not simultaneously.
When one device is sending, the other can only receive, and vice versa. An example is a walkie-talkie
system.
19. What are the two primary transmission modes used for sending binary data across a
link, and what distinguishes them from each other
Page 5 of 6
Two primary transmission modes for sending binary data across a link are parallel and serial modes.
In parallel mode, multiple bits are sent at once, while in serial mode, one bit is sent with each clock
tick. Serial transmission has three subclasses: asynchronous, synchronous, and isochronous.
20. Briefly describe the primary function of a repeater in a network, and at which layer of
the OSI model does it operate?
A repeater's primary function in a network is to amplify or regenerate a signal to extend its
transmission distance. It operates at the physical layer (Layer 1) of the OSI model.
21. How do hubs differ from switches in terms of their operation and efficiency for data
transmission within a network?
Hubs are essentially wiring concentrators that broadcast data to all devices connected to them. They
operate at the physical layer (Layer 1) and create a single collision and broadcast domain, making
them less efficient for data transmission. Switches, on the other hand, operate at the data link layer
(Layer 2) and are more intelligent. They filter and direct traffic based on MAC addresses, leading to
improved efficiency as only the intended recipient receives the data.
22. Explain the key role of a network interface card (NIC) in a computer, and how does it
relate to the OSI model's layers?
A network interface card (NIC) plays a crucial role in a computer as it enables the computer to
communicate over a computer network. It operates at both the physical and data link layers (Layer 1
and Layer 2) of the OSI model. At the physical layer, the NIC provides a low-level addressing system
through the use of a media access control (MAC) address. At the data link layer, it facilitates the
transmission of data frames. The NIC allows users to connect to each other through cables or
wirelessly, ensuring that data can be transmitted and received over the network.
Page 6 of 6