SlideShare a Scribd company logo
1 of 36
1
NETWORK
SHARONE SINGH
PGDM 2017-19
13051
Date Name 2
INTRODUCTION OF NETWORK
• In computer science this ability in computer networks is data. The
locations access to the ability in network is called a "Node". Collection of
devices so that the information can be exchanged efficiently.
• DEFINATION:- A group of interconnected (via cable and/or wireless)
computers and peripherals that is capable of sharing software and
hardware resources between many users. The Internet is a global network
of networks.
12/30/2017 Facutly Name 3
Date Name 4
NETWORK OF NETWORKS
• Internet is not one single being, it is a massive interconnection of hosts
such as your computer, and another halfway across the world. The answer
lies in the interconnection of many ISPs themselves. ISPs can be
categorized into Tier 1,2 and 3 ISPs. Tier 1 ISPs are major internet service
providers that usually sell access to smaller Tier 2 ISPs.
Date Name 5
SERVERS AND CLIENTS
o In networking there are always two computers in the connection. The
server and the client. The server listens and waits for clients to connect
to it and the client connects to the server. To use the above example the
server is the computer that holds the web site and the client is your web
browser. So when you type in http://www.google.com, your web browser
connects to the server at http://www.google.com and they start
communicating.
PROTOCOL
o A protocol is the language that computers use to talk to each other. If
two computers want to talk to each other they need to know the same
language. If they don't know the same language they can't talk to each
other. For example HTTP, FTP, TCP, PPP.
6
TOPOLOGY
• A network topology is the arrangement of a network, including its nodes
and connecting lines. There are two ways of defining network geometry:
the physical topology and the logical (or signal) topology.
• The physical topology of a network is the actual geometric layout of
workstations.
• Common configurations include the bus topology, linear bus, mesh
topology ring topology star topology tree topology and hybrid topology.
Date Name 7
Date Name 8
TYPES OF TOPOLOGY
• Ring topology
• Bus topology
• Star topology
• Mesh topology
• Tree topology
• Hybrid topology
9
BUS TOPOLOGY
• Bus topology is a network type in which every computer and network
device is connected to single cable. When it has exactly two endpoints,
then it is called Linear Bus topology.
Date 10
• Features of Bus Topology
• It transmits data only in one direction.
• Every device is connected to a single cable
• Advantages of Bus Topology
• It is cost effective.
• Cable required is least compared to other network topology.
• Used in small networks.
• It is easy to understand.
• Easy to expand joining two cables together.
• Disadvantages of Bus Topology
• Cables fails then whole network fails.
• If network traffic is heavy or nodes are more the performance of the
network decreases.
• Cable has a limited length.
• It is slower than the ring topology.
11
RING TOPOLOGY
• It is called ring topology because it forms a ring as each computer is
connected to another computer, with the last one connected to the first.
Exactly two neighbors for each device.
12
Features of Ring Topology
• The transmission is unidirectional, but it can be made bidirectional by
having 2 connections between each Network Node, it is called Dual Ring
Topology.
• In Dual Ring Topology, two ring networks are formed, and data flow is in
opposite direction in them. Also, if one ring fails, the second ring can act
as a backup, to keep the network up.
• Data is transferred in a sequential manner that is bit by bit. Data
transmitted, has to pass through each node of the network, till the
destination node.
• Advantages of Ring Topology
• Transmitting network is not affected by high traffic or by adding more
nodes, as only the nodes having tokens can transmit data.
• Cheap to install and expand
• Disadvantages of Ring Topology
• Troubleshooting is difficult in ring topology.
• Adding or deleting the computers disturbs the network activity.
• Failure of one computer disturbs the whole network.
13
STAR TOPOLOGY
• In this type of topology all the computers are connected to a single hub
through a cable. This hub is the central node and all others nodes are
connected to the central node.
14
• Features of Star Topology
• Every node has its own dedicated connection to the hub.
• Hub acts as a repeater for data flow.
• Can be used with twisted pair, Optical Fibre or coaxial cable.
• Advantages of Star Topology
• Fast performance with few nodes and low network traffic.
• Hub can be upgraded easily.
• Easy to troubleshoot.
• Easy to setup and modify.
• Only that node is affected which has failed, rest of the nodes can work
smoothly.
• Disadvantages of Star Topology
•
Cost of installation is high.
• Expensive to use.
• If the hub fails then the whole network is stopped because all the nodes
depend on the hub.
• Performance is based on the hub that is it depends on its capacity
15
MESH TOPOLOGY
• IT is a point-to-point connection to other nodes or devices. All the network
nodes are connected to each other. Mesh has n(n-1)/2 physical channels
to link n devices.
• There are two techniques to transmit data over the Mesh topology, they
are :
o Routing
o Flooding
o ROUTING :-IN routing, the nodes have a routing logic, as per the network
requirements. Like routing logic to direct the data to reach the destination
using the shortest distance. Or, routing logic which has information about
the broken links, and it avoids those node etc. We can even have routing
logic, to re-configure the failed nodes
16
• Flooding :-In flooding, the same data is transmitted to all the
network nodes, hence no routing logic is required. The
network is robust, and the its very unlikely to lose the data.
But it leads to unwanted load over the network.
17
TREE TOPOLOGY
• It has a root node and all other nodes are connected to it forming a
hierarchy. It is also called hierarchical topology. It should at least have
three levels to the hierarchy.
18
• Features of Tree Topology
• Ideal if workstations are located in groups.
• Used in Wide Area Network.
• Advantages of Tree Topology
• Extension of bus and star topologies.
• Expansion of nodes is possible and easy.
• Easily managed and maintained.
• Error detection is easily done.
• Disadvantages of Tree Topology
• Heavily cabled.
• Costly.
• If more nodes are added maintenance is difficult.
• Central hub fails, network fails.
19
HYBRID TOPOLOGY
o It is two different types of topologies which is a
mixture of two or more topologies. For example if in
an office in one department ring topology is used
and in another star topology is used, connecting
these topologies will result in Hybrid Topology (ring
topology and star topology).
12/30/2017 Facutly Name 20
21
• Features of Hybrid Topology
• It is a combination of two or topologies
• Inherits the advantages and disadvantages of the topologies included
• Advantages of Hybrid Topology
• Reliable as Error detecting and trouble shooting is easy.
• Effective.
• Scalable as size can be increased easily.
• Flexible.
• Disadvantages of Hybrid Topology
• Complex in design.
• Costly.
22
NETWORK COMPONENTS
• Computer network components include the major
parts that are needed to install a network both at the
office and home level. Before delving into the
installation process, you should be familiar with each
part so that you could choose and buy the right
component that fits with your network system.
• These hardware components
include cable, Hub, Switch, NIC (network interface
card), modem and router.
23
1. Network Interface Card
• Network adapter is a device that enables a computer to talk
with other computer/network. Using unique hardware
addresses (MAC address) encoded on the card chip, the data-
link protocol employs these addresses to discover other
systems on the network so that it can transfer data to the
right destination.
• There are two types of network cards: wired and wireless.
24
2. Hub
• Hub is a device that splits a network connection into multiple computers.
It is like a distribution center. When a computer request information from
a network or a specific computer, it sends the request to the hub through
a cable. Currently Hubs are becoming obsolete and replaced by more
advanced communication devices such as Switches and Routers.
•
25
• 3. Switch
• Switch is a telecommunication device grouped as one of computer
network components. Switch is like a Hub but built in with advanced
features. It uses physical device addresses in each incoming messages so
that it can deliver the message to the right destination or port.
• Like Hub, switch don’t broadcast the received message to entire network,
rather before sending it checks to which system or port should the
message be sent.
26
• 4. Cables and connectors
• Cable is one way of transmission media which can transmit
communication signals. The wired network typology uses special type of
cable to connect computers on a network.
• There are a number of solid transmission Media types, which are listed
below. - Twisted pair wire
• It is classified as Category 1, 2, 3, 4, 5, 5E, 6 and 7. Category 5E, 6 and 7 are
high-speed cables that can transmit 1Gbps or more. -
• Coaxial cable
• Coaxial cable more resembles like TV installation cable. It is more
expensive than twisted-pair cable but provide high data transmission
speed.
• Fiber-optic cable
• It is a high-speed cable which transmits data using light beams through a
glass bound fibers.
12/30/2017 Facutly Name 27
28
• 5. Router
• When we talk about computer network components, the other device
that used to connect a LAN with an internet connection is called Router.
When you have two distinct networks (LANs) or want to share a single
internet connection to multiple computers, we use a Router.
• In most cases, recent routers also include a switch which in other words
can be used as a switch. You don’t need to buy both switch and router,
particularly if you are installing small business and home networks.
• There are two types of Router: wired and wireless
29
• 6. Modems
• A modem enables you to connect your computer to the available internet
connection over the existing telephone line. Like NIC, Modem is not
integrated with a computer motherboard. It comes as separate part
which can be installed on the PCI slots found on motherboard.
• A modem is not necessary for LAN, but required for internet connection
such as dial-up and DSL.
• There are some types of modems, which differs in speed and transmission
rate. Standard PC modem or Dial-up modems (56Kb data transmission
speed), Cellular modem (used in a laptop that enables to connect while on
the go), cable modem (500 times faster than standard modem) and DSL
Modems are the most popular.
30
DATA COMMUNICATIONS
o Data communications (DC) is the process of using computing and
communication technologies to transfer data from one place to another,
and vice versa. It enables the movement of electronic or digital data
between two or more nodes, regardless of geographical location,
technological medium or data contents.
31
TYPES OF DATA
COMMUNICATIONS
• Simplex
• A simplex communication system sends a message in only one direction.
The message source works as the transmitter. It sends the message over
the data channel to the receiver. The receiver is the destination of the
message. Examples of simplex data communication include radio stations
and TV broadcasts.
32
• Half Duplex
• A half-duplex data communication system provides messages in both
directions but only allows transfer in one direction at a time. Once a party
begins sending a transmission, the receiver must wait until the signal stops
before responding. If the two data transfers attempt to send at the same
time, they both fail. For instance, if you talk on a CB radio, you press a
button and speak.
33
• Full Duplex
• A full duplex is a communication that works both ways at the same time.
Essentially, full duplex data communication is a set of two simplex
channels, one works as a forward channel and the other as a reserve
channel. The two channels link together at some point. An example of a
full duplex communication system is a landline telephone.
34
• Serial
• Serial communication takes a data communication, breaks it up into small
pieces, and sends the message one bit at a time through a channel. The
receiver collects the small bits and reassembles them to compose the
original message. Serial communication is the most common type of
communication between electronic devices. One example of serial
communication in action is the data sent from a modem to the service
provider.
12/30/2017 Facutly Name 35
12/30/2017 Facutly Name 36

