SlideShare a Scribd company logo
Introduction to computer
Networks
Courtesy : This PPT has been compiled
from various internet sources.
1 Dr. Thanikaiselvan V / SENSE / VIT University
Computer Network
• A network is a set of devices (often referred to as nodes)
connected by communication links. A node can be a computer,
printer, or any other device capable of sending and/or
receiving data generated by other nodes on the network. A link
can be a cable, air, optical fiber, or any medium which can
transport a signal carrying information.
2 Dr. Thanikaiselvan V / SENSE / VIT University
Network Criteria
• Performance
• Depends on Network Elements
• Measured in terms of Delay and Throughput
• Reliability
• Failure rate of network components
• Measured in terms of availability/robustness
• Security
• Data protection against corruption/loss of data due to:
• Errors
• Malicious users
3 Dr. Thanikaiselvan V / SENSE / VIT University
Physical Structures
• Type of Connection
• Point to Point - single transmitter and receiver
• Multipoint - multiple recipients of single transmission
• Physical Topology
• Connection of devices
• Type of transmission - unicast, mulitcast, broadcast
4 Dr. Thanikaiselvan V / SENSE / VIT University
Network categories
• Two basic types of networks
• Peer-to-Peer Networks
• Client/Server Networks
5 Dr. Thanikaiselvan V / SENSE / VIT University
Peer-to-Peer Networks
• In a peer-to-peer network, all
computers are considered
equal; they all have the same
abilities to use the resources
available on the network.
• Example : Windows
Workgroup
Dr. Thanikaiselvan V / SENSE / VIT University6
Client/Server Networks
• Some nodes (SERVER) are dedicated to present
services to other nodes (CLIENTS)
• Primary-Secondary
• Examples:
• Mail Server
• Web Server
Dr. Thanikaiselvan V / SENSE / VIT University7
Client Server Model
Client Server
Initiates a request
Replies with a service
Client
Client
Dr. Thanikaiselvan V / SENSE / VIT University8
TOPOLOGY
• Topology defines the physical and logical arrangement of
links in a network
• Categories of topology
1.Mesh
2. Star
3. Tree
4. Bus
5. Ring
9 Dr. Thanikaiselvan V / SENSE / VIT University
Network Topologies
• Topology refers to the shape of a network, or the
network's layout.
• Type of connection
• How different nodes in a network are connected to
each other and how they communicate are
determined by the network's topology.
• The choice of topology is dependent upon
• Type and number of equipment being used
• Cost
Dr. Thanikaiselvan V / SENSE / VIT University10
Mesh topology
11
• In a mesh topology each device/PC is connected to
every other device/PC in the network by its own
cable
• n(n-1)/2
• N-1 --- I/O ports needed Dr. Thanikaiselvan V / SENSE / VIT University
12
Advantages
• No traffic
• Robust
• Privacy and security
• Easy fault identification
Disadvantages
• N-1 I/O ports
• Installation and
reconfiguration is difficult
• Bulk wiring
• It can be used only for
limited application
•
Dr. Thanikaiselvan V / SENSE / VIT University
Star topology
• In a star topology, each device has dedicated point-point link
only to a central controller, usually called a hub.
• A Star topology does not allow direct traffic between devices.
• The controller acts as an exchange
13 Dr. Thanikaiselvan V / SENSE / VIT University
Star types
14
• Broadcasted Star
Topology (Hubbed
Star)
• Switched Star
Topology (Switched
Star)
Dr. Thanikaiselvan V / SENSE / VIT University
Star Advantages
• Single computer failure doesn’t bring down
whole network
• Adding new devices to a Star network is very
simple compared to any of the other topologies
• No disruptions to the network when connecting
or removing devices.
• Centralized control
• Centralized network/hub monitoring
• Easy to troubleshoot
Dr. Thanikaiselvan V / SENSE / VIT University15
Star Disadvantages
• If central device fails, the whole network fails
• Compared to the bus topology, a star network
generally requires more cable
• More expensive than linear bus topologies
because of the cost of the central device
Dr. Thanikaiselvan V / SENSE / VIT University16
Hubbed Star Rule
17
• Hubs simply pass on all the information they receive.
• Therefore, a large number of directly connected hubs cause a
lot of traffic, making the network vulnerable to collisions.
• This limits the number of hubs you can connect together.
• The maximum number of allowed repeater hops is four.
Dr. Thanikaiselvan V / SENSE / VIT University
Bus topology
18
• All devices are connected to a central cable, called
the bus or backbone.
Dr. Thanikaiselvan V / SENSE / VIT University
Bus Topology
19
• Both ends of the network must be terminated
with a terminator.
• A barrel connector can be used to extend the
network.
Dr. Thanikaiselvan V / SENSE / VIT University
• Advantages
1. Easy installation
2. Backbone cable is
most efficient path
3. Less cabling
4. Easy extension
20
• Disadvantages
1. Fault finding
2. Signal degradation
3. Addition of new devices
with limited length of
cable
4. Stops all the
transmission when a
fault or break in the bus.
5. Signal reflection to origin
will create noise.
Dr. Thanikaiselvan V / SENSE / VIT University
Ring topology
• All devices are connected to one another in the shape of
a closed loop, so that each device is connected directly
to two other devices, one on either side of it.
• Data is passed one way from device to device.
21 Dr. Thanikaiselvan V / SENSE / VIT University
Ring topology
• A short message (called a token) is circulated around the
ring, being passed from station to station.
• The token originates from a controller or master station
which inserts it onto the ring.
• A station which wants to transmit waits for the token to
arrive.
• When the token arrives, the station changes it from a
token to a connector message, and appends its
message. This new message is then placed on the
outgoing side of the ring.
22 Dr. Thanikaiselvan V / SENSE / VIT University
Ring Advantages and
Disadvantages
• Advantages
• Equal access for all users
• Perform well under heavy traffic
• Disadvantages
• If one device/cable fails then the whole network goes
down.
• Difficult to troubleshoot
• Adding/Removing computers disrupts the whole
network
23 Dr. Thanikaiselvan V / SENSE / VIT University
Frame Transmission - Ring LAN
24 Dr. Thanikaiselvan V / SENSE / VIT University
Frame Transmission - Ring LAN
25 Dr. Thanikaiselvan V / SENSE / VIT University
Frame Transmission - Ring LAN
26 Dr. Thanikaiselvan V / SENSE / VIT University
Frame Transmission - Ring LAN
27 Dr. Thanikaiselvan V / SENSE / VIT University
Tree Topology
28 Dr. Thanikaiselvan V / SENSE / VIT University
Tree Topology
• Tree topology is a variation of star
• Central hub (Active Hub) controls the traffic of the
network
• The majority of devices connect to a secondary
hub(passive hub) that in turn is connected to the central
central hub.
• Advantages and Disadvantages are similar to star
• Example : Cable TV
29 Dr. Thanikaiselvan V / SENSE / VIT University
Hybrid Topology
Dr. Thanikaiselvan V / SENSE / VIT University30
Categories of Networks
• Local Area Networks (LAN)
• A LAN is a group of computers connected in small geographical area
• Allow users to share files and services
• A LAN normally covers an area less than 2 miles.
• Wide Area Networks (WAN)
• A WAN is a group of computers connected in Large geographical area
such as country
• A WAN often connects two LANs (WAN Link)
• A WAN can be worldwide
• Metropolitan Area Networks (MAN)
• A MAN connects an area larger than a LAN but smaller than a WAN, such
as a city, with dedicated or high-performance hardwares
• Span tens of miles
Dr. Thanikaiselvan V / SENSE / VIT University31
LAN, WAN and MAN
Dr. Thanikaiselvan V / SENSE / VIT University32
LAN
• A LAN is a network that is used for communicating
among computer devices, usually within an office
building or home
• LAN’s enable the sharing of resources such as files or
hardware devices that may be needed by multiple users
• Is limited in size, typically spanning a few hundred
meters, and no more than 2 miles
• Is very fast, with speeds from 10 Mbps to 10 Gbps
• Requires very little wiring, typically a single cable
connecting to each device
• Has lower cost compared to MAN’s or WAN’s
Dr. Thanikaiselvan V / SENSE / VIT University33
WAN
Dr. Thanikaiselvan V / SENSE / VIT University34
A heterogeneous network made of four WANs and two
LANs
Dr. Thanikaiselvan V / SENSE / VIT University35

