Seminar Team 2 Data Comm
Seminar Team 2 Data Comm
Communication
Terminologies
Concept of
Communication
Data communication involves the
transfer of data between connected
devices, such as computers, printers,
servers, and switches. It encompasses
various forms of data, including text,
images, audio, and video.
Effective communication requires a
medium that facilitates
the exchange of information
between these devices,
enabling them to send
and receive data
seamlessly. This
connectivity is crucial for
network functionality, allowing for
efficient sharing and access to
resources.
Components of data communication
In a computing devices between two computing devices there are
FIVE most important aspects involved.
Circuit Switching:
Circuit Switching is a communication method where a
dedicated path is established between the sender and
receiver for the entire duration of the communication session.
This ensures assured bandwidth and predictable performance
during the connection.
However, it takes time to establish the circuit before data
transmission can begin.
The Public Switched Telephone Network (PSTN) is a prime
example of a circuit-switched network.
While it ensures continuous communication, it can be
inefficient as the dedicated path remains reserved even when
no data is being transmitted.
Packet Switching:
What are packets?
Message broken into smaller parts for transmitting. These
smaller parts are packets
What is packet switching?
A mode of data transmission of packets which are sent
independently, over whatever route is optimum for each
packet, and reassembled at the destination
What are the two important parts of a packet:
The header - which contains information such as source
address, destination address and sequence number.
The main part - which contains the message
How do they work?
1. Packets will travel across the network, taking the shortest
path as possible.
2. All the packets are reassembled at the receiving end in
correct order.
3. If any packet is missing or corrupted, then the message will
be sent to resend the message.
4. If the correct order of the packets is reached, then the
acknowledgment message will be sent.
Difference between Packet and Circuit Switching:
CIRCUIT PACKAGE