More Related Content

What's hot

Network topology by ananya shukla
Network topology by ananya shuklaNetwork topology by ananya shukla
Network topology by ananya shuklaananya_shukla
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESKirti Garg
 
network topology
network topologynetwork topology
network topologyharish pillai
 
Day 1.2 physical topologies
Day 1.2 physical topologiesDay 1.2 physical topologies
Day 1.2 physical topologiesCYBERINTELLIGENTS
 
Computer Fundamental Network topologies
Computer Fundamental Network topologiesComputer Fundamental Network topologies
Computer Fundamental Network topologiessuraj pandey
 
DITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingDITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingRasan Samarasinghe
 
Network topology and devices
Network topology and devicesNetwork topology and devices
Network topology and devicesKunal Bhansali
 
Networking ppt by swapi
Networking ppt by swapi Networking ppt by swapi
Networking ppt by swapi Swapi Pawar
 
Network Topologies
Network TopologiesNetwork Topologies
Network TopologiesAhsan Rahim
 
Network topologies 7
Network topologies 7Network topologies 7
Network topologies 7Kushal Gujral
 
Network Devices
Network DevicesNetwork Devices
Network DevicesSamiuR RahmaN
 
Network topolgy
Network topolgyNetwork topolgy
Network topolgyyasir arshad
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Computer network
Computer networkComputer network
Computer networkRahul Das
 