More Related Content

What's hot

What is Network topology?
What is Network topology?What is Network topology?
What is Network topology?
iValue Systech Pvt Ltd
 
Network topologies
Network topologiesNetwork topologies
Network topologies
Shripal Oswal
 
Data comminication network
Data comminication networkData comminication network
Data comminication network
Harsh Patel
 
Network topology
Network topologyNetwork topology
Network topology
Jency Pj
 
Topology
TopologyTopology
Network topology and cable's
Network topology and cable'sNetwork topology and cable's
Network topology and cable's
zahid6
 
Network topologies
Network topologiesNetwork topologies
Network topologies
Philani Ngema
 
Network topologies 7
Network topologies 7Network topologies 7
Network topologies 7
Kushal Gujral
 
Network topology
Network topologyNetwork topology
Network topology
NikhilGadekar03
 
network topology
network topologynetwork topology
network topology
Jency Pj
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its concepts
Himanshu Sajwan
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIES
Kirti Garg
 
Network topologies
Network topologiesNetwork topologies
Network topologies
Chirag Rajput
 
Adhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-RagavanAdhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-Ragavan
Ragavan K
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
Dr Sukhpal Singh Gill
 
8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use Them8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use Them
Auvik Networks Inc.
 
Network topology architecture
Network topology architectureNetwork topology architecture
Network topology architecture
Dhani Ahmad
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
Kajal Khandelwal
 
