SlideShare a Scribd company logo
Presentation made by: Ms. Archika Bhatia NETWORKING
WHAT IS A NETWORK ? Network is an interconnected collection of autonomous computers. Autonomous means that no computer on networks can start, stop or control another.
NEED FOR NETWORKING ,[object Object],[object Object],[object Object],[object Object]
EVOLUTION OF NETWORKING In mid 1960s at the height of Cold War, the DOD (Department of Defense) wanted a command and control network that could survive a nuclear war. Traditional circuit-switched telephone networks were considered too vulnerable. To solve this problem DOD created ARPANET. ARPANET Advanced Research Projects Administration Network
TYPES OF NETWORKS There are three basic types of networks classified on the basis of geographic area. ,[object Object],[object Object],[object Object]
Local Area Network Smaller networks that are confined to a localised area. ( e.g. an office, building or factory ) are known as LANs. Metropolitan Area Network Network spread across a city. E.g Cable T.V.
Wide Area Network Network spread across countries. e,.g. Internet
Difference between LAN and WAN ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SWITCHING TECHNIQUES There are different ways of sending data across the network. ,[object Object],[object Object],[object Object]
CIRCUIT SWITCHING In this technique complete physical connection is established between 2 computers and then data are transmitted from the source computer to the destination computer. During the connection establishment, resources are allocated between the caller and the callee.
MESSAGE SWITCHING Message switching systems are nowadays mostly implemented over  PACKET SWITCHING  technique. It works on store and forward principle. When this form of switching is used, no physical path is established in advance in between sender and receiver. Instead, when the sender has a block of data to be sent, it is stored in the first switching office (i.e.  router ) then forwarded later at one packet at a time. A message is divided into small packets of fixed size. Each packet carries the address of the destination Each packet is processed individually by a router, all packets sent by a host to another host are not guaranteed to use the same physical links. If the routing algorithm decides to change the routing tables of the network between the instants two packets are sent, then these packets will take different paths and can even arrive out of order.
DATA COMMUNICATION TECHONOLOGY Concept of Channel:  Channel is the media of transmission. Baud:  bits per second. It is the prevalent measure for data transmission speed. Data Transfer rate:  It is the average number of bits, characters, or blocks that can be moved from one place to another in a given time usually in a second’s time in  data transmission  system. (bps, Kbps, Mbps, Gbps, Tbps) Bandwidth:  In computer networks, bandwidth is often used as a synonym for  data transfer rate  - the amount of data that can be carried from one point to another in a given time period (usually a second). This kind of bandwidth is usually expressed in bits (of data) per second ( bps ).  Bandwidth  is the difference between the upper and lower  cutoff frequencies  and is often measured in  Hertz  (Hz, KHz, MHz).
TRANSMISSION MEDIA ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
TWISTED PAIR CABLE It consists of two identical wires wrapped together. The 8 pin modular jacks at both ends of an Ethernet cable, clearly showing the wire pairs inside. Advantage Simplicity and ease of installation. Low cost Disadvantage Data transmission characteristics are not so good.
COAXIAL CABLE Another ex: Cable coaxial RG-59. A: Plastic Jacket B: Metallic Core C: Dialetric Insulator D: Center Core The structure of coaxial cable consists of four main components as shown in the picture below. Data transmission characteristics are much better than twisted pair cable. And cost is more than TPC.
OPTICAL FIBRE ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
EMI is Electromagnetic Interference:  It  consists of outside electromagnetic noise that distorts the signal in a medium. When you listen to an AM radio, for example, you often hear EMI in the form of noise caused by nearby motors or lightning.   Attenuation:  is a measure of how much a signal weakens as it travels through a medium. Attenuation is a contributing factor to why cable designs must specify limits in the lengths of cable runs.
WIRELESS COMMUNICATION MEDIA ,[object Object],[object Object],[object Object],[object Object]
RADIO FREQUENCY PROPOGATION Data is carried over electro-magnetic radiation in the form if radio waves. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MICROWAVE LINK ,[object Object],[object Object],[object Object]
SATELLITE The problem with microwave communication is LOS. A communication satellite is an electrical device positioned in an orbit around the earth. It can be thought of a big microwave repeater in the sky. It contains one or more  ‘Transponders’  each of which listens to some portion of the frequency spectrum, amplifies the incoming signal and then rebroadcasts it at another frequency. Different frequencies are used for  ‘uplinking’  and  ‘downlinking’  to avoid interference of signals.
[object Object],[object Object],[object Object],[object Object],[object Object],INFRARED
TYPES OF TOPOLOGY In networking, the term "topology" refers to the layout of connected devices on a network.  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
STAR TOPOLOGY ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
LINEAR TOPOLOGY ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RING TOPOLOGY ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
TREE TOPOLOGY ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],Summary: Physical Topology Common Cable Common Protocol Linear Bus Twisted Pair Coaxial Fiber Ethernet LocalTalk Star Twisted Pair Fiber Ethernet LocalTalk Star-Wired Ring Twisted Pair Token Ring Tree Twisted Pair Coaxial Fiber Ethernet
ELEMENTARY NETWORK TERMINOLOGIES ,[object Object],[object Object],[object Object]
NETWORK DEVICES ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MODEM ,[object Object],[object Object],[object Object]
EHTERNET CARD ,[object Object],[object Object],[object Object]
RJ-45 CONNECTOR ,[object Object],[object Object],[object Object]
HUB ,[object Object],[object Object],[object Object],[object Object]
[object Object],SWITCH
ROUTER ,[object Object],[object Object],[object Object]
BRIDGE ,[object Object],[object Object],[object Object],[object Object],REPEATER ,[object Object],[object Object]
GATEWAY ,[object Object],[object Object],[object Object],[object Object]
PROTOCOL Protocol is a standard set of rules that govern how computer communicates with each other. Protocol determines both the format that a message must take and the way in which messages are exchanged between computers. Protocols may be implemented by hardware, software, or a combination of the two. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
TCP/IP ( Transmission Control Protocol / Internet Protocol ) TCP breaks the data into packets that the network can handle efficiently, verifies that all the packets arrive at their destination and then reassembles the data. IP allots the destination address to the packets and also allots the sequence numbers. For example , when an html file is sent to you from a Web server, the TCP program layer of that server takes the file and divides it into packets, numbers the packets, and then forwards them individually to the IP program layer. Even though every packet has the same destination IP address, they can get routed differently through the network. When the client program in your computer gets them, the TCP reassembles the individual packets and waits until all of those files have arrived before giving them to an application as one single file.
FTP ( File Transfer Protocol ) Protocol which enables files to be transferred from one computer to another. i.e. Downloading and Uploading of files. FTP runs exclusively over TCP. HTTP ( Hyper Text Transfer Protocol ) Protocol used to transfer hypertext files.  Hypertext  is an ordinary text that has some extra features such as formatting, images, multimedia and links to other documents. HTTP is not constrained to using  TCP/IP .
PPP ( Point to Point Protocol ) TELNET ( Remote Login) PPP , is a data link protocol commonly used to establish a direct connection between two nodes over serial cable, phone line, cellular telephone, specialized radio links, or fiber optic links. Most  Internet service providers  use PPP for customers' dial-up access to the  Internet . TELNET  ( TEL ecommunication  NET work) is a  network protocol  used on the  Internet  or  local area network (LAN)  connections.  Telnet is the main Internet protocol for creating a connection with a remote machine. It gives the user the opportunity to be on one computer system and do work on another, which may be across the street or thousands of miles away. In WWW publishing  telnet  is used to log into the web server and 'set the permissions' of files and directories. To start a Telnet session, you must log in to a server by entering a valid  username  and  password . Telnet is a common way to  remotely control   Web servers .
WIRELESS/MOBILE  COMMUNICATION TECHNOLOGIES WLL (Wireless in local Loop) :   It is system that connects subscribers to the public switched telephone network (PSTN) using radio signals as a substitute for copper for all or part of the connection between the subscriber and the switch. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Voice Mail ,[object Object],[object Object]

