SlideShare une entreprise Scribd logo
1  sur  25
COMPUTER FUNDAMENTAL
PART 3
BY:SURBHI SAROHA
SYLLABUS
 Networking
 Networking types(LAN,WAN,MAN)
 Network topologies
 Internet evolution and services(E-mail, FTP,Telnet, Usenet News ,WWW)
NETWORKING
 A computer network comprises two or more computers that are connected—
either by cables (wired) or WiFi (wireless)—with the purpose of transmitting,
exchanging, or sharing data and resources.
 You build a computer network using hardware (e.g., routers, switches, access
points, and cables) and software (e.g., operating systems or business
applications).
 An interconnection of multiple devices, also known as hosts, that are connected
using multiple paths for the purpose of sending/receiving data or media.
Computer networks can also include multiple devices/mediums which help in the
communication between two different devices; these are known as Network
devices and include things such as routers, switches, hubs, and bridges.
NETWORK DEVICES
COMPUTER NETWORKTYPES
 As networking needs evolved, so did the computer network types that serve those needs.
Here are the most common and widely used computer network types:
 LAN (local area network): A LAN connects computers over a relatively short distance,
allowing them to share data, files, and resources. For example, a LAN may connect all the
computers in an office building, school, or hospital.Typically, LANs are privately owned
and managed.
 WLAN (wireless local area network): AWLAN is just like a LAN but connections between
devices on the network are made wirelessly.
 WAN (wide area network): As the name implies, aWAN connects computers over a wide
area, such as from region to region or even continent to continent.The internet is the
largestWAN, connecting billions of computers worldwide.You will typically see collective
or distributed ownership models forWAN management.
CONT….
 MAN (metropolitan area network): MANs are typically larger than LANs but
smaller thanWANs. Cities and government entities typically own and manage
MANs.
 PAN (personal area network): A PAN serves one person. For example, if you have
an iPhone and a Mac, it’s very likely you’ve set up a PAN that shares and syncs
content—text messages, emails, photos, and more—across both devices.
 SAN (storage area network): A SAN is a specialized network that provides access
to block-level storage—shared network or cloud storage that, to the user, looks
and works like a storage drive that’s physically attached to a computer.
CONT….
 CAN (campus area network): A CAN is also known as a corporate area network. A
CAN is larger than a LAN but smaller than aWAN. CANs serve sites such as
colleges, universities, and business campuses.
 VPN (virtual private network): AVPN is a secure, point-to-point connection
between two network end points (see ‘Nodes’ below). AVPN establishes an
encrypted channel that keeps a user’s identity and access credentials, as well as
any data transferred, inaccessible to hackers.
NETWORKTOPOLOGIES
 The layout arrangement of the different devices in a network.
 Common examples include: Bus, Star, Mesh, Ring, and Daisy chain.
MESHTOPOLOGY:
 In a mesh topology, every device is connected to another device via a particular
channel.
 In MeshTopology, the protocols used are AHCP (Ad Hoc Configuration Protocols),
DHCP (Dynamic Host Configuration Protocol), etc.
 Advantages of this topology:
 Communication is very fast between the nodes.
 It is robust.
 The fault is diagnosed easily. Data is reliable because data is transferred among
the devices through dedicated channels or links.
 Provides security and privacy.
PROBLEMS WITHTHISTOPOLOGY:
 Installation and configuration are difficult.
 The cost of cables is high as bulk wiring is required, hence suitable for less number
of devices.
 The cost of maintenance is high.
StarTopology:
 In star topology, all the devices are connected to a single hub through a cable.
 This hub is the central node and all other nodes are connected to the central node.
 The hub can be passive in nature i.e., not an intelligent hub such as broadcasting
devices, at the same time the hub can be intelligent known as an active hub.
ADVANTAGES OFTHISTOPOLOGY:
 If N devices are connected to each other in a star topology, then the number of
cables required to connect them is N. So, it is easy to set up.
 Each device requires only 1 port i.e. to connect to the hub, therefore the total
number of ports required is N.
 It is Robust. If one link fails only that link will affect and not other than that.
 Easy to fault identification and fault isolation.
 Star topology is cost-effective as it uses inexpensive coaxial cable.
PROBLEMS WITHTHISTOPOLOGY:
 If the concentrator (hub) on which the whole topology relies fails, the whole
system will crash down.
 The cost of installation is high.
 Performance is based on the single concentrator i.e. hub.
BusTopology:
 Bus topology is a network type in which every computer and network device is
