SlideShare a Scribd company logo
1 of 44
A networking is any collection of independent computers
that communicate with one another over a shared network
medium. A computer network is a collection of two or
more connected computers. When these computers are
joined
in a network, people can share files and peripherals such as
modems, printers, tape or CD-ROM
drives. When networks at multiple locations are connected
using services available from phone companies, people
can send e-mail, share links to the global Internet, or
conduct video conferences in real time with other remote
users.
In the simple word if the more then two computer
connected to each other to share there resource (hared
ware and software) and they are able to send and receive
data and information from one location to another
location.
Every networking includes
 At least two computers Server or Client workstation.
 Networking Interface Card's (NIC)
 A connection medium, usually a wire or cable, although wireless
communication between
 networked computers and peripherals is also possible.
 Network Operating system software, such as Microsoft Windows NT or
2000, Unix and Linux.
Types of networkingComputer networking is divided in to two types:
 On the Bases of architecture
 On the bases of geographical area
On the Bases of architecture: On the bases of architecture
computer network is classified in to two types :
1- Client server network.
2- Peer to peer network.
Client server and peer to peer
network
Client server network: The client server networking there is a
dedicated server, A dedicated server function as a server only not as a
client. All the client computer are controlled and manage my server
only.
Peer to peer network:
In peer to peer network there are no dedicated servers or hierarchy
among the computers. All of the computers are equal and therefore
known
as peers. Normally each computer serves as Client/Server and there is no
one assigned to be an administrator responsible for the entire network.
Peer-to-peer networks are good choices for needs of small organizations
where the users are allocated in the same general area.
Diagram
On the bases of geographical are:
These network are classified in to three types they are
1- LAN
2-MAN
3-WAN
LAN: A network is any collection of independent computers that
communicate with one another over a shared network medium. LANs are
networks usually confined to a geographic area, such as a single building or a
college campus. It can be small, linking as few as three computers, but often
link hundreds of computers used by thousands of people. In the simple
word if more then two computers are interconnected to each other with in
building , office to share there resource and they are able to send and receive
the information from one location to another location and maximum
distance is 0 to 10 KM. For example Ethernet.
MAN
It stands for metropolitan Area network. A MAN is a network which is larger then a
LAN. It is called metropolitan because it covers area of city about 10 to 100 km.if the
more then two computers are able to share there resource and they send and receive
data with in city such type of network is called MAN for example Entrant.
 WAN: It stands for wide area network. Wide area networking combines multiple
LANs that are geographically separate. This is accomplished by connecting
the different LANs using services such as dedicated leased phone lines, dial-up
phone lines (both synchronous and asynchronous), satellite links, and data
packet carrier services. Wide area networking can be as simple as a modem and
remote access server for employees to dial into, or it can be as complex as
hundreds of branch offices globally linked using special routing protocols and
filters to minimize the expense of sending data sent over vast distances. In the
simple word it is larger then MAN. WANS interconnected LANs which may be
opposite side of country. This is located around the world. For Example internet
The OSI Model
Open System Interconnection (OSI) reference model has
become an International standard and serves as a guide
for networking. This model is the best known and most
widely used guide to describe networking environments.
Vendors design network products based on the
specifications of the OSI model. It provides a description
of how network hardware and software work together in
a layered fashion to make communications possible. It
also helps with trouble shooting by providing a frame of
reference that describes how components are supposed
to function.
OSI
 Physical Layer, is just that the physical parts of the network such as wires,
cables, and there media along with the length. Also this layer takes note of the
electrical signals that transmit data throughout system.
 Data Link Layer, this layer is where we actually assign meaning to the
electrical signals in the network. The layer also determines the size and format
of data sent to printers, and other devices.
 Network Layer, this layer provides the definition for the connection of two
dissimilar networks.
 Transport Layer, this layer allows data to be broken into smaller packages for
data to be distributed and addressed to other nodes (workstations).
 Session Layer, this layer helps out with the task to carry information from
one node (workstation) to another node (workstation). A session has to be
made before we can transport information to another computer.
 Presentation Layer, this layer is responsible to code and decode data sent to
the node.
 Application Layer, this layer allows you to use an application that will