More Related Content

What's hot

Network topology
Network topologyNetwork topology
Network topology
lekshmik
 
Computer network
Computer networkComputer network
Computer network
rajat jasuja
 
Lan Man Wan introduction
Lan Man Wan introductionLan Man Wan introduction
Lan Man Wan introduction
bhavna sahajwani
 
Network Types and Topologies
Network Types and TopologiesNetwork Types and Topologies
Network Types and Topologies
Christopher Brown
 
Presentation on topology
Presentation on topologyPresentation on topology
Presentation on topology
kalyan kumar
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
Manish8976
 
Computer network
Computer networkComputer network
Computer network
Ketan Garg
 
Mobile computing -- Introduction
Mobile computing -- IntroductionMobile computing -- Introduction
Mobile computing -- Introductionnicole_wang
 
Topology presentation
Topology  presentationTopology  presentation
Topology presentationJobaida Nahar
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
Shovan Mandal
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha
 
Presentation on network topology
Presentation on network topologyPresentation on network topology
Presentation on network topology
Swarnima Tiwari
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
kieshore
 
Network topologies
Network topologiesNetwork topologies
Network topologies
Norah Saad
 
Transmission media (data communication)
Transmission media (data communication)Transmission media (data communication)
Transmission media (data communication)
Pritom Chaki
 