7 topology ethernet
7 topology ethernet7 topology ethernet
7 topology ethernetSamit Singh
 

What's hot (20)

Network topology by ananya shukla
Network topology by ananya shuklaNetwork topology by ananya shukla
Network topology by ananya shukla
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIES
 
network topology
network topologynetwork topology
network topology
 
Day 1.2 physical topologies
Day 1.2 physical topologiesDay 1.2 physical topologies
Day 1.2 physical topologies
 
Computer Fundamental Network topologies
Computer Fundamental Network topologiesComputer Fundamental Network topologies
Computer Fundamental Network topologies
 
DITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingDITEC - Fundamentals in Networking
DITEC - Fundamentals in Networking
 
Ppt topologies
Ppt topologiesPpt topologies
Ppt topologies
 
Network topology and devices
Network topology and devicesNetwork topology and devices
Network topology and devices
 
Networking topology
Networking topologyNetworking topology
Networking topology
 
Networking ppt by swapi
Networking ppt by swapi Networking ppt by swapi
Networking ppt by swapi
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Hardware3
Hardware3Hardware3
Hardware3
 
Network topologies 7
Network topologies 7Network topologies 7
Network topologies 7
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
Network Topologies by Rkreddy
Network Topologies by RkreddyNetwork Topologies by Rkreddy
Network Topologies by Rkreddy
 