connected to a single cable. It is bi-directional.
 It is a multi-point connection and a non-robust topology because if the backbone
fails the topology crashes.
ADVANTAGES OFTHISTOPOLOGY:
 If N devices are connected to each other in a bus topology, then the number of
cables required to connect them is 1, known as backbone cable, and N drop lines
are required.
 Coaxial or twisted pair cables are mainly used in bus-based networks that support
up to 10 Mbps.
 The cost of the cable is less compared to other topologies, but it is used to build
small networks.
 Bus topology is familiar technology as installation and troubleshooting techniques
are well known.
PROBLEMS WITHTHISTOPOLOGY:
 A bus topology is quite simpler, but still, it requires a lot of cabling.
 If the common cable fails, then the whole system will crash down.
 If the network traffic is heavy, it increases collisions in the network.To avoid this,
various protocols are used in the MAC layer known as Pure Aloha, Slotted Aloha,
CSMA/CD, etc.
 Adding new devices to the network would slow down networks.
 Security is very low.
RINGTOPOLOGY:
 In this topology, it forms a ring connecting devices with exactly two neighboring
devices.
 A number of repeaters are used for Ring topology with a large number of nodes,
because if someone wants to send some data to the last node in the ring topology
with 100 nodes, then the data will have to pass through 99 nodes to reach the
100th node.
 Hence to prevent data loss repeaters are used in the network.
ADVANTAGES OFTHISTOPOLOGY:
 The data transmission is high-speed.
 The possibility of collision is minimum in this type of topology.
 Cheap to install and expand.
 It is less costly than a star topology.
 Problems with this topology:
 The failure of a single node in the network can cause the entire network to fail.
 Troubleshooting is difficult in this topology.
 The addition of stations in between or the removal of stations can disturb the whole
topology.
 Less secure.
TREETOPOLOGY :
 This topology is the variation of the Star topology.This topology has a hierarchical
flow of data.
 Advantages of this topology :
 It allows more devices to be attached to a single central hub thus it decreases the
distance that is traveled by the signal to come to the devices.
 It allows the network to get isolated and also prioritize from different computers.
 We can add new devices to the existing network.
 Error detection and error correction are very easy in a tree topology.
PROBLEMS WITHTHISTOPOLOGY :
 If the central hub gets fails the entire system fails.
 The cost is high because of the cabling.
 If new devices are added, it becomes difficult to reconfigure.
HybridTopology :
 This topological technology is the combination of all the various types of
topologies we have studied above.
 It is used when the nodes are free to take any form.
 It means these can be individuals such as Ring or Star topology or can be a
combination of various types of topologies seen above.
ADVANTAGES OFTHISTOPOLOGY :
 This topology is very flexible.
 The size of the network can be easily expanded by adding new devices.
Problems with this topology :
 It is challenging to design the architecture of the Hybrid Network.
 Hubs used in this topology are very expensive.
 The infrastructure cost is very high as a hybrid network requires a lot of cabling
and network devices.
INTERNET EVOLUTION AND SERVICES(E-MAIL,
FTP,TELNET, USENET NEWS ,WWW)
Evolution of the Internet
 Although the Internet was developed much earlier, it only became popular in
households in the 1990s.
 The emergence of the Internet can be tracked by how many businesses and
homes started changing the way they worked and started connecting their
laptops and other devices to the Internet.
 However, the concept of hypertext transfer protocol (HTTP) as we know it today,
was created only during this time.
 This meant that people could access the same web pages on their devices now
and share information.
CONT…..
 There has been a dramatic growth in the number of internet users since its
inception. As a result, the number of computer networks that are connected has
grown exponentially too.
 It started with only connecting less than ten computers initially.Today, 440
million computers can be connected directly, making life easier for people across
the globe.
 Sharing information and knowledge has become extremely easy for those that
have access to the Internet.
 The country with the highest number of internet users is China, with 1.4 billion
users, followed by India with 1.3 billion and the United States of America with a
little over 0.3 billion users
INTERNET SERVICES
 To access/exchange a large amount of data such as software, audio clips, video clips, text
files, other documents, etc., we need internet services.You must use an Internet service to
connect to the Internet. Data can be sent from Internet servers to your machine via
Internet service. Some of the commonly used internet services are :
 Communication Services
 Information Retrieval Services
 FileTransfer
 WorldWideWeb Services
 Web Services
 Directory Services
 Automatic Network Address Configuration
CONT….
 Network Management Services
 Time Services
 Usenet
 NewsGroup
 Ecommerce
