SlideShare a Scribd company logo
1 of 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]

More Related Content

Viewers also liked

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
 

Viewers also liked (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
 

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 

Recently uploaded (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 

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.