At this point, I will digress and turn the clock back, life was good we had the Internet, Ethernet and Microsoft could not spell or supported either. At that time for Ethernet cable, you had your choice of Thick (10Base-5), Thin (10Base-2), and or CAT3 (10Base-2.3), and yes there was also Fiber (10Base-2.3FL) interfaces from Codenall Technologies and later Milan Technologies. Mostly my adapters had Thin or AUI (Attachment Unit Interface) interfaces. Now I have set up more coax based Ethernet systems so I opted for a new 802.3 spec mostly these devices used the AUI interface with some sort of adapter. No Switches only Hubs.
A Hub is a device in which traffic on one port is seen on all ports.
A Switch is a network device in which traffic appears on two ports only (uplink port, and device port)
A NIC is a Network Interface Card or Adapter.
A MAC address is a unique identifier assigned to a network interface controller (NIC) for communications at the data link layer. Today every device from your computer to your toaster has a MAC address. An IP Datagram cannot attach at the data link layer!
Then along came NATing Routers this was very cool as now you could Translate your IP range to something private.
NAT is a method of remapping one IP address space into another by modifying network address information in the IP header of packets while they are in transit across a traffic routing device.
Class C Private Space is defined as an address that will not translate across your gateway into public space. Virtually all Class C Private Space is using 192.168.1.x some are using 192.168.0.x so you have only scratched the surface as the subnet address range from 0 to 255 which is 255 x 255 or about 65 thousand addresses and each subnet will lose three-address wire, broadcast, gateway. So in the normal world, the wire is 0, gateway or your router is 1, and broadcast is 255.
Included were the following applications: FTP, TFTP, BootP.
FTP File Transfer Protocol. Client-Server model for transferring files of all types.
TFTP Trivial File Transfer Protocol. is a utility for transferring files that is simpler to use than the FTP but less capable. It is used where user authentication and directory visibility are not required. TFTP uses UDP rather than TCP. TFTP is described formally in RFC 1350.
BootP Bootstrap Protocol that lets a network user be automatically configured (receive an IP address) and have an operating system booted (initiated) without user involvement. The BOOTP server, managed by a network administrator, automatically assigns the IP address from a pool of addresses for a certain duration of time.
Then Microsoft Introduced DHCP with RFC 2136
DHCP Dynamic Host Configuration Protocol is a client-server protocol that automatically provides an IP host with its IP address and other related configuration information such as the subnet mask and default gateway.
With that shot, the war was on Static or Dynamic? DHCP let the average user an easy way for them to configure there own network. I have never liked DHCP myself, and don't see the need for it in a fixed network. Plus it makes the user lazy and not wish to understand the basic network terms. I look at it like this: I have 5 or 6 maybe more computers that are on the network. That does not count my IP VOIP Cisco phones. which are on there own separate network and subnet via its own NAT router. The Only thing that uses DHCP is my laptops.
here is a list of my network
- Spectrum Cable 200 Mb Down
- 192.168.1.1 Main GateWay Router (Netgear N600)
- Cisco 2900xl 24 port 100Mb switch.
- Office Net Low speed
- HP Laser 3333 connected via HP Jet Direct Adapter.
- Netgear Gigabit Switch (Office Net)
- Desktop (this desk)
- Desktop (living room desk
- WorkBench (dual-boot - Windows / Linux) Runs the (NexGen RSS)
- Media Player (in Stereo System)
- Media Player (in Bedroom
- Sun Microsystems Sunblade 1000
- Router (Netgear N600)
- Astrix Phone System uses two NICs one for network traffic the other is for the Cisco Phones.
- Office: 2 Cisco VOIP Phones 7960
- Living Room Desk 7960, 7940 (near my recliner)
- Bedroom 7940 with rigger off
- Office Net Low speed
- Cisco 2900xl 24 port 100Mb switch.
There are other networks in the office as well such as my Nav-bus which is the second NIC in both the Sun and WorkBench Computers. This network is switched but does not get routed.
Top Comments