<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1218084272001406085</id><updated>2024-09-12T04:06:40.760-07:00</updated><category term="Data Communication"/><category term="Attenuation"/><category term="Baud Rate"/><category term="Bit Rate"/><category term="Broadband - Baseband Transmission"/><category term="Circuit Switching"/><category term="Communication Systems"/><category term="Components Of Data Communication"/><category term="Data Transmission Modes"/><category term="Message Switching"/><category term="Modes of Data Transfer"/><category term="Network Software"/><category term="Network Topologies"/><category term="Packet Switching"/><category term="Switching Techniques"/><category term="Transmission Media"/><category term="Transmission Modes"/><category term="Transmission Technologies"/><title type='text'>Networking Basics</title><subtitle type='html'>Computer Networking Basics</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-3141919157964149433</id><published>2009-07-12T10:48:00.000-07:00</published><updated>2009-07-12T10:56:09.503-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Data Communication"/><category scheme="http://www.blogger.com/atom/ns#" term="Modes of Data Transfer"/><title type='text'>Modes of Data Transfer</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Modes of Data Transfer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Data Transfer along the communication media can take place in two ways: -&lt;br /&gt;&lt;br /&gt;. Serial&lt;br /&gt;. Parallel&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Serial Data Transmission&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If data is sent only bit at a time, then only one data line is required, along with the ground or signal return, as shown in &lt;span style=&quot;font-weight: bold;&quot;&gt;Fig. 1.11&lt;/span&gt;. This is referred to as serial communications. Since information in the computer is usually stored and moved in parallel on the system buses, the data to be sent from a port to a device must be converted from parallel to serial. In &lt;span style=&quot;font-weight: bold;&quot;&gt;Fig. 1.11&lt;/span&gt;, module A converts the parallel input data to serial form and sends it to module B in accordance with the clock input to module A.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFyqSmveWOONDr63zquUnhIAt2EMXTEyKUgZYH-xi7dym46jRoxtgz2huU6ONh0xwY6UvL9Q3ZfAQ-dC9x7kgxjdAf23wGc-eB0Dunnn8REDlTyYXfclcad1EGIebESrhaBokzqQT5cF4/s1600-h/Serial+Data+Transmission+Networksbasics.blogspot.com.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 200px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFyqSmveWOONDr63zquUnhIAt2EMXTEyKUgZYH-xi7dym46jRoxtgz2huU6ONh0xwY6UvL9Q3ZfAQ-dC9x7kgxjdAf23wGc-eB0Dunnn8REDlTyYXfclcad1EGIebESrhaBokzqQT5cF4/s400/Serial+Data+Transmission+Networksbasics.blogspot.com.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357633243714534402&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;b style=&quot;&quot;&gt;Fig. 1.11 Serial Communications&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Then why use serial communications? For distance longer than a few feet (room-to-room, building-to-building, etc.), the expenses and difficulty of installing groups of parallel wires increases greatly. Also, noise pickup and signal deterioration increases rapidly on transmission lines as distance increases. In order to reduce noise pickup, sometimes a separate ground wire is twisted together with each signal wire. Thus, in these cases, the number of wires will double and increase the cost even more for parallel transmission. Serial transmission is used to overcome these problems.&lt;br /&gt;&lt;br /&gt;Serial data transmission is the one normally chosen for long-distance data communications, and most microcomputers have at least one serial data port, typically using an RS232 (serial) connector for data communication purpose.&lt;br /&gt;&lt;br /&gt;This is in contrast to the parallel scheme where are number of bits are sent at the same time. The advantage of a serial scheme is that it only requires one wire for each communication channel, and one other wire for the current return path. Therefore a perfectly serviceable two-way communication scheme can be set up between say, a terminal and a computer, using only three wires.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Parallel Data Transmission&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Data can be sent either one bit at a time or several bits at a time. When more than one bit of data is sent at a time, the data transfer is said to be in parallel.&lt;br /&gt;&lt;br /&gt;Typically, parallel transfers are in a multiple of eight bits and require a data bus of eight or more lines as illustrated in &lt;span style=&quot;font-weight: bold;&quot;&gt;Fig. 1.12&lt;/span&gt;. Recall that eight bits are sent for each data transfer under the control of the Send and Reply control signals.&lt;br /&gt;&lt;br /&gt;Parallel data transmission involves simultaneous transmission of bits along several wires-usually nice. Parallel data transmission requires that bits be assembled at starting gates like race horses and simultaneously released down parallel wires when all bits are ready. Because nice wires are used to transmit messages, an entire character can be transmitted at once, rather than one bit at a time, and communications speeds are enhanced accordingly. This is one reason why many microcomputers use parallel data transmission for printers and the other peripheral equipment, typically using Centronics (Parallel) connectors.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9D5EBvRu7KtvnDkmP-QlJISNIT7G33MiC4yS62ZgiLMV1pLoNZR3kU9XL6aSuWGRCrmmS3Iuqf9AtkrRmrKS3NCtmYbdz2HUXXX8B0-9bhShVRc5Gy8DfYSwgwzbutZxBzcqkYxbt0qk/s1600-h/Parallel+Data+Transmission+Networksbasics.blogspot.com.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 200px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9D5EBvRu7KtvnDkmP-QlJISNIT7G33MiC4yS62ZgiLMV1pLoNZR3kU9XL6aSuWGRCrmmS3Iuqf9AtkrRmrKS3NCtmYbdz2HUXXX8B0-9bhShVRc5Gy8DfYSwgwzbutZxBzcqkYxbt0qk/s400/Parallel+Data+Transmission+Networksbasics.blogspot.com.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357632357563486658&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;b style=&quot;&quot;&gt;Fig. 1.12 Parallel Data Transmission&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/3141919157964149433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/3141919157964149433' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/3141919157964149433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/3141919157964149433'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2009/07/modes-of-data-transfer.html' title='Modes of Data Transfer'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFyqSmveWOONDr63zquUnhIAt2EMXTEyKUgZYH-xi7dym46jRoxtgz2huU6ONh0xwY6UvL9Q3ZfAQ-dC9x7kgxjdAf23wGc-eB0Dunnn8REDlTyYXfclcad1EGIebESrhaBokzqQT5cF4/s72-c/Serial+Data+Transmission+Networksbasics.blogspot.com.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-2229980964186138271</id><published>2009-07-04T07:42:00.000-07:00</published><updated>2009-07-04T07:45:24.076-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Transmission Modes"/><title type='text'>Transmission Modes</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Transmission Modes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The transmission mode enables the receiving computer to know where one byte ends and the next byte begins on the transmission medium. The two transmission modes are: -&lt;br /&gt;&lt;br /&gt;. Asynchronous Transmission&lt;br /&gt;. Synchronous Transmission&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Asynchronous Transmission&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Asynchronous Transmission is also called as start and stop transmission. In this case a sender can send a character at any time convenient and the receiver will accept it. In this case data is transmitted character by character at irregular intervals. Each character is preceded with a start bit and succeeded with a stop bit.&lt;br /&gt;&lt;br /&gt;This kind of transmission is well suited for keyboard type terminals and tape devices. The advantage of using this kind of transmission is that it does not require any local storage at the computer. Therefore it is economical to implement.&lt;br /&gt;&lt;br /&gt;The main disadvantage of using asynchronous transmission is the idle time during character transmission.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Synchronous Transmission&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In case of Synchronous Transmission, it involves a group of characters in the form of a block and each block is framed by a header and trailer information. The header contains synchronizing information used by the receiving device to set the clock time in synchronize with the clock time of sender. The trailer consists of information about sender and receiver, this kind of transmission is well suited for remote communication between a computer and devices such as buffered card reader and printers. Here the block length is about 80-130 characters long. It is also used with buffered terminals for communication in a network. The primary advantage of using synchronous transmission is efficiency because it offers higher data rate and lesser time difference between the blocks as compared to asynchronous transmission.</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/2229980964186138271/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/2229980964186138271' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/2229980964186138271'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/2229980964186138271'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2009/07/transmission-modes.html' title='Transmission Modes'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-5735123760150893760</id><published>2008-06-24T11:28:00.000-07:00</published><updated>2008-06-24T11:29:58.153-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Communication Systems"/><category scheme="http://www.blogger.com/atom/ns#" term="Data Communication"/><title type='text'>Communication Systems</title><content type='html'>&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;span style=&quot;font-size:13;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Communication Systems&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In case of sending and receiving messages or data from one place to other place, we have many elements working together. All these elements put together to work efficiently is known as system. The communication system has the sole purpose of passing data or information in the most effective manner.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Communication system is the combination of the hardware, software and data transfer links that make up a communication facility of transferring data in a cost effective manner.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;A communication system can either be analog or digital or a combination of the two. That is, the information can be transmitted in either analog or digital form with in the communication network. E.g. computer generated data are to be sent over analog telephone lines, the digital signals must be converted to analog form. The technique by which a digital signal is converted to its analog form is known as modulation. The reserve process that is conversion to its analog signal to its digital form at the destination device called demodulation. The process of modulation and demodulation that is the conversion of digital data to analog from and vice versa is carried out by a special device called modem (modulation/demodulation).&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;The analog form of message is sent via telephone line and then it reaches the destination where they are again transformed into digital pulses by the other modem connected with the receiver PC. Thus the message or data is transmitted and received by the two PC’s.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;As the analog signal passes through the telephone lines, its strength starts decreasing with the distance, so amplifiers are used to boost the strength of the signal. These amplifiers add noise to the signal which sometimes causes disruption of the message. But good quality of the modem at receiving end as well as at the transmitting end is able to cut down the effect of the noise.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/5735123760150893760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/5735123760150893760' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/5735123760150893760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/5735123760150893760'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/06/communication-systems.html' title='Communication Systems'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-6933295365891361753</id><published>2008-06-02T15:02:00.000-07:00</published><updated>2008-06-02T15:03:38.711-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Components Of Data Communication"/><category scheme="http://www.blogger.com/atom/ns#" term="Data Communication"/><title type='text'>Data Communication &amp; It&#39;s Components</title><content type='html'>&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Data Communication&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Data Communication means sharing the information. This sharing can be local or remote or with in a building. Local communication usually occurs face to face, while remote communication take place over distance.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;This term telecommunication includes telephony, television mean communication at a distance. The world tele is a Greek word which means “far”. The word data refers to the facts. In the context of computer information system, data are represented by binary information unit produced in the form of 0s (zero) and 1s (one).&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Data Communication is the exchange of data between the two devices via some of transmission medium. Data communication devices must be the part of the communication system made up of a combination of Hardware and Software. The effective data communication has three fundamental characteristics.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style=&quot;margin-top: 0in;&quot; start=&quot;1&quot; type=&quot;1&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Delivery.&lt;/b&gt; System must deliver the      data to the correct destination.&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Accuracy.&lt;/b&gt; System must deliver      accurate data.&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Timeliness.&lt;/b&gt; System must deliver      the data in a timely manner.&lt;/li&gt;&lt;/ol&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Components of Data Communication&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;There are five major components of data communication system: -&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style=&quot;margin-top: 0in;&quot; start=&quot;1&quot; type=&quot;1&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Messag&lt;/b&gt;e. The information which is      to be communicated.&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Sender.&lt;/b&gt; Sending data communication      device are the devices that sends data message. It can be computer,      workstation, telephone, radio, camera and so on.&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Receiver.&lt;/b&gt; Receiver is the device      that receives the message. It can be a computer, workstation, telephone,      TV and so on.&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Medium.&lt;/b&gt; It is a physical path by      which the message travels from sender to receiver.&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;b style=&quot;&quot;&gt;Protocol.&lt;/b&gt; It is the set of rules      that governs the data communication. It is agreement between the      communication devices. Without a protocol, two devices may be connected      but they are not communicating (With each other). Just as a person      speaking Tamil cannot understand the language of the person who speaks      only Punjabi.&lt;/li&gt;&lt;/ol&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/6933295365891361753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/6933295365891361753' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/6933295365891361753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/6933295365891361753'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/06/data-communication-its-components.html' title='Data Communication &amp; It&#39;s Components'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-7893318142857232396</id><published>2008-05-23T08:22:00.000-07:00</published><updated>2008-05-23T08:25:34.819-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Broadband - Baseband Transmission"/><category scheme="http://www.blogger.com/atom/ns#" term="Transmission Technologies"/><title type='text'>Transmission Technologies</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Transmission Technologies&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;The following are some technologies that apply to communications: - &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;. &lt;/span&gt;&lt;/span&gt;Broadband Transmission&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;.&lt;/span&gt; &lt;/span&gt;Baseband Transmission&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Broadband Transmission&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; Broadband transmission enables two or more communication channels to share the bandwidth of the transmission media. Broadband networks can simultaneously accommodate video, voice, and data. ISDN is an example of a WAN communication service that can provide broadband transactions.&lt;br /&gt;&lt;br /&gt; Bandwidth is basically the difference between the highest and lowest frequencies in a given range. This refers to the capacity of the media. The greater the bandwidth, the faster the data-transfer capabilities will be.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;For example: -&lt;/span&gt; Ethernet has a bandwidth of 10 megabits per second (Mbps) and Token Ring has a bandwidth of either 4Mbps or 16Mbps.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Baseband Transmission&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Baseband transmission uses digital signals over a single frequency. With baseband transmission, the entire communication channel capacity is used to transmit a single data signal. Most LANs use baseband technology.</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/7893318142857232396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/7893318142857232396' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/7893318142857232396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/7893318142857232396'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/05/transmission-technologies.html' title='Transmission Technologies'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-5039706394230615693</id><published>2008-02-19T10:35:00.000-08:00</published><updated>2008-02-19T10:45:15.397-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Attenuation"/><category scheme="http://www.blogger.com/atom/ns#" term="Baud Rate"/><category scheme="http://www.blogger.com/atom/ns#" term="Bit Rate"/><title type='text'>Bit Rate, Baud Rate &amp; Attenuation</title><content type='html'>&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Bit Rate, Baud Rate &amp;amp; Attenuation&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Bit Rate&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Number of bits transmitted per second or bps rate. The amount of data that a computer network can transmit is called bandwidth of network and is usually measured in kilo bits per second (Kbps) or mega bits per second (Mbps). A bit the smallest unit of information what computer can process can have one of two values, either 0 or 1. A kilo bit in one thousand bit while a mega bit is one million bit the speed at which information can be transmitted across the internet depends on the lowest information transporting capacity along the route and the number of people using that route at any given time. The bit rate is the speed of communication.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Baud Rate&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;The signaling rate of a line is measured in bauds. It is the switching speed or number of the transition (Voltage or frequency changes) that are made per second. The speed at which data is transmitted referred to as baud. Baud is commonly identified as the number of bits per second that can be transmitted over a communication line.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm17LzykeoqrexZyF8wJ09l98iBL9cKezC7LpHCwdKk5QyX4pDhWJVE4ThXQxco0o6TcRiLuG6y6ktGA59n1wJZExu7l6HQhvk2_FyPwwTSVDqRIscfud2DipQTu7p1ksQRblm0K67b2w/s1600-h/Bit+Rate,+Baud+Rate+%26+Attenuation_Networksbasics.blogspot.com.JPG&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm17LzykeoqrexZyF8wJ09l98iBL9cKezC7LpHCwdKk5QyX4pDhWJVE4ThXQxco0o6TcRiLuG6y6ktGA59n1wJZExu7l6HQhvk2_FyPwwTSVDqRIscfud2DipQTu7p1ksQRblm0K67b2w/s400/Bit+Rate,+Baud+Rate+%26+Attenuation_Networksbasics.blogspot.com.JPG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5168762074361249922&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;b style=&quot;&quot;&gt;Attenuation&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;The loss of signal’s energy due to the resistance of the medium is called attenuation.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/5039706394230615693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/5039706394230615693' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/5039706394230615693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/5039706394230615693'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/02/bit-rate-baud-rate-attenuation.html' title='Bit Rate, Baud Rate &amp; Attenuation'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm17LzykeoqrexZyF8wJ09l98iBL9cKezC7LpHCwdKk5QyX4pDhWJVE4ThXQxco0o6TcRiLuG6y6ktGA59n1wJZExu7l6HQhvk2_FyPwwTSVDqRIscfud2DipQTu7p1ksQRblm0K67b2w/s72-c/Bit+Rate,+Baud+Rate+%26+Attenuation_Networksbasics.blogspot.com.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-1683577394160447969</id><published>2008-02-07T07:14:00.000-08:00</published><updated>2008-02-07T07:27:53.058-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Data Communication"/><category scheme="http://www.blogger.com/atom/ns#" term="Data Transmission Modes"/><title type='text'>Data Communication &amp; Data Transmission Modes</title><content type='html'>&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Data Communication&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;In data communication, four basic terms are used i.e.&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b style=&quot;&quot;&gt;→ &lt;/b&gt;Data&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;→ &lt;/b&gt;Signal&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;→ &lt;/b&gt;Signaling&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;→ &lt;/b&gt;Transmission&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b style=&quot;&quot;&gt;&lt;u&gt;Data&lt;/u&gt; &lt;/b&gt;refers to information that conveys or contains something of meaning to source/recipient. The information in data may be raw data or contain interpreted result from raw data.&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b style=&quot;&quot;&gt;&lt;u&gt;Signal&lt;/u&gt; &lt;/b&gt;is the data encoding in the form of electric or electromagnetic waves to produce digital or analog signal.&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b style=&quot;&quot;&gt;&lt;u&gt;Signaling&lt;/u&gt;&lt;/b&gt; is the process by which computer interacts with transmission media &amp;amp; sends the signal down the media.&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b style=&quot;&quot;&gt;&lt;u&gt;Transmission&lt;/u&gt;&lt;/b&gt; is the communication of data achieved by propagation or processing of signals.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Data Transmission Modes&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;There are three ways as modes for transmitting data from one point to another. These are:-&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b style=&quot;&quot;&gt;→ &lt;/b&gt;Simplex&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;→ &lt;/b&gt;Half-Duplex&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;→ &lt;/b&gt;Full-Duplex&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b style=&quot;&quot;&gt;Simplex Mode of Transmission &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;In Simplex transmission, communication takes place only in one direction. Devices connected to such a circuit are either send-only or receive only device.&lt;/p&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR8PaOQLTfVpUmHXX9hyphenhyphenS-xFh7qcXnkcdRA93o6ijwhtVfmFgFzxPPO7rplsgyN6lBIWpsTzmHGnCzPAfIIEvkADcU5Epc4W2e6Clf1oBv3EjbnkTPknykC4jVkP7Rd58OcpL5LIdTJeg/s1600-h/Simplex_Mode_of_Data_Transmission_Networksbasics.blogspot.com.JPG&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR8PaOQLTfVpUmHXX9hyphenhyphenS-xFh7qcXnkcdRA93o6ijwhtVfmFgFzxPPO7rplsgyN6lBIWpsTzmHGnCzPAfIIEvkADcU5Epc4W2e6Clf1oBv3EjbnkTPknykC4jVkP7Rd58OcpL5LIdTJeg/s400/Simplex_Mode_of_Data_Transmission_Networksbasics.blogspot.com.JPG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5164258484761012354&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;b style=&quot;&quot;&gt;Fig-1.1 -- Simplex Mode of Data Transmission&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Half-Duplex Mode of Transmission&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;A Half-Duplex system can transmit data in both directions, but only one direction at a time. This requires two wires. This is a common type of communication because one person can speak at a time. In this case line must be turned around each time the direction is reversed. This involves a switching circuit.&lt;/p&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7ZVgFHzV_hF360COWm7KoXDoGcQd-TnoyVsXWcpMz8w1iiDBFIu-0ZofJfAUF7aCjr1N8PN16HvWT2hrCeKXitnBirpn_uwIWj94pqZ_PLIpPii-3JwrMgTZEukhJlB-fUlKQwUsxyh0/s1600-h/Half_Duplex_Mode_of_Data_Transmission_Networksbasics.blogspot.com.JPG&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7ZVgFHzV_hF360COWm7KoXDoGcQd-TnoyVsXWcpMz8w1iiDBFIu-0ZofJfAUF7aCjr1N8PN16HvWT2hrCeKXitnBirpn_uwIWj94pqZ_PLIpPii-3JwrMgTZEukhJlB-fUlKQwUsxyh0/s400/Half_Duplex_Mode_of_Data_Transmission_Networksbasics.blogspot.com.JPG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5164259219200419986&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;b style=&quot;&quot;&gt;Fig-1.2 -- Half-Duplex Mode of Data Transmission&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;    &lt;/div&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Full-Duplex Mode of Transmission&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;A Full-Duplex system allows information to flow simultaneously in both the direction on the transmission path. Use of Full-Duplex line improves efficiency because the line turn around time is removed. It requires four wires.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioCLADnUKNMnD4bXs5uQNhHa_ivrHwVo49blBUD0_UFgFzh2BjiONlabfRdI4tYDLc0t91s7uDukPMEAEPf_K-FL_XH0kNN6fGC9FCo6Y_4N_rGRUhUkHfhwklfaf-02Z1DTVNlt-nz60/s1600-h/Full_Duplex_Mode_of_Data_Transmission_Networksbasics.blogspot.com.JPG&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioCLADnUKNMnD4bXs5uQNhHa_ivrHwVo49blBUD0_UFgFzh2BjiONlabfRdI4tYDLc0t91s7uDukPMEAEPf_K-FL_XH0kNN6fGC9FCo6Y_4N_rGRUhUkHfhwklfaf-02Z1DTVNlt-nz60/s400/Full_Duplex_Mode_of_Data_Transmission_Networksbasics.blogspot.com.JPG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5164259223495387298&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;b style=&quot;&quot;&gt;Fig-1.3 -- Full-Duplex Mode of Data Transmission&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br/&gt;&lt;br/&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/1683577394160447969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/1683577394160447969' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/1683577394160447969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/1683577394160447969'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/02/data-communication-data-transmission.html' title='Data Communication &amp; Data Transmission Modes'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR8PaOQLTfVpUmHXX9hyphenhyphenS-xFh7qcXnkcdRA93o6ijwhtVfmFgFzxPPO7rplsgyN6lBIWpsTzmHGnCzPAfIIEvkADcU5Epc4W2e6Clf1oBv3EjbnkTPknykC4jVkP7Rd58OcpL5LIdTJeg/s72-c/Simplex_Mode_of_Data_Transmission_Networksbasics.blogspot.com.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-1515415200108340070</id><published>2008-02-01T09:07:00.000-08:00</published><updated>2008-02-01T09:14:07.048-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Circuit Switching"/><category scheme="http://www.blogger.com/atom/ns#" term="Message Switching"/><category scheme="http://www.blogger.com/atom/ns#" term="Packet Switching"/><category scheme="http://www.blogger.com/atom/ns#" term="Switching Techniques"/><title type='text'>Switching Techniques</title><content type='html'>&lt;b style=&quot;&quot;&gt;Switching Techniques&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Circuit Switching&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;When you or your computer places a call (Telephone), the switching equipment within the telephone system search for a physical copper path all the way from your telephone to receiver’s telephone, this technique is called as circuit switching.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 0.5in;&quot;&gt;Once the call has been setup, a dedicated path between both ends exists &amp;amp; will continue to exist until the call is finished.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;An important feature of circuit switching is the need to set-up an end-to-end path before any data can be sent. The time between the end of dialing and start of ringing can easily be 10 seconds and may increase on long-distance or international calls. During this time interval, the telephone system is hunting for a copper path.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;As a consequence of copper path between the calling parties, once the set up has been completed, the only delay for data is he propagation time for electromagnetic signal.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Once the call has been put through, you never get busy signals; you might get busy signals before the connection has been established due to lack of switching.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Message Switching&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;A Message is a logical unit of information and can be of any length. In this method, if a station or a switching office wishes to send a message to another, it first attaches the destination address to message. When the sender has a block of data to be sent, it is stored in the first switching office and then forwarded later. This method is known as store-and-forward. Each block is received entirely, checked for errors and then retransmitted.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;In message switching, no physical connection is required between the source and destination. &lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;But one disadvantage is that the message length is unlimited i.e. each switching node must have sufficient storage to buffer message and another one is that a message is delay at each node because of time required to receive the message plus a queuing delay waiting for a chance to retransmit message to next node.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Packet Switching &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;This method works similar to message switching, however it overcomes the disadvantage of message switching because in this method routing is done on packet basis and not on message basis.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Here, a message is split up into packets of fixed size. Besides the block of data to be sent, a packet has a header that contains source and destination addresses, control information, acknowledgement and error checking bits. With message switching, there was no limit on block size, which means that routers must have disks to buffer long blocks. It also means that a single block may tie up a line for minutes restricting switches for the other traffic. To get around these problems, packet switching was invented.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Packet switching makes sure that no user reserves the transmission line for very long time.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Thus computer networks usually use packet switching, occasionally circuit switching, but never message switching. &lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/1515415200108340070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/1515415200108340070' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/1515415200108340070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/1515415200108340070'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/02/switching-techniques.html' title='Switching Techniques'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-5716650236562645487</id><published>2008-01-28T11:19:00.000-08:00</published><updated>2008-01-28T11:24:32.558-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Transmission Media"/><title type='text'>Transmission Media</title><content type='html'>&lt;b style=&quot;&quot;&gt;Transmission Media &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In OSI Model, the purpose of physical layer is to transfer raw but stream from one computer to another, so various transmission media are used for data or bit transmission. Each one has its own niche in terms of bandwidth, delay, cost &amp;amp; ease of installation &amp;amp; maintenance. They are grouped into guided media i.e. copper wire, fiber optics and unguided media i.e. radio and laser.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Magnetic Media&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;The most common way to transport data from one computer to another is to write them onto magnetic tapes or floppy disks. This method is often more cost effective and not as sophisticates as geosynchronous satellites. E.g. a video tape can hold 7 gigabytes and a box of 50 x 50 can hold 1000 video tapes i.e. total is 7000 G.B. It can be delivered anywhere in &lt;st1:country-region st=&quot;on&quot;&gt;&lt;st1:place st=&quot;on&quot;&gt;UK&lt;/st1:place&gt;&lt;/st1:country-region&gt;/US in 24 hrs by Express Services.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Thus effective bandwidth of this transmission is 56 GB/86400 sec. or 64 Mbps, which is slightly better than the high-speed version of ATM i.e. 622 Mbps. But, if the destination is 1 hr away, then bandwidth increased over to 15 Gbps. Thus, banks used to take back up on Magnetic tapes for performance.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;If cost is taken, then a similar picture will be offered i.e. a video tape can reused at least ten times.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Twisted Pair&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In Magnetic Tapes, the bandwidth characteristics are excellent, but the delay time is poor. Transmission time is measured in hours/minutes, not in milliseconds, thus the oldest &amp;amp; most common transmission medium is Twisted Pair. It consists of two insulated copper wires, about 1mm thick &amp;amp; they are twisted in helical form like a DNA molecule. The purpose is to reduce electrical interference from similar pair close by. The most common application of twisted pair is telephone system. All telephones are connected to telephone office through twisted pair. They can run several kilometers without amplification, but for longer distances repeaters are needed.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;It can be used for either digital or analog transmission. The bandwidth depends upon the thickness of wire and the distance traveled, but several megabits/sec can be achieved for few kilometers. Thus they are offering adequate performance and low cost.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Two types of twisted pairs are used by lot of companies i.e. Category 3 &amp;amp; Category 5.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Category 3 consists of two insulated wires gently twisted together. For such pairs are grouped together in a plastic sheath for protection and to keep eight wires together. It allowed up to four regular telephones or two multiline telephones in each office to connect to telephone company equipment.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Category 5 is similar to Category 3 except they have more twists per centimeter &amp;amp; Teflon insulation, results in less cross talk and better quality signal over longer distances, making suitable for high-speed computer communication.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Co-axial Cable (Coax)&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Co-axial cable has better shielding than twisted pairs, so it can spans longer distances at higher speeds. There are two kinds of co-axial cable exists i.e. 50-ohm &amp;amp; 70-ohm cables.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;50-ohm is commonly used for digital transmission &amp;amp; 75-ohm is used for analog transmission. 50-ohm cable is also called Baseband Co-axial Cable &amp;amp; 75-ohm is Broadband Co-axial Cable.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;A Co-axial cable consists of a stiff copper wire as the core, surrounded by an insulating material. The insulator is enclosed by a cylindrical conductor, often as a closely woven braided mesh. The outer conductor is covered in a plastic sheath.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;The construction and shielding of co-axial cable gives a better high bandwidth and noise immunity as compared to STP. Bandwidth depends on cable length. They are widely used within telephone system, but now a days replaced by fiber-optics. Coax is widely used in cable television and some LAN’s.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Broadband Coax is another kind of co-axial cable used for analog transmission. Broadband refers to anything wider than 4 KHz. &amp;amp; broadband cable means any cable networks using analog transmission. The cables can be used up to 300 MHz. &amp;amp; can run over 100 Km due to analog signaling. At higher frequency, many bits/Hz can be transmitting using advanced modulation technique.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Broadband Co-axial cables are divided up to multiple channels. For television broadcasting, 6-MHz channels are used. Each channel can be used for analog transmission/television. Television &amp;amp; Data can be mixed on one cable.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;The key difference between Broadband &amp;amp; Baseband Co-axial cable, broadband system covers large area &amp;amp; therefore need analog amplifiers to strength the signal periodically. For this two types of broadband cables are used i.e. Dual cable &amp;amp; Signal cable.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;But broadband is inferior to baseband for sending digital data. In last, co-axial are relatively cheap as compared to fiber optics and easy to handle.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Fiber Optics&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;The data is carried by light instead of current or voltage in fiber optics. Light acts as carrier waves. It is used for transmission at very high rate and with very large bandwidth.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Fiber optics has three components:-&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Light source&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Transmission Medium&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Detector&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In the center is the glass core through which light propagates. The core can be of 50 ms in diameter, about thickness of human hair.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;The core is surrounded by glass cladding to keep the light in the core &amp;amp; thin plastic jacket protect the cladding. They bundled together protected by outer sheath.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;There are three different ways to connect fibers i.e. they can terminate in connectors &amp;amp; be plugged into fiber sockets. They can be spliced mechanically &amp;amp; two pieces of fibers can be fused/melted together to form a solid connection, but at each way they lose about 0-20 percent of light at each level. Two kinds of light sourcing used to do signaling i.e. LED’s (Light Emitting Diodes) &amp;amp; semiconductor lasers.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Optical fiber may be multimode or single mode. Multimode use multiple lights paths &amp;amp; make all the parts of signal arrive at same time, appearing to receiver as though they were one pulse, but single mode can allow greater bandwidth &amp;amp; cable run that multimode is more expensive.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Radio Transmission &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Radio Waves are easy to generate, can travel longer distances &amp;amp; because they are easily to penetrate, widely used for communication. Radio waves have frequencies between 10 KHz &amp;amp; 1 GHz. Radio waves can travel in all directions from source, so that transmitter &amp;amp; receiver don’t have to be carefully aligned physically. Radio waves are frequency dependent &amp;amp; at low frequency, radio waves pass through obstacles easily &amp;amp; at high frequency, radio waves tend to travel in straight lines &amp;amp; bounce off obstacles. At all frequencies, radio waves interference from motors &amp;amp; other electrical equipment. They include:-&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Short-wave&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Very-high frequency (VHF) television &amp;amp; FM radio&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Ultra-high frequency (UHF) radio &amp;amp; television&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Various kinds of antennas can be used to broadcast radio signals. The power of radio-frequency (RF) signal is determined by antennas &amp;amp; trans-receiver.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;In HF &amp;amp; VHF bands, the ground waves tend to be absorbed by the earth. The military also communicates in HF &amp;amp; VHF bands. Under certain atmospheric conditions, the signals may bounce several times.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Thus, when radio waves reach ionosphere, a larger of charged particles circling the earth at height of 100-500 km, are refracted by it &amp;amp; sent back to earth.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Microwave Transmission&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Microwaves are used for satellites, radios &amp;amp; mobile phones. It covers a part of UHF &amp;amp; SHF band &amp;amp; radio waves also cover the part of UHF &amp;amp; VHF band. Antennas are used to emit &amp;amp; receive microwaves. These antennas are installed at the top of buildings to cover wide areas. Advantage of Microwave is that they do not need so much amplifiers &amp;amp; repeaters. Antennas require line of sight transmission.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;In atmospheric conditions like rainfall, increase the interferences. In case of satellite microwaves, the parabolic shaped satellite acts as a relay station between the emitting &amp;amp; receiving antennas. There are two common configurations i.e.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Point-to-Point (To connect two specific antennas)&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;→ Point-to-Multipoint&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Satellites can be used by individual business users like (Mobiles, Cable-TVs) with a price as high as the complexity of the technology. But now low-cost system has appeared with VSAT (Very Small Aperture Terminal), where a no. of individuals shares a satellite transmission capacity. Satellite communication allows large bandwidth (i.e. up to 100 Mbps).&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Since, Microwaves travel in straight line, if towers are too far apart, the earth will get in the way, and consequently repeaters are needed periodically. The distance between repeaters goes up very roughly with square root of tower height. For 100-m tower, repeaters can be apart/spaced 80 km apart. But unlike radio waves, they do not pass through buildings well. Microwaves communication is so widely used for long distance telephone communication, cellular telephones, telephone distribution &amp;amp; other uses. It is easy to put a microwave tower by buying a plot of ground every 50 km, than to buy optical fiber 50 km long. It also being used for long distance transmission, i.e. in industrial/scientific medicals band.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Infra-red Waves&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Infra-red is used for remote control or calculator. In infra-red communication, infrared rays are used between transmitter &amp;amp; receivers. Infra-red communication may be useful to connect the buildings, which cannot be linked by electrical lines. Rain &amp;amp; smoke can reduce the signal. Therefore transmission is only available as tens of meters. They are widely used for short-range communication. The remote control used on Televisions, VCR’s &amp;amp; stereos, all use infrared communication. Thus, they are relatively directional, cheap &amp;amp; easy to build but can’t pass through solid objects. As compared to other system of transmission media, there is no need of government license to operate an infrared system.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;Now a days, for indoor wireless LAN’s, computers &amp;amp; offices in a building can be equipped with relatively unfocused infrared transmitter &amp;amp; receivers. Thus portable computers with infrared capability can be on Local LAN without having to physically connect to it. Infrared cannot be used outside because sun shines as brightly in infrared as in visible spectrum.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/5716650236562645487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/5716650236562645487' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/5716650236562645487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/5716650236562645487'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/01/transmission-media.html' title='Transmission Media'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-3346145457083333707</id><published>2008-01-25T07:43:00.000-08:00</published><updated>2008-01-28T11:54:19.995-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Network Software"/><title type='text'>Network Software</title><content type='html'>&lt;b style=&quot;&quot;&gt;Network Software&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Now a days, software plays an important role in computer networks, because without software no meaning. Software is described by structuring few details about that. Functioning of network depends upon its parts or layers, their name and content and function of each layer. For e.g. OSI Reference Model &amp;amp; TCP/IP model are the branches of software network.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Networks are organized in terms of layers or levels. Each layer offers certain services to higher layers ‘n’ layer carries on conversation with ‘n’ layer on another machine. The rules &amp;amp; conventions used in this conversation are collectively called as &lt;b style=&quot;&quot;&gt;Protocol &lt;/b&gt;or &lt;b style=&quot;&quot;&gt;‘n’ layer protocol.&lt;/b&gt; A protocol is an agreement between the communicating parts on how communication is to be proceeding. Violating the protocol will make communication more difficult.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;The working of layers in software network is to process data and handle the messages from layer immediately above &amp;amp; below. The processing of data takes place some set of rules. Each layer doesn’t know what is happening above &amp;amp; below to it. The function of each layer is to take data from adjacent layers &amp;amp; process it to other layer under some rules. Each layer on computer can communicate to its Peer i.e. same layer on computer with the help of other layers fall in between them. The method is called Peer Communication. Let us take examples for this on the basis of peer communication using OSI Reference Model.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;OSI Model is a open system interconnection model, where it can help to communicate from one system to another using some guidelines or defining protocols. OSI Model defines seven layers/levels for complete communication system i.e. from highest layer (Application Layer) to lowest layer (Physical Layer). But sometimes all seven layers are not needed; only three layers are sufficient. Here in OSI Model, each layer represents a different portion of task.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/3346145457083333707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/3346145457083333707' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/3346145457083333707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/3346145457083333707'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/01/network-software.html' title='Network Software'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1218084272001406085.post-1678015938745964418</id><published>2008-01-19T05:18:00.000-08:00</published><updated>2008-01-19T05:20:47.396-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Network Topologies"/><title type='text'>Network Topologies</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Topology&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Topology refers to the interconnection of paths between the many users or nodes and how they are arranged or it refers to physical layout of the network in which all devices are connected.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Thus, topology means a topographic study of a specific object, entity, place etc.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p style=&quot;font-weight: bold;&quot; class=&quot;MsoNormal&quot;&gt;Different topologies are used in computer network i.e.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;ol style=&quot;margin-top: 0in;&quot; start=&quot;1&quot; type=&quot;1&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;Bus      Topology&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;Star      Topology&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;Ring      Topology&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;Intersecting      Rings Topology&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;Mesh      Or Complete Topology&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;Hybrid      Topology&lt;/li&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;Tree      Topology&lt;/li&gt;&lt;/ol&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Bus Topology&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In this topology, all nodes are connected with single communication medium/channel. One machine act as a transmitter and other act as a receiver, normally co-axial cable acts as a transmitter for BUS&lt;b style=&quot;&quot;&gt;. &lt;/b&gt;In this, data flow in either direction i.e. if a message goes in channel, it reaches every node and if it matches it accept the message otherwise discards it. All nodes share the co-axial cable.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 0.5in;&quot;&gt;Thus, Bus is flexible structure because users can put anywhere along its length and at low costs and less difficulty.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;But, the biggest limitation with Bus requires more management because needs protocols which decide which node became a transmitter. Second if channel breaks, anywhere then some nodes stops functioning at all. Third, it is very weak in terms of security.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Star Topology&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In this topology, there is central node and all PC’s or users communicate via central node. There is no limit in the number of users, which are attached to central node. Thus, reliability is higher.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 0.5in;&quot;&gt;Suppose, one user wants to sends data message to other in this topology, then the sender makes number of copies according to number of users in Star Topology and reaches to everyone.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;This topology is used in telephone system and used when more than one pair of users send data at same time. Thus, central nodes provide multiple path ways. &lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Thus, reliability is higher because problem in one computer does not affect the other users.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Ring Topology&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In Ring Network Topology, each node/station is connected to its upstream neighbour and downstream neighbour. Thus, in this each node receive data from previous node and repeats the information to next node. Thus, information flows from originating node, through all other nodes and back to origin node.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 0.5in;&quot;&gt;IBM Token-Ring &amp;amp; Fiber Distributed Data Interface (FDDI) is two of ring-type networks. Ring Network has the same efficiency of cabling as the Bus Network.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Intersecting Rings Topology&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;All routers of one ring are connected with all the other routers of second ring via intersecting router i.e. all computers of a ring are connected to other computers of second ring via intersecting server.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;If intersecting server fails, then computers of first ring fails to communicate with computers of second ring.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Mesh or Complete Topology&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Any computer is directly linked with all other computers in the network through direct lines.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;In a true mesh topology every node has a connection with every other node in the network. The main advantage is that failure of any computer does not effect the functioning of other computers and no node will ever encounter a busy channel when trying to communicate with another node.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;`The disadvantage is that when number of nodes goes up. The number of connections increases almost exponentially. This requires more cabling, thus very expensive.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Hybrid&lt;/b&gt; &lt;b style=&quot;&quot;&gt;Topology&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;There is no specified links between any two users some users communicate through direct lines and some follows store-and-forward principle. Mixture of all these common network topologies is Hybrid Topology.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;This topology can have Ring or Bus or Star on one side and another at other side. It uses point-to-point lines to tie them both together.&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Tree Topology&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;Any user can communicate to any other user through Tree Topology.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://networksbasics.blogspot.com/feeds/1678015938745964418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1218084272001406085/1678015938745964418' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/1678015938745964418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1218084272001406085/posts/default/1678015938745964418'/><link rel='alternate' type='text/html' href='http://networksbasics.blogspot.com/2008/01/network-topologies.html' title='Network Topologies'/><author><name>Ankit Goyal</name><uri>http://www.blogger.com/profile/08131266288548304315</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>