Network topolgy
Network topolgyNetwork topolgy
Network topolgy
 
Network Topologies in Simple (Logical, Physical and Types)
Network Topologies in Simple (Logical, Physical and Types)Network Topologies in Simple (Logical, Physical and Types)
Network Topologies in Simple (Logical, Physical and Types)
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Computer network
Computer networkComputer network
Computer network
 
7 topology ethernet
7 topology ethernet7 topology ethernet
7 topology ethernet
 

Similar to Introduction of network

Module 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxModule 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxAASTHAJAJOO
 
Network Topologies
Network TopologiesNetwork Topologies
Network TopologiesShamima Akther
 
Networks PPT
Networks PPTNetworks PPT
Networks PPTSingh Bedi
 
Network Topologies
Network Topologies Network Topologies
Network Topologies Ali Haider
 
Network topologies
Network topologiesNetwork topologies
Network topologiesNorah Saad
 
Topology,Switching and Routing
Topology,Switching and RoutingTopology,Switching and Routing
Topology,Switching and RoutingAnushiya Ram
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)Shweta Kumari
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005SOLOMONCHINAEMEUCHEA
 
computer networks_fundamentals.pptx
computer networks_fundamentals.pptxcomputer networks_fundamentals.pptx
computer networks_fundamentals.pptxssuser5cb8d3
 
Network Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexerNetwork Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexernitish sandhawar
 
topology presentation.ppt
topology presentation.ppttopology presentation.ppt
topology presentation.pptFaizanshah76
 
presentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullahpresentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullahFarmanUllah153601
 
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptxINTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptxSuratSingh18
 

Similar to Introduction of network (20)

Module 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxModule 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptx
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Networks PPT
Networks PPTNetworks PPT
Networks PPT
 
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
 
Network Topologies
Network Topologies Network Topologies
Network Topologies
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Topology,Switching and Routing
Topology,Switching and RoutingTopology,Switching and Routing
Topology,Switching and Routing
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)
 
Networks topologies Lec#2
Networks topologies Lec#2Networks topologies Lec#2
Networks topologies Lec#2
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
 
computer networks_fundamentals.pptx
computer networks_fundamentals.pptxcomputer networks_fundamentals.pptx
computer networks_fundamentals.pptx
 
Network topology
Network topologyNetwork topology
Network topology
 
Topology.pptx
Topology.pptxTopology.pptx
Topology.pptx
 
Network Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexerNetwork Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexer
 
topology presentation.ppt
topology presentation.ppttopology presentation.ppt
topology presentation.ppt
 
presentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullahpresentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullah
 
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptxINTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
 
Star topology
Star topologyStar topology
Star topology
 
Star topology
Star topologyStar topology
Star topology
 

More from sharone singh

Debt management ratio (1)
Debt management ratio (1)Debt management ratio (1)
Debt management ratio (1)sharone singh
 
