SlideShare a Scribd company logo
1 of 51
Prepared By Kapil Soni 
IICE Udaipur 
(Learning Centre Code: - 02086) 
1 
Networking
2 
Topics Covered 
 Introduction to 
Networking. 
 Types of Networking. 
 Basic Hardware 
Requirements for 
Networking. 
 Additional Components 
Required for Networking. 
 Transmission Media. 
 Protocols. 
 Switching Techniques 
 Multiplexing
3 
Introduction to Networking 
 A “network ” has been defined as “any set of interlinking 
lines resembling a net, a network of roads or an 
interconnected system, a network of alliances”. 
 A “network” is a set of devices (often referred to as 
nodes) connected by communication links.
4 
Types of Networking 
 Physical Networking 
 Topology 
 Network Architecture 
 Reference Models 
 Service Oriented Network 
 LAN, MAN, WAN 
 Bus, Ring, Star, Mesh 
 Host Based, Master Slave, 
Client Server, Peer to 
Peer 
 OSI and TCP / IP 
 Connection Less and 
Connection Oriented
5 
Physical Networking 
One of the primary category into which a network falls is 
determined by its size. On the basis of the size and the 
geographical area following are the categories fall under physical 
type of networking: - 
 Local Area Network (LAN): - Usually privately owned 
and links the devices in a single office, building or campus 
not exceeding few kilometers. 
 Metropolitan Area Network (MAN): - Network which is 
setup within a city or a town. 
Wide Area Network (WAN): - Network which does not 
have any limit spread over large geographic areas that may 
comprise a country, continent or even the whole world.
6 
Local Area Network
7 
Metropolitan Area Network
8 
Wide Area Network
Topology 
The term Physical Topology refers to the way in which a network is 
laid out physically. Two or more devices connect to a link; two or 
more links form a Topology. The Topology of a network is the 
geometric representation of all the links and linking devices to 
another. Network topology is the study of the arrangement or 
mapping of the elements (links, nodes, etc.) of a network, especially 
the physical (real) and logical (virtual) interconnections between 
nodes. 
There are four basic topologies: - 
9 
 Bus Topology 
 Ring Topology 
 Star Topology 
 Mesh Topology
10 
Bus Topology: - 
The type of network topology in which all of the 
nodes of the network are connected to a common 
transmission medium which has exactly two 
endpoints (this is the 'bus', which is also commonly 
referred to as the backbone, or trunk) – all data that is 
transmitted between nodes in the network is 
transmitted over this common transmission medium 
and is able to be received by all nodes in the network 
virtually simultaneously (disregarding propagation 
delays).
11 
Bus Topology (Contd…): -
12 
Ring Topology: - 
The type of network topology in which each of the 
nodes of the network is connected to two other nodes 
in the network and with the first and last nodes being 
connected to each other, forming a ring – all data that 
is transmitted between nodes in the network travels 
from one node to the next node in a circular manner 
and the data generally flows in a single direction 
only.
13 
Ring Topology (Contd…): -
14 
Star Topology: - 
The type of network topology in which each of the 
nodes of the network is connected to a central node 
with a point-to-point link in a 'hub' and 'spoke' 
fashion, the central node being the 'hub' and the nodes 
that are attached to the central node being the 'spokes' 
(e.g., a collection of point-to-point links from the 
peripheral nodes that converge at a central node) – all 
data that is transmitted between nodes in the network 
is transmitted to this central node, which is usually 
some type of device that then retransmits the data to 
some or all of the other nodes in the network, 
although the central node may also be a simple 
common connection point (such as a 'punch-down' 
block) without any active device to repeat the signals.
15 
Star Topology (Contd…): -
16 
Mesh Topology: - 
The type of network topology in which each of the 
nodes of the network is connected to each of the other 
nodes in the network with a point-to-point link – this 
makes it possible for data to be simultaneously 
transmitted from any single node to all of the other 
nodes.
17 
Mesh Topology (Contd…): -
18 
Reference Models: - 
The reference model describes the designing of a network 
architecture and helps us in understanding its flexibility and 
robustness. 
There are two types of reference models viz., The OSI (Open 
System Interconnection) Model and the TCP / IP 
(Transmission Control Protocol / Internet Protocol) Model.
19 
The OSI Model: - 
OSI stands for Open Source Interconnection. A Model 
developed by the International Standards Organization, 
commonly known as ISO. 
The primary objective to develop this model was to cover all 
aspects of network communications. The purpose of OSI 
model is to open communication between different systems 
without requiring changes to the logic of underlying hardware 
and software. 
OSI model is a layered framework for the design of network 
systems that allows for communication across all types of 
computer systems.
20 
The OSI Model (Contd…): - 
OSI Model comprises of seven ordered layers. These are: - 
 Physical Layer – Referred as Layer 1 
 Data Link Layer – Referred as Layer 2 
 Network Layer – Referred as Layer 3 
 Transport Layer – Referred as Layer 4 
 Session Layer – Referred as Layer 5 
 Presentation Layer – Referred as Layer 6 
 Application Layer – Referred as Layer 7 