communicate with say the operation
Diagram
Protocol
Network protocols are standards that allow computers to communicate.
A protocol defines how computers identify one another on a network, the
form that the data should take in transit, and how this information is
processed once it reaches its final destination. In the simple word
protocol is a set of rules which is used to send and receive data and
information in the network. for example FTP,TCP/IP ,etc.
 TCP/IP :TCP stands for Transmission Control Protocol and IP stands for
Internet Protocol. The term TCP/IP is not limited just to these two
protocols, however. Frequently, the term TCP/IP is used to refer to a
group of protocols related to the internet. This network is basically used
to control transmission information and data.
 Telnet: Used to connect to a host and emulate a terminal that the remote
server can recognize in the network.
 FTP Used to send and receive files from a remote host and it is used to
upload and download files from client to server and server to client.
 HTTP:Used for the web to send documents that are encoded in HTML.
 SMTP: It is used to E-Mail over the internet.
 Telnet:Used to connect to a host and emulate a terminal that the remote
server can recognize in the network.
Topology
Network topologies describe the ways in which the elements of network
are mapped. They describe the physical and logical arrangement of the
network nodes. The physical topology of a network refers to the
configuration of cables, computers, and other peripherals. In the simple
way computer topology is a arrangement of computer, wires and
components in the network. There are six types of topology they are :
 Bus Topology
 Star Topology
 Ring Topology
 Mesh Topology
 Tree Topology
 Hybrid Topology
Types of topology
 Bus Topology:
All the nodes (file server, workstations, and peripherals) on a bus topology are
connected by one single cable. A bus topology consists of a main run of cable
with a terminator at each end. All nodes (file server, workstations, and
peripherals) are connected to the linear cable. Popular on LANs because they
are inexpensive and easy to install.
 Advantages of Bus Topology
 It is Cheap, easy to handle and implement.
 Require less cable
 It is best suited for small networks.
 Disadvantages of Bus Topology
 The cable length is limited. This limits the number of stations that
 can be connected.
 This network topology can perform well only for a limited number of nodes.
Diagram
Ring Topology
In a ring network, every device has exactly two neighbors for communication purposes. All
messages travel through a ring in the same direction. A failure in any cable or device breaks the
loop and can take down the entire network. To implement a ring network we use the Token
Ring technology token, or small data packet, is continuously passed around the network.
When a device needs to transmit, it reserves the token for the next trip around, then attaches
its data packet to it.
Advantage of Ring Topology
 Very orderly network where every device has access to the token and the opportunity to
transmit.
 Easier to Mange than a Bus Network
 Good Communication over long distances
Disadvantages of Ring Topology
 The failure of a single node of the network can cause the entire network to fail.
 The movement or changes made to network nodes affects the performance of the entire
network.
Diagram
Star Topology
In a star network, each node (file server, workstations, and peripherals) is connected to a
central device called a hub. The hub takes a signal that comes from any node and passes
it along to all the other nodes in the network. Data on a star network passes through the
hub, switch. The hub, switch, or concentrator manages and controls all functions of the
network. The star topology reduces the chance of network failure by connecting all of the
system to a central node.
Advantages of Star Topology
 Easy to manage
 Easy to locate problems (cable/workstations)
 Easier to expand than a bus or ring topology.
 Easy to install and wire.
 Easy to detect faults and to remove parts.
Disadvantages of Star Topology
 Requires more cable length than a linear topology.
 If the hub or concentrator fails, nodes attached are disabled.
 More expensive because of the cost of the concentrators.
Diagram
Tree Topology
A tree topology (hierarchical topology) can be viewed as a collection of star
networks arranged in a hierarchy. This tree has individual peripheral nodes which
are required to transmit to and receive from one other only and are not required to
act as repeaters or regenerators. The tree topology arranges links and nodes into
distinct hierarchies in order to allow greater control and easier troubleshooting.
This is particularly helpful for colleges, universities and schools so that each of the
connect to the big network in some way.
Advantages of a Tree Topology
 Point-to-point wiring for individual segments.
 Supported by several hardware and software vendors.
 All the computers have access to the larger and their immediate networks.
Disadvantages of a Tree Topology
 Overall length of each segment is limited by the type of cabling used.
 If the backbone line breaks, the entire segment goes down.
 More difficult to configure and wire than other topologies.