SMALL VIEW ON KIRAN MAZUMDAR SHAW
SMALL VIEW ON KIRAN MAZUMDAR SHAW SMALL VIEW ON KIRAN MAZUMDAR SHAW
SMALL VIEW ON KIRAN MAZUMDAR SHAW sharone singh
 
this power point is on .. ceo of cafe coffee day founder k.v Siddhartha
this power point is on ..  ceo of cafe coffee day founder k.v Siddhartha this power point is on ..  ceo of cafe coffee day founder k.v Siddhartha
this power point is on .. ceo of cafe coffee day founder k.v Siddhartha sharone singh
 
hardware and software
hardware and software hardware and software
hardware and software sharone singh
 
slides on men are from mars , women are from venus
slides on men are from mars , women are from venus slides on men are from mars , women are from venus
slides on men are from mars , women are from venus sharone singh
 

More from sharone singh (6)

Final ppt
Final pptFinal ppt
Final ppt
 
Debt management ratio (1)
Debt management ratio (1)Debt management ratio (1)
Debt management ratio (1)
 
SMALL VIEW ON KIRAN MAZUMDAR SHAW
SMALL VIEW ON KIRAN MAZUMDAR SHAW SMALL VIEW ON KIRAN MAZUMDAR SHAW
SMALL VIEW ON KIRAN MAZUMDAR SHAW
 
this power point is on .. ceo of cafe coffee day founder k.v Siddhartha
this power point is on ..  ceo of cafe coffee day founder k.v Siddhartha this power point is on ..  ceo of cafe coffee day founder k.v Siddhartha
this power point is on .. ceo of cafe coffee day founder k.v Siddhartha
 
hardware and software
hardware and software hardware and software
hardware and software
 
slides on men are from mars , women are from venus
slides on men are from mars , women are from venus slides on men are from mars , women are from venus
slides on men are from mars , women are from venus
 

Recently uploaded

The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 

Recently uploaded (20)

Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 

