SlideShare a Scribd company logo
Computer Networks
 A computer network is an interconnection of
two or more computers that are able to
exchange information.
 The computer may be connected via any data
communication link, like copper wires, radio
links, etc.
 They may be personal computers or large
main frames.
 The computer network may be located in a
room, building, city, country, or anywhere in
the world.
 Computer networks have opened up an entire
frontier in the world of computing called the
client/server model.
Computer Networks  POWERPOINT Presentation
Computer Networks  POWERPOINT Presentation
 FILE SHARING – Networks offer a
quickand easy way to share files directly.
 RESOURCE SHARING – All computers in
the can share
fax machines, scanners,
resources such as
and
network
printers,
modems.
 COMMUNICATION –Those on the network can
communicate with each other via e-mail,
instant messages, etc.
 Flexible Access - Networks allow their users
to access files from computers throughout
the network.
 Sharing of Information - Computer
networks enable us to share data and
information with the computers that are
located geographically large distance apart.
Computer Networks  POWERPOINT Presentation
Computer Networks  POWERPOINT Presentation
Computer Networks  POWERPOINT Presentation
The different types of network are based on
following:
 Size of the network – Refers to the area
over which the network is spread.
 Connection – Refers to the transmission media
and protocols used for connecting.
 Network topology – Arrangement of computers
on the network.
ON THE BASIS OF SIZE
Computer Networks  POWERPOINT Presentation
 LAN is a computer network widely used for local
communication.
 LAN connects computers in a small area like a
room, building, office, or a campus spread up
to a few kilometers.
 They are privately owned networks, to exchange
information.
 Star, Bus, and Ring are some of the common
LAN networking topologies.
 LAN runs at a speed of 10 mbps to 100 mbps
and has low delays.
 A LAN based on wifi wireless network
technology is called wireless local area
network(WLAN).
Computer Networks  POWERPOINT Presentation
METROPOLITIAN
AREA
NETWOR
K (MAN)
 MAN is a computer network spread over a city.
The computers in a MAN are connected using
cables.
 MAN connects several LAN spread over a city.
 It covers the distance upto 30-50 km.
 Example- Cable television network.
Computer Networks  POWERPOINT Presentation
WIDE
AREA
NETWOR
K (WAN)
 WAN is a network that connects computers
over long distances like cities, countries,
continents or world wide.
 WAN uses public, leased, or private
communication links to spread over long
distances.
 WAN uses telephone lines, satellite link and
radio link to connect.
 The need to be able to connect any number of
computers at any number of sites, results in
WAN technology to be different from the LAN
technology.
 It is slower and less reliable than a LAN.
 INTERNET is a common example of WAN.
Computer Networks  POWERPOINT Presentation
Computer Networks  POWERPOINT Presentation

It is the physical way in which
computers are interconnected.
 Five basic network structures are :
 Devices are connected to a central
computer called HUB.
 A Star network is particularly appropriate for
organizations that require a centralized data
base or a centralized processing facility.
 For example, a star network may be used in
banking for centralized record keeping in an
on-line branch office environment.
Computer Networks  POWERPOINT Presentation
 It is easy to add new and remove nodes.
 A node failure doesnot bring
let down the entire network.
 It is easier to diagnose network problems
through a central hub.
 If the central hub fails, the whole network
ceases to function.
 It costs more to cable a star configuration
than other topologies because more cable is
required than other topologies.
 In Bus topology a single network cable runs in
the building or campus and all nodes are linked
along with this communication line with two
endpoints called the bus or backbone.
 This structure is very popular for
local area networks
Computer Networks  POWERPOINT Presentation
 Reliable in very smallnetworks as well
as easy to use and understand.
 Requires the least amount of cable to connect
the computers together and therefore is less
expensive than other cabling arrangements.
 Heavy network traffic can slow a
bus considerably.
 Each connection between cables weakens the
electrical signal.
 In Ring topology the network cable passes from
one node to another until all nodes are
connected in the form of a “loop or ring”.
 Transmits in only one direction.
 Used in LAN’S and WAN’S.
Computer Networks  POWERPOINT Presentation
 Ring networks can span longer
distances than other types of networks.
 Ring networks are easily extendable.
 Relatively expensive and difficult to install.
 Failure of one computer on the
network can affect the whole network.
 Adding or removing computers can disrupt
the network.
 In mesh network, there is random connection
of nodes using communication links.
 Meshtopology is the general topology
for wide area network.
 A mesh network may be fully
