<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Technotes2's Blog</title>
	<atom:link href="http://technotes2.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes2.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 06 Jan 2009 03:43:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='technotes2.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Technotes2's Blog</title>
		<link>http://technotes2.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://technotes2.wordpress.com/osd.xml" title="Technotes2&#039;s Blog" />
	<atom:link rel='hub' href='http://technotes2.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Network + Networking Protocols 1 of 2:</title>
		<link>http://technotes2.wordpress.com/2009/01/02/network-networking-protocols-1-of-2/</link>
		<comments>http://technotes2.wordpress.com/2009/01/02/network-networking-protocols-1-of-2/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 21:00:36 +0000</pubDate>
		<dc:creator>technotes2</dc:creator>
				<category><![CDATA[Network+]]></category>

		<guid isPermaLink="false">http://technotes2.wordpress.com/?p=42</guid>
		<description><![CDATA[TCP/IP: TCP/IP overview TCP/IP separates a full network protocol suite into a number of tasks. 4 Layers of TCP/IP Stack: Application: Allows programs that have been create4d for a particular OS to asscess the network. Provides applications for internet activities, network troubleshooting and file transfer. The following protocols apply to the Application Layer: HTTP (HyperText [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=42&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>TCP/IP: TCP/IP overview</h4>
<p>TCP/IP separates a full network protocol suite into a number of tasks.</p>
<p>4 Layers of TCP/IP Stack:</p>
<ol>
<li><strong>Application</strong>: Allows programs that have been create4d for a particular OS to asscess the network. Provides applications for internet activities, network troubleshooting and file transfer. The following protocols apply to the Application Layer:
<ul>
<li>HTTP (HyperText Transfer Protocol)</li>
<li>FTP (File Transfer Protocol)</li>
<li>SMTP (Simple Mail Transfer Protocol)</li>
<li>TFTP (Trivial File Transfer Protocol)</li>
<li>NFS (Network File System)</li>
</ul>
</li>
<li><strong>Transport</strong>: Provides communication services directly to the application processes that run on network hosts. The Transport Layer contains the following protocols:
<ul>
<li>TCP (Transmission Control Protocol)</li>
<li>UDP (User Datagram Protocol)</li>
</ul>
</li>
<li><strong>Internet</strong>: Moves data between OSI data-link and transport layers. Defines the packet and addressing scheme and routes data packets to remote hosts or networks. Provides the routing data from the source to a destination. The protocols that apply to the Internet Layer are:
<ul>
<li>ICMP (Internet Control Message Protocol)</li>
<li>ARP (Address Resolution Protocol)</li>
<li>RARP (Reverse Address Resolution Protocol)</li>
<li>BOOTP (Bootstrap Protocol)</li>
</ul>
</li>
<li><strong>Network Access</strong>: Combines OSI Physical and Data-link layers. Physical layer defines specifications such as: physical connectors, maximum transmission distances, and physical data rates. Data-link layer specifices how network access s controlled and hot to format data for transmission. The network access layer support the following topologies:
<ul>
<li>Ethernet</li>
<li>FDDI (Fiber Distributed Data Interface</li>
<li>Token Ring</li>
<li>Other Topologies</li>
</ul>
</li>
</ol>
<p>TCP/IP consists of 2 separate protocol functions:</p>
<ul>
<li><strong>TCP</strong>: uses network layer below to move packets between two communicating devices. The transfer of data between the two devices is transparent.
<ul>
<li><strong>TCP Characteristics</strong>: Operates at a higher level. Breaks message packets into smaller packets before they are transported. These small packets are then sent across the internet and received at the destination. The TCP layer of the destination reassembles the small packets into the orginal message.</li>
<li>Transport Layer Protocol (OSI)</li>
</ul>
</li>
<li><strong>IP</strong>: uses packets to transsmit information trhough the network. A packet is an independent unit of data that carries sufficient information to be routed from source to destination &#8211; this occurs without reliance on earlier exchanges.
<ul>
<li><strong>IP Characteristics</strong>: Carried out at the lower level and deal with the addressing of packets. When each packet reaches one of th gateway computers on the network, the computer read the address to find out where to forward the packet.</li>
<li>Network Layer Protocol (OSI)</li>
</ul>
</li>
</ul>
<p><strong>Benefits of TCP/IP</strong>:</p>
<ul>
<li>Open Standard</li>
<li>Independant of hardware (will run over phone lines, token ring, ethernets, or x.25 networks)</li>
<li>reliable and effecient</li>
<li>routable protocol (can be transmitted over a specific route to reduce traffic on certain parts of the network.)</li>
<li>common addressing scheme &#8211; easy for devices on the network to address one another</li>
</ul>
<h4>TCP/IP: Network Layer Functionality</h4>
<p>OSI Network Layer routes packets for information from the source to the destination. The Network layer performs four tasks to carry out this routing procedure.</p>
<ol>
<li>Defines the packet and addressing scheme</li>
<li>Moves data between the OSI Data-Link layer and the OSI Transport Layer</li>
<li>Routes information packets to remote hosts</li>
<li>Performs fragmentation and reassembly of information packets</li>
</ol>
<p>OSI Network Layer protocols:</p>
<ul>
<li><strong>IP (Internet Protocol)</strong>: Ip provides best-effort delivery. It concentrates on the route each packet should take to get to its destination. IP does not read the content of the packets, because it is soles interested in routing the packet to its destination.</li>
<li><strong>ICMP (Internet Control Message Protocol)</strong>: Control and messenging capabilities are provide by ICMP</li>
<li><strong>ARP (Address Resolution Protocol)</strong>: When the IP address is known, ARP establishes the correstponding MAC address</li>
<li><strong>RARP (Reverse Address Resolution Protocol)</strong>: When the MAC address is known, RARP establishes the corresponding IP address</li>
<li><strong>DHCP (Dynamic Host Configuration Protocol)</strong>: provides a structure to enable IP hosts to be configured automatically</li>
</ul>
<p>Characteristics of IP:</p>
<ul>
<li><strong>Lost of corrupted packets are not recoverd</strong>: (Lost/Corrupted packets are taken care of the end system.)</li>
<li><strong>Packets are treated independently</strong>: Each packet carries the addresses of its sender and receiver</li>
<li><strong>Pacekt Delivery is not guaranteed</strong>: Packets can get lost, misdirected or duplicated on the way to their destination</li>
</ul>
<p><a href="http://www.networksorcery.com/enp/protocol/ip.htm">IP Datagram Header feilds</a></p>
<p>TCP/IP common Protocols:</p>
<p><strong><a href="http://www.networksorcery.com/enp/protocol/icmp.htm">ICMP</a></strong> (Internet Control Message Protocol): Internet protocol that is used to respond to errors in TCP/IP messages. Specifies a small number of messages that are used for identification and management purposes. ICMP relies on IP to transport packets around the network.</p>
<p>Key characteristics of ICMP:</p>
<ul>
<li><strong>announcing network errors</strong>: indicates if a host or portion of the network cannon be reached because of failure. Reports is a packet is directed at a port number that has no active receiver.</li>
<li><strong>announcing network congestion</strong>: when a router cannot transmit messages as fast as it is receiving them, the router generates source quench messages &#8211; asking the sender to reduce the rate at which it is transmitting packets onto the network.</li>
<li><strong>assisting troubleshooting</strong>: uses an echo function. Sends a special packet on a round trip between two hosts. PING (a network managment app based on the echo fucntion) transmits a series of packets, measures the average round-trip times, and computer the percentage of packets lost.</li>
<li><strong>announcing timeouts</strong>: a router discards packets if they have been in the ntework for too long. When using ICMP, the routers generates and ICMP packet announing that it is dicarding the packet. TRACEROUTE is a tool that sends out packets to map the routes in the network. These packets have a small time-to-live values and the Traceroute tool watches the ICMP timeout announcements.</li>
</ul>
<p>Delivery of ICMP packets is UNRELIABLE</p>
<p><a href="http://www.networksorcery.com/enp/protocol/igmp.htm">IGMP</a> (Internet Group Management Protocol): is used by IP Hosts between themselves and their immediate neighbor multicast agents to regiester which group they are a member of, add or delete memeber of a group, and regularly confirm their membership of a group. It is also used by routers that are connected to find out the members of the groups.</p>
<p><a href="http://www.networksorcery.com/enp/protocol/arp.htm">ARP (Address Resolution Protocol)</a>: Maps IP addresses to the MAC addresses. <em>Address Resolution</em> is the process of binding the network-layer IP address of a remote comptuer in an Ehternet network to its data-link layer MAC address.</p>
<p><strong>ARP Cache</strong>: a table of IP addresses and their corresponding MAC addresses.</p>
<p>2 Types of messesages sent by the protocol are &#8220;ARP request&#8221; and &#8220;ARP reply&#8221;</p>
<p><a href="http://www.networksorcery.com/enp/protocol/rarp.htm">RARP (Reverse Address Resolution Protocol)</a>: translates physical addresses (is MAC addresses and hardware interface addresses into IP addresses.) When a host, for example a diskless workstation, is turned on it may know its physical address but not its IP address. The host must learn its IP address from an external source. Normally this external source is the RARP server.</p>
<p>2 Types of messesages sent by the protocol are &#8220;RARP request&#8221; and &#8220;RARP reply&#8221;</p>
<p><a href="http://www.networksorcery.com/enp/protocol/dhcp.htm">DHCP (Dynamic Host Configuration Protocol)</a>: use to automatically asign IP addresse and to deliever TCP/IP stack configureation parameters (ie the default gateway and subnet mask). It can also be used to provide other configuration information (ie addresses for printers, news and time servers.)</p>
<p>DHCP has 2 components:</p>
<ol>
<li>A protocol that delivers host-specific configuration parameters from the DHCP server to a host</li>
<li>a method of allocating a network addresses to hosts</li>
</ol>
<h4>TCP/IP: Transport Layer Functionality</h4>
<p>Characteristics of TCP:</p>
<ul>
<li><strong>connection-oriented protocol</strong>: to exchange data two computers set up a connection between them. They synchronize the end systems so that they can control the flow of packets and adapts to congestion on the network.</li>
<li><strong>Full-Duplex Operation</strong>: consists of a pair of virtual circuits &#8211; one in each direction. Only the two end stystems that are synchronized can use the connection.</li>
<li><strong>Error Checking</strong>: is provided by a checksum technique to verify that packets are not corrupt.</li>
<li><strong>Sequencing</strong>: Packets are sequenced and numbered. Using the sequence numbers the destination device can put the packets in order and determine if any packets are missing.</li>
<li><strong>Acknowledgements</strong>: The reciever sends and ackowledgment to the sender when it recieves one or more packets. If the sender does not recieve and acknowledgment then it may resend the packets or terminate the connection if it believes the receiver is no longer on the connection.</li>
<li><strong>Flow Control</strong>: occurs if the sender is transmitting too quickly and the buffer of the recievers overflows. If this happens the reciever drops packets. The sender learns that it should slow down or stop sending packets through the failed acknowledgements.</li>
<li><strong>Packet Recovery</strong>: The reciever can use the packet recovery services and request a packet to be retransmitted. The sender will retransmit the packets if the receipt of a packet is not acknowledged</li>
</ul>
<p><a href="http://www.networksorcery.com/enp/default1002.htm">There are 12 Feilds in the TCP header</a>.</p>
<p>Port Numbers have the following assigned ranges:</p>
<ul>
<li>numbers below 1024 are assigne to well-known port</li>
<li>from 1025 to 49151 there are registered ports that are listed by the IANA (Internet Assigned Numbers Authority)</li>
<li>from numbers 49152 to 65535 they are assigned to dynamically assigned ports</li>
</ul>
<p>End systems select the proper applications by using the port numbers. Port number identify the upper-layer protocol that uses the transport layer.</p>
<p>TCP connection setup and termination</p>
<p>When using TCP, a connect must be established between the two end systems before data transfer can begin. This connection is established using synchronization (SYN) and postive acknowledgment (ACK) segments betweent the two devices.</p>
<p>Another important function performed during the connection establishemtn is that the other device is informed of the Initial Sequence Number (ISN). This is used to track data byes on the connection.</p>
<p><strong>3 step Connection Setup Procedure:</strong></p>
<ol>
<li><strong>Host A: Send SYN</strong>: The device requesting a connection sends a SYN segment to the receiving device. The SYN contains the prot number and the first sequence number otherr device that the sender wants to connect to. The SYN control bit is set during the connection setup phase, in order to send the ISN.</li>
<li><strong>Host B: Send SYN, ACK &#8211; Ack = 101: </strong>The receiving device replies with an ACK segment and a SYN.<strong> </strong>The receiving device indicate the sequence number it expects from the next byte of data to be received. This sequence number is the sender&#8217;s ISN increased by one, because the SYN uses one byte of the sequence space.</li>
<li><strong>Host A: Send ACK -  Ack = 301</strong>: The initiating device acknowledges the SYN segment from the reciver. The SYNn bit is unset in the TCP header.</li>
</ol>
<p>TCP sequences segments and uses a forward reference acknowledgment. Each segment is numbered before it is transmitted. When the segments are recived by the other device, TCP reassembles them in the correct order to create a complete message.</p>
<p>If there is a sequence number missing in the series, that segment and all of the segments sent after it are retransmitted. If a segment is not acknowledged within a specific period of time, it is retransmitted.</p>
<p>When all the data has been transmitted, the conection is terminated.</p>
<p>3 Step Connection Terminatio Procedure:</p>
<ol>
<li><strong>Host A: Send FIN &#8211; seq = 100 &#8211; ctl = FIN</strong>: The sending device send a segment to the reciving device with the finishing control code, FIN set to one</li>
<li><strong>Host B: Send FIN ACK &#8211; seq = 300 Ack = 101 Ctl = FIN ACK</strong>: Receipt of the segment is acknowledged by the receiving device. The control code in the TCP header is set with FIN=1 in the ACK</li>
<li><strong>Host A: Send ACK</strong>: The connection is terminated after the sending device acknowledges the acknowlegdment from the receiving device.</li>
</ol>
<h4>TCP/IP: Common TCP/IP Protocols</h4>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technotes2.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technotes2.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technotes2.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technotes2.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technotes2.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technotes2.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technotes2.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technotes2.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technotes2.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technotes2.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technotes2.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technotes2.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technotes2.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technotes2.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=42&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://technotes2.wordpress.com/2009/01/02/network-networking-protocols-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a2e6f1b443882f033db2361d18b065b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">technotes2</media:title>
		</media:content>
	</item>
		<item>
		<title>Network + LAN Technologies 3 of 3</title>
		<link>http://technotes2.wordpress.com/2009/01/02/network-lan-technologies-3-of-3/</link>
		<comments>http://technotes2.wordpress.com/2009/01/02/network-lan-technologies-3-of-3/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 02:15:31 +0000</pubDate>
		<dc:creator>technotes2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technotes2.wordpress.com/?p=37</guid>
		<description><![CDATA[Virtual LANs: VLAN Operation A VLAN is a network of computers tha have different physical locations, but they communicate as if they are connect to the same segment of a LAN. The computers share the same IP network number. Network components are grouped logically into broadcast domains in a virtual LAN. All devices can send [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=37&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Virtual LANs: VLAN Operation</h4>
<p>A <strong>VLAN </strong>is a network of computers tha have different physical locations, but they communicate as if they are connect to the same segment of a LAN. The computers share the same IP network number. Network components are grouped logically into broadcast domains in a virtual LAN. All devices can send and receive broadcast frames from another device within that particular domain.</p>
<p>Benefits of VLANs:</p>
<ul>
<li><strong>Efficient utilization of bandwidth</strong>: Reduce the need to have routers control broadcast traffic. Flooding of a packet is limited to the switchports in the VLAN</li>
<li><strong>Enforcement of Network Security Policy</strong>: Broadcast domain is confined to VLAN &#8211; devices are isolated from listening to or recieving broadcast that are not intend for them. Devices of one VLAN cannot communicate with the device on other VLANs if a router is not connected between them.</li>
<li><strong>Reduced Administration Costs</strong>: Devices that are physically scattered can be logically grouped on the network. If a user moves you don&#8217;t need to reconfigure the device. If a user changes job function you can change the device&#8217;s VLAN membership.</li>
<li><strong>Reduced Network Traffic</strong>: traffic is reduced because of the confinment of the broadcast domains on the network.</li>
</ul>
<p>Frames are forwarded between VLANs in 3 steps:</p>
<ol>
<li>The IP address of the packets destination is not on the smae VLAN as the host</li>
<li>The host sends the packet to its IP default gateway&#8217;s MAC address</li>
<li>The packet is forwarded to this MAC address by a router.</li>
</ol>
<p><strong>IEEE 802.1Q</strong> Standard establishes the method for inserting VLAN membership information in the Ethernet frames using trunking encapsulation</p>
<p>VLAN components:</p>
<ul>
<li><strong>Switches</strong>: Entry point into the network for end-station devices</li>
<li><strong>Trucks</strong>: Create a point-to-point link between multiple switch ports</li>
<li><strong>Routers</strong>: Enable communication between VLANs</li>
</ul>
<p><strong>VLAN membership</strong> can be configured using <strong></strong></p>
<ul>
<li><strong>port-based: </strong>each port is assigned to a VLAN</li>
<li><strong>MAC address-based</strong>: switch does not need to be reconfigured if a user moves to a different port. Can be time consuming. single MAC addresses can not easily be a member of multiple VLANs. (This makes it difficult to share server resources between multiple VLANs.)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technotes2.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technotes2.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technotes2.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technotes2.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technotes2.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technotes2.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technotes2.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technotes2.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technotes2.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technotes2.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technotes2.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technotes2.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technotes2.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technotes2.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=37&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://technotes2.wordpress.com/2009/01/02/network-lan-technologies-3-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a2e6f1b443882f033db2361d18b065b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">technotes2</media:title>
		</media:content>
	</item>
		<item>
		<title>Network + LAN Technologies 2 of 3</title>
		<link>http://technotes2.wordpress.com/2008/12/30/network-lan-technologies-2-of-3/</link>
		<comments>http://technotes2.wordpress.com/2008/12/30/network-lan-technologies-2-of-3/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 18:49:12 +0000</pubDate>
		<dc:creator>technotes2</dc:creator>
				<category><![CDATA[Network+]]></category>

		<guid isPermaLink="false">http://technotes2.wordpress.com/?p=32</guid>
		<description><![CDATA[Data-Link Layer Opperations: LAN Sharing Basics LANs have 3 Communication Methods: Multicast: Destination of transmitted frames is a group of clients Broadcast:  Frames are sent to all other devices Unicast: Frames are sent from a sigle host to a single destination Collision Domain: A group of devices on a network that are directly connected by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=32&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Data-Link Layer Opperations: LAN Sharing Basics</h4>
<p>LANs have <strong>3 Communication Methods</strong>:</p>
<ul>
<li><strong>Multicast</strong>: Destination of transmitted frames is a group of clients</li>
<li><strong>Broadcast</strong>:  Frames are sent to all other devices</li>
<li><strong>Unicast</strong>: Frames are sent from a sigle host to a single destination</li>
</ul>
<p><strong>Collision Domain</strong>: A group of devices on a network that are directly connected by hubs.</p>
<p>Layer 2 Network devices (Switches and Bridges) use a process called <em>segmentation</em> to dedicate bandwith to users and reduce the size of collision domains.</p>
<p>CAM (Content Accessable Memory) Table: Same as a MAC Table &#8211; a record of MAC addresses used by that switch</p>
<h4>Data-Link Layer Opperations: MAC Addresses</h4>
<p>The <strong>Header</strong> (and trailer) of the MAC Sublayer of the Data-Link layer contains:</p>
<ul>
<li>MAC Address of the sending computer</li>
<li>MAC Address of the destination computer</li>
<li>A type feild containing a SAP (Service Access Point) to identify the type of protocol that is being carried and may give the length of the data part.</li>
</ul>
<p>MAC Address are written in one of two ways:</p>
<ul>
<li>MM-MM-MM-SS-SS-SS</li>
<li>MM:MM:MM:SS:SS:SS</li>
</ul>
<p>(Hexidecimal numbers 12 Digits long &#8211; 42 bits in binary)</p>
<p>MAC Addresses made up of two parts:</p>
<ol>
<li>Manufacturer&#8217;s OUI (Organiztionally Unique Identifyer) nubmer.</li>
<li>Adapter&#8217;s serial number</li>
</ol>
<h4>Data-Link Layer Opperations: Swithcing Fundamentals</h4>
<p>Both Switches and Bridges:</p>
<ul>
<li>Connect different LAN segments</li>
<li>Determine the network segment of a frame needs to be transmitted on by using a table of MAC address</li>
<li>reduce network trafffic</li>
</ul>
<p>Switches use Application-Specific Integrated Ciruits (ASICs). Optimized and embedded in the hardware. Results in shorted exectution time.</p>
<p>Switches support new functions like VLANs (Virtual LANs) that operate at higher speeds and at lower costs with greater port density than bridges.</p>
<p>Switches Support:</p>
<ul>
<li>Dedicated communication between devices. (Miscrosegmentation is a method of creating private or dedicated segments each of which only has one user.)</li>
<li>Full-Duplex Communication: Only possible on dedicated connections</li>
<li>Media Rate Allocation: Switches can translate between 10 and 100 Mbps</li>
<li>Multiple Simotaneous conversations</li>
</ul>
<p>Bridgeds loops can occurs when there are more than one path between the source and the destination. Frames travel the loop continuously.</p>
<p>The <strong>Spanning Tree Algorithm</strong> is used in bridged networks to help prevent bridge loops.</p>
<p>Two Switching Techniques are</p>
<ol>
<li><strong>Store-and-forward switching</strong>: Error-Checking
<ul>
<li>Switch must receive the complete frame before forwarding takes place.</li>
<li>Error checking is performed and frames that contain errors are discarded.</li>
<li>The entire frame is copied into the buffers onboard the LAN switch and the CRC (Cyclic Redundancy Check) is calculated.</li>
<li>If the frame contains a CRC error or its size is outside the rand of 64 byes to 1518 bytes, it is discarded.</li>
<li>If the frame contains no errors and is an acceptable size, the switch determines the outgoing port by looking up the destination address in the MAC table.</li>
<li>The switch then forward the frame to it final destination.</li>
</ul>
<ul>
<li>A frame less than 64 bytes is called a<em> runt</em></li>
<li>A frame larger than 1518 bytes is called a <em>giant</em></li>
</ul>
</li>
<li><strong>Cut-through switching</strong>: Reduces latency &#8211; begins forwarding frame as soon as header is received and destination interface is determined.
<ul>
<li>the LAN switch waits until the destination address of the frame is copied into the onboard buffers of the switch.</li>
<li>The destination address is indicated in the first six bytes following the preamble in the frame</li>
<li>The switch uses the MAC table to look up the destination address and determine the outgoing port.</li>
<li>It then forward the frame to its destination</li>
</ul>
</li>
</ol>
<p>Switches use <strong>6 Steps to forward frames</strong>:</p>
<ol>
<li>Switch receives a frame from a source on the network</li>
<li>The switch enters the switch port that received the frame and the MAC address of the source into the MAC table</li>
<li>If the switch does not know which port the destination address of the frame is on it floods the frame to all ports</li>
<li>When the destination device receives the broadcast, it replies. The destination device is the only device that replies</li>
<li>When the switch receives the reply from the destination device, it enters the switch port it received the reply on and the MAC address of the destination device into the MAC table</li>
<li>Now the switch can switch frames between the source and destination devices without broadcasting them on to the entire network.</li>
</ol>
<p><strong>Switching Frames Procedure</strong>: the process of a switch searching for a destination port and address before forwarding a frame.</p>
<h4></h4>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technotes2.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technotes2.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technotes2.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technotes2.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technotes2.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technotes2.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technotes2.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technotes2.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technotes2.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technotes2.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technotes2.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technotes2.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technotes2.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technotes2.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=32&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://technotes2.wordpress.com/2008/12/30/network-lan-technologies-2-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a2e6f1b443882f033db2361d18b065b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">technotes2</media:title>
		</media:content>
	</item>
		<item>
		<title>Network + LAN Technologies 1 of 3</title>
		<link>http://technotes2.wordpress.com/2008/12/27/network-lan-technologies-1-of-3/</link>
		<comments>http://technotes2.wordpress.com/2008/12/27/network-lan-technologies-1-of-3/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 04:15:39 +0000</pubDate>
		<dc:creator>technotes2</dc:creator>
				<category><![CDATA[Network+]]></category>

		<guid isPermaLink="false">http://technotes2.wordpress.com/?p=25</guid>
		<description><![CDATA[Types of LANs: Intro to Ethernet LAN standards specify signaling and cabling at the physical and data-link layers of the OSI model IEEE divided the OSI data-link layer into two separate sublayers: Logical Link Control (LLC) operates independently of the technology it is workin in interfaces between the network layer above it and the MAC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=25&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Types of LANs: Intro to Ethernet</h4>
<p>LAN standards specify signaling and cabling at the physical and data-link layers of the OSI model</p>
<p>IEEE divided the OSI data-link layer into two separate sublayers:</p>
<ul>
<li>Logical Link Control (LLC)
<ul>
<li>operates independently of the technology it is workin in</li>
<li>interfaces between the network layer above it and the MAC sublayer below it</li>
<li>involved int he encapsulation process &#8211; an LLC header on a packet instructs the data-link layer what to do with the packet.</li>
</ul>
</li>
<li>Medium Access Control (MAC)
<ul>
<li>uniquely idenifies multiple devices at the data-link layer</li>
<li>for a device to operate on a network it must have  a MAC address</li>
</ul>
</li>
</ul>
<p>Ethernet (IEEE 802.3 standard) features:</p>
<ul>
<li>baseband signaling
<ul>
<li>when a network signal uses all of the available signal frequencies (or the entire bandwidth) to transmit data</li>
</ul>
</li>
<li>Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
<ul>
<li>used in ethernet and wireless ethernet networks</li>
<li>listens to the signal (Carrier Sensing) &#8211; only transmits when line is free</li>
<li>Listens to see if a collision occurs (Collision Detection) &#8211; if so, both devices wait a random amount of time and resend the signal.</li>
<li>More than one stantion can be on the network at the same time (multiple access)</li>
</ul>
</li>
</ul>
<p>802.2 &#8211; defines LLC (data-link sublayer) only</p>
<p>802.3 &#8211; defines physical layer and MAC (data-link sublayer)</p>
<p>Steps in the CSMA/CD Process</p>
<ol>
<li>Host wants to transmit</li>
<li>Is carrier sensed? (if yes &gt; 1 if no &gt;3)</li>
<li>Assemble Frame</li>
<li>Transmit Data Frame</li>
<li>If collision detected? (if yes &gt; 9 if no &gt; 6)</li>
<li>Keep transmitting</li>
<li>Is transmission done? (if yes &gt; 8 if no &gt; 6)</li>
<li>Transmission is complete &#8211; media is idle</li>
<li>Jam signal is broadcast if collision is detected</li>
<li>Attempts +1 (transmission attempt counter increates by one)</li>
<li>Attemps too many? (if yes &gt; 12 if no &gt; 13)</li>
<li>Too many attempts and transmission is aborted</li>
<li>a backoff algorithm calculates &#8220;t&#8221; (a random length of time that must pass before transmission is attempted)</li>
<li>host waits &#8216;t&#8217; microseconds as calculated by the algorithm then returns to step 4 to try transmitting again.</li>
</ol>
<p>4 Categories of Ehternet:</p>
<p>10Mbps -</p>
<ul>
<li>uses fiber, coax, or TP cables
<ul>
<li>10Base5 &#8211; Coax &#8211; 10Mbps &#8211; 300 meters per segment</li>
<li>10Base2 &#8211; Coax &#8211; 10Mbps &#8211; 185 meters per segment</li>
<li>10BaseT &#8211; UTP &#8211; 10 Mbps &#8211; 100 meters per segment</li>
<li>10BaseF &#8211; Fiber &#8211; 10Mbps &#8211; 500 &#8211; 2000 meters</li>
</ul>
</li>
</ul>
<p>100 Mbps -</p>
<ul>
<li>Uses Fiber, STP or UTP
<ul>
<li>100BaseT &#8211; UTP &#8211; 100Mbps &#8211; 100 Meters per segment</li>
<li>100BaseVG &#8211; UTP &#8211; 100Mbps &#8211; 213 Meters (Cat 5) or 100 Meters (Cat 3)</li>
<li>100BasesT4 &#8211; UTP &#8211; 100Mbps  100 Meters per segment
<ul>
<li>uses 4 pairs of Cat 3, Cat 4 or Cat UTP</li>
</ul>
</li>
<li>100BaseTX &#8211; UTP &#8211; 100Mbps  100 Meters per segment
<ul>
<li>uses 2 pairs of Cat 5 UTP or Type 1 STP</li>
</ul>
</li>
<li>100BaseFX &#8211; Fiber &#8211; 100Mbps  2000 Meters per segment</li>
<li>FDDI (Fiber Distributed Data Interface) &#8211; Multimode Fiber &#8211; 100Mbps &#8211; 10 Km per segment</li>
</ul>
</li>
</ul>
<p>Gigabit Ethernet -</p>
<ul>
<li>uses Multimode  Fiber, UTP or copper Cables</li>
<li>IEEE 802.3z and 802.3ab relate to Gigabit Ethernet using Fiber optic and TP cables
<ul>
<li>1000BaseT &#8211; copper &#8211; 1Gbps &#8211; 100 meters per segment</li>
<li>1000BaseTx &#8211; Cat 5 &#8211; 1Gbps &#8211; 100 meters per segment</li>
<li>1000BaseCx &#8211; copper STP &#8211; 1Gbps &#8211; 25 meters</li>
<li>1000BaseSx &#8211; multimode Fiber &#8211;  1Gbps &#8211; 550 meters</li>
<li>1000BaseLx &#8211; multimode Fiber &#8211;  1Gbps &#8211; 550 meters</li>
</ul>
</li>
</ul>
<p>10 Gigabit -</p>
<ul>
<li>802.3ae standard relates to 10 Gigabit Ethernet
<ul>
<li>10GBaseCX4 &#8211; twin-axial copper cables &#8211; 10Gbps &#8211; 15 meters per segment</li>
<li>10GBaseSR &#8211; FDDI-grade multimode fiber &#8211; 10Gbps &#8211; 300 meters</li>
<li>10GBaseLX4 &#8211; FDDI-grade multimode fiber or single mode fiber &#8211; 10Gbps &#8211; 300 m or 10 km</li>
<li>10GBaseLR &#8211; Single mode fiber &#8211; 10Gbps &#8211; 10 km</li>
<li>10GBaseER &#8211; single mode fiber &#8211; 10Gbps &#8211; 40 km</li>
</ul>
</li>
</ul>
<h4>Types of LANs: Token Ring and FDDI</h4>
<p>802.5 &#8211; IEEE toekn ring standard (almost identical to IBM token ring standard)</p>
<p>Uses Star topology</p>
<p>all NIC are connected to a Multistation Access Unit (MAU or MSAU)</p>
<p>Token Ring Advantages:</p>
<ul>
<li><strong>Performs Regeneration</strong> &#8211; reduces degradation because each data signal transmitted on the network is read and repeated by each of the devices on the network that it passes</li>
<li><strong>Performance &#8220;degrades w/ Grace&#8221;</strong> &#8211; as traffic increases the network gets slower because there is only one token. It does not crash. TR networks are very reliable</li>
<li><strong>Communicates with IBM mainframes</strong> &#8211; IBM mainframes are still used</li>
<li><strong>Reliable deterministic</strong> &#8211; able to calculate maximum amount of wait time</li>
<li><strong>Uses sophisticated priority system &#8211; </strong>allows &#8220;high-priority&#8221; nodes</li>
</ul>
<p>Token Ring Management Mechanisms:</p>
<ul>
<li><strong>Active Monitors</strong> &#8211; any station can be an active monitor. becomes the centralized source of timing information for other stations in the ring</li>
<li><strong>MAUs</strong> (Multistation Access Units or MSAUs) &#8211; in star topology MSUs see all connections on the network, can check devices for faults and remove faulted stations from the network.</li>
<li><strong>Beaconing </strong>- when a station detects a fault (for example a cable break) it sends out a beacon frame. The beacon frame defines the failure domain: the station reporting the failure, the nearest active upstream neighbor (NAUN) and everything inbetween. Activates autoreconfiguration &#8211; MSAUs can do this using electrical reconfiguration.</li>
</ul>
<p>FDDI &#8211; combines fault tolerance of Token Ring with high-speed cababilities of Fiber Optic. Opperate at 100Mbps</p>
<p>Supports real-time allocation of network bandwith</p>
<ul>
<li><strong>Synchronous</strong>: used for Voice and Video &#8211; allocated to stations that need continuous transmission capability</li>
<li><strong>Asynchronous</strong>: The bandwitch left after the synchronous allocation is allocated to the asynchronous traffic. And 8 level priority scheme is used &#8211; higher level priority stations can lock out other lower-level stations</li>
</ul>
<p>FDDI  use a dual-righ architecture that is counter rotating. The secondary ring is used when the primary ring fails.</p>
<p>Stations on a FDDI network</p>
<p><strong>SAS (Single Attached Stations)</strong>: attached to only one ring</p>
<p><strong>DAS (Dual Attached Stations)</strong>: attached to both rings</p>
<h4>Types of LANs: Wireless Transmission</h4>
<p><strong>1. Spread Spectrum</strong>: the frequency of the transmitted signal is deliberately varied over a range or frequencies causing the signal to become noise-like and harder to intercept</p>
<p>-much more resistant to interference vs. conventional narrowband wireless signals.</p>
<p>802.11 &#8211; spread spectrum standard for IEEE</p>
<p><strong>DSSS</strong> (Direct Sequence Spread Spectrum)</p>
<ul>
<li><strong>Chipping</strong>: Uses a spreading code, called a PN (pseudorandom noise code) a sequence of chips or bit of information. Each &#8220;0&#8243; or &#8220;1&#8243; bit in the signal is represented by the code sequences so the signal is represented by a long code instead of the signal itself</li>
<li><strong>Signal Modification</strong>: the encoded representation of teh signal then modulates the carrier signal &#8211; spreading it over the range of reequencies being used (bandwidth)
<ul>
<li>There is a peak in the signal&#8217;s power at the main boradcast fequency and on the either side of this peack there are gradulally dissipating peakes called &#8220;side lobes&#8221;.</li>
<li>The width and number of side lobes depends on hte spreading code used and the signal itself.</li>
</ul>
</li>
</ul>
<p><strong>FHSS </strong>(Frequency Hopping Spread Spectrum)</p>
<ul>
<li><strong>Frequency Hopping</strong>: most widely used &#8211; if intercepted it is only for a moment before the frequency hops again.</li>
<li><strong>Signal Modulation</strong>:
<ul>
<li>Step 1: signal modulates the frequency of the carrier wave &#8211; results in a regular narrowband signal</li>
<li>Step 2: Spredding code is applied to modulate the carrier wave causing it to hop between frequencies &#8211; the spreading code provides a list of frequencies for the wave to hop to as well as the length of time is should stay at each frequency</li>
</ul>
</li>
</ul>
<p><strong>2. Bluetooth </strong>- short range radio technology that operates on the 2.4 GHz ISM (Industrial Scientific Medical) band.</p>
<p>Uses:</p>
<ul>
<li><strong>Automatic Synchronization</strong>: allows automatic communication between devices such as cellphone and computers</li>
<li><strong>Internet Bridge</strong>: Allows cellphone or modem to act as a wireless modem to dial up to the internet or receive data calls</li>
<li><strong>Bluetooth Headset</strong>: cellphone headset.</li>
</ul>
<p>Bluetooth Integrated Security Features:</p>
<ul>
<li>Challenge-Response authentication</li>
<li>Encryption</li>
<li>session key generation (session keys can be changed at any time during a connection)</li>
</ul>
<p>Two bluetooth ranges:</p>
<p>10 Meters at 1 mW (milliWatt)</p>
<p>100 Meters at 100 mW (milliwatts)</p>
<p>Not suitable for LAN or WAN applications &#8211; not desinged to carry heavy traffic loads.</p>
<p><strong>3. Infrared (IR)</strong> &#8211; a form of electromagnetic (EM) radiation that operates at an extremely high frequency.</p>
<p>- in the EM spectrum IR is located between microwaves and visible light &#8211; the most useful band is the band just below visible light</p>
<p><strong>LED IR</strong> has a Typical range of 3 M</p>
<p><strong>Diffuse IR </strong>emits beams in an arc &#8211; the beams can bounce off obstructions and find at least one path tot he reciving device. Diffuse IR has a range of 270 square meters</p>
<p><strong>IR Lasers </strong>can travel 5 km &#8211; suceptable to interference from other light sources and requires a filter at recieving end.</p>
<h4>Types of LANs: Wireless LANs</h4>
<p>802.11 standard uses</p>
<p>DSSS in noisy environments at 1 Mbps</p>
<p>FHSS in less noisy environments at 2 Mbps</p>
<p>802.11 uses CSMA/CA</p>
<p><strong>802.11 a</strong> &#8211; 54 Mbps, 5 GHz, 25 &#8211; 75 ft.</p>
<p><strong>802.11 b</strong> &#8211; 11 Mbps, 2.4 GHz, 100 &#8211; 150 ft.</p>
<p><strong>802.11 g</strong> &#8211; 54 Mbps, 2.4 GHz, 100 &#8211; 150 ft.</p>
<p>Devices on a wireless network are either <strong>basestations </strong>or <strong>clietents</strong>. (Basestations are commonly called access points)</p>
<p>Basestations are required to provide: association, distribution, integration and reassociation services to clients on the wireless network.</p>
<p><strong>Wireless LAN modes</strong>:</p>
<ul>
<li><strong>Ad hoc</strong>: no basestaions &#8211; all clients can access each other and communicate directly. All nodes have equal rights and responsibilities. Separate networks may coexists on the same frequencey using different SSIDs (Service Set Identifiers)</li>
<li><strong>Infrastructure</strong>: basestation is used &#8211; clients only communicate with basestation and do not directly communicate with each other. Multiple basesations can be used to broaden the coverage area.</li>
</ul>
<p><strong>3 Main Components in a Wireless LAN</strong>:</p>
<ol>
<li><strong>Wireless NICs</strong>: All devices or nodes need a NIC. A wireless NIC has a fixed or internal antenna.</li>
<li><strong>Access Points</strong>: Used to connect existing wired or wireless networks or to extend the range or a wireless network. Uses an omnidirectional antenna, a wired NIC, and bridging software (forwards data between the LAN and the wireless nodes)</li>
<li><strong>Wireless Bridges</strong>: Used to connect two LANs. Use unlicensed Spread Spectrum Radio Frequency (RF) or Lazer IR.</li>
</ol>
<p><strong>Wireless Topologies</strong>:</p>
<p><strong>Bus</strong>: all nodes are within point-to-point coverage and they communicate with each other forming a BSS (Basic Service Set.) No access point is needed.</p>
<p><strong>Star</strong>: Allow nodes to communicate beyond BSS to ESS (Extended Service Set). Use access points to extend network coverage by 400% creating and ESA (Extended Service Area.)</p>
<p>Factors that affect performance:</p>
<p><strong>Interference</strong>: Caused when a signal, other than the desired signal, is transmitted on the same or nearyby frequency.</p>
<p><strong>Surrounding Environment</strong>: Walls, Concrete floos, electrical equipment, building structural elements, and natrual obstructions (trees, mountains, etc&#8230;) negatively affect performance by obstructing wireless signals.</p>
<p><strong>Types of Antennae used</strong>: Can Omnidirectional or Point to Point.</p>
<p><strong>Noise</strong>: the less noisy the conditions the better the performance of the wireless LAN</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technotes2.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technotes2.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technotes2.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technotes2.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technotes2.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technotes2.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technotes2.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technotes2.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technotes2.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technotes2.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technotes2.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technotes2.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technotes2.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technotes2.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=25&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://technotes2.wordpress.com/2008/12/27/network-lan-technologies-1-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a2e6f1b443882f033db2361d18b065b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">technotes2</media:title>
		</media:content>
	</item>
		<item>
		<title>Network+ The Fundamentals of Networking 3 of 3</title>
		<link>http://technotes2.wordpress.com/2008/12/20/network-the-fundamentals-of-networking-3-of-3/</link>
		<comments>http://technotes2.wordpress.com/2008/12/20/network-the-fundamentals-of-networking-3-of-3/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 04:53:46 +0000</pubDate>
		<dc:creator>technotes2</dc:creator>
				<category><![CDATA[Network+]]></category>

		<guid isPermaLink="false">http://technotes2.wordpress.com/?p=18</guid>
		<description><![CDATA[Physical Media: Network Cabling and Wireless Media Types of media Twisted Pair STP &#8211; Sheilded twisted pair - UTP &#8211; unsheilded twisted pair &#8211; small diameter, reduced interference. - 22 or 24 gauge wire, 100 Ohms Cat 1 &#8211; 56 K (telephone comm only) Cat 2 &#8211; 4 mbps &#8211; token ring Cat 3 &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=18&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Physical Media: Network Cabling and Wireless Media</h4>
<p>Types of media</p>
<p>Twisted Pair</p>
<ul>
<li>STP &#8211; Sheilded twisted pair -</li>
<li>UTP &#8211; unsheilded twisted pair &#8211; small diameter, reduced interference.
<ul>
<li>- 22 or 24 gauge wire, 100 Ohms</li>
<li>Cat 1 &#8211; 56 K (telephone comm only)</li>
<li>Cat 2 &#8211; 4 mbps &#8211; token ring</li>
<li>Cat 3 &#8211; 10 mbps</li>
<li>Cat 4 &#8211; 16 mbps</li>
<li>Cat 5 &#8211; 100 mbps</li>
<li>Cat 5e &#8211; 1 gbps</li>
<li>Cat 6 &#8211; 1 gbps, 24 gauge wire</li>
</ul>
</li>
</ul>
<p>N&lt;signal&gt;X</p>
<p>N = speed in mbps (ie &#8220;100&#8243; in 100baseT)</p>
<p>signal = signaling type &#8211; base or broad (baseband or broadband)</p>
<p>x = cabling scheme &#8211; either distance or type (ie &#8220;5&#8243; in 10base5 represents 500 meters in thicknet coaxial cable. &#8220;T&#8221; in 10baseT represent &#8220;twisted pair&#8221;)</p>
<p>Coax -</p>
<p>10base2 &#8211; thinnet &#8211; more flexible, needed to be grounded, 3.5 mm</p>
<p>10base5 &#8211; Thicknet &#8211; very rigid, used as backbone cabling, specific purpose.</p>
<p>Fiber Optics -</p>
<p>support speeds of 100 Gbps</p>
<p>Parts of Fiber Optic Cable:</p>
<p><strong>Core Fiber</strong> &#8211; made of pure glass or high grade plastic.</p>
<p><strong>Cladding</strong> &#8211; made of plastic or glass, prevents light from escaping from the core in a process called &#8220;total internal refraction.&#8221;</p>
<p>Modes of Fiber Optics:</p>
<p><strong>Single Mode</strong>: Uses lasers, alows one mode of light to pass at one time. greater bandwidth and greater distances than multi mode. more expensive. max cable length of 60 kilometers.</p>
<p><strong>Multi Mode</strong>: uses LED, allows multiple light modes to pass through, max cable length of 2 km.</p>
<h4>Physical Media: Network Cable Connectors</h4>
<p>Twisted Pair:</p>
<ul>
<li>RJ-11</li>
<li>RJ-45</li>
</ul>
<p>Coax:</p>
<ul>
<li>AUI/DB-15 &#8211; Thicknet</li>
<li>BNC &#8211; Thinnet</li>
<li>F-type &#8211; &#8220;normal&#8221;</li>
</ul>
<p>Fiber:</p>
<ul>
<li>SC &#8211; Subscriber Connector &#8211; duplex</li>
<li>ST &#8211; Straight Tip</li>
<li>LC &#8211; Local Connector</li>
<li>MT-RJ &#8211; (replaced SC)</li>
</ul>
<p>IEEE 1394 &#8211; Firewire/i-Link</p>
<h4>Physical Media: Network Installation Tools</h4>
<p>Patch Cable &gt; Wall Jack &gt; Drop Cable &gt; Patch Pannel &gt; Switch/Hub</p>
<p>Tools -</p>
<ul>
<li>Punch Down</li>
<li>Crimper</li>
<li>Wire Map Tester</li>
<li>Continuity Tester &#8211; Checks for opens, shorts and crossed pairs</li>
<li>Toner</li>
<li>OLTS (Optical Loss Test Set) &#8211; Tests Fiber Optic Cable</li>
<li>Multifunction Test</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technotes2.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technotes2.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technotes2.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technotes2.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technotes2.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technotes2.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technotes2.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technotes2.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technotes2.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technotes2.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technotes2.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technotes2.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technotes2.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technotes2.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=18&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://technotes2.wordpress.com/2008/12/20/network-the-fundamentals-of-networking-3-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a2e6f1b443882f033db2361d18b065b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">technotes2</media:title>
		</media:content>
	</item>
		<item>
		<title>Network+ The Fundamentals of Networking 2 of 3</title>
		<link>http://technotes2.wordpress.com/2008/12/18/network-the-fundamentals-of-networking-2-of-3/</link>
		<comments>http://technotes2.wordpress.com/2008/12/18/network-the-fundamentals-of-networking-2-of-3/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 19:09:42 +0000</pubDate>
		<dc:creator>technotes2</dc:creator>
				<category><![CDATA[Network+]]></category>

		<guid isPermaLink="false">http://technotes2.wordpress.com/?p=13</guid>
		<description><![CDATA[Network Devices and Topologies: Components of a Network PC Components used by a computer to enable network connectivity: CPU bus drives memory components port cards As well as drivers and memory the NIC needs: I/O address &#8211; to read or write data to the computer. The I/O address identifies a part of memory that is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=13&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Network Devices and Topologies: Components of a Network PC</h4>
<ul>
<li>Components used by a computer to enable network connectivity:</li>
<li>CPU</li>
<li>bus</li>
<li>drives</li>
<li>memory components</li>
<li>port</li>
<li>cards</li>
</ul>
<p>As well as drivers and memory the NIC needs:</p>
<ul>
<li>I/O address &#8211; to read or write data to the computer. The I/O address identifies a part of memory that is assigned for use by the NIC</li>
<li>IRQ signal &#8211; identifies which device in the computer is requestingthe CPU to perform a funcion. For example, when data arrives into a NIC its IRQ indicates to the CPU that is had data that needs to be processed for the NIC.</li>
</ul>
<p>To install a NIC you need to understand:</p>
<ul>
<li>EPROM &#8211; Erasable Programmable Read-Only Memory</li>
<li>Jumpers and switch settings</li>
<li>Pulg and Play software</li>
</ul>
<p>If there is a problem with the NIC you should be able to:</p>
<ul>
<li>Use Card diagnostics &#8211; such as loop back tests and diagnostic procedures supplied by the vendor</li>
<li>fix hardware resource conflicts with IRQ and DMA (direct memory access).</li>
</ul>
<h4>Network Devices and Topologies:  Network Devices</h4>
<p>OSI L1 &#8211; (Physical Layer/Bit Layer)</p>
<ul>
<li><strong>Repeaters</strong> &#8211; regenerate and retransmit electrical signals so they can travel greater distances without deteriorating. The operate at the bit level. A multiport repeater is called a Hub</li>
<li><strong>Hub</strong> &#8211; a multiport repeater receives on one port and transmits on all the other ports</li>
</ul>
<p>OSI L2 &#8211; (Data-Link/Frame Layer &#8211; MAC address)</p>
<ul>
<li><strong>NIC</strong> &#8211; each NIC has a unique MAC address</li>
<li><strong>Bridge</strong> &#8211; create LAN segments. Provides extra bandwidth for data exhcange by
<ul>
<li>filtering local LAN traffic</li>
<li>Maintaining connectivity between network segments directly connected to it</li>
<li>Bridges (unlike hubs) can effeciently manage data transmission between connected segments based on MAC addresses and filter out unnecessary traffic from reaching a segment</li>
<li>Gathers and manages MAC address in a table. Each port created a separate collision domain &#8211; so a collision on one segment does not affect other segments.</li>
</ul>
</li>
<li><strong>Switch</strong> &#8211; create multiple bridge connections
<ul>
<li>conect LAN segments into single networks and use MAC addresses to decide where to forward the traffic. Faster than bridges because switching decisions are performed using specialized hardware instead of software.</li>
<li>each port behaves like a separate bridge (sometimes called &#8220;microsegmentation&#8221;)</li>
</ul>
</li>
</ul>
<p>OSI L3 (Network Layer/Packet Layer &#8211; IP Addres)</p>
<p><strong>Router</strong> &#8211; uses L3 addresses (IP Addresses) to transmit data packets between networks. Uses IP instead of MAC to determine path.</p>
<ul>
<li>can connect differnt L2 technologies (ie &#8211; Token Ring and Ethernet)</li>
<li>can examine L4 (Transport Layer) information when sending data between devices or networks.</li>
</ul>
<p><strong>Multilayer Switches</strong> &#8211; can use L3 as well as L2 addresses. Cand deliever L3 functions with the same spped as L2 functions.</p>
<p>Multilayer Devices:</p>
<p><strong>Gateways</strong>: A complex network device that connects disparate network environments. (ie a LAn to a mainframe)</p>
<ul>
<li>Uses a combination of hardware and software and can carry out translations at various layers of the OSI model</li>
<li>E-Mail programs typically use gateways to communicate with internet mail servers. They use gateways to translate LAN-based mail mesage into SMTP (Simple Mail Transfer Protocol) format.</li>
</ul>
<p><strong>Firewalls</strong>:  Positioned on the edge of private networks to protect them from any unwanted traffic or attacks attempting to access the internal network.</p>
<ul>
<li>Examines all traffic and packets to ensure that they are legitimate dropping any that fail to conform to its rules of entry.</li>
</ul>
<p>AAA Server: Authentication, Authorization and Accounting. Processs requests from users to gain access to network resources.</p>
<ul>
<li>only allows authenticated users onto the network</li>
<li>gives usuer access only to the resources they are authroized to use</li>
<li>keeps an account of user behavior.</li>
</ul>
<h4>Network Devices and Topologies:  Network Topologies</h4>
<p>A Topologies describes how a network is laid out and how data is transmitted on it.</p>
<ul>
<li><strong>Logical Topology </strong>- describes structure and path connection types between different parts of the network. It defines how data flows in the network.</li>
<li><strong>Physical Topology</strong> &#8211; Describes the physical arrangement of devices on the network</li>
</ul>
<p><strong>Bus Topology </strong>- all devices are connected to a  common cable. A signal terminator is used to absorb the signal at the end of the cable so that is does not reflect back.</p>
<p><strong>Star Topology</strong> &#8211; all devices are on the network are linked to a common device, such as a switch.</p>
<p><strong>Ring Topology</strong> &#8211; network is arranged in a logical circle. data is passed on a &#8220;token&#8221; around the circle. Eliminates the need for a termination device. There are no packet collisions on a ring topology network.</p>
<ul>
<li><strong>Single Ring</strong> &#8211; one ring, data travels in one direction only</li>
<li><strong>Dual Ring</strong> &#8211; uses two rings, data travels in both directions. incorporates fault tolerance. FDDI (Fiber Distributed Data Interface) typically uses a dual ring topology.</li>
</ul>
<p><strong>Mesh topology</strong> &#8211; each device is connected to the others in the network</p>
<ul>
<li><strong>Full </strong>- every host is connected to every other host. Allows for redundancy and high level of fault tolerance. Complex and expensive to implement.</li>
<li><strong>Partial </strong>- One host is connected to a number of other hosts. The other hosts are connected to some, but not all of the other hosts.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technotes2.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technotes2.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technotes2.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technotes2.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technotes2.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technotes2.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technotes2.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technotes2.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technotes2.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technotes2.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technotes2.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technotes2.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technotes2.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technotes2.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=13&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://technotes2.wordpress.com/2008/12/18/network-the-fundamentals-of-networking-2-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a2e6f1b443882f033db2361d18b065b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">technotes2</media:title>
		</media:content>
	</item>
		<item>
		<title>Network+ The Fundamentals of Networking 1 of 3</title>
		<link>http://technotes2.wordpress.com/2008/12/17/network-the-fundamentals-of-networking-1-of-3/</link>
		<comments>http://technotes2.wordpress.com/2008/12/17/network-the-fundamentals-of-networking-1-of-3/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 01:04:42 +0000</pubDate>
		<dc:creator>technotes2</dc:creator>
				<category><![CDATA[Network+]]></category>

		<guid isPermaLink="false">http://technotes2.wordpress.com/?p=3</guid>
		<description><![CDATA[Networking Basics: Networking Overview LAN (Local Area Network) WAN (Wide Area Network) Server - Provides resources to other computers on the network Workstation - any computer that can request resources and be used to do work. Workstations and Clients are different Client - any device that can request resources Host - any network device that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=3&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Networking Basics: Networking Overview</h4>
<p><strong>LAN</strong> (Local Area Network)</p>
<p><strong>WAN</strong> (Wide Area Network)</p>
<p><strong>Server </strong>- Provides resources to other computers on the network</p>
<p><strong>Workstation </strong>- any computer that can request resources and be used to do work. Workstations and Clients are different</p>
<p><strong>Client </strong>- any device that can request resources</p>
<p><strong>Host </strong>- any network device that has a TCP/IP address</p>
<p><strong>Peer to Peer &#8211; </strong>no centralized authority. access rights are managed by computer holding the resource</p>
<p><strong>Client/Server &#8211; </strong>managed from a central point. some computers are dedicated to serving others. each computer is either a client or a server.</p>
<p>Advantages of Client/Server vs P2P:</p>
<ul>
<li>More organized</li>
<li>More efficient</li>
<li>files and resources easier to locate</li>
<li>More secure &#8211; require password and username</li>
<li>Can be scaled to infinite size</li>
</ul>
<h4>Networking Basics: Types of Networks</h4>
<p><strong>LAN </strong>- high speed, low-error, data network confine to a small area</p>
<p>Type of LANs</p>
<ul>
<li>Ethernet</li>
<li>Fast Ethernet</li>
<li>Gigabit Ethernet</li>
</ul>
<p>Network Standars are defined by the Institute for Electrical and Electronics Engineers (IEEE)</p>
<p>Standard Ethernet 802.3 is commonly referred to as &#8220;Ethernet&#8221;</p>
<p><strong>WAN </strong>- covers a large geographic area. The Internet (public) and Private Global Corportate networks are examples of WANs.</p>
<p>WAN vs LAN</p>
<ul>
<li>WAN covers larger distance</li>
<li>WAN speeds are slower</li>
<li>WANs are more expensive</li>
<li>LANs are usually private while WANs can be public or private</li>
</ul>
<p>WANS require several core device to function:</p>
<ul>
<li><strong>Routers </strong>- used to direct traffic on the network to its correct destination. A router is connected to at least 2 networks.</li>
<li><strong>WAN switches</strong> &#8211; used to connect routers on the WAN using virtual circuits.</li>
<li><strong>Modems </strong>- provide remote access to networks by converting digital signals to analog ones so that data can be transmitted over analog communication lines (such as telephone lines)</li>
</ul>
<p><strong>MAN </strong>- (Metropolitan Area Network) Covers a metropolitan area such as a City or Suburb. Larger than a LAN, smaller than a WAN</p>
<p><strong>Intranet </strong>- private network consisting of interlinked LANs.</p>
<p><strong>Extranet </strong>- when part of a company&#8217;s intranet becomes available to customers, suppliers or anyone outside the company.  Extranets use IP and a Firewall is used to ensure secruity.</p>
<h4>Networking Basics: The OSI Model</h4>
<p>OSI &#8211; Open System Interconnection model &#8211; developed in 1984 by ISO (International Organiztion for Standardization)</p>
<p>A standard or technology can be either proprietary or open</p>
<p><strong>Proprietary </strong>- One company or a small group of companies controls the technology rights and usage</p>
<p><strong>Open </strong>- available for free usage to the public</p>
<p>OSI Model 7 layers:</p>
<ul>
<li><strong>Application</strong>
<ul>
<li>File, Print, message, and applacation database services. It <strong>provides network service to applications</strong> that require access to the network. It controls how these services are advertised and made available. Deals with User authentication and privacy.</li>
<li>Does not provide services to any other layer</li>
</ul>
</li>
<li><strong>Presentation</strong>
<ul>
<li>Manages data representation. Transforms data into a mutually agreed format that each application can understand. It <strong>formats and structures data</strong>, ensuring it is readable between two hosts.</li>
<li>Examples include: ASCII (American Standard Code for Information Exchange) and EBCDIC (Extended Binary-Coded Decimal Interchange Code).</li>
<li>Organized the sytax of data transfer for the application layer. Data compression and encryption take place in this layer.</li>
</ul>
</li>
<li><strong>Session</strong>
<ul>
<li><strong>Provides communication between hosts</strong>. It does this by <em>connection establishment</em>, <em>data transfer</em>, and <em>connection release</em>.</li>
<li>Includes <em>authentication</em>,<em> creation management</em>, and <em>termination of sessions</em> between different applications.</li>
<li>Provides services to the Presentation Layer.</li>
</ul>
</li>
<li><strong>Transport</strong>
<ul>
<li>aids point to point communications</li>
<li>provides <strong>reliability </strong>in the transportation of data between hosts and <strong>ensures complete data transfer</strong>.</li>
<li>Uses<em> error detection</em> and <em>recovery information flow control</em> to establish, maintain, and terminate all virutal circuits.</li>
</ul>
</li>
<li><strong>Network</strong>
<ul>
<li><strong>ensures data delivery</strong> by providing connectivity and path selection between two host systems</li>
<li><strong>selects the most appropriate path</strong> for sending data and routes data packets</li>
<li>Logical addressing and resovling names to host physical address is carried out</li>
<li>works with IP addresses assigned to hosts</li>
<li>provide logical LAN to LAN communications by supporitng the routing of data between different networks</li>
</ul>
</li>
<li><strong>Data-Link</strong>
<ul>
<li>arranges bits from the physical layer into logical chunks of data known as frames.</li>
<li>A frame is a contiguous series of data witha common function</li>
<li>framing enables the network to organize bits into logical data format and send them to the correct computer</li>
<li><strong>controls how data is formatted and how data on the network is controlled</strong></li>
</ul>
</li>
<li><strong>Physical</strong>
<ul>
<li>responsible for providing the most basic element of data transport &#8211; binary transmission</li>
<li>outlines the functional, procedural, electrical, and mechanical specifications for controlling physical links</li>
<li>specifications relate to the activation, maintenance, and deactivation of physical links.</li>
<li>controlls transmission of data on to physical media</li>
</ul>
</li>
</ul>
<p>OSI has advantages</p>
<ul>
<li>enables compatability between different types of networks</li>
<li>provides standards for users</li>
<li>facillitates and understanding of how data travels within a network</li>
</ul>
<p>Adantages of layering network functions:</p>
<ul>
<li><strong>accelerates evolution</strong>: supports updates and improments to individual componenants without affecting other componenants or needing to rewrite and entire protocol.</li>
<li><strong>ensures interoperable technology</strong>: prevents changes in one layer from affecting another layer</li>
<li><strong>facillitates modular engineering</strong>: allows different types of network hardware and software to communicate with each other.</li>
<li><strong>reduces complexity</strong>: breaks network communcation into smaller, simpler components</li>
<li><strong>standarizes interfaces</strong>: provides vendors a set of standards that ensure greater compatability between the various network technologies.</li>
<li><strong>simplies teaching and learning</strong>: breaks up the task of networking into distict layers</li>
</ul>
<p><strong>Encapsulation </strong>- wraps the data with the required protocol information before transmitting data to the network. As moves through the layers of the OSI model each layer adds a Header (and a Trailer if applicable.)</p>
<p><strong>8 Steps in the Encapsulation Process</strong>:</p>
<ol>
<li>user data is sent from an application to the 7th layer of the OSI model &#8211; the Application layer</li>
<li>The Application Layer adds the header &#8220;L7&#8243; to the user data. the L7 and the original user data become the data that is passed down to the Presentation Layer.</li>
<li>The Presentation Layer adds the Presentation Layer Header &#8220;L6&#8243; This now become the data that is passed down to the Session Layer.</li>
<li>The Session Layer adds the Session Layer header &#8220;L5.&#8221; This now become the data that is passed down to the Transport Layer.</li>
<li>The Transport Layer adds the Transport Layer header &#8220;L4&#8243; This now become the data that is passed down to the Network Layer.</li>
<li>The network Layer adds the Network Layer header &#8220;L3&#8243; This now becomes the data that is passed down to the Data-Link Layer.</li>
<li>The Data-Link Layer adds the Data-Link Layer header &#8220;L2&#8243; This now becomes the data that is passed down to the Physical Layer.</li>
<li>The Physical Layer transmits the bits onto the network media.</li>
</ol>
<p><strong>De-encapsulation</strong> occurs when the data is recieved. First it is check for errors then it is striped of its header.</p>
<p>4 Tasks of De-encapsulation</p>
<ol>
<li>Checks the Data-Link trailer to see of there are any errors</li>
<li>If the data contains errors it may be discarded. The Data-Link layer may ask that the data be retransmitted</li>
<li>If the data contains NO errors then the Data-Link layer reads and interprets the control information in the data-link header.</li>
<li>The Data-Link layer strips the data of its header and trailer and then move the data up to the network layer based on the control information found in the data-link header.</li>
</ol>
<p>During the encapsulation process the protocols at each layer exchange information called PDUs (Protocol Data Units)  between the peer layers.</p>
<p>PDUs are named differently depending on which layer they are going through:</p>
<ul>
<li>Transport = Segments</li>
<li>Network = Packets</li>
<li>Data-Link = Frames</li>
<li>Physical = Bits</li>
</ul>
<p><strong>Peer to Peer communication</strong>: each layer of the OSI Model communicates with its peer layer at the destination.</p>
<p><strong>TCP/IP Stack </strong></p>
<p>Comprises 4 layers:</p>
<ul>
<li>Application
<ul>
<li>Mangage High Level Protocols</li>
<li>Includes aspects related to dialog control, ecoding, and resprentation</li>
<li>TCP/IP Stack groups all application aspects into one layer and ensure that application-related data is properly packaged for the layer below</li>
</ul>
</li>
<li>Transport
<ul>
<li>Handles quality of service issues such as reliability, flow-control, and any error correction</li>
<li>TCP protocol provides reliable network communication</li>
</ul>
</li>
<li>Internet
<ul>
<li>provide packet delievery and hierarchical addressing services.</li>
<li>Sends packets from any network on the internetwork and esures they arrive at the correct destination no matter what path they have taken to get there.</li>
</ul>
</li>
<li>Network Access (Host-to-Network Layer)
<ul>
<li>Looks after all the issues handled by the OSI Physical and Data-Link layers.</li>
<li>Includes the LAN and WAN protocols</li>
</ul>
</li>
</ul>
<p>Similarities between OSI Model and TCP/IP Stack:</p>
<ol>
<li>Both have Application Layers (Functions of the App Layer in each model is different)</li>
<li>Both use Packet-Switched Technology. (As opposed to Circuit Switched)</li>
<li>The Transport and Network Layers are comporable in both models</li>
</ol>
<p>Differeneces between OSI and TCP/IP Stack:</p>
<ol>
<li>OSI Data-Link and Physical Layers are combined into the Network Access Layer of TCP/IP Stack.</li>
<li>OSI Presentation and Session Layers are combined into the Application Layer of TCP/IP Stack</li>
<li>TCP/IP is the standard around which the internet was developed. The OSI Model is generally only used as a guide.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technotes2.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technotes2.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technotes2.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technotes2.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technotes2.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technotes2.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technotes2.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technotes2.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technotes2.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technotes2.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technotes2.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technotes2.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technotes2.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technotes2.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=technotes2.wordpress.com&amp;blog=5874769&amp;post=3&amp;subd=technotes2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://technotes2.wordpress.com/2008/12/17/network-the-fundamentals-of-networking-1-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a2e6f1b443882f033db2361d18b065b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">technotes2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