Computer communication and networks
Computer communication and networksComputer communication and networks
Computer communication and networksImran Khan
 

What's hot (20)

Network topology
Network topologyNetwork topology
Network topology
 
Computer network
Computer networkComputer network
Computer network
 
Lan Man Wan introduction
Lan Man Wan introductionLan Man Wan introduction
Lan Man Wan introduction
 
Handover
HandoverHandover
Handover
 
Network Types and Topologies
Network Types and TopologiesNetwork Types and Topologies
Network Types and Topologies
 
Presentation on topology
Presentation on topologyPresentation on topology
Presentation on topology
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
 
Computer network
Computer networkComputer network
Computer network
 
Mobile computing -- Introduction
Mobile computing -- IntroductionMobile computing -- Introduction
Mobile computing -- Introduction
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Topology presentation
Topology  presentationTopology  presentation
Topology presentation
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Presentation on network topology
Presentation on network topologyPresentation on network topology
Presentation on network topology
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Computer networks
Computer networksComputer networks
Computer networks
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Transmission media (data communication)
Transmission media (data communication)Transmission media (data communication)
Transmission media (data communication)
 
Computer communication and networks
Computer communication and networksComputer communication and networks
Computer communication and networks
 

Similar to What Is A Network made by Ms. Archika Bhatia

NETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYNETWORKS & TOPOLOGY
NETWORKS & TOPOLOGY
PRINCE KUMAR
 
basic networking
basic networkingbasic networking
basic networkingAnmol Bagga
 
Lecture 5.pptx
Lecture 5.pptxLecture 5.pptx
Lecture 5.pptx
Dashbo
 
Rajesh basics of networking and routing
Rajesh basics of networking and routingRajesh basics of networking and routing
Rajesh basics of networking and routingr123027
 
Lecture6 Data Networking.pptx
Lecture6 Data Networking.pptxLecture6 Data Networking.pptx
Lecture6 Data Networking.pptx
EvadeDube
 
Computer network by faraz ali
Computer network by faraz aliComputer network by faraz ali
Computer network by faraz ali
Faraz Faqeer
 
Fundamentals of Networking
Fundamentals of NetworkingFundamentals of Networking
Fundamentals of Networkingjashhad
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
SadamoTaga
 
Data Communication and Networks
Data Communication and NetworksData Communication and Networks
Data Communication and Networks
ChAwais15
 
Transmission Media and Topologies .pdf
Transmission Media and Topologies   .pdfTransmission Media and Topologies   .pdf
Transmission Media and Topologies .pdf
Kamran Abdullah
 
Comm. & net. concepts
Comm. & net. conceptsComm. & net. concepts
Comm. & net. concepts
Ashwin Kumar
 
3.pptx
3.pptx3.pptx
3.pptx
kebeAman
 
Computer project
Computer project Computer project
Computer project
SUPER ULTRON
 
COMPUTER NETWORKING SYSTEM
COMPUTER NETWORKING SYSTEMCOMPUTER NETWORKING SYSTEM
COMPUTER NETWORKING SYSTEM
prapti borthakur
 