connected or connected with only partial links.
Computer Networks  POWERPOINT Presentation
 The reliability is very high as there are always
alternate paths available if direct link between
two nodes is down.
 Yields the greatest amount of redundancy in the
event that one of the nodes fails where network
traffic can be redirected to another node.
 The cost of installation and maintenance is
high ( more cable is required than any other
configuration).
 A tree topology connects one star network to
the other star network.
 It is an extension of star topology.
 Here, we divided the whole network into
segment which can be easily managed and
maintained.
Computer Networks  POWERPOINT Presentation
 Each segment is provided with dedicated
point-to-point wiring to central hub.
 Error detection and correction is easy.
 If one segment is damaged, other segment
are not affected.
 Expansion of network is possible and easy.
 As multiple segments are connected to a
central hub, the networks depend heavily on
the hub. Its failure affects the entire network.
 Maintenance is not easy and cost are high.
 With increase in size beyond a point, the
management becomes difficult.
Computer Networks  POWERPOINT Presentation
 A network protocol
defines rules and
conventions
for communication between
network devices.
 Protocols specify
interactions between the
communicating entities.
Protocol has Five
types-
TCP (Transmission Control Protocol)
IP (Internet Protocol)
HTTP (Hyper Text Transfer Protocol)
FTP (File Transfer Protocol)
HTTPS (Hyper Text Transfer Protocol Secure)
 It provides reliable transport service i.e. it
ensures that messages sent from sender to
receiver are properly routed and arrive at the
destination.
 TCP converts messages into a set of packages
at the source which are then reassemble back
into messages at the destination. For this, TCP
operates with the packet switching techniques.
Packet Switching Techniques
–
 The message is divided into small packets.
 Each packet contains address and
information.
 The address is used to route the packet to its
destination.
different
computers
to
 IP allows
communicate.
 IP handles the dispatch of packets over the
network.
 It handles the addressing of packets, and
ensures that a packet reaches its destination
travelling through multiple networks.
TCP/IP protocol makes it possible for any pair
of computers connected to internet to
communicate, despite their hardware
differences.
 The File Transfer Protocol (FTP) is a
standard network protocol used to
transfer computer files from one host
to another.
 FTP is built on clientserver
architecture.
Computer Networks  POWERPOINT Presentation
 HTTP is the underlying protocol
used by the World Wide Web.
 HTTP defines how messages are
formatted and transmitted and
what actions web servers and
browsers should take in response
to various commands.
 For example, when you enter a URL in your
browser, this actually sends an HTTP
commands to the Web server directing it to
fetch and transmit the requested Web page.
Computer Networks  POWERPOINT Presentation
 HTTPS stands for Hyper Text Transfer
Protocol over SSL(Secure Socket Layer). It is
used by Web servers to transfer and display
web content securely.
 HTTPS used by any website that is collecting
sensitive customer data such as banking
information or purchasing information
HUB
REPEATER
BRIDGE
ROUTER
GATEWAY
A hub is a multiport
connecting device that is
used to interconnect LAN
devices.
 A hub can be used to extend the physical
length of a network.
 Repeater boost or amplifies
the signal before passing it
through to the next section
of cable.
 It connects the network with same protocol
and topology.
 The main task of a bridge computer is to
receive and pass data from one LAN to
another.
 A router is a device that connects multiple
networks using similar or different protocols.
 Routers are used when several networks are
connected together.
 Gateway is a device that connects two or
more networks with different types of
protocol.
 It receives data from one network and
converts it according to the protocol of other
network.
Computer Networks  POWERPOINT Presentation

More Related Content

PPTX
computer networks presentation
PPTX
6.Computer Networks (1).pptx
PPTX
Networking
PDF
Computer networks--networking
PPTX
Data communication and Computer Network Material (1).pptx
PPT
Networkingconcepts
PPS
Network ppt
PPT
Notes of Introduction to Computer Networks.ppt
computer networks presentation
6.Computer Networks (1).pptx
Networking
Computer networks--networking
Data communication and Computer Network Material (1).pptx
Networkingconcepts
Network ppt
Notes of Introduction to Computer Networks.ppt

Similar to Computer Networks POWERPOINT Presentation (20)

