DCC Micro Project
DCC Micro Project
PROJECT REPORT
ON
“Switching and types of Switching ”
SUBMITTED BY
Mst . Jejurkar Om Mst . Gawali Tanmay
Mst . Jangam Avadhut
Under Guidance of
Prof.M.B.Charmal
1
SANJIVANI K.B.P. POLYTECHNIC
DEPARTMENT OF COMPUTER TECHNOLOGY
CERTIFICATE
This is to Certify that the Project Report Entitled
“Switching and types of Switching”
Submitted By
Mst . Jejurkar Om Mst . Gawali Tanmay
Mst . Jangam Avadhut
Under our supervision and guidance for partial fulfillment of
the requirement for
Diploma in Computer Technology affiliated to Maharashtra
State Board of Technical Education, Mumbai
for Academic Year 2022-2023
2
ACKNOWLEDGEMENT
3
INDEX
1. Introduction 5
2. What is Switching ? 6
3. Types of circuit Switching Techniques 7-11
3.1 Circuit Switching
• Advantages Circuit Switching
• Disadvatages Circuit Switching
3.2 Message Switching
• Advantages Circuit Switching
• Disadvatages Circuit Switching
3.3 Packet Switching
• Advantages Packet Switching
• Disadvatages Packet Switching
4
INTRODUCTION
This section brings up Switches and MAC addresses and how they
work. Most people who only ever come in contact with smaller home
networks do not actually have to learn about what a switch is or how MAC
addresses work. The main reason is that almost any problem you could
encounter in a home network is located on other levels of the network
communication, often relating to IP addresses, routing, wireless or DNS.
The switching, on the other hand, is often completely transparent to the
user and doesn’t require any configuration in a normal home network.
But for somebody who wants to learn more about computer networks, the
information in this section is really one of the founding pillars of network
communication. In any given office network you rarely find more than
one or at most a couple of routers. You will however find switches all
over the office environment. Switches are how client devices such as
computers and printers are normally connected to a network. A router is
packed with functionality and as such will always come at a higher cost
per network interface compared to what a switch can offer. So if you want
to connect a lot of devices to your network then a switch would be the
best option.
5
What is Switching ?
6
Types of Switching Techniques
➢ Circuit Switching
Circuit-switching is the real-time connection-oriented system. In Circuit
Switching a dedicated channel (or circuit) is set up for a single connection
between the sender and recipient during the communication session. In
telephone communication system, the normal voice call is the example
of Circuit Switching. The telephone service provider maintain a
unbroken link for each telephone call.Circuit switching is pass through
three phases, that are circuit establishment, data transfer and circuit
disconnect
7
Advantages-
• No re ordering is required.
Disadvantages-
• The time required for establishing the circuit between the two ends
is too long.
• Dedicated channels require more bandwidth.
➢ Message switching:-
Message Switching is a connectionless network switching approach in which the
complete message is routed from the sender node to the receiver node one hop at a
time. It was a forerunner to packet switching. Message switching served as an
adequate replacement for circuit switching before the development of packet
switching. The first applications of it were in data transmissions via telex networks
and paper tape relay systems. Although packet switching has completely supplanted
message switching, ad hoc sensor networks, military networks, and satellite
communications networks still use the technique.
8
Advantages of Message Switching
9
➢ Packet switching
Each packet in a packet switching technique has two parts: a header and
a payload. The header contains the addressing information of the packet
and is used by the intermediate routers to direct it towards its destination.
The payload carries the actual data.
A packet is transmitted as soon as it is available in a node, based upon its
header information. The packets of a message are not routed via the same
path. So, the packets in the message arrives in the destination out of order.
It is the responsibility of the destination to reorder the packets in order to
retrieve the original message.
Advantages
10
• Data delivery can continue even if some parts of the network
faces link failure. Packets can be routed via other paths.
• It allows simultaneous usage of the same channel by multiple
users.
• It ensures better bandwidth usage as a number of packets from
multiple sources can be transferred via the same link.
Disadvantages
Definition Circuit switching is a type of method where In Message switching, the source and
a dedicated network is implemented in destination nodes are not connected
which two network nodes establish a with each other. The data transfer is
dedicated communications channel done by the intermediate nodes.
(circuit) through that network before the
nodes may communicate.
Path and In Circuit switching, a dedicated path is In case of Message Switching, no such
Node established between the two nodes at dedicated path is established, as the
each end, i.e., sender and receiver, which path used in this switching consists of
several nodes between the sender and
11
Key Circuit Switching Message Switching
is entirely responsible for the transmission the receiver and each node is
of information. responsible for transferring the
message from one node to the next.
Message As there are only two nodes in case of In case of Message switching, each
storage Circuit switching, there is no requirement node acts as sender and receiver and
of storing the data at any node.Message stores the incoming information before
generated at the sender side gets sending it to the next node. This makes
transmitted to the receiver directly each node in this switching capable to
without getting stored or retransmitted in recover the data if gets lost due to any
the path through the node. reason.
Resend As the nodes do not save the data during In message switching, if the data gets
the transmission, there is no option to lost due to some reason, then the
resend it if the data gets lost due to some corresponding node could resend it as
reason until the sender sends it again. the data has been stored.
Bandwidth Circuit switching reserves the full Message Switching does not reserve the
bandwidth in advance, as there are only entire bandwidth in advance. It
two nodes and a dedicated path for consumes bandwidth node per node as
transmission. per the requirement and releases the
bandwidth when it gets free.
12
Difference Between Circuit Switching and Packet Switching
A uniform path is followed throughout the There is no uniform path that is followed end to
session. end through the session.
It is ideal for voice communication, while also It is used mainly for data transmission as the
keeping the delay uniform. delay is not uniform.
Without a connection, it cannot exist, as the A connection is not necessary, as it can exist
connection needs to be present on a physical without one too. It needs to be present on a
layer. network layer.
Data to be transmitted is processed at the Data is processed and transmitted at the source
source itself. as well as at each switching station.
13
Conclusion
14