Topology Document
Topology DocumentTopology Document
Topology Document
Pratik Vyas
 
sp...mads
sp...madssp...mads
sp...mads
pgj17
 

What's hot (20)

What is Network topology?
What is Network topology?What is Network topology?
What is Network topology?
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Data comminication network
Data comminication networkData comminication network
Data comminication network
 
Network topology
Network topologyNetwork topology
Network topology
 
Topology
TopologyTopology
Topology
 
Network topology and cable's
Network topology and cable'sNetwork topology and cable's
Network topology and cable's
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Network topologies 7
Network topologies 7Network topologies 7
Network topologies 7
 
Network topology
Network topologyNetwork topology
Network topology
 
network topology
network topologynetwork topology
network topology
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its concepts
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIES
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Adhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-RagavanAdhoc & WSN-Unit-I-Ragavan
Adhoc & WSN-Unit-I-Ragavan
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use Them8 Common Network Topologies & Where to Use Them
8 Common Network Topologies & Where to Use Them
 
Network topology architecture
Network topology architectureNetwork topology architecture
Network topology architecture
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Topology Document
Topology DocumentTopology Document
Topology Document
 
sp...mads
sp...madssp...mads
sp...mads
 

Similar to 1 04 jan-2017-rm001_introduction to computer communication_vts_10888

Computer network
Computer networkComputer network
Computer network
Soumya Behera
 
Network Chap1
Network Chap1Network Chap1
Network Chap1
Zahoor Khan
 
Lec 01 - Introduction to Computer Network.pptx
Lec 01 - Introduction to Computer Network.pptxLec 01 - Introduction to Computer Network.pptx
Lec 01 - Introduction to Computer Network.pptx
HasankaWijesinghe1
 
Introduction to data communications
Introduction to data communicationsIntroduction to data communications
Introduction to data communications
ArunaSekar1
 
Chapter 1 ppt by dmb
Chapter 1 ppt by dmbChapter 1 ppt by dmb
Chapter 1 ppt by dmb
dhanashrisabale1
 
Introduction to Networks computer networking.pptx
Introduction to Networks computer networking.pptxIntroduction to Networks computer networking.pptx
Introduction to Networks computer networking.pptx
varshithaga3052003
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
Dr. Mazin Mohamed alkathiri
 
Computer networks
Computer networksComputer networks
Computer networks
samina khan
 
