Fundnet

From Mycomputer Notes

(Difference between revisions)
(Networking Topology)
(Networking Topology)
Line 78: Line 78:
{|
{|
|-
|-
-
| [[Image:Topology.JPG |thumb|Frame|right|Network devices]]
+
| [[Image:Topology.JPG |400px|Frame|right|Network devices]]
|}
|}
=Bandwith=
=Bandwith=
=Networking Models=
=Networking Models=

Revision as of 16:36, 2 April 2006

In thi chapters will introduced some terminology used by networking professionals and various types of computer networks. It also introduces an explanation on how standards ensure greater compatibility and interoperability among various types of computer netwroks. It also describes the OSI Model and the basic fonctions thtat takes place at each layer of the OSI Model.

Contents

[hide]

Networking Terminology

Data networks developed as a result of business applications that were written for microcomputers. The microcomputers were not connected so there was no efficient way to share data among them. It was not efficient or cost-effective for businesses to use floppy disks to share data.

Businesses needed a solution that would successfully address the following three problems:

  • How to avoid duplication of equipment and resources
  • How to communicate efficiently
  • How to set up and manage a network

Networking Devices

Networking devices
Equipement that connect directly to a network segment. These devices are borken into two classifications.

End-User devices:

  • Computers, Printers, Scanners and other deevices that provide services to the user. Devices that connect end-user to the network.

Network devices:

  • All devices that connect the end-user devices together to allow them to communicate. Network devices are used to extend cable connections, concentrate connections, convert data formats and manage data transfers (i.e repeaters, hubs, switches and routers)

Repeaters:

  • Layer 1 Devices on the OSI Referance Model.
  • Regenerate adn retime network signals
  • Single port "IN" & Single port "OUT"

Hub:

  • Regenerate adn retime network signals
  • Common connection point for device in the LAN
  • Connects segments of a LAN
  • Multiports (When a packet arrives at one port, it is copied to the other ports so that all the LAN segments

can see all the packets.)

  • Also known as Multiport Repeaters

NIC:

  • Layer 2 Devices because of the MAC Address (Media Access Control)
  • Controls the Access of the host to the medium (the copper wire)

Bridges:

  • Layer 2 devices
  • Designed to create 2 or more LAN segments (seperate Collision Domains)
  • Filter trafffic on the LAN (Filter frames)
  • Keeps Track of which MAC addresses are on each side.
  • Learned about devices by examinning MAC addresses.
  • Maintain MAC Address Tables
Broadcast
Is a data packet that is sent to all nodes on a network.
Broadcast Domain
All the devices connected to a network that receives the data packet broadcast by a

node to all other nodes on the same network.

Bridges always foward broadcast because thy can not learn the broadcast MAC address of FF.FF.FF.FF.FF.FF; therefore all segments in a bridged environnement are considered to be in the same Broadcast Domain.

Swtiches:

  • Another Layer 2 device
  • Like Bridges they connect LAN segments
  • Use a table of MAC addresses to determine the segment of which a frame needs to be transmitted and reduce traffic
  • Foward and flood traffice based on MAC addresses.
  • Each switch port is like its own Bridge
  • Each host connect to the switch port has the full bandwith of the medium. This process is called microsegmentation.
Microsegmentation
the creation of private or dedicated segments -one host per segment. Each host does not have to compete for the medium banthwith with other host, so it has the full bandwith of the medium.

Routers:

  • Internetworking device that passes data packets between networks based on Layer 3 addresses.
  • Makes decisions regarding the best path for delivery of data on the network.
  1. Examing incoming packets.
  2. Choose the best path for the packets.
  3. Switches the packets to the proper outgoing network.
  • Routers connect different Layer 2 technologies such as Ethernet, Token Ring & FDDI

Networking Topology

Network topology defines how computers, printers, network devices and other devices are connected. The topology describes the layout of the wire and devices as well as the paths used by data transmissions.

A topology can be both Physical and Logical.

  • Physical Topology: physical layout of the wire media
  • Logical Topology:how the host access the media to sent data

Common Physical Topologies:

Network devices

Bandwith

Networking Models

Personal tools