PPTX
Computer Network - Unit 1
PPTX
Computer Networking
PPTX
454548 634160871407732500
PPTX
Networking concepts
PDF
Networking Concepts.pdf
PPTX
COMPUTER NETWORKS
PPTX
Networking presentation
DOCX
Data Communication and Computer Network Overview
PDF
Network plus study guide N10-005
PPTX
Network topology and devices
PPT
Cf presentation by muhammad saad salman
PPTX
Types of computer networks
PPTX
Computer Networks
PPTX
Computer network
PPTX
COMPUTER NETWORK(Introduction, classification)NETWORK TOPOLOGY.pptx
PPTX
computer network - Chapter 1 hardware
PPTX
E business 2014 l06
PPT
Chapter 1
PPTX
Lecture-03 - Introduction To Network.pptx
PPT
Computer network ppt
Computer Network - Unit 1
Computer Networking
454548 634160871407732500
Networking concepts
Networking Concepts.pdf
COMPUTER NETWORKS
Networking presentation
Data Communication and Computer Network Overview
Network plus study guide N10-005
Network topology and devices
Cf presentation by muhammad saad salman
Types of computer networks
Computer Networks
Computer network
COMPUTER NETWORK(Introduction, classification)NETWORK TOPOLOGY.pptx
computer network - Chapter 1 hardware
E business 2014 l06
Chapter 1
Lecture-03 - Introduction To Network.pptx
Computer network ppt
Ad

Recently uploaded (20)

PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PDF
.pdf is not working space design for the following data for the following dat...
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPTX
1_Introduction to advance data techniques.pptx
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
Computer network topology notes for revision
PPT
ISS -ESG Data flows What is ESG and HowHow
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
Business Acumen Training GuidePresentation.pptx
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PPTX
Database Infoormation System (DBIS).pptx
PDF
Fluorescence-microscope_Botany_detailed content
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
.pdf is not working space design for the following data for the following dat...
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
STUDY DESIGN details- Lt Col Maksud (21).pptx
1_Introduction to advance data techniques.pptx
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
Galatica Smart Energy Infrastructure Startup Pitch Deck
IBA_Chapter_11_Slides_Final_Accessible.pptx
Introduction-to-Cloud-ComputingFinal.pptx
IB Computer Science - Internal Assessment.pptx
Computer network topology notes for revision
ISS -ESG Data flows What is ESG and HowHow
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
Business Acumen Training GuidePresentation.pptx
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
Database Infoormation System (DBIS).pptx
Fluorescence-microscope_Botany_detailed content
Ad