Diagram
Mesh Topology
In this topology, each node is connected to every other node in the network.
Implementing the mesh topology is expensive and difficult. In this type of network,
each node may send message to destination through multiple paths. While the data
is travelling on the Mesh Network it is automatically configured to reach the
destination by taking the shortest route.
Advantage of Mesh Topology
 No traffic problem as there are dedicated links.
 It has multiple links, so if one route is blocked then other routes can be used for
data communication.
 Points to point links make fault identification easy.
Disadvantage of Mesh Topology
 There is mesh of wiring which can be difficult to manage.
 Installation is complex as each node is connected to every node.
 Cabling cost is high.
Diagram
Hybrid Topology
 A combination of any two or more network topologies. A hybrid topology
always accrues when two different basic network topologies are connected. It is
a mixture of above mentioned topologies. Usually, a central computer is
attached with sub-controllers which in turn participate in a variety of
topologies.
Advantages of a Hybrid Topology
 It is extremely flexible.
 It is very reliable.
Disadvantages of a Hybrid Topology
 Expensive
Diagram
Transmission media
Various physical media can used for actual transmission of information from
one place to another place. The transmission media generate path way between
sender and receiver. Each transmission media has its own properties like
speed,cost,error rate. In the simple word transmission media is path way
networked entities use to connect each other.
The transmission media includes cable and wireless technology that allow
networked device to contact each other. But transmission cannot guarantee
that other network device will understand a message. it is divided in to two
types : Guided and unguided media
Diagram
Types of transmission media
Guided media
Guided media, which are those that provide a conduit from one device to
another, include twisted-pair cable, coaxial cable, and fiber-optic cable. In
guided media the
Communication happen throw wires and cable is called guided media. it is
further divided in to three types.
Types Of Guided Media
 Twisted-Pair Cable
 Coaxial Cable
 Fiber-Optic Cable
The wires in Twisted Pair cabling are twisted together in pairs. Each pair
would consist of a wire used for the signal. Any noise that appears on 1 wire of
the pair would occur on the other wire. This wire is a common schema using e
for using copper wire as a telecommunication cable. This cable consist of two
insulated strands of copper wire which are twisted with each other.
Coaxial Cable
Coaxial cable is made of two conductors that share a common axis
Coaxial Cable consists of 2 conductors. The inner conductor is held
inside an insulator with the other conductor woven around it providing
a shield. An insulating protective coating called a jacket covers the
outer conductor. The outer shield protects the inner conductor from
outside electrical signals. The excellent control of the impedance
characteristics of the cable allow higher data rates to be transferred
than Twisted Pair cable.
Diagram
Fiber optic cable
optic cable is made of a glass or plastic core surrounded by
more glass which is called cladding. A fiber optic cable
consist of a bundle of glass threads, each of which is
capable of transmitting message modulated on to light
waves.
Diagram
Unguided media
 The unguided media we have microwave system, communication
satellite system which are used connect other component in the
network. In the simple word Unguided media transport
electromagnetic waves without using a physical conductor. This type of
communication is often referred to as wireless communicate.
Types of unguided media
 Radio Waves
 Microwaves
 Infrared
Diagram
Radio waves
Radio waves are used for multicast communications, such as radio
and television, and paging systems. They can penetrate through walls.
Highly regulated. Use Omni directional antennas.
Diagram
Satellite transmission
 A satellite is an object built and placed by human in
earth orbit. These are also called artificial satellite
because these man made. These satellite uses
microwave transmission frequency . Satellites are used
for different purpose ,common type include military,
communication,weatherforcasting and research.
MICROWAVES
Microwaves are used for uncast communication such as cellular
telephones, satellite networks, and wireless LANs.Higher
frequency ranges cannot penetrate walls. Use directional
antennas -point to point line of sight communications.
Diagram
Infrared
Infrared signals can be used for short-range communication in a
closed area using line-of-sight propagation.
Mode of communication
 The mode of communication shows how . two or
more devices communicate each other. They are three
types
 Simplex
 Half Duplex
 Full Duplex.
 Simplex: in simplex communication one of the
communicating devices can only send data where
other can only receive it.Radia, TV are the example of
simplex.
 Half Duplex: Half Duplex refers to two way
