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

Weitere ähnliche Inhalte

Was ist angesagt?

Basic concept of computer network
Basic concept of computer networkBasic concept of computer network
Basic concept of computer networkSaahilIT
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission mediaManish8976
 
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...Kaushik Panta
 
Network topology
Network topologyNetwork topology
Network topologylekshmik
 
Computer network
Computer networkComputer network
Computer networkNeha Gupta
 
Congestion control, slow start, fast retransmit
Congestion control, slow start, fast retransmit   Congestion control, slow start, fast retransmit
Congestion control, slow start, fast retransmit rajisri2
 
5 transmission media
5 transmission media5 transmission media
5 transmission mediaSamit Singh
 
Network topologies
Network topologiesNetwork topologies
Network topologiesNorah Saad
 
context aware computing
context aware computingcontext aware computing
context aware computingswati sonawane
 
Wan technologies
Wan technologiesWan technologies
Wan technologiesOnline
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.mvenkat2016
 
Lec1 :- Data communication and network
Lec1 :- Data communication and networkLec1 :- Data communication and network
Lec1 :- Data communication and networkDhrumil Shah
 
Transmission media
Transmission mediaTransmission media
Transmission mediaUmesh Gupta
 
Packet switching
Packet switchingPacket switching
Packet switchingasimnawaz54
 

Was ist angesagt? (20)

Guided Media
Guided MediaGuided Media
Guided Media
 
Smart dust
Smart dustSmart dust
Smart dust
 
Basic concept of computer network
Basic concept of computer networkBasic concept of computer network
Basic concept of computer network
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
 
Network topology
Network topologyNetwork topology
Network topology
 
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Network topology
Network topologyNetwork topology
Network topology
 
Manet
ManetManet
Manet
 
Computer network
Computer networkComputer network
Computer network
 
Congestion control, slow start, fast retransmit
Congestion control, slow start, fast retransmit   Congestion control, slow start, fast retransmit
Congestion control, slow start, fast retransmit
 
5 transmission media
5 transmission media5 transmission media
5 transmission media
 
Introduction of VANET
Introduction of VANETIntroduction of VANET
Introduction of VANET
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
context aware computing
context aware computingcontext aware computing
context aware computing
 
Wan technologies
Wan technologiesWan technologies
Wan technologies
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
 
Lec1 :- Data communication and network
Lec1 :- Data communication and networkLec1 :- Data communication and network
Lec1 :- Data communication and network
 
Transmission media
Transmission mediaTransmission media
Transmission media
 
Packet switching
Packet switchingPacket switching
Packet switching
 

Ähnlich wie What Is A Network made by Ms. Archika Bhatia

NETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYNETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYPRINCE KUMAR
 
basic networking
basic networkingbasic networking
basic networkingAnmol Bagga
 
Lecture 5.pptx
Lecture 5.pptxLecture 5.pptx
Lecture 5.pptxDashbo
 
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.pptxEvadeDube
 
Computer network by faraz ali
Computer network by faraz aliComputer network by faraz ali
Computer network by faraz aliFaraz Faqeer
 
Fundamentals of Networking
Fundamentals of NetworkingFundamentals of Networking
Fundamentals of Networkingjashhad
 
Data Communication and Networks
Data Communication and NetworksData Communication and Networks
Data Communication and NetworksChAwais15
 
Transmission Media and Topologies .pdf
Transmission Media and Topologies   .pdfTransmission Media and Topologies   .pdf
Transmission Media and Topologies .pdfKamran Abdullah
 
Comm. & net. concepts
Comm. & net. conceptsComm. & net. concepts
Comm. & net. conceptsAshwin Kumar
 
COMPUTER NETWORKING SYSTEM
COMPUTER NETWORKING SYSTEMCOMPUTER NETWORKING SYSTEM
COMPUTER NETWORKING SYSTEMprapti borthakur
 
Computer network-and Network topology
Computer network-and Network topologyComputer network-and Network topology
Computer network-and Network topologyRida Shad
 
Network ppt
Network pptNetwork ppt
Network ppthlalu861
 
Computer network transmission channel & topology
Computer network transmission channel & topologyComputer network transmission channel & topology
Computer network transmission channel & topologySweta Kumari Barnwal
 

Ähnlich wie What Is A Network made by Ms. Archika Bhatia (20)

NETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYNETWORKS & TOPOLOGY
NETWORKS & TOPOLOGY
 
basic networking
basic networkingbasic networking
basic networking
 
Arvind Singh
Arvind SinghArvind Singh
Arvind Singh
 
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
 

Mehr von 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 Bhatiakulachihansraj
 
Similarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi KathuriaSimilarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi Kathuriakulachihansraj
 
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 Kathuriakulachihansraj
 
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 Kathuriakulachihansraj
 
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 Kathuriakulachihansraj
 
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 Kathuriakulachihansraj
 
Hybridization By Ms. Manjula Agarwal
Hybridization By Ms. Manjula AgarwalHybridization By Ms. Manjula Agarwal
Hybridization By Ms. Manjula Agarwalkulachihansraj
 
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 Lalkulachihansraj
 
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 Arorakulachihansraj
 
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 Chandlakulachihansraj
 
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 Babbarkulachihansraj
 
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 Dewankulachihansraj
 

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

Kürzlich hochgeladen

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 

Kürzlich hochgeladen (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 

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.