SlideShare a Scribd company logo
1 of 67
TOPIC-COMPUTER NETWORKS
GROUP - 5
SUBMITTED TO:
Dr. DEEPAK JAROLIYA
SUBMITTED BY:
•ANSHITA JAIN
•PREETI THAKUR
•PALLAVI AGRAWAL
•KRISHNA AGRAWAL
•TULIKA CHAKRAVARTY
•VAIBHAV JAIN
 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.
 FILE SHARING – Networks offer a quick and
easy way to share files directly.
 RESOURCE SHARING – All computers in the
network can share resources such as
printers, fax machines, scanners, and
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.
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
 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).
METROPOLITIAN
AREA
NETWORK
(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.
WIDE
AREA
NETWORK
(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.
 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.
 It is easy to add new and remove nodes.
 A node failure does not 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
 Reliable in very small networks 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.
 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.
 Mesh topology is the general topology for
wide area network.
 A mesh network may be fully connected or
connected with only partial links.
 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.
 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.
 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.
 IP allows different computers to
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 client server
architecture.
 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.
 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 presentation

More Related Content

What's hot

What's hot (20)

LAN , MAN , WAN introduction
LAN , MAN , WAN introductionLAN , MAN , WAN introduction
LAN , MAN , WAN introduction
 
Computer Networks - PPT
Computer Networks - PPTComputer Networks - PPT
Computer Networks - PPT
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Computer network
Computer networkComputer network
Computer network
 
Ppt of types of-network
Ppt of types of-network Ppt of types of-network
Ppt of types of-network
 
Computer networking ppt
Computer networking pptComputer networking ppt
Computer networking ppt
 
Presentation on data communication
Presentation on data communicationPresentation on data communication
Presentation on data communication
 
PPT ON COMPUTER NETWORK AND IT'S TYPES.
PPT ON COMPUTER NETWORK AND IT'S TYPES.PPT ON COMPUTER NETWORK AND IT'S TYPES.
PPT ON COMPUTER NETWORK AND IT'S TYPES.
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 
Wireless networks ppt
Wireless networks pptWireless networks ppt
Wireless networks ppt
 
Networking presentation
Networking presentationNetworking presentation
Networking presentation
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission Media
 
Network protocals
Network protocalsNetwork protocals
Network protocals
 
Lan, man and wan ppt final
Lan, man and wan ppt finalLan, man and wan ppt final
Lan, man and wan ppt final
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Local area network
Local area networkLocal area network
Local area network
 
networking
networkingnetworking
networking
 
Lan and wan
Lan and wanLan and wan
Lan and wan
 
Computer network
Computer networkComputer network
Computer network
 
Wireless application protocol ppt
Wireless application protocol  pptWireless application protocol  ppt
Wireless application protocol ppt
 

Similar to computer networks presentation

itpresentation-160222172239.pdf
itpresentation-160222172239.pdfitpresentation-160222172239.pdf
itpresentation-160222172239.pdfIbrahimRashidBayoh
 
6.Computer Networks (1).pptx
6.Computer Networks (1).pptx6.Computer Networks (1).pptx
6.Computer Networks (1).pptxKamran Waghani
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networksTatheer Fatima
 
Cf presentation by muhammad saad salman
Cf presentation by muhammad saad salmanCf presentation by muhammad saad salman
Cf presentation by muhammad saad salmanMuhammad Saad Salman
 
Network plus study guide N10-005
Network plus study guide N10-005 Network plus study guide N10-005
Network plus study guide N10-005 ramloganricki
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06kchanaka3
 
Computer Network ssss ppt.pptx
Computer Network ssss ppt.pptxComputer Network ssss ppt.pptx
Computer Network ssss ppt.pptxRamNivas42
 
Networking presentation
Networking presentationNetworking presentation
Networking presentationGajan Hai
 
LAN (Local Area Network)
LAN (Local Area Network)LAN (Local Area Network)
LAN (Local Area Network)Ridwanul Hoque
 
Networking Concepts.pdf
Networking Concepts.pdfNetworking Concepts.pdf
Networking Concepts.pdfODINARARCH
 
computer network - Chapter 1 hardware
computer network - Chapter 1 hardwarecomputer network - Chapter 1 hardware
computer network - Chapter 1 hardwareSakthiVinoth78
 
454548 634160871407732500
454548 634160871407732500454548 634160871407732500
454548 634160871407732500prabh_in
 

Similar to computer networks presentation (20)

itpresentation-160222172239.pdf
itpresentation-160222172239.pdfitpresentation-160222172239.pdf
itpresentation-160222172239.pdf
 
6.Computer Networks (1).pptx
6.Computer Networks (1).pptx6.Computer Networks (1).pptx
6.Computer Networks (1).pptx
 
Computer networks--networking
Computer networks--networkingComputer networks--networking
Computer networks--networking
 
Networking
NetworkingNetworking
Networking
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
 
Cf presentation by muhammad saad salman
Cf presentation by muhammad saad salmanCf presentation by muhammad saad salman
Cf presentation by muhammad saad salman
 
Network plus study guide N10-005
Network plus study guide N10-005 Network plus study guide N10-005
Network plus study guide N10-005
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
 
Computer Network ssss ppt.pptx
Computer Network ssss ppt.pptxComputer Network ssss ppt.pptx
Computer Network ssss ppt.pptx
 
COMPUTER NETWORKS
COMPUTER NETWORKSCOMPUTER NETWORKS
COMPUTER NETWORKS
 
Networking presentation
Networking presentationNetworking presentation
Networking presentation
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
LAN (Local Area Network)
LAN (Local Area Network)LAN (Local Area Network)
LAN (Local Area Network)
 
Networking Concepts.pdf
Networking Concepts.pdfNetworking Concepts.pdf
Networking Concepts.pdf
 
Networking concepts
Networking conceptsNetworking concepts
Networking concepts
 
Computer Network - Unit 1
Computer Network - Unit 1Computer Network - Unit 1
Computer Network - Unit 1
 
computer network - Chapter 1 hardware
computer network - Chapter 1 hardwarecomputer network - Chapter 1 hardware
computer network - Chapter 1 hardware
 
454548 634160871407732500
454548 634160871407732500454548 634160871407732500
454548 634160871407732500
 

Recently uploaded

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 

Recently uploaded (20)

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 

computer networks presentation

  • 1. TOPIC-COMPUTER NETWORKS GROUP - 5 SUBMITTED TO: Dr. DEEPAK JAROLIYA SUBMITTED BY: •ANSHITA JAIN •PREETI THAKUR •PALLAVI AGRAWAL •KRISHNA AGRAWAL •TULIKA CHAKRAVARTY •VAIBHAV JAIN
  • 2.
  • 3.
  • 4.  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.
  • 5.  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.
  • 7.
  • 8.  FILE SHARING – Networks offer a quick and easy way to share files directly.  RESOURCE SHARING – All computers in the network can share resources such as printers, fax machines, scanners, and modems.  COMMUNICATION –Those on the network can communicate with each other via e-mail, instant messages, etc.
  • 9.  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.
  • 10.
  • 11.
  • 12.
  • 13. 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.
  • 14. ON THE BASIS OF SIZE
  • 15.
  • 16.  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.
  • 17.  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.
  • 20.  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.
  • 23.  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.
  • 24.  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.
  • 26.
  • 27.  It is the physical way in which computers are interconnected.  Five basic network structures are :
  • 28.  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.
  • 29.
  • 30.  It is easy to add new and remove nodes.  A node failure does not bring let down the entire network.  It is easier to diagnose network problems through a central hub.
  • 31.  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.
  • 32.  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
  • 33.
  • 34.  Reliable in very small networks 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.
  • 35.  Heavy network traffic can slow a bus considerably.  Each connection between cables weakens the electrical signal.
  • 36.  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.
  • 37.
  • 38.  Ring networks can span longer distances than other types of networks.  Ring networks are easily extendable.
  • 39.  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.
  • 40.  In mesh network, there is random connection of nodes using communication links.  Mesh topology is the general topology for wide area network.  A mesh network may be fully connected or connected with only partial links.
  • 41.
  • 42.  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.
  • 43.  The cost of installation and maintenance is high ( more cable is required than any other configuration).
  • 44.  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.
  • 45.
  • 46.  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.
  • 47.  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.
  • 48.
  • 49.  A network protocol defines rules and conventions for communication between network devices.  Protocols specify interactions between the communicating entities.
  • 50. 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)
  • 51.  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.
  • 52. 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.
  • 53.  IP allows different computers to 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.
  • 54. TCP/IP protocol makes it possible for any pair of computers connected to internet to communicate, despite their hardware differences.
  • 55.  The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to another.  FTP is built on client server architecture.
  • 56.
  • 57.  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.
  • 58.  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.
  • 59.
  • 60.  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
  • 62.  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.
  • 63.  Repeater boost or amplifies the signal before passing it through to the next section of cable.
  • 64.  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.
  • 65.  A router is a device that connects multiple networks using similar or different protocols.  Routers are used when several networks are connected together.
  • 66.  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.