SlideShare a Scribd company logo
Computer Networks
Ch:5
Samina Khan
FAZAIA DEGREE COLLEGE RISALPUR
Contents
1. Introduction to networks
– Computer network
– Uses of networks
– Data transmission modes
– Network architecture
– Types of network architecture
2. Types of networks
3. Communication over networks
Computer network
• A computer network is a set of
computers that are connected
together so that they can share
information and resources.
Uses of networks
• Hardware sharing
• Software sharing
• File sharing
• Internet sharing
Hardware sharing
• Networks allow sharing of computer hardware such as
hard disk and printer.
• A hard disk can be attached to server to share it with
other network users.
• A single hard disk can provide storage space to many
computers.
• Similarly a single printer can be shared among many
computers.
Software sharing
• Application software can be installed on server and
shared over the network.
• There is no need to install it on every computer.
File sharing
• We can easily share files with other user over the
network.
• A user can place file in a shared location on one
computer and make it available to other users.
• User can access, modify and view information stored
on another computer in the network.
Internet sharing
• A single high speed internet can be shared with all
the users over the network.
• There is no need to provide separate internet
connection to every computer.
DATA TRANSMISSION MODES
Data transmission
modes
Simplex Half duplex Full duplex
Simplex Transmission Mode
• Provides data transmission in only one direction.
• One end is the sender and other is receiver.
• Transmission of data from keyboard to CPU or from
CPU to printer is always one direction.
• Examples: Radio and television transmission.
Half Duplex Transmission Mode
• Send and receive data in both direction but not
simultaneously.
• This kind of transmission can be seen in ATM
machines.
Full Duplex Transmission Mode
• Transmit information in both direction simultaneously.
• Full-duplex transmission mode are communication
between computers in a network and communication
over telephone line.
NETWORK ARCHITECTURE
Network architecture
• Layout of network
• It consists of computers, communication devices,
software, wired or wireless transmission of data and
connectivity between components.
Types of network architecture
• Client server network
• Peer to peer network
• Point-to-point network
Client/ server network
• A client/server network is a system where one or
more computers called clients connect to a central
computer named a server to share or use resources.
• In a client and server network, server shares its
resources such as hard disk, printers and Internet
connection with client computers.
Characteristics of client/server network
• It can be small as two computers and it can have
hundreds and even thousands of computers as well.
• It provides centralized security to ensure that
resources are not accessed by unauthorized users.
• Network administrator is responsible for sharing
resources, creating user accounts and assigning
privileges to all the users of the network.
Peer to peer network
• In a P2P network, the "peers" are computer systems
which are connected to each other via the Internet.
• Files can be shared directly between systems on
the network without the need of a central server.
• Each computer on a P2P network becomes a file
server as well as a client.
Characteristics of Peer-to Peer Network
• Each computer play the role of server, client or both
at the same time.
• Suitable for small number of users, ranging between
two to ten computers. Large Peer-to-Peer networks
become difficult to manage.
• It doesn’t provide centralized security.
Point to point network
• A point-to-point connection refers to a communications
connection between two communication end points or
nodes.
• Large networks that connect cities and countries.
Characteristics of Point-to-Point Network
• Used for long distance communication.
• There may be different paths for transmission of
information.
TYPES OF NETWORK
Types of networks based on geographical area
• LAN(Local Area Network)
• MAN(Metropolitan Area Network)
• WAN(Wide Area Network)
LAN(Local Area Network)
• LAN covers a limited area, ranging from a small office
to a campus or nearby buildings.
• Examples: Network within a school, college,
organization, hospital etc.
Characteristics of LAN
• Restricted to a limited area.
• Data transmission speed is fast.
• Data communication problems rarely occur.
• Transmission medium is owned by the user organization.
WAN(Wide Area Network)
• Spans a large geographical
area, connecting several
locations of an organization
across cities, countries and
continents.
• Example: Internet
MAN(Metropolitan Area Network)
• Falls between LAN and WAN.
• It spans area larger than a LAN
but smaller than a WAN.
• Example: Network used by
telecommunicating companies
for providing Cable TV and
Internet services.
PAN(Personal Area Network)
• A PAN is a computer network for interconnecting
electronic devices centered on an individual person's
workspace.
• A PAN provides data transmission among devices such as
computers, smart phones, tablets and personal digital
assistants.
• It can be wired( USB & FireWire technologies) or
wireless(Bluetooth or infrared connection).
• E.g Bluetooth network
Internet
• Internet is the largest computer network that
connects million of computers all over the world.
• Computers on the internet are connected together
using telephone lines, fiber optics or wireless signals.
• Each computer on the internet has an IP address.
• IP stands for internet protocol. It identifies each
computer on the internet with its location.
• World Wide Web(WWW) is the most popular and
widely used system to access the internet.
• It is a collection of websites available on the internet.
• Web browser is used to access websites.
• We enter the URL into a browser to access a website.
Network topology
• The physical arrangement of network nodes is called
network topology.
• A node represent a computer or a network device.
TYPES OF NETWORK TOPOLOGIES
Types of network topologies
• Bus topology
• Ring topology
• Star topology
• Mesh topology
Bus Topology
• A bus topology is a topology for a Local
Area Network (LAN) in which all the nodes are
connected to a single cable.
• The cable to which the nodes connect is called a
"backbone". If the backbone is broken, the entire
segment fails.
Advantages of bus topology
• Lowest cost due to short cable length.
• Easy to add new computers.
• Easy to setup.
• Suitable for small networks.
limitations
• If the backbone is broken, the entire segment fails.
• Difficult to detect and fix faults.
Ring Topology
• Shaped just like a ring.
• In a ring topology, all devices in the network are
connected via a cable that loops in a logical ring or
circle.
• All the messages travel in the same direction.
Advantages of Ring topology
• Managing is easier as to add or remove a device from
the topology only two links are required to be
changed.
• Server or switch is not required to manage network.
• All computers have equal opportunity to transmit
data.
Limitations
• A link failure can fail the entire network.
• Detection of fault is difficult.
• Data traffic issues, since all the data is circulating in a
ring.
Star topology
• In a star topology each device in the network is
connected to a central device called hub/switch.
• If one device wants to send data to other device, it
has to first send the data to hub and then the
hub/switch transmit that data to the designated
device.
• A switch can connect 4, 8, 16,24 or 32 nodes.
• A switch can be connected to another switch to
expand network.
Advantages of Star topology
• Easy fault detection
• Provides fast communication.
• Failure of one node doesn’t stop functioning of the
entire network.
Limitations of star topology
• If hub goes down everything goes down, none of the
devices can work without hub.
• More cables are required.
• Costly to implement.
Mesh Topology
• In a Mesh topology, all the network nodes/devices
are connected to all the other nodes/devices.
• Number of links in a mesh topology of n devices
would be n(n-1)/2.
• Message sent on a Mesh can take any possible path
from source to destination.
• Not commonly used since it is costly.
Advantages of Mesh topology
• Most reliable topology.
• No data traffic issues as there is a dedicated link
between two devices.
• It is secure because there is a point to point link thus
unauthorized access is not possible.
Limitations
• Most expensive because it requires more cables than
other topologies.
• Difficult to implement.
• Difficult to add new computer.
COMMUNICATION OVER NETWORKS
Communication via telephone networks
• Telephone network is commonly used for data
communications because it exists all over the world.
• Following are the communication lines provided via
telephone networks:
• Dial-up line
• Digital Subscriber Line(DSL)
• Integrated Services Digital Network(ISDN) lines
• Code Division Multiple Access (CDMA)
DIAL-UP line
• Dial-up line provide
standard telephone network
• Maximum speed of dial line
is 56 kilobits per second
which is very slow.
• It is being replaced by faster
DSL connection for internet.
Digital Subscriber Line (DSL)
DSL
• It provides high speed internet connection.
• It is called broadband because it has broad range of
frequencies for transmitting digital data.
• Its speed is 256KBPS
• DSL service is “always on” and lets you surf the web
while using your landline phone.
Integrated Service Digital Network (ISDN) line
Integrated Service Digital Network (ISDN) line
• It provide a maximum speed of 128kbps
• Faster then dial up line and slower than DSL lines
• It can transmit both voice and data at the same time.
• Sometimes DSL in villages can only reach speeds of 1
to 2 Mbps, so ISDN access is preferable.
Code Division Multiple Access (CDMA)
• It is a wireless cellular communication
technology
• Include short messaging ,voice, data
and video transmission
• Provide speed of several Mbps.
Code Division Multiple Access (CDMA
Code Division Multiple Access (CDMA
Computer networks

More Related Content

What's hot

Computer Networking Theory Assignment 1
Computer Networking Theory Assignment 1Computer Networking Theory Assignment 1
Computer Networking Theory Assignment 1
Hasibul Islam Nirob
 
Computer networking
Computer networkingComputer networking
Computer networking
Tapan Khilar
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
Shamima Akther
 
Computer communication network
Computer communication networkComputer communication network
Computer communication network
himz676987
 
Data communication
Data   communicationData   communication
Data communication
UCP
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Concepts
zaisahil
 
12 IPT0302 Examples of Communication Systems
12 IPT0302   Examples of Communication Systems12 IPT0302   Examples of Communication Systems
12 IPT0302 Examples of Communication Systems
ctedds
 
Transmitting Receiving
Transmitting ReceivingTransmitting Receiving
Transmitting Receiving
mfridolfson
 
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
PST SC015 Chapter 3 Internet Technology (II)  2017/2018PST SC015 Chapter 3 Internet Technology (II)  2017/2018
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
Fizaril Amzari Omar
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking System
Vaughan Olufemi ACIB, AICEN, ANIM
 
COMPUTER NETWORK
COMPUTER NETWORKCOMPUTER NETWORK
Isd&d networks
Isd&d networksIsd&d networks
Isd&d networks
slidersharer14
 
Data Communication
Data Communication Data Communication
Data Communication and Communication Processors and Modes of Data Transmission
 Data Communication and Communication Processors and Modes of Data Transmission Data Communication and Communication Processors and Modes of Data Transmission
Data Communication and Communication Processors and Modes of Data Transmission
Raja Adapa
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Understanding local area networking
Understanding local area networkingUnderstanding local area networking
Understanding local area networking
Universidad De Manila
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Sudhriti Gupta
 
Transmitting And Receiving ( Sim And Han).Pptw.Quiz
Transmitting And Receiving ( Sim And Han).Pptw.QuizTransmitting And Receiving ( Sim And Han).Pptw.Quiz
Transmitting And Receiving ( Sim And Han).Pptw.Quiz
mfridolfson
 
Networking Components
Networking ComponentsNetworking Components
Networking Components
AkNirojan
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...
yaminohime
 

What's hot (20)

Computer Networking Theory Assignment 1
Computer Networking Theory Assignment 1Computer Networking Theory Assignment 1
Computer Networking Theory Assignment 1
 
Computer networking
Computer networkingComputer networking
Computer networking
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
Computer communication network
Computer communication networkComputer communication network
Computer communication network
 
Data communication
Data   communicationData   communication
Data communication
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Concepts
 
12 IPT0302 Examples of Communication Systems
12 IPT0302   Examples of Communication Systems12 IPT0302   Examples of Communication Systems
12 IPT0302 Examples of Communication Systems
 
Transmitting Receiving
Transmitting ReceivingTransmitting Receiving
Transmitting Receiving
 
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
PST SC015 Chapter 3 Internet Technology (II)  2017/2018PST SC015 Chapter 3 Internet Technology (II)  2017/2018
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking System
 
COMPUTER NETWORK
COMPUTER NETWORKCOMPUTER NETWORK
COMPUTER NETWORK
 
Isd&d networks
Isd&d networksIsd&d networks
Isd&d networks
 
Data Communication
Data Communication Data Communication
Data Communication
 
Data Communication and Communication Processors and Modes of Data Transmission
 Data Communication and Communication Processors and Modes of Data Transmission Data Communication and Communication Processors and Modes of Data Transmission
Data Communication and Communication Processors and Modes of Data Transmission
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Introduction to Networking
 
Understanding local area networking
Understanding local area networkingUnderstanding local area networking
Understanding local area networking
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Transmitting And Receiving ( Sim And Han).Pptw.Quiz
Transmitting And Receiving ( Sim And Han).Pptw.QuizTransmitting And Receiving ( Sim And Han).Pptw.Quiz
Transmitting And Receiving ( Sim And Han).Pptw.Quiz
 
Networking Components
Networking ComponentsNetworking Components
Networking Components
 
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...
Understanding Computers: Today and Tomorrow, 13th Edition Chapter 7 - Compute...
 

Similar to Computer networks

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
 
Ch 15 .networks and communications
Ch 15 .networks and communicationsCh 15 .networks and communications
Ch 15 .networks and communicationsKhan Yousafzai
 
Networking introduction
Networking introductionNetworking introduction
Networking introduction
Saddam Hussain Soomro
 
Unit2.2
Unit2.2Unit2.2
Network use and configuration
Network use and configurationNetwork use and configuration
Network use and configuration
Mark John Lado, MIT
 
Networking
NetworkingNetworking
Networking
Richa Jain
 
14.-NETWORKS.pptx
14.-NETWORKS.pptx14.-NETWORKS.pptx
14.-NETWORKS.pptx
andree45846
 
NETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptxNETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptx
YasaraDevindi
 
Computer network
Computer networkComputer network
Computer network
KIIRYA BULASIYO
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologies
Ayush0734
 
Computer networks
Computer networksComputer networks
Computer networks
Keerty Smile
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptx
ADITYAKUMAR554673
 
Computer networks
Computer networks Computer networks
Computer networks
ABUBAKAR270
 
Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network Concepts
Dev Chauhan
 
Network Components
Network ComponentsNetwork Components
Network Components
Ifrad Mahbub
 
ifrad01605545networkcomponents-181123160910.pdf
ifrad01605545networkcomponents-181123160910.pdfifrad01605545networkcomponents-181123160910.pdf
ifrad01605545networkcomponents-181123160910.pdf
kashafishfaq21
 

Similar to Computer networks (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
 
Ch 15 .networks and communications
Ch 15 .networks and communicationsCh 15 .networks and communications
Ch 15 .networks and communications
 
Computer network
Computer networkComputer network
Computer network
 
Networking introduction
Networking introductionNetworking introduction
Networking introduction
 
Unit2.2
Unit2.2Unit2.2
Unit2.2
 
computer network 2
computer network 2computer network 2
computer network 2
 
Network use and configuration
Network use and configurationNetwork use and configuration
Network use and configuration
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 
Networking
NetworkingNetworking
Networking
 
14.-NETWORKS.pptx
14.-NETWORKS.pptx14.-NETWORKS.pptx
14.-NETWORKS.pptx
 
NETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptxNETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptx
 
Computer network
Computer networkComputer network
Computer network
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologies
 
Computer networks
Computer networksComputer networks
Computer networks
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptx
 
Computer networks
Computer networks Computer networks
Computer networks
 
Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network Concepts
 
Network Components
Network ComponentsNetwork Components
Network Components
 
ifrad01605545networkcomponents-181123160910.pdf
ifrad01605545networkcomponents-181123160910.pdfifrad01605545networkcomponents-181123160910.pdf
ifrad01605545networkcomponents-181123160910.pdf
 

More from samina khan

UNDERSTANDING SELF AND OTHERS.pptx
UNDERSTANDING SELF AND OTHERS.pptxUNDERSTANDING SELF AND OTHERS.pptx
UNDERSTANDING SELF AND OTHERS.pptx
samina khan
 
INFORMATION TECHNOLOGY.pptx
INFORMATION TECHNOLOGY.pptxINFORMATION TECHNOLOGY.pptx
INFORMATION TECHNOLOGY.pptx
samina khan
 
scaffolding in teaching.pptx
scaffolding in teaching.pptxscaffolding in teaching.pptx
scaffolding in teaching.pptx
samina khan
 
REFLECTIVE TEACHING.pptx
REFLECTIVE TEACHING.pptxREFLECTIVE TEACHING.pptx
REFLECTIVE TEACHING.pptx
samina khan
 
PEDAGOGICAL SKILLS.pptx
PEDAGOGICAL SKILLS.pptxPEDAGOGICAL SKILLS.pptx
PEDAGOGICAL SKILLS.pptx
samina khan
 
What is an Autobiography?
 What is an Autobiography? What is an Autobiography?
What is an Autobiography?
samina khan
 
Picture description
Picture descriptionPicture description
Picture description
samina khan
 
The Internet and World Wide Web
The Internet and World Wide WebThe Internet and World Wide Web
The Internet and World Wide Web
samina khan
 
Computer security & ethics
Computer security  & ethicsComputer security  & ethics
Computer security & ethics
samina khan
 
Computer logic and gates
Computer logic and gatesComputer logic and gates
Computer logic and gates
samina khan
 
Problem solving
Problem solvingProblem solving
Problem solving
samina khan
 
Classroom management
Classroom managementClassroom management
Classroom management
samina khan
 
More on number system
More on number systemMore on number system
More on number system
samina khan
 
Stress management
Stress managementStress management
Stress management
samina khan
 
Classroom management
Classroom managementClassroom management
Classroom management
samina khan
 
Lesson plan:Multiplication and division of binary numbers
Lesson plan:Multiplication and division of binary numbersLesson plan:Multiplication and division of binary numbers
Lesson plan:Multiplication and division of binary numbers
samina khan
 
Applications of computer
Applications of computerApplications of computer
Applications of computer
samina khan
 
Data protection and security
Data protection and securityData protection and security
Data protection and security
samina khan
 
Introduction to programming languages
Introduction to programming languagesIntroduction to programming languages
Introduction to programming languages
samina khan
 
System software and its types
System software and its typesSystem software and its types
System software and its types
samina khan
 

More from samina khan (20)

UNDERSTANDING SELF AND OTHERS.pptx
UNDERSTANDING SELF AND OTHERS.pptxUNDERSTANDING SELF AND OTHERS.pptx
UNDERSTANDING SELF AND OTHERS.pptx
 
INFORMATION TECHNOLOGY.pptx
INFORMATION TECHNOLOGY.pptxINFORMATION TECHNOLOGY.pptx
INFORMATION TECHNOLOGY.pptx
 
scaffolding in teaching.pptx
scaffolding in teaching.pptxscaffolding in teaching.pptx
scaffolding in teaching.pptx
 
REFLECTIVE TEACHING.pptx
REFLECTIVE TEACHING.pptxREFLECTIVE TEACHING.pptx
REFLECTIVE TEACHING.pptx
 
PEDAGOGICAL SKILLS.pptx
PEDAGOGICAL SKILLS.pptxPEDAGOGICAL SKILLS.pptx
PEDAGOGICAL SKILLS.pptx
 
What is an Autobiography?
 What is an Autobiography? What is an Autobiography?
What is an Autobiography?
 
Picture description
Picture descriptionPicture description
Picture description
 
The Internet and World Wide Web
The Internet and World Wide WebThe Internet and World Wide Web
The Internet and World Wide Web
 
Computer security & ethics
Computer security  & ethicsComputer security  & ethics
Computer security & ethics
 
Computer logic and gates
Computer logic and gatesComputer logic and gates
Computer logic and gates
 
Problem solving
Problem solvingProblem solving
Problem solving
 
Classroom management
Classroom managementClassroom management
Classroom management
 
More on number system
More on number systemMore on number system
More on number system
 
Stress management
Stress managementStress management
Stress management
 
Classroom management
Classroom managementClassroom management
Classroom management
 
Lesson plan:Multiplication and division of binary numbers
Lesson plan:Multiplication and division of binary numbersLesson plan:Multiplication and division of binary numbers
Lesson plan:Multiplication and division of binary numbers
 
Applications of computer
Applications of computerApplications of computer
Applications of computer
 
Data protection and security
Data protection and securityData protection and security
Data protection and security
 
Introduction to programming languages
Introduction to programming languagesIntroduction to programming languages
Introduction to programming languages
 
System software and its types
System software and its typesSystem software and its types
System software and its types
 

Recently uploaded

test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
TristanJasperRamos
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
ShahulHameed54211
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
Himani415946
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 

Recently uploaded (16)

test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 

Computer networks

  • 2. Contents 1. Introduction to networks – Computer network – Uses of networks – Data transmission modes – Network architecture – Types of network architecture 2. Types of networks 3. Communication over networks
  • 3. Computer network • A computer network is a set of computers that are connected together so that they can share information and resources.
  • 4.
  • 5. Uses of networks • Hardware sharing • Software sharing • File sharing • Internet sharing
  • 6. Hardware sharing • Networks allow sharing of computer hardware such as hard disk and printer. • A hard disk can be attached to server to share it with other network users. • A single hard disk can provide storage space to many computers. • Similarly a single printer can be shared among many computers.
  • 7.
  • 8. Software sharing • Application software can be installed on server and shared over the network. • There is no need to install it on every computer.
  • 9. File sharing • We can easily share files with other user over the network. • A user can place file in a shared location on one computer and make it available to other users. • User can access, modify and view information stored on another computer in the network.
  • 10.
  • 11.
  • 12. Internet sharing • A single high speed internet can be shared with all the users over the network. • There is no need to provide separate internet connection to every computer.
  • 13.
  • 16. Simplex Transmission Mode • Provides data transmission in only one direction. • One end is the sender and other is receiver. • Transmission of data from keyboard to CPU or from CPU to printer is always one direction. • Examples: Radio and television transmission.
  • 17.
  • 18. Half Duplex Transmission Mode • Send and receive data in both direction but not simultaneously. • This kind of transmission can be seen in ATM machines.
  • 19.
  • 20. Full Duplex Transmission Mode • Transmit information in both direction simultaneously. • Full-duplex transmission mode are communication between computers in a network and communication over telephone line.
  • 21.
  • 23. Network architecture • Layout of network • It consists of computers, communication devices, software, wired or wireless transmission of data and connectivity between components.
  • 24. Types of network architecture • Client server network • Peer to peer network • Point-to-point network
  • 25. Client/ server network • A client/server network is a system where one or more computers called clients connect to a central computer named a server to share or use resources. • In a client and server network, server shares its resources such as hard disk, printers and Internet connection with client computers.
  • 26. Characteristics of client/server network • It can be small as two computers and it can have hundreds and even thousands of computers as well. • It provides centralized security to ensure that resources are not accessed by unauthorized users. • Network administrator is responsible for sharing resources, creating user accounts and assigning privileges to all the users of the network.
  • 27.
  • 28. Peer to peer network • In a P2P network, the "peers" are computer systems which are connected to each other via the Internet. • Files can be shared directly between systems on the network without the need of a central server. • Each computer on a P2P network becomes a file server as well as a client.
  • 29. Characteristics of Peer-to Peer Network • Each computer play the role of server, client or both at the same time. • Suitable for small number of users, ranging between two to ten computers. Large Peer-to-Peer networks become difficult to manage. • It doesn’t provide centralized security.
  • 30.
  • 31. Point to point network • A point-to-point connection refers to a communications connection between two communication end points or nodes. • Large networks that connect cities and countries.
  • 32. Characteristics of Point-to-Point Network • Used for long distance communication. • There may be different paths for transmission of information.
  • 33.
  • 35. Types of networks based on geographical area • LAN(Local Area Network) • MAN(Metropolitan Area Network) • WAN(Wide Area Network)
  • 36. LAN(Local Area Network) • LAN covers a limited area, ranging from a small office to a campus or nearby buildings. • Examples: Network within a school, college, organization, hospital etc.
  • 37. Characteristics of LAN • Restricted to a limited area. • Data transmission speed is fast. • Data communication problems rarely occur. • Transmission medium is owned by the user organization.
  • 38.
  • 39. WAN(Wide Area Network) • Spans a large geographical area, connecting several locations of an organization across cities, countries and continents. • Example: Internet
  • 40. MAN(Metropolitan Area Network) • Falls between LAN and WAN. • It spans area larger than a LAN but smaller than a WAN. • Example: Network used by telecommunicating companies for providing Cable TV and Internet services.
  • 41.
  • 42. PAN(Personal Area Network) • A PAN is a computer network for interconnecting electronic devices centered on an individual person's workspace. • A PAN provides data transmission among devices such as computers, smart phones, tablets and personal digital assistants. • It can be wired( USB & FireWire technologies) or wireless(Bluetooth or infrared connection). • E.g Bluetooth network
  • 43.
  • 44.
  • 45. Internet • Internet is the largest computer network that connects million of computers all over the world. • Computers on the internet are connected together using telephone lines, fiber optics or wireless signals. • Each computer on the internet has an IP address. • IP stands for internet protocol. It identifies each computer on the internet with its location.
  • 46. • World Wide Web(WWW) is the most popular and widely used system to access the internet. • It is a collection of websites available on the internet. • Web browser is used to access websites. • We enter the URL into a browser to access a website.
  • 47. Network topology • The physical arrangement of network nodes is called network topology. • A node represent a computer or a network device.
  • 48. TYPES OF NETWORK TOPOLOGIES
  • 49. Types of network topologies • Bus topology • Ring topology • Star topology • Mesh topology
  • 50. Bus Topology • A bus topology is a topology for a Local Area Network (LAN) in which all the nodes are connected to a single cable. • The cable to which the nodes connect is called a "backbone". If the backbone is broken, the entire segment fails.
  • 51.
  • 52. Advantages of bus topology • Lowest cost due to short cable length. • Easy to add new computers. • Easy to setup. • Suitable for small networks.
  • 53. limitations • If the backbone is broken, the entire segment fails. • Difficult to detect and fix faults.
  • 54. Ring Topology • Shaped just like a ring. • In a ring topology, all devices in the network are connected via a cable that loops in a logical ring or circle. • All the messages travel in the same direction.
  • 55.
  • 56. Advantages of Ring topology • Managing is easier as to add or remove a device from the topology only two links are required to be changed. • Server or switch is not required to manage network. • All computers have equal opportunity to transmit data.
  • 57. Limitations • A link failure can fail the entire network. • Detection of fault is difficult. • Data traffic issues, since all the data is circulating in a ring.
  • 58. Star topology • In a star topology each device in the network is connected to a central device called hub/switch. • If one device wants to send data to other device, it has to first send the data to hub and then the hub/switch transmit that data to the designated device. • A switch can connect 4, 8, 16,24 or 32 nodes. • A switch can be connected to another switch to expand network.
  • 59.
  • 60. Advantages of Star topology • Easy fault detection • Provides fast communication. • Failure of one node doesn’t stop functioning of the entire network.
  • 61. Limitations of star topology • If hub goes down everything goes down, none of the devices can work without hub. • More cables are required. • Costly to implement.
  • 62. Mesh Topology • In a Mesh topology, all the network nodes/devices are connected to all the other nodes/devices. • Number of links in a mesh topology of n devices would be n(n-1)/2. • Message sent on a Mesh can take any possible path from source to destination. • Not commonly used since it is costly.
  • 63.
  • 64. Advantages of Mesh topology • Most reliable topology. • No data traffic issues as there is a dedicated link between two devices. • It is secure because there is a point to point link thus unauthorized access is not possible.
  • 65. Limitations • Most expensive because it requires more cables than other topologies. • Difficult to implement. • Difficult to add new computer.
  • 67. Communication via telephone networks • Telephone network is commonly used for data communications because it exists all over the world. • Following are the communication lines provided via telephone networks: • Dial-up line • Digital Subscriber Line(DSL) • Integrated Services Digital Network(ISDN) lines • Code Division Multiple Access (CDMA)
  • 68. DIAL-UP line • Dial-up line provide standard telephone network • Maximum speed of dial line is 56 kilobits per second which is very slow. • It is being replaced by faster DSL connection for internet.
  • 70. DSL • It provides high speed internet connection. • It is called broadband because it has broad range of frequencies for transmitting digital data. • Its speed is 256KBPS • DSL service is “always on” and lets you surf the web while using your landline phone.
  • 71. Integrated Service Digital Network (ISDN) line
  • 72. Integrated Service Digital Network (ISDN) line • It provide a maximum speed of 128kbps • Faster then dial up line and slower than DSL lines • It can transmit both voice and data at the same time. • Sometimes DSL in villages can only reach speeds of 1 to 2 Mbps, so ISDN access is preferable.
  • 73.
  • 74. Code Division Multiple Access (CDMA) • It is a wireless cellular communication technology • Include short messaging ,voice, data and video transmission • Provide speed of several Mbps.
  • 75. Code Division Multiple Access (CDMA
  • 76. Code Division Multiple Access (CDMA