Computer network-and Network topology
Computer network-and Network topologyComputer network-and Network topology
Computer network-and Network topology
Rida Shad
 
Network ppt
Network pptNetwork ppt
Network ppt
hlalu861
 
Computer network transmission channel & topology
Computer network transmission channel & topologyComputer network transmission channel & topology
Computer network transmission channel & topology
Sweta Kumari Barnwal
 
Network topology
Network topologyNetwork topology
Network topology
maandomingo8
 

Similar to What Is A Network made by Ms. Archika Bhatia (20)

NETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYNETWORKS & TOPOLOGY
NETWORKS & TOPOLOGY
 
Arvind Singh
Arvind SinghArvind Singh
Arvind Singh
 
basic networking
basic networkingbasic networking
basic networking
 
Lecture 5.pptx
Lecture 5.pptxLecture 5.pptx
Lecture 5.pptx
 
Rajesh basics of networking and routing
Rajesh basics of networking and routingRajesh basics of networking and routing
Rajesh basics of networking and routing
 
Lecture6 Data Networking.pptx
Lecture6 Data Networking.pptxLecture6 Data Networking.pptx
Lecture6 Data Networking.pptx
 
Computer network by faraz ali
Computer network by faraz aliComputer network by faraz ali
Computer network by faraz ali
 
Fundamentals of Networking
Fundamentals of NetworkingFundamentals of Networking
Fundamentals of Networking
 
original
originaloriginal
original
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Data Communication and Networks
Data Communication and NetworksData Communication and Networks
Data Communication and Networks
 
Transmission Media and Topologies .pdf
Transmission Media and Topologies   .pdfTransmission Media and Topologies   .pdf
Transmission Media and Topologies .pdf
 
Comm. & net. concepts
Comm. & net. conceptsComm. & net. concepts
Comm. & net. concepts
 
3.pptx
3.pptx3.pptx
3.pptx
 
Computer project
Computer project Computer project
Computer project
 
COMPUTER NETWORKING SYSTEM
COMPUTER NETWORKING SYSTEMCOMPUTER NETWORKING SYSTEM
COMPUTER NETWORKING SYSTEM
 
Computer network-and Network topology
Computer network-and Network topologyComputer network-and Network topology
Computer network-and Network topology
 
Network ppt
Network pptNetwork ppt
Network ppt
 
Computer network transmission channel & topology
Computer network transmission channel & topologyComputer network transmission channel & topology
Computer network transmission channel & topology
 
Network topology
Network topologyNetwork topology
Network topology
 

More from kulachihansraj

What Is Internet made by Ms. Archika Bhatia
What Is Internet made by Ms. Archika BhatiaWhat Is Internet made by Ms. Archika Bhatia
What Is Internet made by Ms. Archika Bhatia
kulachihansraj
 
Similarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi KathuriaSimilarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi Kathuria
kulachihansraj
 
Basic Terms(Circles)
Basic Terms(Circles) Basic Terms(Circles)
Basic Terms(Circles)
kulachihansraj
 
Unit cube Activity 2 by Ms. Rashmi Kathuria
Unit cube Activity 2 by Ms. Rashmi KathuriaUnit cube Activity 2 by Ms. Rashmi Kathuria
Unit cube Activity 2 by Ms. Rashmi Kathuria
kulachihansraj
 
unit cube Activity4 by Ms. Rashmi Kathuria
unit cube Activity4 by Ms. Rashmi Kathuriaunit cube Activity4 by Ms. Rashmi Kathuria
unit cube Activity4 by Ms. Rashmi Kathuria
kulachihansraj
 
Unit cube Activity 1 by Ms. Rashmi Kathuria
Unit cube Activity 1 by Ms. Rashmi KathuriaUnit cube Activity 1 by Ms. Rashmi Kathuria
Unit cube Activity 1 by Ms. Rashmi Kathuria
kulachihansraj
 
Unit-cubes Activity3 By Ms. Rashmi Kathuria
Unit-cubes Activity3 By Ms. Rashmi KathuriaUnit-cubes Activity3 By Ms. Rashmi Kathuria
Unit-cubes Activity3 By Ms. Rashmi Kathuria
kulachihansraj
 