Smart grid communications and measurement technology
Smart grid communications and measurement technologySmart grid communications and measurement technology
Smart grid communications and measurement technology
Siksha 'O' Anusandhan (Deemed to be University )
 
Network use and configuration
Network use and configurationNetwork use and configuration
Network use and configuration
Mark John Lado, MIT
 
ch01.ppt
ch01.pptch01.ppt
Networking introduction
Networking introductionNetworking introduction
Networking introduction
Saddam Hussain Soomro
 
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
AASTHAJAJOO
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
Justin Carl Oller
 
Computer Network
Computer NetworkComputer Network
Computer Network
Subhash Vadadoriya
 
Data communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdfData communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdf
SujanTimalsina5
 
Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network Concepts
Dev Chauhan
 
1-Lect_1.pptxLecture 5 array in PHP.pptx
1-Lect_1.pptxLecture 5 array in PHP.pptx1-Lect_1.pptxLecture 5 array in PHP.pptx
1-Lect_1.pptxLecture 5 array in PHP.pptx
ZahouAmel1
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdf
useless45
 
NFPhysical Layer.pptx
NFPhysical Layer.pptxNFPhysical Layer.pptx
NFPhysical Layer.pptx
mmmm11111
 

Similar to 1 04 jan-2017-rm001_introduction to computer communication_vts_10888 (20)

Computer network
Computer networkComputer network
Computer network
 
Network Chap1
Network Chap1Network Chap1
Network Chap1
 
Lec 01 - Introduction to Computer Network.pptx
Lec 01 - Introduction to Computer Network.pptxLec 01 - Introduction to Computer Network.pptx
Lec 01 - Introduction to Computer Network.pptx
 
Introduction to data communications
Introduction to data communicationsIntroduction to data communications
Introduction to data communications
 
Chapter 1 ppt by dmb
Chapter 1 ppt by dmbChapter 1 ppt by dmb
Chapter 1 ppt by dmb
 
Introduction to Networks computer networking.pptx
Introduction to Networks computer networking.pptxIntroduction to Networks computer networking.pptx
Introduction to Networks computer networking.pptx
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
 
Computer networks
Computer networksComputer networks
Computer networks
 
Smart grid communications and measurement technology
Smart grid communications and measurement technologySmart grid communications and measurement technology
Smart grid communications and measurement technology
 
Network use and configuration
Network use and configurationNetwork use and configuration
Network use and configuration
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 
Networking introduction
Networking introductionNetworking introduction
Networking introduction
 
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
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Data communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdfData communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdf
 
Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network Concepts
 
1-Lect_1.pptxLecture 5 array in PHP.pptx
1-Lect_1.pptxLecture 5 array in PHP.pptx1-Lect_1.pptxLecture 5 array in PHP.pptx
1-Lect_1.pptxLecture 5 array in PHP.pptx
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdf
 
NFPhysical Layer.pptx
NFPhysical Layer.pptxNFPhysical Layer.pptx
NFPhysical Layer.pptx
 

Recently uploaded

How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
BoudhayanBhattachari
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
สมใจ จันสุกสี
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Leena Ghag-Sakpal
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
ssuser13ffe4
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 

Recently uploaded (20)

How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 

