|
Data CommunicationsThis lists the issues with each data communications component in a PC. Sound: “Transfer of data complete.”
|
|
Related: |
Functions of Network Management
|
|
Cabling Hardware
|
The 5-4-3 Rule is a guideline to determine the number and placement of repeaters that can be used on a network. A single network can have five network segments connected by four repeaters, with three of the segments populated. When this rule is violated, a station may not be able to see the rest of the network.
Network Interface Cards
Bus Transfer Rates:Addresses 280, 300, 320, 360h HDLC, PPP, and Frame Relay use connectors V.35, X.21, V.24, EIA/TIA-232, EIA/TIA-449 (EIA/TIA is the Electronic Industries Association / Telecommunications Industry Association)
|
NIC Card Manufacturers:Adaptec Cabletron Cisco routers D-Link Kingston SMC
Dictionary definitions: Ethernet (n):
|
Equipment: Hubs, Switches, Routers, Bridges, Gateways
A repeater simply amplifies the signal to allow a signal to travel greater distances.
|
Routers
Cisco Product Comparisons |
Gateways |
Bridges
|
LAN Troubleshooting
|
Enterprise LAN
|
Wide Area Networks
Serial Analog Modems* The longest recommended RS-232 cable is 50 feet.The 16-bit 16550 Universal Asynchronous Receiver/Transmitters (UARTs) improves on the original 8-bit 8250 UART to allow serial ports to transmit data up to 115 Kbps. Integrated Circuits for serial communications use Asynchronous Communication Interface Adapters (ACIAs).
|
File Transfer Protocols (Trivial or not)
FTP have a syntax of When a typical FTP connection is made (without SSL), the client embeds port information in the commands that it sends to the server. The firewall sees these ports requests and dynamically opens the ports so data can be sent back from the server to the client using those ports. This does not work when SSL is enabled because the firewall cannot read the encrypted commands. For this reason you will need your firewall not to block the high TCP ports. If you set BlackICE firewall to Nervous or Paranoid security levels, it will block inbound FTP connections.
TFTPTrivial File Transfer Protocol (TFTP) [ IETF RFC 1350,1993] is used by the software utility of the same name for transferring files over the Internet.
TFTP is simpler to use than File Transfer Protocol (FTP) [
RFC 959 published in 1985], but less capable.
It is used where FTP's user authentication and directory visibility
are not required, as
TFTP uses the User Datagram Protocol (UDP) TFTP is such a simple protocol that it can be implemented within firmware on network devices without hard-disks. TFTP is often used in conjunction with BOOTP to remotely boot diskless workstations, X-terminals, and routers [RFC 906] Related RFCs:
|
|
Windows 2003/Vista TCP/IP parameters
Out-of-band (OOB) package 912222 for Windows 2003 SP1 and SP2/R2 (and Vista/2008) provides the Scalable Networking Pack [MS White Paper] to improve network performance on NDIS 6.0 (Network Device Interface Specification) hardware driver features. There is no user interface to configure its options. TCP Chimney Offload
or set in the Windows Registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters EnableTCPChimney=1 (1=enabled, 0=disabled) The "chimney" analogy is used here because once TCP connection state is established, control is transfered to the NIC miniport driver runing on NIC hardware which completely replaces the entire Windows TCP stack implementation from top to bottom, handling the traffic between the application and the remote host. [MSDN Whitepaper] [WHDC Whitepaper] Offloading to NIC hardware instead from the CPU improves the performance of long-lived connections with large-sized payloads, such as data streaming and large file transfers. Chimney is disabled automatically in the presence of a software firewall (Windows Firewall), ICS (Internet Connection Sharing), IPsec, IPNAT. Receive-side Scaling (RSS)
Or in the Windows Registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters EnableRSS=1 (1=enabled, 0=disabled) This enables use of multiple CPUs to handle received packets so that the NIC can spread load among available CPUs. [MS Whitepaper] RSS should not be activated when using ICS (Internet Connection Sharing) or ISA server. More info: MS KB 927695, MS KB 927168 TCP Acceleration (TCPA)
Or in the Windows Registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters EnableTCPA=1 (1=enabled, 0=disabled). Notes: TCPA should not be activated if ISA server is enabled. See MS KB 947773 Network Direct Memory Access (NetDMA) NetDMA minimizes the CPU processing needed to move packets between memory buffers. It has some hardware requirements, such as INtel I/O Acceleration Technology (Intel I/OAT) available with Xeon processors to function. NetDMA will not work together with "TCP Chimney Offload" and requires "Receive-side Scaling". Windows chooses NetDMA if it detects that both NetDMA and TCP Chimney Offload is supported. NetDMA is disabled automatically in the presence of a software firewall, ICS, IPsec, IPNAT. Leave the MinPacketSizeToDma global registry value at its default value. It configures the minimum packet size that would trigger usage of DMA. Compound TCP (CTCP) This was introduced in the Tcpip.sys within Windows Vista and Windows Server 2008 and via Hotfix 949316 on Windows 2003 and Windows XP 64-bit. It is highly recommended this setting be enabled in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters TCPCongestionControl=1 (DWORD value, 1=enable, 0=disable) CTCP improves on traditional slow-start and congestion-avoidance methods, (especially over high-speed internet connections) by monitoring delay variations and packet loss. It also ensures that its behavior does not impact other TCP connections negatively. For Windows 2003/XP, to set CTCP, in the Windows Registry, navigate to:
See also:
MS KB949316 - Hotfix for Windows 2003 Server and XP (64-bit) replaces Tcpip.sys dated 21-Feb-2008 and
Checksum Offloading This NDIS 5 setting reduces CPU load by offloading to the network card tasks maintaining the TCP/IP stack: Theoretically, Windows should automatically detect capable network hardware. The recommendation is to leave this at default unless problems are being experienced. But to change the checksum offloading in the Windows Registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters DisableTaskOffload=0 (DWORD value, 0=enable offload, 1=disable offload, default not set) Note: Checksum offloading should not be activated together with the Windows Firewall. Also see: MS KB 888750, MS KB 904946, MS KB 936702 |
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page
Thank you! |