communication but only one can transmit data at a
time. when one device sending data the other device
only receive and vice versa. walkie talkie.
 Full Duplex: in full duplex both devices are capable of
sending and receive the data at the same time
.Bidirectional communication at the same time.

More Related Content

What's hot

networking device router,switches & bridges
networking device router,switches & bridgesnetworking device router,switches & bridges
networking device router,switches & bridgeskeyur Nandaniya
 
Computer networks and it's applications
Computer networks and it's applicationsComputer networks and it's applications
Computer networks and it's applicationsvarun arora
 
Computer networking
Computer networkingComputer networking
Computer networkingAbdul Rehman
 
Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networksViku1985
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.mvenkat2016
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devicesNumaan Tole
 
Lan, man and wan ppt final
Lan, man and wan ppt finalLan, man and wan ppt final
Lan, man and wan ppt finalArushi Garg
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networksTatheer Fatima
 
Computer networking class 12
Computer networking class 12Computer networking class 12
Computer networking class 12LakshyaT
 
Computer network
Computer networkComputer network
Computer networkAbdul Wahab
 
Networking concepts
Networking conceptsNetworking concepts
Networking conceptsseemadav1
 
Networking Components
Networking ComponentsNetworking Components
Networking ComponentsAkNirojan
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networkingJafar Nesargi
 

What's hot (20)

networking device router,switches & bridges
networking device router,switches & bridgesnetworking device router,switches & bridges
networking device router,switches & bridges
 
Computer networks and it's applications
Computer networks and it's applicationsComputer networks and it's applications
Computer networks and it's applications
 
Computer networking
Computer networkingComputer networking
Computer networking
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networks
 
The Basics of Computer Networking
The Basics of Computer NetworkingThe Basics of Computer Networking
The Basics of Computer Networking
 
Networking
NetworkingNetworking
Networking
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
 
Computer network
Computer networkComputer network
Computer network
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Lan, man and wan ppt final
Lan, man and wan ppt finalLan, man and wan ppt final
Lan, man and wan ppt final
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
 
Computer networking class 12
Computer networking class 12Computer networking class 12
Computer networking class 12
 
Computer network
Computer networkComputer network
Computer network
 
Networking concepts
Networking conceptsNetworking concepts
Networking concepts
 
Networking Components
Networking ComponentsNetworking Components
Networking Components
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
 

Similar to Networking

1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingMayank Jain
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingAnuja Lad
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingKhan Rahimeen
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingshiv balapure
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingmartuj
 
454548 634160871407732500
454548 634160871407732500454548 634160871407732500
454548 634160871407732500prabh_in
 
What is networking
What is networkingWhat is networking
What is networkingbabyparul
 
7312334 chapter-7 a-networking-basics
7312334 chapter-7 a-networking-basics7312334 chapter-7 a-networking-basics
7312334 chapter-7 a-networking-basicsfasywan
 
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
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingRozitarmizi Mohammad
 
1 introduction-to-computer-networking slide
1 introduction-to-computer-networking slide1 introduction-to-computer-networking slide
1 introduction-to-computer-networking slidenextgencyber cafe
 
introduction-to-computer-networking
introduction-to-computer-networkingintroduction-to-computer-networking
introduction-to-computer-networkingSithu PM
 
1-introduction-to-computer-networking.ppt
1-introduction-to-computer-networking.ppt1-introduction-to-computer-networking.ppt
1-introduction-to-computer-networking.pptjeronimored
 

Similar to Networking (20)

Computer networks--networking
Computer networks--networkingComputer networks--networking
Computer networks--networking
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Computer Network - Unit 1
Computer Network - Unit 1Computer Network - Unit 1
Computer Network - Unit 1
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
NETWORKING
NETWORKINGNETWORKING
NETWORKING
 
454548 634160871407732500
454548 634160871407732500454548 634160871407732500
454548 634160871407732500
 
What is networking
What is networkingWhat is networking
What is networking
 
7312334 chapter-7 a-networking-basics
7312334 chapter-7 a-networking-basics7312334 chapter-7 a-networking-basics
7312334 chapter-7 a-networking-basics
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
 
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
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
1 introduction-to-computer-networking slide
1 introduction-to-computer-networking slide1 introduction-to-computer-networking slide
1 introduction-to-computer-networking slide
 