1 04 jan-2017-rm001_introduction to computer communication_vts_10888

  • 1. Introduction to computer Networks Courtesy : This PPT has been compiled from various internet sources. 1 Dr. Thanikaiselvan V / SENSE / VIT University
  • 2. Computer Network • A network is a set of devices (often referred to as nodes) connected by communication links. A node can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network. A link can be a cable, air, optical fiber, or any medium which can transport a signal carrying information. 2 Dr. Thanikaiselvan V / SENSE / VIT University
  • 3. Network Criteria • Performance • Depends on Network Elements • Measured in terms of Delay and Throughput • Reliability • Failure rate of network components • Measured in terms of availability/robustness • Security • Data protection against corruption/loss of data due to: • Errors • Malicious users 3 Dr. Thanikaiselvan V / SENSE / VIT University
  • 4. Physical Structures • Type of Connection • Point to Point - single transmitter and receiver • Multipoint - multiple recipients of single transmission • Physical Topology • Connection of devices • Type of transmission - unicast, mulitcast, broadcast 4 Dr. Thanikaiselvan V / SENSE / VIT University
  • 5. Network categories • Two basic types of networks • Peer-to-Peer Networks • Client/Server Networks 5 Dr. Thanikaiselvan V / SENSE / VIT University
  • 6. Peer-to-Peer Networks • In a peer-to-peer network, all computers are considered equal; they all have the same abilities to use the resources available on the network. • Example : Windows Workgroup Dr. Thanikaiselvan V / SENSE / VIT University6
  • 7. Client/Server Networks • Some nodes (SERVER) are dedicated to present services to other nodes (CLIENTS) • Primary-Secondary • Examples: • Mail Server • Web Server Dr. Thanikaiselvan V / SENSE / VIT University7
  • 8. Client Server Model Client Server Initiates a request Replies with a service Client Client Dr. Thanikaiselvan V / SENSE / VIT University8
  • 9. TOPOLOGY • Topology defines the physical and logical arrangement of links in a network • Categories of topology 1.Mesh 2. Star 3. Tree 4. Bus 5. Ring 9 Dr. Thanikaiselvan V / SENSE / VIT University
  • 10. Network Topologies • Topology refers to the shape of a network, or the network's layout. • Type of connection • How different nodes in a network are connected to each other and how they communicate are determined by the network's topology. • The choice of topology is dependent upon • Type and number of equipment being used • Cost Dr. Thanikaiselvan V / SENSE / VIT University10
  • 11. Mesh topology 11 • In a mesh topology each device/PC is connected to every other device/PC in the network by its own cable • n(n-1)/2 • N-1 --- I/O ports needed Dr. Thanikaiselvan V / SENSE / VIT University
  • 12. 12 Advantages • No traffic • Robust • Privacy and security • Easy fault identification Disadvantages • N-1 I/O ports • Installation and reconfiguration is difficult • Bulk wiring • It can be used only for limited application • Dr. Thanikaiselvan V / SENSE / VIT University
  • 13. Star topology • In a star topology, each device has dedicated point-point link only to a central controller, usually called a hub. • A Star topology does not allow direct traffic between devices. • The controller acts as an exchange 13 Dr. Thanikaiselvan V / SENSE / VIT University
  • 14. Star types 14 • Broadcasted Star Topology (Hubbed Star) • Switched Star Topology (Switched Star) Dr. Thanikaiselvan V / SENSE / VIT University
  • 15. Star Advantages • Single computer failure doesn’t bring down whole network • Adding new devices to a Star network is very simple compared to any of the other topologies • No disruptions to the network when connecting or removing devices. • Centralized control • Centralized network/hub monitoring • Easy to troubleshoot Dr. Thanikaiselvan V / SENSE / VIT University15
  • 16. Star Disadvantages • If central device fails, the whole network fails • Compared to the bus topology, a star network generally requires more cable • More expensive than linear bus topologies because of the cost of the central device Dr. Thanikaiselvan V / SENSE / VIT University16
  • 17. Hubbed Star Rule 17 • Hubs simply pass on all the information they receive. • Therefore, a large number of directly connected hubs cause a lot of traffic, making the network vulnerable to collisions. • This limits the number of hubs you can connect together. • The maximum number of allowed repeater hops is four. Dr. Thanikaiselvan V / SENSE / VIT University
  • 18. Bus topology 18 • All devices are connected to a central cable, called the bus or backbone. Dr. Thanikaiselvan V / SENSE / VIT University
  • 19. Bus Topology 19 • Both ends of the network must be terminated with a terminator. • A barrel connector can be used to extend the network. Dr. Thanikaiselvan V / SENSE / VIT University
  • 20. • Advantages 1. Easy installation 2. Backbone cable is most efficient path 3. Less cabling 4. Easy extension 20 • Disadvantages 1. Fault finding 2. Signal degradation 3. Addition of new devices with limited length of cable 4. Stops all the transmission when a fault or break in the bus. 5. Signal reflection to origin will create noise. Dr. Thanikaiselvan V / SENSE / VIT University
  • 21. Ring topology • All devices are connected to one another in the shape of a closed loop, so that each device is connected directly to two other devices, one on either side of it. • Data is passed one way from device to device. 21 Dr. Thanikaiselvan V / SENSE / VIT University
  • 22. Ring topology • A short message (called a token) is circulated around the ring, being passed from station to station. • The token originates from a controller or master station which inserts it onto the ring. • A station which wants to transmit waits for the token to arrive. • When the token arrives, the station changes it from a token to a connector message, and appends its message. This new message is then placed on the outgoing side of the ring. 22 Dr. Thanikaiselvan V / SENSE / VIT University
  • 23. Ring Advantages and Disadvantages • Advantages • Equal access for all users • Perform well under heavy traffic • Disadvantages • If one device/cable fails then the whole network goes down. • Difficult to troubleshoot • Adding/Removing computers disrupts the whole network 23 Dr. Thanikaiselvan V / SENSE / VIT University
  • 24. Frame Transmission - Ring LAN 24 Dr. Thanikaiselvan V / SENSE / VIT University
  • 25. Frame Transmission - Ring LAN 25 Dr. Thanikaiselvan V / SENSE / VIT University
  • 26. Frame Transmission - Ring LAN 26 Dr. Thanikaiselvan V / SENSE / VIT University
  • 27. Frame Transmission - Ring LAN 27 Dr. Thanikaiselvan V / SENSE / VIT University
  • 28. Tree Topology 28 Dr. Thanikaiselvan V / SENSE / VIT University
  • 29. Tree Topology • Tree topology is a variation of star • Central hub (Active Hub) controls the traffic of the network • The majority of devices connect to a secondary hub(passive hub) that in turn is connected to the central central hub. • Advantages and Disadvantages are similar to star • Example : Cable TV 29 Dr. Thanikaiselvan V / SENSE / VIT University
  • 30. Hybrid Topology Dr. Thanikaiselvan V / SENSE / VIT University30
  • 31. Categories of Networks • Local Area Networks (LAN) • A LAN is a group of computers connected in small geographical area • Allow users to share files and services • A LAN normally covers an area less than 2 miles. • Wide Area Networks (WAN) • A WAN is a group of computers connected in Large geographical area such as country • A WAN often connects two LANs (WAN Link) • A WAN can be worldwide • Metropolitan Area Networks (MAN) • A MAN connects an area larger than a LAN but smaller than a WAN, such as a city, with dedicated or high-performance hardwares • Span tens of miles Dr. Thanikaiselvan V / SENSE / VIT University31
  • 32. LAN, WAN and MAN Dr. Thanikaiselvan V / SENSE / VIT University32
  • 33. LAN • A LAN is a network that is used for communicating among computer devices, usually within an office building or home • LAN’s enable the sharing of resources such as files or hardware devices that may be needed by multiple users • Is limited in size, typically spanning a few hundred meters, and no more than 2 miles • Is very fast, with speeds from 10 Mbps to 10 Gbps • Requires very little wiring, typically a single cable connecting to each device • Has lower cost compared to MAN’s or WAN’s Dr. Thanikaiselvan V / SENSE / VIT University33
  • 34. WAN Dr. Thanikaiselvan V / SENSE / VIT University34
  • 35. A heterogeneous network made of four WANs and two LANs Dr. Thanikaiselvan V / SENSE / VIT University35

Editor's Notes

  1. In a peer-to-peer network, various computers on the network can act both as clients and servers. For instance, many Microsoft Windows based computers will allow file and print sharing. These computers can act both as a client and a server and are also referred to as peers.
  2. In a server based network, there are computers set up to be primary providers of services such as file service or mail service. The computers providing the service are called servers and the computers that request and use the service are called client computers.
  3. Servers are those computers who reply with services to clients. Clients are those computers who request services from servers. First, client initiates a request sent to a certain server, then the server replies with the service required to the client. As we see above, there are many clients and one server, (actually, the number of servers is very small compared with the number of clients)
  4. Topology: how, and in what shape, network components are connected together Each topology is suited to specific tasks and has its own advantages and disadvantages.