Each Layer defines a family of functions distinct from 
those of the other layers. 
The purpose of designing such a layered type of model 
was to project the transmitting data down to its most 
fundamental element.
21 
Figure: The ISO/OSI Reference Model
Functions of Each Layer of OSI Model: - 
Physical Layer: - 
The Physical Layer coordinates the functions required to 
transmit a bit stream over a physical medium. It deals with the 
mechanical and electrical specifications of the interface and 
transmission medium. It also defines the procedures and functions 
that physical devices and interfaces have to perform for transmission 
to occur. Following are the elements concerned with the Physical 
22 
Layer of OSI Model: - 
Physical characteristics of interfaces and media. 
Representation of bits. 
Data rate. 
Synchronization of bits. 
Line configuration. 
Physical topology. 
Transmission mode.
23 
Data Link Layer: - 
The Data Link Layer transforms the physical layer, a raw 
transmission facility, to a reliable link and is responsible for node to 
node delivery. It makes the physical layer appear error free to the 
upper layer. The data link layer also oversees the delivery of the 
packet between two systems on the same network. 
Responsibilities of the Data Link Layer are : - 
Framing 
Physical Addressing 
Flow Control 
Error Control 
Access Control
24 
Network Layer: - 
The Network Layer is responsible for the source to 
destination delivery of a packet across multiple networks. It ensures 
that each packet gets from its point of origin to its final destination. 
It also oversees the end to end delivery of individual packets, 
however, it does not recognize any relationship between those 
packets. Each packets are treated independently irrespective if the 
packet belonged to the same message or to a different message. 
Responsibilities of the Network Layer are: - 
Logical Addressing 
Routing
25 
Transport Layer: - 
The Transport Layer is responsible for source to destination 
(end to end) delivery of the entire message. It also ensures that the 
whole message arrives intact and in order, overseeing both error 
control and flow control at the source to destination level. 
Also the transport layer may create a connection between two 
end ports. A Connection is a single logical path between the source 
and the destination that is associated with all packets in a message. 
Creating a connection involves three steps: - 
Connection Establishment. 
Data Transfer and 
Connection Release 
By confining transmission of all packets to a single pathway, the 
transport layer has more control over sequencing, flow, and error 
detection and correction.
26 
Transport Layer (Contd….): - 
Responsibilities of Transport Layer are as follows: - 
Service Point Addressing. 
Segmentation and Reassembly. 
Connection Control. 
Flow Control. 
Error Control.
27 
Session Layer: - 
Session Layer is the network dialog controller. It establishes, 
maintains and synchronizes the interaction between communicating 
systems. 
Responsibilities of Session Layer are as follows: - 
Dialog Control. 
Synchronization.
28 
Presentation Layer: - 
Presentation Layer is concerned with the syntax and 
semantics of the information exchanged between two systems. 
Responsibilities of Presentation Layer are as follows: - 
Translation. 
Encryption. 
Compression.
29 
Application Layer: - 
Application Layer enables the user, whether human or software, to 
access the network. It provides user interfaces and support for 
services such as E – Mail, remote file access and transfer, shared 
database management and other types of distributed information 
services. 
Responsibilities of Application Layer are as follows: - 
Network Virtual Terminal 
File Transfer, Access and Management (FTAM). 
Mail Services. 
Directory Services.
30 
The TCP / IP Model: - 
TCP / IP stands for Transmission Control Protocol / Internet 
Protocol. This model was developed prior to the OSI model. 
Therefore, the layers in the TCP / IP do not match exactly with 
those in the OSI model. 
TCP / IP model is made up of five layers. These are: - 
 Physical Layer – Referred as Layer 1 
 Data Link Layer – Referred as Layer 2 
 Network Layer – Referred as Layer 3 
 Transport Layer – Referred as Layer 4 
 Application Layer – Referred as Layer 5