SERVICES(E-MAIL, FTP,TELNET, USENET NEWS
,WWW)
 E-Mail: Used to send electronic mail via the internet. It is a paperless method for sending
text, images, documents, videos, etc from one person to another via the internet.
 User Network (USENET): It hosts newsgroups and message boards on certain topics, and
it is mostly run by volunteers.
 Telnet: It’s used to connect to a remote computer that’s connected to the internet.
 FTP (FileTransfer Protocol): To share, transfer, or send a file or logical data item across
several users and/or machines, both locally and remotely.
 World WideWeb: The internet is a vast network of interconnected computers. Using this
network, you can connect to the world wide web (abbreviated as ‘www’ or ‘web’) is a
collection of web pages.The web browser lets you access the web via the internet.
THANKYOU

Contenu connexe

Tendances

Tendances (20)

Computer memory
Computer memoryComputer memory
Computer memory
 
Software
SoftwareSoftware
Software
 
ROM
ROMROM
ROM
 
Generations of computer
Generations of computerGenerations of computer
Generations of computer
 
Mainframe systems
Mainframe systemsMainframe systems
Mainframe systems
 
Load Balancing In Distributed Computing
Load Balancing In Distributed ComputingLoad Balancing In Distributed Computing
Load Balancing In Distributed Computing
 
Chpt7
Chpt7Chpt7
Chpt7
 
Real Time OS For Embedded Systems
Real Time OS For Embedded SystemsReal Time OS For Embedded Systems
Real Time OS For Embedded Systems
 
Fundamentals of computer and information system(unit 1)
Fundamentals of computer and information system(unit 1)Fundamentals of computer and information system(unit 1)
Fundamentals of computer and information system(unit 1)
 
Super computers
Super computersSuper computers
Super computers
 
Chapter 1 Types and components of a computer system
Chapter 1   Types and components of a computer systemChapter 1   Types and components of a computer system
Chapter 1 Types and components of a computer system
 
Real Time Operating Systems
Real Time Operating SystemsReal Time Operating Systems
Real Time Operating Systems
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Hardware and software
Hardware and softwareHardware and software
Hardware and software
 
Memory types
Memory typesMemory types
Memory types
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
 
Computer memory
Computer memoryComputer memory
Computer memory
 
3 computer memory
3   computer memory3   computer memory
3 computer memory
 
Operating system
Operating systemOperating system
Operating system
 

Similaire à COMPUTER FUNDAMENTAL PART 3.pptx

Computer Network ssss ppt.pptx
Computer Network ssss ppt.pptxComputer Network ssss ppt.pptx
Computer Network ssss ppt.pptxRamNivas42
 
Presentation for slideshare
Presentation for slidesharePresentation for slideshare
Presentation for slideshareBSITstudents
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.mvenkat2016
 
Computer Network Introduction full
Computer Network Introduction fullComputer Network Introduction full
Computer Network Introduction fullaneebkmct
 
fundamental of information technology(1)
fundamental of information technology(1)fundamental of information technology(1)
fundamental of information technology(1)Sorath Peetamber
 
Computer Networks
Computer NetworksComputer Networks
Computer NetworksRaj vardhan
 
Cisco Certified Networking Associate(Project Report)
Cisco Certified Networking Associate(Project Report)Cisco Certified Networking Associate(Project Report)
Cisco Certified Networking Associate(Project Report)saurabh goel
 
Assignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docxAssignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docxIhtishamAhmad20
 
Computer network-and Network topology
Computer network-and Network topologyComputer network-and Network topology
Computer network-and Network topologyRida Shad
 
Types Of Networks
Types Of NetworksTypes Of Networks
Types Of Networksjia234
 
LAN (Local Area Network)
LAN (Local Area Network)LAN (Local Area Network)
LAN (Local Area Network)Ridwanul Hoque
 
Concept of Networking and Operating System.
Concept of Networking and Operating System.Concept of Networking and Operating System.
Concept of Networking and Operating System.AnshulAnand21
 
Computer Networks
Computer NetworksComputer Networks
Computer NetworksKarthik Ak
 
COMPUTER NETWORK seminar.pptx
COMPUTER NETWORK seminar.pptxCOMPUTER NETWORK seminar.pptx
COMPUTER NETWORK seminar.pptxnihareddy0302
 

Similaire à COMPUTER FUNDAMENTAL PART 3.pptx (20)