Hybridization By Ms. Manjula Agarwal
Hybridization By Ms. Manjula AgarwalHybridization By Ms. Manjula Agarwal
Hybridization By Ms. Manjula Agarwal
kulachihansraj
 
Project Final Yogita Anand Kohli
Project Final Yogita Anand KohliProject Final Yogita Anand Kohli
Project Final Yogita Anand Kohlikulachihansraj
 
Social religious reform movements in India By Ms. Seema Lal
Social religious reform movements in India By Ms. Seema LalSocial religious reform movements in India By Ms. Seema Lal
Social religious reform movements in India By Ms. Seema Lal
kulachihansraj
 
The Electric Circuit And Kirchhoff’S Rules by Students
The Electric Circuit And Kirchhoff’S Rules by StudentsThe Electric Circuit And Kirchhoff’S Rules by Students
The Electric Circuit And Kirchhoff’S Rules by Studentskulachihansraj
 
Stacks & Queues By Ms. Niti Arora
Stacks & Queues By Ms. Niti AroraStacks & Queues By Ms. Niti Arora
Stacks & Queues By Ms. Niti Arora
kulachihansraj
 
Ten Commandment by Ms. S. Kumar
Ten Commandment by Ms. S. KumarTen Commandment by Ms. S. Kumar
Ten Commandment by Ms. S. Kumarkulachihansraj
 
Quadrilateral Family[1] Rashmi Kathuria
Quadrilateral Family[1] Rashmi KathuriaQuadrilateral Family[1] Rashmi Kathuria
Quadrilateral Family[1] Rashmi Kathuriakulachihansraj
 
Lord Ullins12 By Ms. Amardeep Kaur
Lord Ullins12 By Ms. Amardeep KaurLord Ullins12 By Ms. Amardeep Kaur
Lord Ullins12 By Ms. Amardeep Kaurkulachihansraj
 
Discipline By Ms Chandla
Discipline By Ms ChandlaDiscipline By Ms Chandla
Discipline By Ms Chandla
kulachihansraj
 
Foreign exchange rate and its determination by Ms. Anita Babbar
Foreign exchange rate and its determination by Ms. Anita BabbarForeign exchange rate and its determination by Ms. Anita Babbar
Foreign exchange rate and its determination by Ms. Anita Babbar
kulachihansraj
 
Business, Nature & Purpose By Ms. Bindu Dewan
Business, Nature & Purpose By Ms. Bindu DewanBusiness, Nature & Purpose By Ms. Bindu Dewan
Business, Nature & Purpose By Ms. Bindu Dewan
kulachihansraj
 

More from kulachihansraj (20)

What Is Internet made by Ms. Archika Bhatia
What Is Internet made by Ms. Archika BhatiaWhat Is Internet made by Ms. Archika Bhatia
What Is Internet made by Ms. Archika Bhatia
 
Similarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi KathuriaSimilarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi Kathuria
 
Basic Terms(Circles)
Basic Terms(Circles) Basic Terms(Circles)
Basic Terms(Circles)
 
Unit cube Activity 2 by Ms. Rashmi Kathuria
Unit cube Activity 2 by Ms. Rashmi KathuriaUnit cube Activity 2 by Ms. Rashmi Kathuria
Unit cube Activity 2 by Ms. Rashmi Kathuria
 
unit cube Activity4 by Ms. Rashmi Kathuria
unit cube Activity4 by Ms. Rashmi Kathuriaunit cube Activity4 by Ms. Rashmi Kathuria
unit cube Activity4 by Ms. Rashmi Kathuria
 
Unit cube Activity 1 by Ms. Rashmi Kathuria
Unit cube Activity 1 by Ms. Rashmi KathuriaUnit cube Activity 1 by Ms. Rashmi Kathuria
Unit cube Activity 1 by Ms. Rashmi Kathuria
 
Unit-cubes Activity3 By Ms. Rashmi Kathuria
Unit-cubes Activity3 By Ms. Rashmi KathuriaUnit-cubes Activity3 By Ms. Rashmi Kathuria
Unit-cubes Activity3 By Ms. Rashmi Kathuria
 
