Powered by Blogger.
RSS

Computer Networking #2



Computer Networking #1focuses on the definition of network or networking and types of networking. Well this post is about ‘network topology’  continue reading to know more…

NETWORK TOPOLOGY
In computer networking, topology refers to the layout of connected devices. This article introduces the standard topologies of networking.
Think of a topology as a network's virtual shape or structure.
Network topologies are categorized into the following basic types:

  1. Bus topology
  2. Ring topology
  3. Star topology
  4. Tree topology
  5. Mesh topology 


BUS TOPOLOGY
In the bus topology, each computer connects to a common cable. The cable connects one computer to the next, like a bus line going through a city. The cable has a small cap installed at the end, called a terminator. The terminator prevents signals from bouncing back and causing network errors.





RING TOPLOGY
A ring topology is very similar to the bus. In a ring, all the devices on the network are connected to a common cable which loops from machine to machine. After the last machine on the network, the cable then returns to the first device to form a closed loop. Messages are passed around the ring in sequence. 





STAR TOPOLOGY
Star topology is completely different from rather a bus or ring. In star topology, each device has its own cable run connecting the device to a common hub or concentrator. Only one device is permitted to use each port on the hub. That is all nodes are connected to a Central machine or to a wiring centre (such as hub). Messages can be sent directly to their destinations from the centre.





TREE TOPOLOGY
Tree topologies integrate multiple star topologies together onto a bus. In its simplest form, only hub devices connect directly to the tree bus, and each hub functions as the "root" of a tree of devices. This bus/star hybrid approach supports future expandability of the network much better than a bus (limited in the number of devices due to the broadcast traffic it generates) or a star (limited by the number of hub connection points) alone.





MESH TOPOLOGY
The mesh topology connects all devices to each other. When every device is connected to every other device, a failure of any cable will not affect the network.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

HTML Attributes

HTML tags can contain one or more attributes. Attributes are added to a tag to provide the browser with more information about how the tag should appear or behave. Attributes consist of a name and a value separated by an equals (=) sign.


  1. HTML elements can have attributes
  2. Attributes provide additional information about an element 
  3. Attributes are always specified in the start tag
  4. Attributes come in name/value pairs like: name="value"
 Try It Yourself

<p style="background-color:orange;">Do you like my background color?</p>

<a href="http://www.jesmansblog.net">This is a link</a>

  • This particular attribute statement, style="background-color:orange", tells the browser to style the <p> element with a background color of orange.
  • HTML links are defined with the <a> tag. The link address is specified in the href attribute
 Note
  1.  Attribute values should always be enclosed in quotes. 
  2.  Double style quotes are the most common, but single style quotes are also allowed.
  3.  Attribute names and attribute values are case-insensitive.
Summary
Many attributes are available to HTML elements, some are common across most tags, others can only be used on certain tags.
Below is a list of some attributes that can be used on any HTML element:

class ==> Specifies one or more classnames for an element (refers to a class in a style sheet)

id ==> Specifies a unique id for an element

style ==> Specifies an inline CSS style for an element

title ==> Specifies extra information about an element (displayed as a tool tip)

 <<Add More To Your Basic HTML Page #2
 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How To Make An Ethernet Cable (Straight Through And Cross Over Cable) #2

<<Previous

4. Use scissors to make a straight cut across the wires 1/2 Inch from the cut sleeve to the end of the wires.



5. Push the wires into the connector. Note the position of the blue plastic shielding. Also note how the wires go all the way to the end. 

A view from the top. All the wires are all the way in. There are no short wires.   


WRONG WAY - Note how the blue plastic shielding is not inside the connector where it can be locked into place. The wires are too long. They should be 1/2 inch from the sleeve.


WRONG WAY - Note how the cables do not go all the way to the end of the connector.


6. CRIMPING THE CABLE ... carefully place the connector into the Ethernet Crimper and cinch down on the handles tightly. The copper splicing tabs on the connector will pierce into each of the eight wires. There is also a locking tab that holds the blue plastic sleeve in place for a tight compression fit. When you remove the cable from the crimper, the cable is ready to use.


For a standard cable (straight through), repeat all steps on the other end of the Ethernet cable exactly. For a cross-over cable, make sure to get the color order right.


Make sure to test the cables before installing them. An inexpensive Ethernet cable tester does this quite well.
NOTE - The maximum cable length of CAT-5 Ethernet cable is 328 feet or 100 meters.

<<Previous

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How To Make An Ethernet Cable (Straight Through And Cross Over Cable)

Purchasing fully made Ethernet cables from the store can be quite expensive.  It is far easier to simply buy a box of bulk Category 5 Ethernet cable and then attach your own RJ-45 connectors to the cut ends to your preferred length.


Materials Required

Bulk Ethernet Cable - Category 5 or CAT5


Bulk RJ45 Crimpable Connectors

RJ-45 Crimping tool

There are two kinds of Ethernet cables you can make. Straight Through and Crossover.


STRAIGHT THROUGH - Ethernet cables are the standard cable used for almost all purposes. It is highly recommended you duplicate the color order as shown on the left.  

CROSSOVER CABLES - The purpose of a Crossover Ethernet cable is to directly connect one computer to another computer (or device) without going through a router, switch or hub.

Procedure