Computer Network ssss ppt.pptx
Computer Network ssss ppt.pptxComputer Network ssss ppt.pptx
Computer Network ssss ppt.pptx
 
Presentation for slideshare
Presentation for slidesharePresentation for slideshare
Presentation for slideshare
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
 
COMPUTER TAPALOGY
COMPUTER TAPALOGYCOMPUTER TAPALOGY
COMPUTER TAPALOGY
 
Network -Lecture Notes
Network -Lecture NotesNetwork -Lecture Notes
Network -Lecture Notes
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
Computer networks--networking
Computer networks--networkingComputer networks--networking
Computer networks--networking
 
Networking
NetworkingNetworking
Networking
 
Computer Network Introduction full
Computer Network Introduction fullComputer Network Introduction full
Computer Network Introduction full
 
fundamental of information technology(1)
fundamental of information technology(1)fundamental of information technology(1)
fundamental of information technology(1)
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Cisco Certified Networking Associate(Project Report)
Cisco Certified Networking Associate(Project Report)Cisco Certified Networking Associate(Project Report)
Cisco Certified Networking Associate(Project Report)
 
Com
ComCom
Com
 
Assignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docxAssignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docx
 
Computer network-and Network topology
Computer network-and Network topologyComputer network-and Network topology
Computer network-and Network topology
 
Types Of Networks
Types Of NetworksTypes Of Networks
Types Of Networks
 
LAN (Local Area Network)
LAN (Local Area Network)LAN (Local Area Network)
LAN (Local Area Network)
 
Concept of Networking and Operating System.
Concept of Networking and Operating System.Concept of Networking and Operating System.
Concept of Networking and Operating System.
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
COMPUTER NETWORK seminar.pptx
COMPUTER NETWORK seminar.pptxCOMPUTER NETWORK seminar.pptx
COMPUTER NETWORK seminar.pptx
 

Plus de SURBHI SAROHA

Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2SURBHI SAROHA
 
Management Information System(Unit 2).pptx
Management Information System(Unit 2).pptxManagement Information System(Unit 2).pptx
Management Information System(Unit 2).pptxSURBHI SAROHA
 
Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)SURBHI SAROHA
 
Management Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxManagement Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxSURBHI SAROHA
 
Introduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxIntroduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxSURBHI SAROHA
 
Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)SURBHI SAROHA
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)SURBHI SAROHA
 
Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1SURBHI SAROHA
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)SURBHI SAROHA
 

Plus de SURBHI SAROHA (20)

Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2
 
Management Information System(Unit 2).pptx
Management Information System(Unit 2).pptxManagement Information System(Unit 2).pptx
Management Information System(Unit 2).pptx
 
Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)
 
Management Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxManagement Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptx
 
Introduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxIntroduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptx
 
JAVA (UNIT 5)
JAVA (UNIT 5)JAVA (UNIT 5)
JAVA (UNIT 5)
 
DBMS (UNIT 5)
DBMS (UNIT 5)DBMS (UNIT 5)
DBMS (UNIT 5)
 
DBMS UNIT 4
DBMS UNIT 4DBMS UNIT 4
DBMS UNIT 4
 
JAVA(UNIT 4)
JAVA(UNIT 4)JAVA(UNIT 4)
JAVA(UNIT 4)
 
OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)
 
OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)
 
DBMS UNIT 3
DBMS UNIT 3DBMS UNIT 3
DBMS UNIT 3
 
JAVA (UNIT 3)
JAVA (UNIT 3)JAVA (UNIT 3)
JAVA (UNIT 3)
 
Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)
 
DBMS (UNIT 2)
DBMS (UNIT 2)DBMS (UNIT 2)
DBMS (UNIT 2)
 
JAVA UNIT 2
JAVA UNIT 2JAVA UNIT 2
JAVA UNIT 2
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)
 
Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)
 
OOPs & C++ UNIT 3
OOPs & C++ UNIT 3OOPs & C++ UNIT 3
OOPs & C++ UNIT 3
 

Dernier

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 