Introduction of network

  • 2. Date Name 2 INTRODUCTION OF NETWORK • In computer science this ability in computer networks is data. The locations access to the ability in network is called a "Node". Collection of devices so that the information can be exchanged efficiently. • DEFINATION:- A group of interconnected (via cable and/or wireless) computers and peripherals that is capable of sharing software and hardware resources between many users. The Internet is a global network of networks.
  • 4. Date Name 4 NETWORK OF NETWORKS • Internet is not one single being, it is a massive interconnection of hosts such as your computer, and another halfway across the world. The answer lies in the interconnection of many ISPs themselves. ISPs can be categorized into Tier 1,2 and 3 ISPs. Tier 1 ISPs are major internet service providers that usually sell access to smaller Tier 2 ISPs.
  • 5. Date Name 5 SERVERS AND CLIENTS o In networking there are always two computers in the connection. The server and the client. The server listens and waits for clients to connect to it and the client connects to the server. To use the above example the server is the computer that holds the web site and the client is your web browser. So when you type in http://www.google.com, your web browser connects to the server at http://www.google.com and they start communicating. PROTOCOL o A protocol is the language that computers use to talk to each other. If two computers want to talk to each other they need to know the same language. If they don't know the same language they can't talk to each other. For example HTTP, FTP, TCP, PPP.
  • 6. 6 TOPOLOGY • A network topology is the arrangement of a network, including its nodes and connecting lines. There are two ways of defining network geometry: the physical topology and the logical (or signal) topology. • The physical topology of a network is the actual geometric layout of workstations. • Common configurations include the bus topology, linear bus, mesh topology ring topology star topology tree topology and hybrid topology.
  • 8. Date Name 8 TYPES OF TOPOLOGY • Ring topology • Bus topology • Star topology • Mesh topology • Tree topology • Hybrid topology
  • 9. 9 BUS TOPOLOGY • Bus topology is a network type in which every computer and network device is connected to single cable. When it has exactly two endpoints, then it is called Linear Bus topology.
  • 10. Date 10 • Features of Bus Topology • It transmits data only in one direction. • Every device is connected to a single cable • Advantages of Bus Topology • It is cost effective. • Cable required is least compared to other network topology. • Used in small networks. • It is easy to understand. • Easy to expand joining two cables together. • Disadvantages of Bus Topology • Cables fails then whole network fails. • If network traffic is heavy or nodes are more the performance of the network decreases. • Cable has a limited length. • It is slower than the ring topology.
  • 11. 11 RING TOPOLOGY • It is called ring topology because it forms a ring as each computer is connected to another computer, with the last one connected to the first. Exactly two neighbors for each device.
  • 12. 12 Features of Ring Topology • The transmission is unidirectional, but it can be made bidirectional by having 2 connections between each Network Node, it is called Dual Ring Topology. • In Dual Ring Topology, two ring networks are formed, and data flow is in opposite direction in them. Also, if one ring fails, the second ring can act as a backup, to keep the network up. • Data is transferred in a sequential manner that is bit by bit. Data transmitted, has to pass through each node of the network, till the destination node. • Advantages of Ring Topology • Transmitting network is not affected by high traffic or by adding more nodes, as only the nodes having tokens can transmit data. • Cheap to install and expand • Disadvantages of Ring Topology • Troubleshooting is difficult in ring topology. • Adding or deleting the computers disturbs the network activity. • Failure of one computer disturbs the whole network.
  • 13. 13 STAR TOPOLOGY • In this type of topology all the computers are connected to a single hub through a cable. This hub is the central node and all others nodes are connected to the central node.
  • 14. 14 • Features of Star Topology • Every node has its own dedicated connection to the hub. • Hub acts as a repeater for data flow. • Can be used with twisted pair, Optical Fibre or coaxial cable. • Advantages of Star Topology • Fast performance with few nodes and low network traffic. • Hub can be upgraded easily. • Easy to troubleshoot. • Easy to setup and modify. • Only that node is affected which has failed, rest of the nodes can work smoothly. • Disadvantages of Star Topology • Cost of installation is high. • Expensive to use. • If the hub fails then the whole network is stopped because all the nodes depend on the hub. • Performance is based on the hub that is it depends on its capacity
  • 15. 15 MESH TOPOLOGY • IT is a point-to-point connection to other nodes or devices. All the network nodes are connected to each other. Mesh has n(n-1)/2 physical channels to link n devices. • There are two techniques to transmit data over the Mesh topology, they are : o Routing o Flooding o ROUTING :-IN routing, the nodes have a routing logic, as per the network requirements. Like routing logic to direct the data to reach the destination using the shortest distance. Or, routing logic which has information about the broken links, and it avoids those node etc. We can even have routing logic, to re-configure the failed nodes
  • 16. 16 • Flooding :-In flooding, the same data is transmitted to all the network nodes, hence no routing logic is required. The network is robust, and the its very unlikely to lose the data. But it leads to unwanted load over the network.
  • 17. 17 TREE TOPOLOGY • It has a root node and all other nodes are connected to it forming a hierarchy. It is also called hierarchical topology. It should at least have three levels to the hierarchy.
  • 18. 18 • Features of Tree Topology • Ideal if workstations are located in groups. • Used in Wide Area Network. • Advantages of Tree Topology • Extension of bus and star topologies. • Expansion of nodes is possible and easy. • Easily managed and maintained. • Error detection is easily done. • Disadvantages of Tree Topology • Heavily cabled. • Costly. • If more nodes are added maintenance is difficult. • Central hub fails, network fails.
  • 19. 19 HYBRID TOPOLOGY o It is two different types of topologies which is a mixture of two or more topologies. For example if in an office in one department ring topology is used and in another star topology is used, connecting these topologies will result in Hybrid Topology (ring topology and star topology).
  • 21. 21 • Features of Hybrid Topology • It is a combination of two or topologies • Inherits the advantages and disadvantages of the topologies included • Advantages of Hybrid Topology • Reliable as Error detecting and trouble shooting is easy. • Effective. • Scalable as size can be increased easily. • Flexible. • Disadvantages of Hybrid Topology • Complex in design. • Costly.
  • 22. 22 NETWORK COMPONENTS • Computer network components include the major parts that are needed to install a network both at the office and home level. Before delving into the installation process, you should be familiar with each part so that you could choose and buy the right component that fits with your network system. • These hardware components include cable, Hub, Switch, NIC (network interface card), modem and router.
  • 23. 23 1. Network Interface Card • Network adapter is a device that enables a computer to talk with other computer/network. Using unique hardware addresses (MAC address) encoded on the card chip, the data- link protocol employs these addresses to discover other systems on the network so that it can transfer data to the right destination. • There are two types of network cards: wired and wireless.
  • 24. 24 2. Hub • Hub is a device that splits a network connection into multiple computers. It is like a distribution center. When a computer request information from a network or a specific computer, it sends the request to the hub through a cable. Currently Hubs are becoming obsolete and replaced by more advanced communication devices such as Switches and Routers. •
  • 25. 25 • 3. Switch • Switch is a telecommunication device grouped as one of computer network components. Switch is like a Hub but built in with advanced features. It uses physical device addresses in each incoming messages so that it can deliver the message to the right destination or port. • Like Hub, switch don’t broadcast the received message to entire network, rather before sending it checks to which system or port should the message be sent.
  • 26. 26 • 4. Cables and connectors • Cable is one way of transmission media which can transmit communication signals. The wired network typology uses special type of cable to connect computers on a network. • There are a number of solid transmission Media types, which are listed below. - Twisted pair wire • It is classified as Category 1, 2, 3, 4, 5, 5E, 6 and 7. Category 5E, 6 and 7 are high-speed cables that can transmit 1Gbps or more. - • Coaxial cable • Coaxial cable more resembles like TV installation cable. It is more expensive than twisted-pair cable but provide high data transmission speed. • Fiber-optic cable • It is a high-speed cable which transmits data using light beams through a glass bound fibers.
  • 28. 28 • 5. Router • When we talk about computer network components, the other device that used to connect a LAN with an internet connection is called Router. When you have two distinct networks (LANs) or want to share a single internet connection to multiple computers, we use a Router. • In most cases, recent routers also include a switch which in other words can be used as a switch. You don’t need to buy both switch and router, particularly if you are installing small business and home networks. • There are two types of Router: wired and wireless
  • 29. 29 • 6. Modems • A modem enables you to connect your computer to the available internet connection over the existing telephone line. Like NIC, Modem is not integrated with a computer motherboard. It comes as separate part which can be installed on the PCI slots found on motherboard. • A modem is not necessary for LAN, but required for internet connection such as dial-up and DSL. • There are some types of modems, which differs in speed and transmission rate. Standard PC modem or Dial-up modems (56Kb data transmission speed), Cellular modem (used in a laptop that enables to connect while on the go), cable modem (500 times faster than standard modem) and DSL Modems are the most popular.
  • 30. 30 DATA COMMUNICATIONS o Data communications (DC) is the process of using computing and communication technologies to transfer data from one place to another, and vice versa. It enables the movement of electronic or digital data between two or more nodes, regardless of geographical location, technological medium or data contents.
  • 31. 31 TYPES OF DATA COMMUNICATIONS • Simplex • A simplex communication system sends a message in only one direction. The message source works as the transmitter. It sends the message over the data channel to the receiver. The receiver is the destination of the message. Examples of simplex data communication include radio stations and TV broadcasts.
  • 32. 32 • Half Duplex • A half-duplex data communication system provides messages in both directions but only allows transfer in one direction at a time. Once a party begins sending a transmission, the receiver must wait until the signal stops before responding. If the two data transfers attempt to send at the same time, they both fail. For instance, if you talk on a CB radio, you press a button and speak.
  • 33. 33 • Full Duplex • A full duplex is a communication that works both ways at the same time. Essentially, full duplex data communication is a set of two simplex channels, one works as a forward channel and the other as a reserve channel. The two channels link together at some point. An example of a full duplex communication system is a landline telephone.
  • 34. 34 • Serial • Serial communication takes a data communication, breaks it up into small pieces, and sends the message one bit at a time through a channel. The receiver collects the small bits and reassembles them to compose the original message. Serial communication is the most common type of communication between electronic devices. One example of serial communication in action is the data sent from a modem to the service provider.