introduction-to-computer-networking
introduction-to-computer-networkingintroduction-to-computer-networking
introduction-to-computer-networking
 
1-introduction-to-computer-networking.ppt
1-introduction-to-computer-networking.ppt1-introduction-to-computer-networking.ppt
1-introduction-to-computer-networking.ppt
 

More from RajThakuri

Share Market.pptx
Share Market.pptxShare Market.pptx
Share Market.pptxRajThakuri
 
Statistical table
Statistical tableStatistical table
Statistical tableRajThakuri
 
All Computer shortcuts for beginners....
All Computer shortcuts for beginners....All Computer shortcuts for beginners....
All Computer shortcuts for beginners....RajThakuri
 
Pdf. learn html.....html_course_(basic___advance_)_for_7_days
Pdf. learn html.....html_course_(basic___advance_)_for_7_daysPdf. learn html.....html_course_(basic___advance_)_for_7_days
Pdf. learn html.....html_course_(basic___advance_)_for_7_daysRajThakuri
 
Programming language
Programming languageProgramming language
Programming languageRajThakuri
 
Operating system
Operating systemOperating system
Operating systemRajThakuri
 
Output devices
Output devicesOutput devices
Output devicesRajThakuri
 
Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.RajThakuri
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligenceRajThakuri
 
Testing of hypotheses
Testing of hypothesesTesting of hypotheses
Testing of hypothesesRajThakuri
 
Formulas to measure_central_tendency_(mean,_median,_mode)
Formulas to measure_central_tendency_(mean,_median,_mode)Formulas to measure_central_tendency_(mean,_median,_mode)
Formulas to measure_central_tendency_(mean,_median,_mode)RajThakuri
 
Leadership, its styles_&_leadership_theories...
Leadership, its styles_&_leadership_theories...Leadership, its styles_&_leadership_theories...
Leadership, its styles_&_leadership_theories...RajThakuri
 
Role of managerial_economics_in_business_decision_making
Role of managerial_economics_in_business_decision_makingRole of managerial_economics_in_business_decision_making
Role of managerial_economics_in_business_decision_makingRajThakuri
 
Approaches of organizational_behavior
Approaches of organizational_behaviorApproaches of organizational_behavior
Approaches of organizational_behaviorRajThakuri
 
Vivo v17 pro Review
Vivo v17 pro ReviewVivo v17 pro Review
Vivo v17 pro ReviewRajThakuri
 
Vivo x27 first_look
Vivo x27 first_lookVivo x27 first_look
Vivo x27 first_lookRajThakuri
 

More from RajThakuri (20)

Share Market.pptx
Share Market.pptxShare Market.pptx
Share Market.pptx
 
Statistical table
Statistical tableStatistical table
Statistical table
 
All Computer shortcuts for beginners....
All Computer shortcuts for beginners....All Computer shortcuts for beginners....
All Computer shortcuts for beginners....
 
Pdf. learn html.....html_course_(basic___advance_)_for_7_days
Pdf. learn html.....html_course_(basic___advance_)_for_7_daysPdf. learn html.....html_course_(basic___advance_)_for_7_days
Pdf. learn html.....html_course_(basic___advance_)_for_7_days
 
Programming language
Programming languageProgramming language
Programming language
 
Software
SoftwareSoftware
Software
 
Operating system
Operating systemOperating system
Operating system
 
Number system
Number systemNumber system
Number system
 
Output devices
Output devicesOutput devices
Output devices
 
Input devices
Input devicesInput devices
Input devices
 
Internet
InternetInternet
Internet
 
Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
Testing of hypotheses
Testing of hypothesesTesting of hypotheses
Testing of hypotheses
 
Formulas to measure_central_tendency_(mean,_median,_mode)
Formulas to measure_central_tendency_(mean,_median,_mode)Formulas to measure_central_tendency_(mean,_median,_mode)
Formulas to measure_central_tendency_(mean,_median,_mode)
 
Leadership, its styles_&_leadership_theories...
Leadership, its styles_&_leadership_theories...Leadership, its styles_&_leadership_theories...
Leadership, its styles_&_leadership_theories...
 
Role of managerial_economics_in_business_decision_making
Role of managerial_economics_in_business_decision_makingRole of managerial_economics_in_business_decision_making
Role of managerial_economics_in_business_decision_making
 