31 
Figure: The ISO/OSI Reference Model and the 
TCP / IP Reference Model
32 
Basic Hardware Requirements for 
Networking 
 Modem 
 Ethernet Card 
 RJ – 45 
 RJ – 11
33 
External Modem
34 
Internal Modem
35 
Ethernet Card
36 
RJ – 45 and RJ – 11
37 
Additional Hardware Components 
of Networking 
 Hubs 
 Routers 
 Switches 
 Bridges 
 Gateways
38 
A Hub
39 
A Router
40 
A Switch
41 
A Bridge
42 
A Gateway
43 
Types of Transmission Media 
 Guided Media 
 Twisted Pair Cable 
 Coaxial Cables 
 Optical Fibers 
 Un – Guided Media 
 Micro Wave 
 Radio Wave 
 Satellite 
 Blue Tooth 
 Infrared
44 
Twisted Pair Cable 
A type of cable that 
consists of two 
independently insulated 
wires twisted around one 
another. The use of two 
wires twisted together 
helps to reduce crosstalk 
and electromagnetic 
induction.
45 
Coaxial Cable (Contd….)
46 
Optical Fibers (Contd…)
47 
Micro Wave Transmission Media 
(Contd…) : -
48 
Radio Wave Transmission Media 
(Contd…) : -
Satellite Communication (Contd…) : - 
49
50 
Bluetooth (Contd…): -
Thank You 
Kapil Soni 
51

More Related Content

What's hot

NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™UzumakiMugiwara
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
Computer Network Complete Introduction
Computer Network Complete IntroductionComputer Network Complete Introduction
Computer Network Complete IntroductionAhmar Hashmi
 
Guided and unguided media
Guided and unguided mediaGuided and unguided media
Guided and unguided mediaHassan Osama
 
Network administration and Management
Network administration and ManagementNetwork administration and Management
Network administration and ManagementBry Cunal
 
Computer networks and its components by narender singh sandhu
Computer networks and its components by narender singh sandhuComputer networks and its components by narender singh sandhu
Computer networks and its components by narender singh sandhuNarenderSinghSandhu2
 
Presentation on computer networking
Presentation on computer networkingPresentation on computer networking
Presentation on computer networkingJyoti Tewari
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networkingkieshore
 
Computer network ppt communication
Computer network ppt communicationComputer network ppt communication
Computer network ppt communicationKajal Sharma
 
Basic components of a computer network
Basic components of a computer  networkBasic components of a computer  network
Basic components of a computer networkEdison Francis
 
A seminar on networks and networking
A seminar on networks and networkingA seminar on networks and networking
A seminar on networks and networkingNAGASHREE C
 
Introduction to network
Introduction to networkIntroduction to network
Introduction to networkDhani Ahmad
 
Transmission Medium
Transmission MediumTransmission Medium
Transmission Mediumsabari Giri
 
Guided And Unguided Media
Guided And Unguided MediaGuided And Unguided Media
Guided And Unguided MediaRajesh Yadav
 
Networking concepts and terms
Networking concepts and termsNetworking concepts and terms
Networking concepts and termsHemnath R.
 

What's hot (20)

Network devices
Network devicesNetwork devices
Network devices
 
NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™
 
Computer networks
Computer networksComputer networks
Computer networks
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Computer Network Complete Introduction
Computer Network Complete IntroductionComputer Network Complete Introduction
Computer Network Complete Introduction
 
Guided and unguided media
Guided and unguided mediaGuided and unguided media
Guided and unguided media
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
Network administration and Management
Network administration and ManagementNetwork administration and Management
Network administration and Management
 
Computer networks and its components by narender singh sandhu
Computer networks and its components by narender singh sandhuComputer networks and its components by narender singh sandhu
Computer networks and its components by narender singh sandhu
 
