SlideShare ist ein Scribd-Unternehmen logo
1 von 77
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

Weitere ähnliche Inhalte

Was ist angesagt?

Computer Networking Theory Assignment 1
Computer Networking Theory Assignment 1Computer Networking Theory Assignment 1
Computer Networking Theory Assignment 1Hasibul Islam Nirob
 
Computer networking
Computer networkingComputer networking
Computer networkingTapan Khilar
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP ModelShamima Akther
 
Computer communication network
Computer communication networkComputer communication network
Computer communication networkhimz676987
 
Data communication
Data   communicationData   communication
Data communicationUCP
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Conceptszaisahil
 
12 IPT0302 Examples of Communication Systems
12 IPT0302   Examples of Communication Systems12 IPT0302   Examples of Communication Systems
12 IPT0302 Examples of Communication Systemsctedds
 
Transmitting Receiving
Transmitting ReceivingTransmitting Receiving
Transmitting Receivingmfridolfson
 
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/2018Fizaril 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 SystemVaughan Olufemi ACIB, AICEN, ANIM
 
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 TransmissionRaja Adapa
 
Understanding local area networking
Understanding local area networkingUnderstanding local area networking
Understanding local area networkingUniversidad De Manila
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer networkSudhriti 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.Quizmfridolfson
 
Networking Components
Networking ComponentsNetworking Components
Networking ComponentsAkNirojan
 
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
 

Was ist angesagt? (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...
 

Ähnlich wie 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.pptxAASTHAJAJOO
 
Ch 15 .networks and communications
Ch 15 .networks and communicationsCh 15 .networks and communications
Ch 15 .networks and communicationsKhan Yousafzai
 
Computer network
Computer networkComputer network
Computer networkSoumya Behera
 
Network use and configuration
Network use and configurationNetwork use and configuration
Network use and configurationMark John Lado, MIT
 
Networking
NetworkingNetworking
NetworkingRicha Jain
 
14.-NETWORKS.pptx
14.-NETWORKS.pptx14.-NETWORKS.pptx
14.-NETWORKS.pptxandree45846
 
NETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptxNETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptxYasaraDevindi
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologiesAyush0734
 
Computer networks
Computer networksComputer networks
Computer networksKeerty Smile
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxADITYAKUMAR554673
 
Computer networks
Computer networks Computer networks
Computer networks ABUBAKAR270
 
Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network ConceptsDev Chauhan
 
Network Components
Network ComponentsNetwork Components
Network ComponentsIfrad Mahbub
 
ifrad01605545networkcomponents-181123160910.pdf
ifrad01605545networkcomponents-181123160910.pdfifrad01605545networkcomponents-181123160910.pdf
ifrad01605545networkcomponents-181123160910.pdfkashafishfaq21
 

Ähnlich wie 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
 

Mehr von samina khan

UNDERSTANDING SELF AND OTHERS.pptx
UNDERSTANDING SELF AND OTHERS.pptxUNDERSTANDING SELF AND OTHERS.pptx
UNDERSTANDING SELF AND OTHERS.pptxsamina khan
 
INFORMATION TECHNOLOGY.pptx
INFORMATION TECHNOLOGY.pptxINFORMATION TECHNOLOGY.pptx
INFORMATION TECHNOLOGY.pptxsamina khan
 
scaffolding in teaching.pptx
scaffolding in teaching.pptxscaffolding in teaching.pptx
scaffolding in teaching.pptxsamina khan
 
REFLECTIVE TEACHING.pptx
REFLECTIVE TEACHING.pptxREFLECTIVE TEACHING.pptx
REFLECTIVE TEACHING.pptxsamina khan
 
PEDAGOGICAL SKILLS.pptx
PEDAGOGICAL SKILLS.pptxPEDAGOGICAL SKILLS.pptx
PEDAGOGICAL SKILLS.pptxsamina 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 descriptionsamina khan
 
The Internet and World Wide Web
The Internet and World Wide WebThe Internet and World Wide Web
The Internet and World Wide Websamina khan
 
Computer security & ethics
Computer security  & ethicsComputer security  & ethics
Computer security & ethicssamina khan
 
Computer logic and gates
Computer logic and gatesComputer logic and gates
Computer logic and gatessamina khan
 
Problem solving
Problem solvingProblem solving
Problem solvingsamina khan
 
Classroom management
Classroom managementClassroom management
Classroom managementsamina khan
 
More on number system
More on number systemMore on number system
More on number systemsamina khan
 
Stress management
Stress managementStress management
Stress managementsamina khan
 
Classroom management
Classroom managementClassroom management
Classroom managementsamina 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 numberssamina khan
 
Applications of computer
Applications of computerApplications of computer
Applications of computersamina khan
 
Data protection and security
Data protection and securityData protection and security
Data protection and securitysamina khan
 
Introduction to programming languages
Introduction to programming languagesIntroduction to programming languages
Introduction to programming languagessamina khan
 
System software and its types
System software and its typesSystem software and its types
System software and its typessamina khan
 

Mehr von 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
 

KĂźrzlich hochgeladen

WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 

KĂźrzlich hochgeladen (20)

WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 

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