Approaches of organizational_behavior
Approaches of organizational_behaviorApproaches of organizational_behavior
Approaches of organizational_behavior
 
Vivo v17 pro Review
Vivo v17 pro ReviewVivo v17 pro Review
Vivo v17 pro Review
 
Vivo x27 first_look
Vivo x27 first_lookVivo x27 first_look
Vivo x27 first_look
 

Recently uploaded

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Recently uploaded (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Networking

  • 1.
  • 2. A networking is any collection of independent computers that communicate with one another over a shared network medium. A computer network is a collection of two or more connected computers. When these computers are joined in a network, people can share files and peripherals such as modems, printers, tape or CD-ROM drives. When networks at multiple locations are connected using services available from phone companies, people can send e-mail, share links to the global Internet, or conduct video conferences in real time with other remote users. In the simple word if the more then two computer connected to each other to share there resource (hared ware and software) and they are able to send and receive data and information from one location to another location.
  • 3. Every networking includes  At least two computers Server or Client workstation.  Networking Interface Card's (NIC)  A connection medium, usually a wire or cable, although wireless communication between  networked computers and peripherals is also possible.  Network Operating system software, such as Microsoft Windows NT or 2000, Unix and Linux.
  • 4. Types of networkingComputer networking is divided in to two types:  On the Bases of architecture  On the bases of geographical area On the Bases of architecture: On the bases of architecture computer network is classified in to two types : 1- Client server network. 2- Peer to peer network.
  • 5. Client server and peer to peer network Client server network: The client server networking there is a dedicated server, A dedicated server function as a server only not as a client. All the client computer are controlled and manage my server only. Peer to peer network: In peer to peer network there are no dedicated servers or hierarchy among the computers. All of the computers are equal and therefore known as peers. Normally each computer serves as Client/Server and there is no one assigned to be an administrator responsible for the entire network. Peer-to-peer networks are good choices for needs of small organizations where the users are allocated in the same general area.
  • 7. On the bases of geographical are: These network are classified in to three types they are 1- LAN 2-MAN 3-WAN LAN: A network is any collection of independent computers that communicate with one another over a shared network medium. LANs are networks usually confined to a geographic area, such as a single building or a college campus. It can be small, linking as few as three computers, but often link hundreds of computers used by thousands of people. In the simple word if more then two computers are interconnected to each other with in building , office to share there resource and they are able to send and receive the information from one location to another location and maximum distance is 0 to 10 KM. For example Ethernet.
  • 8. MAN It stands for metropolitan Area network. A MAN is a network which is larger then a LAN. It is called metropolitan because it covers area of city about 10 to 100 km.if the more then two computers are able to share there resource and they send and receive data with in city such type of network is called MAN for example Entrant.  WAN: It stands for wide area network. Wide area networking combines multiple LANs that are geographically separate. This is accomplished by connecting the different LANs using services such as dedicated leased phone lines, dial-up phone lines (both synchronous and asynchronous), satellite links, and data packet carrier services. Wide area networking can be as simple as a modem and remote access server for employees to dial into, or it can be as complex as hundreds of branch offices globally linked using special routing protocols and filters to minimize the expense of sending data sent over vast distances. In the simple word it is larger then MAN. WANS interconnected LANs which may be opposite side of country. This is located around the world. For Example internet
  • 9. The OSI Model Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking. This model is the best known and most widely used guide to describe networking environments. Vendors design network products based on the specifications of the OSI model. It provides a description of how network hardware and software work together in a layered fashion to make communications possible. It also helps with trouble shooting by providing a frame of reference that describes how components are supposed to function.
  • 10. OSI  Physical Layer, is just that the physical parts of the network such as wires, cables, and there media along with the length. Also this layer takes note of the electrical signals that transmit data throughout system.  Data Link Layer, this layer is where we actually assign meaning to the electrical signals in the network. The layer also determines the size and format of data sent to printers, and other devices.  Network Layer, this layer provides the definition for the connection of two dissimilar networks.  Transport Layer, this layer allows data to be broken into smaller packages for data to be distributed and addressed to other nodes (workstations).  Session Layer, this layer helps out with the task to carry information from one node (workstation) to another node (workstation). A session has to be made before we can transport information to another computer.  Presentation Layer, this layer is responsible to code and decode data sent to the node.  Application Layer, this layer allows you to use an application that will communicate with say the operation
  • 12. Protocol Network protocols are standards that allow computers to communicate. A protocol defines how computers identify one another on a network, the form that the data should take in transit, and how this information is processed once it reaches its final destination. In the simple word protocol is a set of rules which is used to send and receive data and information in the network. for example FTP,TCP/IP ,etc.  TCP/IP :TCP stands for Transmission Control Protocol and IP stands for Internet Protocol. The term TCP/IP is not limited just to these two protocols, however. Frequently, the term TCP/IP is used to refer to a group of protocols related to the internet. This network is basically used to control transmission information and data.  Telnet: Used to connect to a host and emulate a terminal that the remote server can recognize in the network.  FTP Used to send and receive files from a remote host and it is used to upload and download files from client to server and server to client.  HTTP:Used for the web to send documents that are encoded in HTML.  SMTP: It is used to E-Mail over the internet.  Telnet:Used to connect to a host and emulate a terminal that the remote server can recognize in the network.
  • 13. Topology Network topologies describe the ways in which the elements of network are mapped. They describe the physical and logical arrangement of the network nodes. The physical topology of a network refers to the configuration of cables, computers, and other peripherals. In the simple way computer topology is a arrangement of computer, wires and components in the network. There are six types of topology they are :  Bus Topology  Star Topology  Ring Topology  Mesh Topology  Tree Topology  Hybrid Topology
  • 14. Types of topology  Bus Topology: All the nodes (file server, workstations, and peripherals) on a bus topology are connected by one single cable. A bus topology consists of a main run of cable with a terminator at each end. All nodes (file server, workstations, and peripherals) are connected to the linear cable. Popular on LANs because they are inexpensive and easy to install.  Advantages of Bus Topology  It is Cheap, easy to handle and implement.  Require less cable  It is best suited for small networks.  Disadvantages of Bus Topology  The cable length is limited. This limits the number of stations that  can be connected.  This network topology can perform well only for a limited number of nodes.
  • 16. Ring Topology In a ring network, every device has exactly two neighbors for communication purposes. All messages travel through a ring in the same direction. A failure in any cable or device breaks the loop and can take down the entire network. To implement a ring network we use the Token Ring technology token, or small data packet, is continuously passed around the network. When a device needs to transmit, it reserves the token for the next trip around, then attaches its data packet to it. Advantage of Ring Topology  Very orderly network where every device has access to the token and the opportunity to transmit.  Easier to Mange than a Bus Network  Good Communication over long distances Disadvantages of Ring Topology  The failure of a single node of the network can cause the entire network to fail.  The movement or changes made to network nodes affects the performance of the entire network.
  • 18. Star Topology In a star network, each node (file server, workstations, and peripherals) is connected to a central device called a hub. The hub takes a signal that comes from any node and passes it along to all the other nodes in the network. Data on a star network passes through the hub, switch. The hub, switch, or concentrator manages and controls all functions of the network. The star topology reduces the chance of network failure by connecting all of the system to a central node. Advantages of Star Topology  Easy to manage  Easy to locate problems (cable/workstations)  Easier to expand than a bus or ring topology.  Easy to install and wire.  Easy to detect faults and to remove parts. Disadvantages of Star Topology  Requires more cable length than a linear topology.  If the hub or concentrator fails, nodes attached are disabled.  More expensive because of the cost of the concentrators.
  • 20. Tree Topology A tree topology (hierarchical topology) can be viewed as a collection of star networks arranged in a hierarchy. This tree has individual peripheral nodes which are required to transmit to and receive from one other only and are not required to act as repeaters or regenerators. The tree topology arranges links and nodes into distinct hierarchies in order to allow greater control and easier troubleshooting. This is particularly helpful for colleges, universities and schools so that each of the connect to the big network in some way. Advantages of a Tree Topology  Point-to-point wiring for individual segments.  Supported by several hardware and software vendors.  All the computers have access to the larger and their immediate networks. Disadvantages of a Tree Topology  Overall length of each segment is limited by the type of cabling used.  If the backbone line breaks, the entire segment goes down.  More difficult to configure and wire than other topologies.
  • 22. Mesh Topology In this topology, each node is connected to every other node in the network. Implementing the mesh topology is expensive and difficult. In this type of network, each node may send message to destination through multiple paths. While the data is travelling on the Mesh Network it is automatically configured to reach the destination by taking the shortest route. Advantage of Mesh Topology  No traffic problem as there are dedicated links.  It has multiple links, so if one route is blocked then other routes can be used for data communication.  Points to point links make fault identification easy. Disadvantage of Mesh Topology  There is mesh of wiring which can be difficult to manage.  Installation is complex as each node is connected to every node.  Cabling cost is high.
  • 24. Hybrid Topology  A combination of any two or more network topologies. A hybrid topology always accrues when two different basic network topologies are connected. It is a mixture of above mentioned topologies. Usually, a central computer is attached with sub-controllers which in turn participate in a variety of topologies. Advantages of a Hybrid Topology  It is extremely flexible.  It is very reliable. Disadvantages of a Hybrid Topology  Expensive
  • 26. Transmission media Various physical media can used for actual transmission of information from one place to another place. The transmission media generate path way between sender and receiver. Each transmission media has its own properties like speed,cost,error rate. In the simple word transmission media is path way networked entities use to connect each other. The transmission media includes cable and wireless technology that allow networked device to contact each other. But transmission cannot guarantee that other network device will understand a message. it is divided in to two types : Guided and unguided media
  • 29. Guided media Guided media, which are those that provide a conduit from one device to another, include twisted-pair cable, coaxial cable, and fiber-optic cable. In guided media the Communication happen throw wires and cable is called guided media. it is further divided in to three types. Types Of Guided Media  Twisted-Pair Cable  Coaxial Cable  Fiber-Optic Cable The wires in Twisted Pair cabling are twisted together in pairs. Each pair would consist of a wire used for the signal. Any noise that appears on 1 wire of the pair would occur on the other wire. This wire is a common schema using e for using copper wire as a telecommunication cable. This cable consist of two insulated strands of copper wire which are twisted with each other.
  • 30.
  • 31. Coaxial Cable Coaxial cable is made of two conductors that share a common axis Coaxial Cable consists of 2 conductors. The inner conductor is held inside an insulator with the other conductor woven around it providing a shield. An insulating protective coating called a jacket covers the outer conductor. The outer shield protects the inner conductor from outside electrical signals. The excellent control of the impedance characteristics of the cable allow higher data rates to be transferred than Twisted Pair cable.
  • 33. Fiber optic cable optic cable is made of a glass or plastic core surrounded by more glass which is called cladding. A fiber optic cable consist of a bundle of glass threads, each of which is capable of transmitting message modulated on to light waves.
  • 35. Unguided media  The unguided media we have microwave system, communication satellite system which are used connect other component in the network. In the simple word Unguided media transport electromagnetic waves without using a physical conductor. This type of communication is often referred to as wireless communicate. Types of unguided media  Radio Waves  Microwaves  Infrared
  • 37. Radio waves Radio waves are used for multicast communications, such as radio and television, and paging systems. They can penetrate through walls. Highly regulated. Use Omni directional antennas.
  • 39. Satellite transmission  A satellite is an object built and placed by human in earth orbit. These are also called artificial satellite because these man made. These satellite uses microwave transmission frequency . Satellites are used for different purpose ,common type include military, communication,weatherforcasting and research.
  • 40. MICROWAVES Microwaves are used for uncast communication such as cellular telephones, satellite networks, and wireless LANs.Higher frequency ranges cannot penetrate walls. Use directional antennas -point to point line of sight communications.
  • 42. Infrared Infrared signals can be used for short-range communication in a closed area using line-of-sight propagation.
  • 43. Mode of communication  The mode of communication shows how . two or more devices communicate each other. They are three types  Simplex  Half Duplex  Full Duplex.
  • 44.  Simplex: in simplex communication one of the communicating devices can only send data where other can only receive it.Radia, TV are the example of simplex.  Half Duplex: Half Duplex refers to two way communication but only one can transmit data at a time. when one device sending data the other device only receive and vice versa. walkie talkie.  Full Duplex: in full duplex both devices are capable of sending and receive the data at the same time .Bidirectional communication at the same time.