Presentation on computer networking
Presentation on computer networkingPresentation on computer networking
Presentation on computer networking
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Computer networking
Computer networking Computer networking
Computer networking
 
Computer network ppt communication
Computer network ppt communicationComputer network ppt communication
Computer network ppt communication
 
Basic components of a computer network
Basic components of a computer  networkBasic components of a computer  network
Basic components of a computer network
 
A seminar on networks and networking
A seminar on networks and networkingA seminar on networks and networking
A seminar on networks and networking
 
Introduction to network
Introduction to networkIntroduction to network
Introduction to network
 
Transmission Medium
Transmission MediumTransmission Medium
Transmission Medium
 
Guided And Unguided Media
Guided And Unguided MediaGuided And Unguided Media
Guided And Unguided Media
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Networking concepts and terms
Networking concepts and termsNetworking concepts and terms
Networking concepts and terms
 

Viewers also liked

Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networkingZaeem Hassan
 
introduction to networking
introduction to networking introduction to networking
introduction to networking asif078
 
Introduction To Networking
Introduction To NetworkingIntroduction To Networking
Introduction To NetworkingSteven Cahill
 
Introduction To Networking
Introduction To NetworkingIntroduction To Networking
Introduction To NetworkingRaul Rupsingh
 
Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1MOHD ARISH
 
Online Retailing - India & Interntional
Online Retailing - India & InterntionalOnline Retailing - India & Interntional
Online Retailing - India & InterntionalRavindran Kanningat
 
Radio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & NetworksRadio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & Networkssameer farooq
 
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...funk3116
 
Issues about ethics in retailing
Issues about ethics in retailingIssues about ethics in retailing
Issues about ethics in retailingUma Rungta
 
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & HuongElite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & HuongKhai Pham
 
introduction to networking
introduction to networkingintroduction to networking
introduction to networkingRobert Almazan
 
Introduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program SlidesIntroduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program SlidesNasser Babaee
 

Viewers also liked (20)

Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networking
 
introduction to networking
introduction to networking introduction to networking
introduction to networking
 
Introduction To Networking
Introduction To NetworkingIntroduction To Networking
Introduction To Networking
 
Introduction To Networking
Introduction To NetworkingIntroduction To Networking
Introduction To Networking
 
Networking fundamental
Networking fundamentalNetworking fundamental
Networking fundamental
 
Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1
 
a1
a1a1
a1
 
Sap is retail
Sap is retailSap is retail
Sap is retail
 
Online Retailing - India & Interntional
Online Retailing - India & InterntionalOnline Retailing - India & Interntional
Online Retailing - India & Interntional
 
Radio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & NetworksRadio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & Networks
 
Online Retailing in India
Online Retailing in IndiaOnline Retailing in India
Online Retailing in India
 
Consumerism
ConsumerismConsumerism
Consumerism
 
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
 
Future trends in retail
Future trends in retailFuture trends in retail
Future trends in retail
 
Issues about ethics in retailing
Issues about ethics in retailingIssues about ethics in retailing
Issues about ethics in retailing
 
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & HuongElite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
 
introduction to networking
introduction to networkingintroduction to networking
introduction to networking
 
Customized Retail audit
Customized Retail auditCustomized Retail audit
Customized Retail audit
 
Online retailing
Online retailingOnline retailing
Online retailing
 
Introduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program SlidesIntroduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program Slides
 

Similar to Networking Fundamentals Explained

What is network architecture
What is network architecture What is network architecture
What is network architecture Sorcia D'Arceuil
 
What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)Sorcia D'Arceuil
 
Network essentials - chapter 1
Network essentials - chapter 1Network essentials - chapter 1
Network essentials - chapter 1Raghu nath
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet ProtocoltxMosesOkumu4
 
Osi reference model
Osi reference modelOsi reference model
Osi reference modelSagar Gor
 
osireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdfosireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdfFira253524
 
Project report on mesh hybrid topology network vision
Project report on mesh hybrid topology network visionProject report on mesh hybrid topology network vision
Project report on mesh hybrid topology network visionJignesh Ameta
 
OSI model layers 7 Types of OSI Model Edifyclue.pdf
OSI model layers  7 Types of OSI Model  Edifyclue.pdfOSI model layers  7 Types of OSI Model  Edifyclue.pdf
OSI model layers 7 Types of OSI Model Edifyclue.pdfsunil shukla
 
