Difference between revisions of "Networking"

From Libopedia
Jump to navigation Jump to search
Line 4: Line 4:
 
The campus network uses Ethernet network devices connected via network switches using the TCP/IP internetworking protocols.
 
The campus network uses Ethernet network devices connected via network switches using the TCP/IP internetworking protocols.
  
=Network Device Config=
+
=Network Device=
 
Basic network config for each network card usually requires the following sequence;
 
Basic network config for each network card usually requires the following sequence;
 
  MAC address ([https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol DHCP]) <<-->> IP address ([https://en.wikipedia.org/wiki/Internet_protocol_suite TCP/IP]) <<-->> Domain Name ([https://en.wikipedia.org/wiki/Domain_Name_System DNS])
 
  MAC address ([https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol DHCP]) <<-->> IP address ([https://en.wikipedia.org/wiki/Internet_protocol_suite TCP/IP]) <<-->> Domain Name ([https://en.wikipedia.org/wiki/Domain_Name_System DNS])

Revision as of 17:30, 21 August 2016

General

See: http://www.tcpipguide.com/free/t_NetworkingFundamentals.htm

The campus network uses Ethernet network devices connected via network switches using the TCP/IP internetworking protocols.

Network Device

Basic network config for each network card usually requires the following sequence;

MAC address (DHCP) <<-->> IP address (TCP/IP) <<-->> Domain Name (DNS)

In addition each network card must know of the following;

  1. LAN Gateway address
  2. LAN Subnet Mask

Networks

Basic network hierarchy is as follows;

LAN -> CAN/MAN -> WAN

References

Wikipedia info links;

Wikipedia info links;

Local links