Hybridization By Ms. Manjula Agarwal
Hybridization By Ms. Manjula AgarwalHybridization By Ms. Manjula Agarwal
Hybridization By Ms. Manjula Agarwal
 
Project Final Yogita Anand Kohli
Project Final Yogita Anand KohliProject Final Yogita Anand Kohli
Project Final Yogita Anand Kohli
 
Social religious reform movements in India By Ms. Seema Lal
Social religious reform movements in India By Ms. Seema LalSocial religious reform movements in India By Ms. Seema Lal
Social religious reform movements in India By Ms. Seema Lal
 
The Electric Circuit And Kirchhoff’S Rules by Students
The Electric Circuit And Kirchhoff’S Rules by StudentsThe Electric Circuit And Kirchhoff’S Rules by Students
The Electric Circuit And Kirchhoff’S Rules by Students
 
Stacks & Queues By Ms. Niti Arora
Stacks & Queues By Ms. Niti AroraStacks & Queues By Ms. Niti Arora
Stacks & Queues By Ms. Niti Arora
 
Ten Commandment by Ms. S. Kumar
Ten Commandment by Ms. S. KumarTen Commandment by Ms. S. Kumar
Ten Commandment by Ms. S. Kumar
 
Psychic Development
Psychic DevelopmentPsychic Development
Psychic Development
 
Quadrilateral Family[1] Rashmi Kathuria
Quadrilateral Family[1] Rashmi KathuriaQuadrilateral Family[1] Rashmi Kathuria
Quadrilateral Family[1] Rashmi Kathuria
 
Lord Ullins12 By Ms. Amardeep Kaur
Lord Ullins12 By Ms. Amardeep KaurLord Ullins12 By Ms. Amardeep Kaur
Lord Ullins12 By Ms. Amardeep Kaur
 
Healthydiet
HealthydietHealthydiet
Healthydiet
 
Discipline By Ms Chandla
Discipline By Ms ChandlaDiscipline By Ms Chandla
Discipline By Ms Chandla
 
Foreign exchange rate and its determination by Ms. Anita Babbar
Foreign exchange rate and its determination by Ms. Anita BabbarForeign exchange rate and its determination by Ms. Anita Babbar
Foreign exchange rate and its determination by Ms. Anita Babbar
 
Business, Nature & Purpose By Ms. Bindu Dewan
Business, Nature & Purpose By Ms. Bindu DewanBusiness, Nature & Purpose By Ms. Bindu Dewan
Business, Nature & Purpose By Ms. Bindu Dewan
 

Recently uploaded

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 

Recently uploaded (20)

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 