NETWORK BASICS.pdf
NETWORK BASICS.pdfNETWORK BASICS.pdf
NETWORK BASICS.pdfphilipsKani1
 
network in details description and example
network in details description and examplenetwork in details description and example
network in details description and exampleyabosa1161
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking NetworkJGrace Johnny
 

Similar to Networking Fundamentals Explained (20)

OSI Network Reference Model
OSI Network Reference ModelOSI Network Reference Model
OSI Network Reference Model
 
What is network architecture
What is network architecture What is network architecture
What is network architecture
 
What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)
 
Network essentials - chapter 1
Network essentials - chapter 1Network essentials - chapter 1
Network essentials - chapter 1
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
 
Osi model
Osi modelOsi model
Osi model
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet Protocoltx
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
osireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdfosireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdf
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
Osi model
Osi model Osi model
Osi model
 
Project report on mesh hybrid topology network vision
Project report on mesh hybrid topology network visionProject report on mesh hybrid topology network vision
Project report on mesh hybrid topology network vision
 
OSI model layers 7 Types of OSI Model Edifyclue.pdf
OSI model layers  7 Types of OSI Model  Edifyclue.pdfOSI model layers  7 Types of OSI Model  Edifyclue.pdf
OSI model layers 7 Types of OSI Model Edifyclue.pdf
 
dist-03-4.pdf
dist-03-4.pdfdist-03-4.pdf
dist-03-4.pdf
 
NETWORK BASICS.pdf
NETWORK BASICS.pdfNETWORK BASICS.pdf
NETWORK BASICS.pdf
 
network in details description and example
network in details description and examplenetwork in details description and example
network in details description and example
 
Osi(1)
Osi(1)Osi(1)
Osi(1)
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking Network
 

More from iicecollege

Privatisation of life insurance sector in india
Privatisation of life insurance sector in indiaPrivatisation of life insurance sector in india
Privatisation of life insurance sector in indiaiicecollege
 
Personality Development - is the improvement of behavioral traits such as com...
Personality Development - is the improvement of behavioral traits such as com...Personality Development - is the improvement of behavioral traits such as com...
Personality Development - is the improvement of behavioral traits such as com...iicecollege
 
life style in America & europe presentation
life style in America & europe presentationlife style in America & europe presentation
life style in America & europe presentationiicecollege
 
Virtual assistance power point presentation
Virtual assistance power point presentationVirtual assistance power point presentation
Virtual assistance power point presentationiicecollege
 
Letter writing skills
Letter writing skillsLetter writing skills
Letter writing skillsiicecollege
 
Madhushala presentation
Madhushala presentationMadhushala presentation
Madhushala presentationiicecollege
 
MOTIVATIONAL SOCIETY OF ACHIEVERS
MOTIVATIONAL SOCIETY OF ACHIEVERSMOTIVATIONAL SOCIETY OF ACHIEVERS
MOTIVATIONAL SOCIETY OF ACHIEVERSiicecollege
 
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...iicecollege
 
e-Learning in Indian Education System
e-Learning in Indian Education System e-Learning in Indian Education System
e-Learning in Indian Education System iicecollege
 
PERFORMANCE MANAGEMENT SYSTEM
PERFORMANCE MANAGEMENT SYSTEM PERFORMANCE MANAGEMENT SYSTEM
PERFORMANCE MANAGEMENT SYSTEM iicecollege
 
AN EVALUATIVE STUDY OF HUMAN RESOURCE TRAINING PROGRAMS IN AN ORGANISATION
AN EVALUATIVE STUDY  OF HUMAN RESOURCE  TRAINING PROGRAMS  IN AN ORGANISATIONAN EVALUATIVE STUDY  OF HUMAN RESOURCE  TRAINING PROGRAMS  IN AN ORGANISATION
AN EVALUATIVE STUDY OF HUMAN RESOURCE TRAINING PROGRAMS IN AN ORGANISATIONiicecollege
 
Innovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & TechnologyInnovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & Technologyiicecollege
 
An Empirical Study on Universal Banking and its Potential for Indian Market C...
An Empirical Study on Universal Banking and its Potential for Indian Market C...An Empirical Study on Universal Banking and its Potential for Indian Market C...
An Empirical Study on Universal Banking and its Potential for Indian Market C...iicecollege
 