Dernier (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 

COMPUTER FUNDAMENTAL PART 3.pptx

  • 2. SYLLABUS  Networking  Networking types(LAN,WAN,MAN)  Network topologies  Internet evolution and services(E-mail, FTP,Telnet, Usenet News ,WWW)
  • 3. NETWORKING  A computer network comprises two or more computers that are connected— either by cables (wired) or WiFi (wireless)—with the purpose of transmitting, exchanging, or sharing data and resources.  You build a computer network using hardware (e.g., routers, switches, access points, and cables) and software (e.g., operating systems or business applications).  An interconnection of multiple devices, also known as hosts, that are connected using multiple paths for the purpose of sending/receiving data or media. Computer networks can also include multiple devices/mediums which help in the communication between two different devices; these are known as Network devices and include things such as routers, switches, hubs, and bridges.
  • 5. COMPUTER NETWORKTYPES  As networking needs evolved, so did the computer network types that serve those needs. Here are the most common and widely used computer network types:  LAN (local area network): A LAN connects computers over a relatively short distance, allowing them to share data, files, and resources. For example, a LAN may connect all the computers in an office building, school, or hospital.Typically, LANs are privately owned and managed.  WLAN (wireless local area network): AWLAN is just like a LAN but connections between devices on the network are made wirelessly.  WAN (wide area network): As the name implies, aWAN connects computers over a wide area, such as from region to region or even continent to continent.The internet is the largestWAN, connecting billions of computers worldwide.You will typically see collective or distributed ownership models forWAN management.
  • 6. CONT….  MAN (metropolitan area network): MANs are typically larger than LANs but smaller thanWANs. Cities and government entities typically own and manage MANs.  PAN (personal area network): A PAN serves one person. For example, if you have an iPhone and a Mac, it’s very likely you’ve set up a PAN that shares and syncs content—text messages, emails, photos, and more—across both devices.  SAN (storage area network): A SAN is a specialized network that provides access to block-level storage—shared network or cloud storage that, to the user, looks and works like a storage drive that’s physically attached to a computer.
  • 7. CONT….  CAN (campus area network): A CAN is also known as a corporate area network. A CAN is larger than a LAN but smaller than aWAN. CANs serve sites such as colleges, universities, and business campuses.  VPN (virtual private network): AVPN is a secure, point-to-point connection between two network end points (see ‘Nodes’ below). AVPN establishes an encrypted channel that keeps a user’s identity and access credentials, as well as any data transferred, inaccessible to hackers.
  • 8. NETWORKTOPOLOGIES  The layout arrangement of the different devices in a network.  Common examples include: Bus, Star, Mesh, Ring, and Daisy chain.
  • 9. MESHTOPOLOGY:  In a mesh topology, every device is connected to another device via a particular channel.  In MeshTopology, the protocols used are AHCP (Ad Hoc Configuration Protocols), DHCP (Dynamic Host Configuration Protocol), etc.  Advantages of this topology:  Communication is very fast between the nodes.  It is robust.  The fault is diagnosed easily. Data is reliable because data is transferred among the devices through dedicated channels or links.  Provides security and privacy.
  • 10. PROBLEMS WITHTHISTOPOLOGY:  Installation and configuration are difficult.  The cost of cables is high as bulk wiring is required, hence suitable for less number of devices.  The cost of maintenance is high. StarTopology:  In star topology, all the devices are connected to a single hub through a cable.  This hub is the central node and all other nodes are connected to the central node.  The hub can be passive in nature i.e., not an intelligent hub such as broadcasting devices, at the same time the hub can be intelligent known as an active hub.
  • 11. ADVANTAGES OFTHISTOPOLOGY:  If N devices are connected to each other in a star topology, then the number of cables required to connect them is N. So, it is easy to set up.  Each device requires only 1 port i.e. to connect to the hub, therefore the total number of ports required is N.  It is Robust. If one link fails only that link will affect and not other than that.  Easy to fault identification and fault isolation.  Star topology is cost-effective as it uses inexpensive coaxial cable.
  • 12. PROBLEMS WITHTHISTOPOLOGY:  If the concentrator (hub) on which the whole topology relies fails, the whole system will crash down.  The cost of installation is high.  Performance is based on the single concentrator i.e. hub. BusTopology:  Bus topology is a network type in which every computer and network device is connected to a single cable. It is bi-directional.  It is a multi-point connection and a non-robust topology because if the backbone fails the topology crashes.
  • 13. ADVANTAGES OFTHISTOPOLOGY:  If N devices are connected to each other in a bus topology, then the number of cables required to connect them is 1, known as backbone cable, and N drop lines are required.  Coaxial or twisted pair cables are mainly used in bus-based networks that support up to 10 Mbps.  The cost of the cable is less compared to other topologies, but it is used to build small networks.  Bus topology is familiar technology as installation and troubleshooting techniques are well known.
  • 14. PROBLEMS WITHTHISTOPOLOGY:  A bus topology is quite simpler, but still, it requires a lot of cabling.  If the common cable fails, then the whole system will crash down.  If the network traffic is heavy, it increases collisions in the network.To avoid this, various protocols are used in the MAC layer known as Pure Aloha, Slotted Aloha, CSMA/CD, etc.  Adding new devices to the network would slow down networks.  Security is very low.
  • 15. RINGTOPOLOGY:  In this topology, it forms a ring connecting devices with exactly two neighboring devices.  A number of repeaters are used for Ring topology with a large number of nodes, because if someone wants to send some data to the last node in the ring topology with 100 nodes, then the data will have to pass through 99 nodes to reach the 100th node.  Hence to prevent data loss repeaters are used in the network.
  • 16. ADVANTAGES OFTHISTOPOLOGY:  The data transmission is high-speed.  The possibility of collision is minimum in this type of topology.  Cheap to install and expand.  It is less costly than a star topology.  Problems with this topology:  The failure of a single node in the network can cause the entire network to fail.  Troubleshooting is difficult in this topology.  The addition of stations in between or the removal of stations can disturb the whole topology.  Less secure.
  • 17. TREETOPOLOGY :  This topology is the variation of the Star topology.This topology has a hierarchical flow of data.  Advantages of this topology :  It allows more devices to be attached to a single central hub thus it decreases the distance that is traveled by the signal to come to the devices.  It allows the network to get isolated and also prioritize from different computers.  We can add new devices to the existing network.  Error detection and error correction are very easy in a tree topology.
  • 18. PROBLEMS WITHTHISTOPOLOGY :  If the central hub gets fails the entire system fails.  The cost is high because of the cabling.  If new devices are added, it becomes difficult to reconfigure. HybridTopology :  This topological technology is the combination of all the various types of topologies we have studied above.  It is used when the nodes are free to take any form.  It means these can be individuals such as Ring or Star topology or can be a combination of various types of topologies seen above.
  • 19. ADVANTAGES OFTHISTOPOLOGY :  This topology is very flexible.  The size of the network can be easily expanded by adding new devices. Problems with this topology :  It is challenging to design the architecture of the Hybrid Network.  Hubs used in this topology are very expensive.  The infrastructure cost is very high as a hybrid network requires a lot of cabling and network devices.
  • 20. INTERNET EVOLUTION AND SERVICES(E-MAIL, FTP,TELNET, USENET NEWS ,WWW) Evolution of the Internet  Although the Internet was developed much earlier, it only became popular in households in the 1990s.  The emergence of the Internet can be tracked by how many businesses and homes started changing the way they worked and started connecting their laptops and other devices to the Internet.  However, the concept of hypertext transfer protocol (HTTP) as we know it today, was created only during this time.  This meant that people could access the same web pages on their devices now and share information.
  • 21. CONT…..  There has been a dramatic growth in the number of internet users since its inception. As a result, the number of computer networks that are connected has grown exponentially too.  It started with only connecting less than ten computers initially.Today, 440 million computers can be connected directly, making life easier for people across the globe.  Sharing information and knowledge has become extremely easy for those that have access to the Internet.  The country with the highest number of internet users is China, with 1.4 billion users, followed by India with 1.3 billion and the United States of America with a little over 0.3 billion users
  • 22. INTERNET SERVICES  To access/exchange a large amount of data such as software, audio clips, video clips, text files, other documents, etc., we need internet services.You must use an Internet service to connect to the Internet. Data can be sent from Internet servers to your machine via Internet service. Some of the commonly used internet services are :  Communication Services  Information Retrieval Services  FileTransfer  WorldWideWeb Services  Web Services  Directory Services  Automatic Network Address Configuration
  • 23. CONT….  Network Management Services  Time Services  Usenet  NewsGroup  Ecommerce
  • 24. SERVICES(E-MAIL, FTP,TELNET, USENET NEWS ,WWW)  E-Mail: Used to send electronic mail via the internet. It is a paperless method for sending text, images, documents, videos, etc from one person to another via the internet.  User Network (USENET): It hosts newsgroups and message boards on certain topics, and it is mostly run by volunteers.  Telnet: It’s used to connect to a remote computer that’s connected to the internet.  FTP (FileTransfer Protocol): To share, transfer, or send a file or logical data item across several users and/or machines, both locally and remotely.  World WideWeb: The internet is a vast network of interconnected computers. Using this network, you can connect to the world wide web (abbreviated as ‘www’ or ‘web’) is a collection of web pages.The web browser lets you access the web via the internet.