Ch-01 Introduction To Computer Networks
Ch-01 Introduction To Computer Networks
On
Computer Networks
Chapter-1
Introduction to Computer Networks
Prepared By:
Kunal Anand, Asst. Professor
SCE, KIIT, DU, Bhubaneswar-24
•1
Lecture Outcome:
• After the completion of this chapter, the students
will be able to:
– Define Network and its types
– Explain LAN, MAN, and WAN
– Define switched network and its types
– Differentiate between circuit switched network and
packet switched network
– List out the delays and throughput in packet switched
network
– Define protocal and protocol layering
– Explain OSI and TCP/IP models
2
Organization of this Lecture:
• Introduction to networks
• Types of Network
– LAN
– WAN
• Switched Networks
– Circuit Switched Network
– Packet Switched Network
• Protocol and Protocol Layering
• Service Models
– OSI Model
– TCP/IP
3
Introduction to Computer Networks
• A network is the interconnection of a set of devices capable of
communication. It can be as small as two computers or as
large as billions of devices that are linked in order to share
resources (such as printers and CDs), exchange files, or allow
electronic communications.
1.6
Advantage of LAN
– Computer resources like hard-disks, DVD-ROM, and
printers can share local area networks. This significantly
reduces the cost of hardware purchases as one can use the
same software over the network instead of purchasing the
licensed software for each client in the network.
• The LAN admin can check personal data files of every LAN
user, so it does not offer good privacy.
• Disadvantage of WAN
– The initial setup cost of investment is very high.
– It is difficult to maintain the WAN network. One needs skilled
technicians and network administrators.
– There are more errors and issues because of the wide coverage and
the use of different technologies.
– It requires more time to resolve issues because of the involvement
of multiple wired and wireless technologies.
– Offers lower security compared to other types of networks.
A Heterogenous Network made of LAN and WAN
Switched Network
• An internet is a switched network in which a switch
connects at least two links together.
• Disadvantages:
– A dedicated connection makes it impossible to transmit other data
even if the channel is free i.e. Resources are not utilized fully.
– At times, the time required to establish the physical link between
the two stations is too long.
– As a dedicated path has to be established for each connection,
circuit switching is more expensive.
– Dedicated channels require more bandwidth.
Packet Switched Network
• It is a connectionless network switching technique.
• It is implemented at Network Layer.
• There is no need to establish a dedicated path from the source
to the destination.
• Each packet is routed separately. Consequently, it is flexible in
nature where the different data packets follow different paths.
• The individual packets of the message are received out of
order and so need to be reassembled at the destination.
• It has two approaches named as Datagram, and Virtual Circuit
• It is store and forward transmission. Data is processed and
transmitted, not only at the source but at each switching station.
contd..
Approaches in Packet Switching
• Datagram:
– It is connection less approach.
– In Datagram Packet Switching technique, the path is not fixed.
– Here the data is transmitted in form of packets, known as datagram.
Each packet contains the information about the destination and
switch uses this information to forward the packet to the correct
destination.
– The packets are reassembled at the receiving end in correct order.
– Intermediate nodes take the routing decisions to forward the
packets.
• Virtual Circuit Switching
– It is also known as connection-oriented switching.
– In the case of Virtual circuit switching, a preplanned route is
established before the messages are sent.
– Call request and call accept packets are used to establish the
connection between sender and receiver.
– In this case, the path is fixed for the duration of a logical
connection.
Delays and Throughput in Packet Switching
Network
• When a package is sent from one host (source) to another host
(destination), it travels through a series of nodes and routers.
Travelling from one of these nodes/routers and on to a
subsequent node/router, the packet will suffer from different
types of delay.
• A protocol defines the rules that both the sender and receiver
and all intermediate devices need to follow to be able to
communicate effectively.