Here's how to make a standard cable:

1. Cut into the plastic sheath 1 inch from the end of the cut cable. The crimping tool has a razor blade that will do the trick with practice.
2. Unwind and pair of the similar colors.  
3. Pinch the wires between your fingers and straighten them out as shown. 
(The wire colors line up to form a straight through standard cat 5 cable as described above.)

 Next>>

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

What is Ethernet?



What is Ethernet?

Ethernet is a type of cabling that connects multiple computers together. It is a type of standard used in local networks that defines how signals enable the communication between computers, routers and hubs.

Ethernet cables connect network devices such as modems, routers, and adapters. They transmit data using the Ethernet protocol. It is one of the most popular forms of network cable used on wired networks.

Ethernet cables are also known as RJ-45 cables and are used in computer networking and deliver data between computers on the internet. The cable’s port resembles a standard phone cable, although it is roughly twice as big. Any internet connection in your home or office, other than dial up, use Ethernet cables to connect to the Internet.

While Internet is a global network, Ethernet is a local area network (LAN). No computer should be an island. With Ethernet, file sharing and printer sharing among machines became possible.

Advantages


  1.   Upgradability
  2.  Simplicity of installation
  3.  Connectivity to backbone
  4.  Low cost
  5.  Provides multiple layout (topology) options 
  6.   Suits a variety of basic communication and networking needs 

Disadvantages

  1. A single Ethernet cable, like an electric power cord, can extend only limited distances due to their electrical transmission characteristics.
  2.  Difficult to maintain through time.
  3.  Durability limitations. 
  4.   Length limitations.

Types of Ethernet Cables

Crossover, Straight Through and Rollover Ethernet Cables.

A crossover cable is a special type of Ethernet cable specially designed for connecting two computers to each other. By contrast, most Ethernet cables are designed to connect one computer to a router or switch.

Rollover Ethernet cable is used by network technicians to program networking devices like routers.

Straight ThroughEthernet cable is used to connect “unlike” devices such as hub and a router (two types of networking devices with very different functions.)

Ethernet cables are physically manufactured in two basic forms called solid and stranded. Solid Ethernet cables tend to offer better performance and protection against electrical interference, while stranded cables are less prone to physical cracks and breaks making them more suitable for travelers and portable devices.

Learn How To Make an Ethernet Cable


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

HTML Tutorial Index

Have you always wanted to be a web developer/designer? Here is a tutorial that teaches you how to create your own website, follow it step by step and be guaranteed that it'll make you a good web designer that you desire to be.


HTML is very wide so I suggest you take your time and start from the basics making sure you understand each lesson even if you spend a whole week on it, trust me its worth it.

This menu will be updated as new lessons are being published, so check in regularly and  don't forget to bookmark, subscribe to our newsletters or follow us on facebook or google+

==> HTML Tutorial

==> How To Create A Basic HTML Page Using Notepad

==> Add More To Your Basic HTML Page

==> Add More To Your Basic HTML Page #2

==> HTML Attributes

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

HTML Tutorial


INTRODUCTION
With HTML you can create your own Web site. And this tutorial will teach you everything about HTML. HTML is easy to learn - You will enjoy it.

HTML is very wide so I suggest you take your time and start from the basics making sure you understand each lesson even if you spend a whole week on it, trust me its worth it.


ABOUT HTML
  • HTML means Hyper Text Markup Language. HTML is used to create web pages.
  • HTML is a Language (as it has code-words and syntax like any other language) that describes web pages.
  • HTML Tags are used through out the document to format different parts. For example, you use HTML tags to specify headings, paragraphs, lists, tables, images and much more.
  • HTML documents are also called web pages.
  • HTML is a subset of Standard Generalized Markup Language (SGML) and is specified by the World Wide Web Consortium (W3C).

What do I need to create HTML?

You don't need any special equipment or software to create HTML. In fact, you probably already have everything you need. Here is what you need:
  • Computer
  • Text or HTML editor . Most computers already have a text editor and you can easily create HTML files using a text editor.
Having said that, there are definite benefits to be gained in downloading an HTML editor.

If you want the best HTML editor, and you don't mind paying money for it, you can't go past Adobe Dreamweaver . Dreamweaver is probably the best HTML editor available, and you can download a trial version for starters.

If you don't have the cash to purchase an editor, you can always download a free one. Examples include SeaMonkey, Coffee Cup (Windows) and TextPad (Windows). If you don't have an HTML editor, and you don't want to download one just now, a text editor is fine. Most computers already have a text editor. Examples of text editors include Notepad (for Windows), Pico (for Linux), or Simpletext/Text Edit/ Text Wrangler (Mac).
  • Web Browser . For example, Internet Explorer or Firefox.

Do I need to be online?

No, you do not need to be online to create web pages. You can create web pages on your local machine. You only need to go online when you want to publish your web page to the web.
The next lesson will show you how to create a basic HTML page in less than 5 minutes.

HTML Versions 

  • HTML 
  • HTML+
  • HTML 2.0
  • HTML 3.2
  • HTML 4.01
  • XHTML 1.0
  • HTML 5
  • XHTML 5

<<HTML TUTORIAL INDEX


    • Digg
    • Del.icio.us
    • StumbleUpon
    • Reddit
    • RSS