Stress Management -A Study on Airport Authority of India Employees
Stress Management -A Study on Airport Authority of India EmployeesStress Management -A Study on Airport Authority of India Employees
Stress Management -A Study on Airport Authority of India Employeesiicecollege
 
Incident Management
 Incident Management Incident Management
Incident Managementiicecollege
 
Energy conservation
Energy conservationEnergy conservation
Energy conservationiicecollege
 

More from iicecollege (17)

Privatisation of life insurance sector in india
Privatisation of life insurance sector in indiaPrivatisation of life insurance sector in india
Privatisation of life insurance sector in india
 
Personality Development - is the improvement of behavioral traits such as com...
Personality Development - is the improvement of behavioral traits such as com...Personality Development - is the improvement of behavioral traits such as com...
Personality Development - is the improvement of behavioral traits such as com...
 
life style in America & europe presentation
life style in America & europe presentationlife style in America & europe presentation
life style in America & europe presentation
 
Virtual assistance power point presentation
Virtual assistance power point presentationVirtual assistance power point presentation
Virtual assistance power point presentation
 
Letter writing skills
Letter writing skillsLetter writing skills
Letter writing skills
 
Madhushala presentation
Madhushala presentationMadhushala presentation
Madhushala presentation
 
MOTIVATIONAL SOCIETY OF ACHIEVERS
MOTIVATIONAL SOCIETY OF ACHIEVERSMOTIVATIONAL SOCIETY OF ACHIEVERS
MOTIVATIONAL SOCIETY OF ACHIEVERS
 
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
 
e-Learning in Indian Education System
e-Learning in Indian Education System e-Learning in Indian Education System
e-Learning in Indian Education System
 
PERFORMANCE MANAGEMENT SYSTEM
PERFORMANCE MANAGEMENT SYSTEM PERFORMANCE MANAGEMENT SYSTEM
PERFORMANCE MANAGEMENT SYSTEM
 
AN EVALUATIVE STUDY OF HUMAN RESOURCE TRAINING PROGRAMS IN AN ORGANISATION
AN EVALUATIVE STUDY  OF HUMAN RESOURCE  TRAINING PROGRAMS  IN AN ORGANISATIONAN EVALUATIVE STUDY  OF HUMAN RESOURCE  TRAINING PROGRAMS  IN AN ORGANISATION
AN EVALUATIVE STUDY OF HUMAN RESOURCE TRAINING PROGRAMS IN AN ORGANISATION
 
Innovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & TechnologyInnovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & Technology
 
An Empirical Study on Universal Banking and its Potential for Indian Market C...
An Empirical Study on Universal Banking and its Potential for Indian Market C...An Empirical Study on Universal Banking and its Potential for Indian Market C...
An Empirical Study on Universal Banking and its Potential for Indian Market C...
 
Stress Management -A Study on Airport Authority of India Employees
Stress Management -A Study on Airport Authority of India EmployeesStress Management -A Study on Airport Authority of India Employees
Stress Management -A Study on Airport Authority of India Employees
 
Micro finance
Micro finance Micro finance
Micro finance
 
Incident Management
 Incident Management Incident Management
Incident Management
 
Energy conservation
Energy conservationEnergy conservation
Energy conservation
 

Recently uploaded

Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxBipin Adhikari
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 

Recently uploaded (20)

Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptx
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 

