Skip to main content

Crossover Cable Network

What Is Crossover Cable Network?
A crossover cable network is a computer network with two computers connected with a crossover cable. If you have two computers at home, and want to share files, programs, and printers, the crossover cable network is the easiest and cheapest solution for you.
Requirements:
  • Two computers with network supported.
  • A crossover network cable.
Most of today's home computers is coming with network card installed. No need to purchase network cards separately. But you need to purchase a crossover network cable separately. You can find it in most of the computer stores.
A crossover network cable is different than the normal straight network cable. It has two pair of lines crossed over from one end to the other end. The following two diagrams show you the differences.
A normal straight network cable has 8 positions at both ends. There are 8 lines connecting to both ends to exactly the same positions:
   End A                        End B        Note
   Position 1 <---------------> Position 1
   Position 2 <---------------> Position 2
   Position 3 <---------------> Position 3
   Position 4 <---------------> Position 4   Not used
   Position 5 <---------------> Position 5   Not used
   Position 6 <---------------> Position 6
   Position 7 <---------------> Position 7   Not used
   Position 8 <---------------> Position 8   Not used
A crossover network cable has 8 positions at both ends, same as the normal straight cable. But there are 2 pairs of lines crossed over. The first crossed pair of lines connects position 1 from one end to position 3 on the other end. The second crossed pair of lines connects position 2 from one end to position 5 on the other end:
   End A                        End B        Note
   Position 1 <------   ------> Position 1
                     \ /   
   Position 2 <--     X     --> Position 2
                 \   / \   /
   Position 3 <---\--   --/---> Position 3
                   \     /
   Position 4 <-----\---/-----> Position 4   Not used
                     \ /   
   Position 5 <-------X-------> Position 5   Not used
                     / \
   Position 6 <------   ------> Position 6

   Position 7 <---------------> Position 7   Not used

   Position 8 <---------------> Position 8   Not used


Comments

Popular posts from this blog

Sexy C#

Download samples   Table of Contents   1.   Introduction  2.   Background    3.   Sexy Features 3.1.   Extension Methods   3.2.   Anonymous Type   3.3.   Delegate   3.4.   Lambda Expression 3.5.   Async-Await Pair   3.6.   Generics   4.   Conclusion   1. Introduction     C#  is a very popular programming language. It is mostly popular in the .NET arena. The main reason behind that is the C# language contains so many useful features. It is actually a multi-paradigm programming language. Q.   Why do we call C# a muti-paradigm programming language? A.  Well, C# has the following characteristics:  Strongly typed   Object Oriented  Functional  Declarative Programming  Imperative Programming   Component based Programming Dynamic Programming ...

Running Openstack into Linux Containers (LXC on Debian)

The devstack project is an interesting tool to deploy a complete OpenStack development environment from source code. I’ve been using it from one year in my development activities on Neutron. For that, I set up an isolated VM (libvirt or VirtalBox through Vagrant), but I found that environment isn’t very efficient (too slow and uses lot of memory). Furthermore, when you developing network stack, you need to set up more than one node (three is a good number to test network virtualization). This is why I try to set up that environment into containers (LXC). Setup LXC environment I work on Debian testing release (Jessie) which uses the kernel 3.11 release. devstack supports Debian distribution thanks to the  Emilien Macchi’s commit . I use LXC experimental Debian package to be able to use the new template ‘lxc-debconfig’ which is more efficient when deploying a Debian container and; it can use preseed config file to set up the container: $ sudo 'deb http://ftp.debian.org/debian ...

Banyan VINES

Banyan VINES Banyan Virtual Integrated Network Service (VINES) implements a distributed network operating system based on a proprietary protocol family derived from the Xerox Corporation's Xerox Network Systems (XNS) protocols. VINES uses a client/server architecture in which clients request certain services, such as file and printer access, from servers. This article provides a summary of VINES communications protocols. The VINES protocol stack is illustrated in  Figure: The VINES Protocol Stack Consists of Five Separate Levels . Guide Contents Internetworking Basics LAN Technologies WAN Technologies Internet Protocols Bridging and Switching Routing Network Management Voice/Data Integration Technologies Wireless Technologies Cable Access Technologies Dial-up Technology Security Technologies Quality of Service Networking Network Caching Technologies IBM Network Management Multiservice Access Technologies Contents   [ hide ] 1   Figure:...