SlideShare uma empresa Scribd logo
1 de 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]

Mais conteúdo relacionado

Mais procurados

Wi-max Technology PPT
Wi-max Technology PPTWi-max Technology PPT
Wi-max Technology PPTVinay Krishna
 
Internet of Space - Communication Systems for Future Space-bases Internet Ser...
Internet of Space - Communication Systems for Future Space-bases Internet Ser...Internet of Space - Communication Systems for Future Space-bases Internet Ser...
Internet of Space - Communication Systems for Future Space-bases Internet Ser...Paulo Milheiro Mendes
 
Generations of Mobile Communications
Generations of Mobile CommunicationsGenerations of Mobile Communications
Generations of Mobile Communicationssivakumar m
 
Overview of LTE & VoLTE
Overview of LTE & VoLTEOverview of LTE & VoLTE
Overview of LTE & VoLTERohit Gupta
 
broad band networks
 broad band networks broad band networks
broad band networksVikas Jagtap
 
The evolution of telecommunication
The evolution of telecommunicationThe evolution of telecommunication
The evolution of telecommunicationOtman Nassiri
 
Evolution of mobile radio communication
Evolution of mobile radio communicationEvolution of mobile radio communication
Evolution of mobile radio communicationjadhavmanoj01
 
5G Network Architecture and Design
5G Network Architecture and Design5G Network Architecture and Design
5G Network Architecture and Design3G4G
 
Lte Presentation.Ppt
Lte Presentation.PptLte Presentation.Ppt
Lte Presentation.Pptvaimalik
 
Small scale fading
Small scale fadingSmall scale fading
Small scale fadingAJAL A J
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basicsYoohyun Kim
 

Mais procurados (20)

Wi Fi Technology
Wi Fi TechnologyWi Fi Technology
Wi Fi Technology
 
Wi-max Technology PPT
Wi-max Technology PPTWi-max Technology PPT
Wi-max Technology PPT
 
Internet of Space - Communication Systems for Future Space-bases Internet Ser...
Internet of Space - Communication Systems for Future Space-bases Internet Ser...Internet of Space - Communication Systems for Future Space-bases Internet Ser...
Internet of Space - Communication Systems for Future Space-bases Internet Ser...
 
Generations of Mobile Communications
Generations of Mobile CommunicationsGenerations of Mobile Communications
Generations of Mobile Communications
 
Overview of LTE & VoLTE
Overview of LTE & VoLTEOverview of LTE & VoLTE
Overview of LTE & VoLTE
 
VSAT Technology
VSAT TechnologyVSAT Technology
VSAT Technology
 
broad band networks
 broad band networks broad band networks
broad band networks
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
The evolution of telecommunication
The evolution of telecommunicationThe evolution of telecommunication
The evolution of telecommunication
 
Passive Optical Network (PON)
Passive Optical Network (PON)Passive Optical Network (PON)
Passive Optical Network (PON)
 
Wireless Backhaul
Wireless BackhaulWireless Backhaul
Wireless Backhaul
 
Ring topology ppt
Ring topology pptRing topology ppt
Ring topology ppt
 
4G Technology
4G Technology4G Technology
4G Technology
 
MIMO in 15 minutes
MIMO in 15 minutesMIMO in 15 minutes
MIMO in 15 minutes
 
Fading Seminar
Fading SeminarFading Seminar
Fading Seminar
 
Evolution of mobile radio communication
Evolution of mobile radio communicationEvolution of mobile radio communication
Evolution of mobile radio communication
 
5G Network Architecture and Design
5G Network Architecture and Design5G Network Architecture and Design
5G Network Architecture and Design
 
Lte Presentation.Ppt
Lte Presentation.PptLte Presentation.Ppt
Lte Presentation.Ppt
 
Small scale fading
Small scale fadingSmall scale fading
Small scale fading
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
 

Destaque

Healthydiet By Ms Jharna Bhattacharya
Healthydiet By Ms Jharna BhattacharyaHealthydiet By Ms Jharna Bhattacharya
Healthydiet By Ms Jharna Bhattacharyakulachihansraj
 
Similarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi KathuriaSimilarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi Kathuriakulachihansraj
 
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
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission mediaManish8976
 

Destaque (6)

Healthydiet By Ms Jharna Bhattacharya
Healthydiet By Ms Jharna BhattacharyaHealthydiet By Ms Jharna Bhattacharya
Healthydiet By Ms Jharna Bhattacharya
 
Healthydiet
HealthydietHealthydiet
Healthydiet
 
Similarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi KathuriaSimilarity By Ms. Rashmi Kathuria
Similarity By Ms. Rashmi Kathuria
 
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
 
Basic Terms(Circles)
Basic Terms(Circles) Basic Terms(Circles)
Basic Terms(Circles)
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
 

Semelhante a 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
 

Semelhante a 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
 

Mais de 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 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
 
E Mail by Ms. Archika Bhatia
E Mail by Ms. Archika BhatiaE Mail by Ms. Archika Bhatia
E Mail by Ms. Archika Bhatiakulachihansraj
 
Chemical bonding by Ms Rashmi Bhatia
Chemical bonding by Ms Rashmi BhatiaChemical bonding by Ms Rashmi Bhatia
Chemical bonding by Ms Rashmi Bhatiakulachihansraj
 

Mais de kulachihansraj (20)

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
 
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
 
E Mail by Ms. Archika Bhatia
E Mail by Ms. Archika BhatiaE Mail by Ms. Archika Bhatia
E Mail by Ms. Archika Bhatia
 
Chemical bonding by Ms Rashmi Bhatia
Chemical bonding by Ms Rashmi BhatiaChemical bonding by Ms Rashmi Bhatia
Chemical bonding by Ms Rashmi Bhatia
 
Ps12 Manjula Agg
Ps12 Manjula AggPs12 Manjula Agg
Ps12 Manjula Agg
 
Positive Thinking
Positive ThinkingPositive Thinking
Positive Thinking
 

Último

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 

Último (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

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.