What Is A Network made by Ms. Archika Bhatia

  • 1. Presentation made by: Ms. Archika Bhatia NETWORKING
  • 2. WHAT IS A NETWORK ? Network is an interconnected collection of autonomous computers. Autonomous means that no computer on networks can start, stop or control another.
  • 3.
  • 4. EVOLUTION OF NETWORKING In mid 1960s at the height of Cold War, the DOD (Department of Defense) wanted a command and control network that could survive a nuclear war. Traditional circuit-switched telephone networks were considered too vulnerable. To solve this problem DOD created ARPANET. ARPANET Advanced Research Projects Administration Network
  • 5.
  • 6. Local Area Network Smaller networks that are confined to a localised area. ( e.g. an office, building or factory ) are known as LANs. Metropolitan Area Network Network spread across a city. E.g Cable T.V.
  • 7. Wide Area Network Network spread across countries. e,.g. Internet
  • 8.
  • 9.
  • 10. CIRCUIT SWITCHING In this technique complete physical connection is established between 2 computers and then data are transmitted from the source computer to the destination computer. During the connection establishment, resources are allocated between the caller and the callee.
  • 11. MESSAGE SWITCHING Message switching systems are nowadays mostly implemented over PACKET SWITCHING technique. It works on store and forward principle. When this form of switching is used, no physical path is established in advance in between sender and receiver. Instead, when the sender has a block of data to be sent, it is stored in the first switching office (i.e. router ) then forwarded later at one packet at a time. A message is divided into small packets of fixed size. Each packet carries the address of the destination Each packet is processed individually by a router, all packets sent by a host to another host are not guaranteed to use the same physical links. If the routing algorithm decides to change the routing tables of the network between the instants two packets are sent, then these packets will take different paths and can even arrive out of order.
  • 12. DATA COMMUNICATION TECHONOLOGY Concept of Channel: Channel is the media of transmission. Baud: bits per second. It is the prevalent measure for data transmission speed. Data Transfer rate: It is the average number of bits, characters, or blocks that can be moved from one place to another in a given time usually in a second’s time in data transmission system. (bps, Kbps, Mbps, Gbps, Tbps) Bandwidth: In computer networks, bandwidth is often used as a synonym for data transfer rate - the amount of data that can be carried from one point to another in a given time period (usually a second). This kind of bandwidth is usually expressed in bits (of data) per second ( bps ). Bandwidth is the difference between the upper and lower cutoff frequencies and is often measured in Hertz (Hz, KHz, MHz).
  • 13.
  • 14. TWISTED PAIR CABLE It consists of two identical wires wrapped together. The 8 pin modular jacks at both ends of an Ethernet cable, clearly showing the wire pairs inside. Advantage Simplicity and ease of installation. Low cost Disadvantage Data transmission characteristics are not so good.
  • 15. COAXIAL CABLE Another ex: Cable coaxial RG-59. A: Plastic Jacket B: Metallic Core C: Dialetric Insulator D: Center Core The structure of coaxial cable consists of four main components as shown in the picture below. Data transmission characteristics are much better than twisted pair cable. And cost is more than TPC.
  • 16.
  • 17. EMI is Electromagnetic Interference: It consists of outside electromagnetic noise that distorts the signal in a medium. When you listen to an AM radio, for example, you often hear EMI in the form of noise caused by nearby motors or lightning. Attenuation: is a measure of how much a signal weakens as it travels through a medium. Attenuation is a contributing factor to why cable designs must specify limits in the lengths of cable runs.
  • 18.
  • 19.
  • 20.
  • 21. SATELLITE The problem with microwave communication is LOS. A communication satellite is an electrical device positioned in an orbit around the earth. It can be thought of a big microwave repeater in the sky. It contains one or more ‘Transponders’ each of which listens to some portion of the frequency spectrum, amplifies the incoming signal and then rebroadcasts it at another frequency. Different frequencies are used for ‘uplinking’ and ‘downlinking’ to avoid interference of signals.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40. TCP/IP ( Transmission Control Protocol / Internet Protocol ) TCP breaks the data into packets that the network can handle efficiently, verifies that all the packets arrive at their destination and then reassembles the data. IP allots the destination address to the packets and also allots the sequence numbers. For example , when an html file is sent to you from a Web server, the TCP program layer of that server takes the file and divides it into packets, numbers the packets, and then forwards them individually to the IP program layer. Even though every packet has the same destination IP address, they can get routed differently through the network. When the client program in your computer gets them, the TCP reassembles the individual packets and waits until all of those files have arrived before giving them to an application as one single file.
  • 41. FTP ( File Transfer Protocol ) Protocol which enables files to be transferred from one computer to another. i.e. Downloading and Uploading of files. FTP runs exclusively over TCP. HTTP ( Hyper Text Transfer Protocol ) Protocol used to transfer hypertext files. Hypertext is an ordinary text that has some extra features such as formatting, images, multimedia and links to other documents. HTTP is not constrained to using TCP/IP .
  • 42. PPP ( Point to Point Protocol ) TELNET ( Remote Login) PPP , is a data link protocol commonly used to establish a direct connection between two nodes over serial cable, phone line, cellular telephone, specialized radio links, or fiber optic links. Most Internet service providers use PPP for customers' dial-up access to the Internet . TELNET ( TEL ecommunication NET work) is a network protocol used on the Internet or local area network (LAN) connections. Telnet is the main Internet protocol for creating a connection with a remote machine. It gives the user the opportunity to be on one computer system and do work on another, which may be across the street or thousands of miles away. In WWW publishing telnet is used to log into the web server and 'set the permissions' of files and directories. To start a Telnet session, you must log in to a server by entering a valid username and password . Telnet is a common way to remotely control Web servers .
  • 43.
  • 44.
  • 45.
  • 46.