Networking Fundamentals Explained

  • 1. Prepared By Kapil Soni IICE Udaipur (Learning Centre Code: - 02086) 1 Networking
  • 2. 2 Topics Covered  Introduction to Networking.  Types of Networking.  Basic Hardware Requirements for Networking.  Additional Components Required for Networking.  Transmission Media.  Protocols.  Switching Techniques  Multiplexing
  • 3. 3 Introduction to Networking  A “network ” has been defined as “any set of interlinking lines resembling a net, a network of roads or an interconnected system, a network of alliances”.  A “network” is a set of devices (often referred to as nodes) connected by communication links.
  • 4. 4 Types of Networking  Physical Networking  Topology  Network Architecture  Reference Models  Service Oriented Network  LAN, MAN, WAN  Bus, Ring, Star, Mesh  Host Based, Master Slave, Client Server, Peer to Peer  OSI and TCP / IP  Connection Less and Connection Oriented
  • 5. 5 Physical Networking One of the primary category into which a network falls is determined by its size. On the basis of the size and the geographical area following are the categories fall under physical type of networking: -  Local Area Network (LAN): - Usually privately owned and links the devices in a single office, building or campus not exceeding few kilometers.  Metropolitan Area Network (MAN): - Network which is setup within a city or a town. Wide Area Network (WAN): - Network which does not have any limit spread over large geographic areas that may comprise a country, continent or even the whole world.
  • 6. 6 Local Area Network
  • 8. 8 Wide Area Network
  • 9. Topology The term Physical Topology refers to the way in which a network is laid out physically. Two or more devices connect to a link; two or more links form a Topology. The Topology of a network is the geometric representation of all the links and linking devices to another. Network topology is the study of the arrangement or mapping of the elements (links, nodes, etc.) of a network, especially the physical (real) and logical (virtual) interconnections between nodes. There are four basic topologies: - 9  Bus Topology  Ring Topology  Star Topology  Mesh Topology
  • 10. 10 Bus Topology: - The type of network topology in which all of the nodes of the network are connected to a common transmission medium which has exactly two endpoints (this is the 'bus', which is also commonly referred to as the backbone, or trunk) – all data that is transmitted between nodes in the network is transmitted over this common transmission medium and is able to be received by all nodes in the network virtually simultaneously (disregarding propagation delays).
  • 11. 11 Bus Topology (Contd…): -
  • 12. 12 Ring Topology: - The type of network topology in which each of the nodes of the network is connected to two other nodes in the network and with the first and last nodes being connected to each other, forming a ring – all data that is transmitted between nodes in the network travels from one node to the next node in a circular manner and the data generally flows in a single direction only.
  • 13. 13 Ring Topology (Contd…): -
  • 14. 14 Star Topology: - The type of network topology in which each of the nodes of the network is connected to a central node with a point-to-point link in a 'hub' and 'spoke' fashion, the central node being the 'hub' and the nodes that are attached to the central node being the 'spokes' (e.g., a collection of point-to-point links from the peripheral nodes that converge at a central node) – all data that is transmitted between nodes in the network is transmitted to this central node, which is usually some type of device that then retransmits the data to some or all of the other nodes in the network, although the central node may also be a simple common connection point (such as a 'punch-down' block) without any active device to repeat the signals.
  • 15. 15 Star Topology (Contd…): -
  • 16. 16 Mesh Topology: - The type of network topology in which each of the nodes of the network is connected to each of the other nodes in the network with a point-to-point link – this makes it possible for data to be simultaneously transmitted from any single node to all of the other nodes.
  • 17. 17 Mesh Topology (Contd…): -
  • 18. 18 Reference Models: - The reference model describes the designing of a network architecture and helps us in understanding its flexibility and robustness. There are two types of reference models viz., The OSI (Open System Interconnection) Model and the TCP / IP (Transmission Control Protocol / Internet Protocol) Model.
  • 19. 19 The OSI Model: - OSI stands for Open Source Interconnection. A Model developed by the International Standards Organization, commonly known as ISO. The primary objective to develop this model was to cover all aspects of network communications. The purpose of OSI model is to open communication between different systems without requiring changes to the logic of underlying hardware and software. OSI model is a layered framework for the design of network systems that allows for communication across all types of computer systems.
  • 20. 20 The OSI Model (Contd…): - OSI Model comprises of seven ordered layers. These are: -  Physical Layer – Referred as Layer 1  Data Link Layer – Referred as Layer 2  Network Layer – Referred as Layer 3  Transport Layer – Referred as Layer 4  Session Layer – Referred as Layer 5  Presentation Layer – Referred as Layer 6  Application Layer – Referred as Layer 7 Each Layer defines a family of functions distinct from those of the other layers. The purpose of designing such a layered type of model was to project the transmitting data down to its most fundamental element.
  • 21. 21 Figure: The ISO/OSI Reference Model
  • 22. Functions of Each Layer of OSI Model: - Physical Layer: - The Physical Layer coordinates the functions required to transmit a bit stream over a physical medium. It deals with the mechanical and electrical specifications of the interface and transmission medium. It also defines the procedures and functions that physical devices and interfaces have to perform for transmission to occur. Following are the elements concerned with the Physical 22 Layer of OSI Model: - Physical characteristics of interfaces and media. Representation of bits. Data rate. Synchronization of bits. Line configuration. Physical topology. Transmission mode.
  • 23. 23 Data Link Layer: - The Data Link Layer transforms the physical layer, a raw transmission facility, to a reliable link and is responsible for node to node delivery. It makes the physical layer appear error free to the upper layer. The data link layer also oversees the delivery of the packet between two systems on the same network. Responsibilities of the Data Link Layer are : - Framing Physical Addressing Flow Control Error Control Access Control
  • 24. 24 Network Layer: - The Network Layer is responsible for the source to destination delivery of a packet across multiple networks. It ensures that each packet gets from its point of origin to its final destination. It also oversees the end to end delivery of individual packets, however, it does not recognize any relationship between those packets. Each packets are treated independently irrespective if the packet belonged to the same message or to a different message. Responsibilities of the Network Layer are: - Logical Addressing Routing
  • 25. 25 Transport Layer: - The Transport Layer is responsible for source to destination (end to end) delivery of the entire message. It also ensures that the whole message arrives intact and in order, overseeing both error control and flow control at the source to destination level. Also the transport layer may create a connection between two end ports. A Connection is a single logical path between the source and the destination that is associated with all packets in a message. Creating a connection involves three steps: - Connection Establishment. Data Transfer and Connection Release By confining transmission of all packets to a single pathway, the transport layer has more control over sequencing, flow, and error detection and correction.
  • 26. 26 Transport Layer (Contd….): - Responsibilities of Transport Layer are as follows: - Service Point Addressing. Segmentation and Reassembly. Connection Control. Flow Control. Error Control.
  • 27. 27 Session Layer: - Session Layer is the network dialog controller. It establishes, maintains and synchronizes the interaction between communicating systems. Responsibilities of Session Layer are as follows: - Dialog Control. Synchronization.
  • 28. 28 Presentation Layer: - Presentation Layer is concerned with the syntax and semantics of the information exchanged between two systems. Responsibilities of Presentation Layer are as follows: - Translation. Encryption. Compression.
  • 29. 29 Application Layer: - Application Layer enables the user, whether human or software, to access the network. It provides user interfaces and support for services such as E – Mail, remote file access and transfer, shared database management and other types of distributed information services. Responsibilities of Application Layer are as follows: - Network Virtual Terminal File Transfer, Access and Management (FTAM). Mail Services. Directory Services.
  • 30. 30 The TCP / IP Model: - TCP / IP stands for Transmission Control Protocol / Internet Protocol. This model was developed prior to the OSI model. Therefore, the layers in the TCP / IP do not match exactly with those in the OSI model. TCP / IP model is made up of five layers. These are: -  Physical Layer – Referred as Layer 1  Data Link Layer – Referred as Layer 2  Network Layer – Referred as Layer 3  Transport Layer – Referred as Layer 4  Application Layer – Referred as Layer 5
  • 31. 31 Figure: The ISO/OSI Reference Model and the TCP / IP Reference Model
  • 32. 32 Basic Hardware Requirements for Networking  Modem  Ethernet Card  RJ – 45  RJ – 11
  • 36. 36 RJ – 45 and RJ – 11
  • 37. 37 Additional Hardware Components of Networking  Hubs  Routers  Switches  Bridges  Gateways
  • 43. 43 Types of Transmission Media  Guided Media  Twisted Pair Cable  Coaxial Cables  Optical Fibers  Un – Guided Media  Micro Wave  Radio Wave  Satellite  Blue Tooth  Infrared
  • 44. 44 Twisted Pair Cable A type of cable that consists of two independently insulated wires twisted around one another. The use of two wires twisted together helps to reduce crosstalk and electromagnetic induction.
  • 45. 45 Coaxial Cable (Contd….)
  • 46. 46 Optical Fibers (Contd…)
  • 47. 47 Micro Wave Transmission Media (Contd…) : -
  • 48. 48 Radio Wave Transmission Media (Contd…) : -
  • 51. Thank You Kapil Soni 51