Computer Networks POWERPOINT Presentation

  • 2.  A computer network is an interconnection of two or more computers that are able to exchange information.  The computer may be connected via any data communication link, like copper wires, radio links, etc.  They may be personal computers or large main frames.
  • 3.  The computer network may be located in a room, building, city, country, or anywhere in the world.  Computer networks have opened up an entire frontier in the world of computing called the client/server model.
  • 6.  FILE SHARING – Networks offer a quickand easy way to share files directly.  RESOURCE SHARING – All computers in the can share fax machines, scanners, resources such as and network printers, modems.  COMMUNICATION –Those on the network can communicate with each other via e-mail, instant messages, etc.
  • 7.  Flexible Access - Networks allow their users to access files from computers throughout the network.  Sharing of Information - Computer networks enable us to share data and information with the computers that are located geographically large distance apart.
  • 11. The different types of network are based on following:  Size of the network – Refers to the area over which the network is spread.  Connection – Refers to the transmission media and protocols used for connecting.  Network topology – Arrangement of computers on the network.
  • 12. ON THE BASIS OF SIZE
  • 14.  LAN is a computer network widely used for local communication.  LAN connects computers in a small area like a room, building, office, or a campus spread up to a few kilometers.  They are privately owned networks, to exchange information.
  • 15.  Star, Bus, and Ring are some of the common LAN networking topologies.  LAN runs at a speed of 10 mbps to 100 mbps and has low delays.  A LAN based on wifi wireless network technology is called wireless local area network(WLAN).
  • 18.  MAN is a computer network spread over a city. The computers in a MAN are connected using cables.  MAN connects several LAN spread over a city.  It covers the distance upto 30-50 km.  Example- Cable television network.
  • 21.  WAN is a network that connects computers over long distances like cities, countries, continents or world wide.  WAN uses public, leased, or private communication links to spread over long distances.  WAN uses telephone lines, satellite link and radio link to connect.
  • 22.  The need to be able to connect any number of computers at any number of sites, results in WAN technology to be different from the LAN technology.  It is slower and less reliable than a LAN.  INTERNET is a common example of WAN.
  • 25.  It is the physical way in which computers are interconnected.  Five basic network structures are :
  • 26.  Devices are connected to a central computer called HUB.  A Star network is particularly appropriate for organizations that require a centralized data base or a centralized processing facility.  For example, a star network may be used in banking for centralized record keeping in an on-line branch office environment.
  • 28.  It is easy to add new and remove nodes.  A node failure doesnot bring let down the entire network.  It is easier to diagnose network problems through a central hub.
  • 29.  If the central hub fails, the whole network ceases to function.  It costs more to cable a star configuration than other topologies because more cable is required than other topologies.
  • 30.  In Bus topology a single network cable runs in the building or campus and all nodes are linked along with this communication line with two endpoints called the bus or backbone.  This structure is very popular for local area networks
  • 32.  Reliable in very smallnetworks as well as easy to use and understand.  Requires the least amount of cable to connect the computers together and therefore is less expensive than other cabling arrangements.
  • 33.  Heavy network traffic can slow a bus considerably.  Each connection between cables weakens the electrical signal.
  • 34.  In Ring topology the network cable passes from one node to another until all nodes are connected in the form of a “loop or ring”.  Transmits in only one direction.  Used in LAN’S and WAN’S.
  • 36.  Ring networks can span longer distances than other types of networks.  Ring networks are easily extendable.
  • 37.  Relatively expensive and difficult to install.  Failure of one computer on the network can affect the whole network.  Adding or removing computers can disrupt the network.
  • 38.  In mesh network, there is random connection of nodes using communication links.  Meshtopology is the general topology for wide area network.  A mesh network may be fully connected or connected with only partial links.
  • 40.  The reliability is very high as there are always alternate paths available if direct link between two nodes is down.  Yields the greatest amount of redundancy in the event that one of the nodes fails where network traffic can be redirected to another node.
  • 41.  The cost of installation and maintenance is high ( more cable is required than any other configuration).
  • 42.  A tree topology connects one star network to the other star network.  It is an extension of star topology.  Here, we divided the whole network into segment which can be easily managed and maintained.
  • 44.  Each segment is provided with dedicated point-to-point wiring to central hub.  Error detection and correction is easy.  If one segment is damaged, other segment are not affected.  Expansion of network is possible and easy.
  • 45.  As multiple segments are connected to a central hub, the networks depend heavily on the hub. Its failure affects the entire network.  Maintenance is not easy and cost are high.  With increase in size beyond a point, the management becomes difficult.
  • 47.  A network protocol defines rules and conventions for communication between network devices.  Protocols specify interactions between the communicating entities.
  • 48. Protocol has Five types- TCP (Transmission Control Protocol) IP (Internet Protocol) HTTP (Hyper Text Transfer Protocol) FTP (File Transfer Protocol) HTTPS (Hyper Text Transfer Protocol Secure)
  • 49.  It provides reliable transport service i.e. it ensures that messages sent from sender to receiver are properly routed and arrive at the destination.  TCP converts messages into a set of packages at the source which are then reassemble back into messages at the destination. For this, TCP operates with the packet switching techniques.
  • 50. Packet Switching Techniques –  The message is divided into small packets.  Each packet contains address and information.  The address is used to route the packet to its destination.
  • 51. different computers to  IP allows communicate.  IP handles the dispatch of packets over the network.  It handles the addressing of packets, and ensures that a packet reaches its destination travelling through multiple networks.
  • 52. TCP/IP protocol makes it possible for any pair of computers connected to internet to communicate, despite their hardware differences.
  • 53.  The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to another.  FTP is built on clientserver architecture.
  • 55.  HTTP is the underlying protocol used by the World Wide Web.  HTTP defines how messages are formatted and transmitted and what actions web servers and browsers should take in response to various commands.
  • 56.  For example, when you enter a URL in your browser, this actually sends an HTTP commands to the Web server directing it to fetch and transmit the requested Web page.
  • 58.  HTTPS stands for Hyper Text Transfer Protocol over SSL(Secure Socket Layer). It is used by Web servers to transfer and display web content securely.  HTTPS used by any website that is collecting sensitive customer data such as banking information or purchasing information
  • 60. A hub is a multiport connecting device that is used to interconnect LAN devices.  A hub can be used to extend the physical length of a network.
  • 61.  Repeater boost or amplifies the signal before passing it through to the next section of cable.
  • 62.  It connects the network with same protocol and topology.  The main task of a bridge computer is to receive and pass data from one LAN to another.
  • 63.  A router is a device that connects multiple networks using similar or different protocols.  Routers are used when several networks are connected together.
  • 64.  Gateway is a device that connects two or more networks with different types of protocol.  It receives data from one network and converts it according to the protocol of other network.