CSC311 Lecture 1
CSC311 Lecture 1
Preface
This lecture gives a very good understanding
of Data Communication and Computer
Networks (DCN).
After completing this lecture, you will find
yourself at a moderate level of expertise in
knowing DCN, from where you can take
yourself to the next levels.
This lecture is prepared to help students to
understand the basic concept of Data
Communication and Computer Networks.
Grading
S/N Items to be Evaluated Percentage of
Grade
1 Final Examination 70%
2 Project/Assignments 10%
3 Quiz/Test 10%
Materials
Introduction to Networks lab. University of Jordan
Faculty of Engineering & Technology Computer
Engineering Department Computer Networks
Laboratory 907528
Cisco Certified Network Associate, Study Guild, 6th
edition, Todd Lammle
Categories of Switching
Connectionless: The data is forwarded on behalf
of forwarding tables.
No previous handshaking is required and
acknowledgements are optional.
Connection Oriented: Before switching data to
be forwarded to destination, there is a need to
pre-establish circuit along the path between both
endpoints.
Data is then forwarded on that circuit.
After the transfer is completed, circuits can be
kept for future use or can be turned down
immediately.
“CSC 311: Computer Networks and Data Communication” Unit:3
Lecture 01: 2023-2024 Academic Session
11
Advantages/Disadvantages of
Circuit Switching (1/2)
Advantages
The communication channel (once established)
is dedicated.
Disadvantages
Possible long wait to establish a connection, (10
seconds, more on long-distance or international
calls.) during which no data can be transmitted.
More expensive than any other switching
techniques, because a dedicated path is
required for each connection.
“CSC 311: Computer Networks and Data Communication” Unit:3
Lecture 01: 2023-2024 Academic Session
15
Advantages/Disadvantages of
Circuit Switching (2/2)
Disadvantages
Inefficient use of the communication channel,
because the channel is not used when the
connected systems are not using it.
Packet Switching(3/3)
Packet switching enhances line efficiency as
packets from multiple applications can be
multiplexed over the carrier.
The internet uses packet switching
technique.
Packet switching enables the user to
differentiate data streams based on
priorities.
Packets are stored and forwarded according
to their priority to provide quality of service.
“CSC 311: Computer Networks and Data Communication” Unit:3
Lecture 01: 2023-2024 Academic Session
24
Advantages/Disadvantages of
Packet Switching (1/3)
Advantages
Packet switching is cost effective, because
switching devices do not need massive amount of
secondary storage.
Packet switching offers improved delay
characteristics, because there are no long
messages in the queue (maximum packet size is
fixed).
Packet can be rerouted if there is any problem,
such as, busy or disabled links.
Assignments
Assignment 1.1 What are the 3 phases of circuit
switching?
Assignment 1.2 Explain packet switching?
Assignment 1.3 Explain switching techniques?
Assignment 1.4 What are the advantages and
disadvantages of message switching?