ip

Special Purpose Network Addresses Every System admin need to know

January 25, 2011

Different types of Classes of Network Class A Addresses Class A address must be between 0 and 127 network.node.node.node Class B Addresses Class B address must be between 128 and 191 network.network.node.node Class C Addresses Class C address must be between 192 and 223 network.network.network.node Network Addresses: Special Purpose Some IP addresses are reserved for special purposes, [...]

Read the full article →

Private and Public IP Addresses Explained

January 25, 2011

Public IP Addresses What is Public IP address Public IP Addresses (also known as Static IP Addresses) are IP addresses that are visible to the public.Because these ip addresses are public, they allow other people to know about and access your computer, like a Web server.In some cases, you do not want people to access [...]

Read the full article →

NetBEUI

January 24, 2011

NetBIOS, NetBEUI, and SMB are Microsoft Protocols used to support Microsoft Networking. The NetBIOS stack includes SMB, NetBIOS, and NetBEUI which are described in the table below. The following are parts of the Microsoft networking stack: Name Network Layer Description Redirector Application Directs requests for network resources to the appropriate server and makes network resources [...]

Read the full article →

User Datagram Protocol (UDP)

January 24, 2011

User Datagram Protocol (UDP) supports the network at the transport layer. User Datagram Protocol (UDP) is an unreliable connection-less protocol and is defined by RFC 768 and 1122. It is a datagram service. There is no guarantee that the data will reach its destination. UDP is meant to provide serivce with very little transmission overhead. [...]

Read the full article →

Address Resolution Protocol

January 24, 2011

ARP and RARP Address Translation Address Resolution Protocol (ARP) provides a completely different function to the network than Reverse Address Resolution Protocol (RARP). ARP is used to resolve the ethernet address of a NIC from an IP address in order to construct an ethernet packet around an IP data packet. This must happen in order [...]

Read the full article →

Again Domain Name Service (DNS)

January 24, 2011

Host Names Domain Name Service (DNS) is the service used to convert human readable names of hosts to IP addresses. Host names are not case sensitive and can contain alphabetic or numeric letters or the hyphen. Avoid the underscore. A fully qualified domain name (FQDN) consists of the host name plus domain name as in [...]

Read the full article →

Virtual Private Networking (VPN)

January 24, 2011

The most confusing part of VPN is that many acronyms show up. This is partly because VPN requires data encryption to be “private” and there are many encryption techniques and terms. Also there are many complicated security issues relating to VPN concerning encryption and user authentication. This section will first explain the concept and methodology [...]

Read the full article →

Little About Dynamic Routing

January 24, 2011

Dynamic routing performs the same function as static routing except it is more robust. Static routing allows routing tables in specific routers to be set up in a static manner so network routes for packets are set. If a router on the route goes down the destination may become unreachable. Dynamic routing allows routing tables [...]

Read the full article →

Internet Group Management Protocol (IGMP)

January 24, 2011

Internet Group Management Protocol (IGMP) is the protocol used to support multicasting. To use multicasting, a process on a host must be able to join and leave a group. A process is a user program that is using the network. Group access is identified by the group address and the interface (NIC). A host must [...]

Read the full article →

Broadcasting and Multicasting

January 24, 2011

Network interface cards are usually programmed to listen for three types of messages. They are messages sent to their specific address, messages broadcast to all NICs, and messages that qualify as a multicast for the specific card. There are three types of addressing: 1. Unicast – A transmission to a single interface card. 2. Multicast [...]

Read the full article →

Little about BOOTP Protocol

January 24, 2011

BOOTP (Boot Protocol) may be used to boot remote computers over a network. BOOTP messages are encapsulated inside UDP messages and therefore its requests and replies are forwarded by routers. BOOTP is defined by RFCs 951 and 1542. The drawing below illustrates the data encapsulation: The diskless system reads its unique hardware address from its [...]

Read the full article →

Little about DHCP

January 24, 2011

Dynamic Host Configuration Protocol (DHCP) This protocol is used to assign IP addresses to hosts or workstations on the network. Usually a DHCP server on the network performs this function. Basically it “leases” out address for specific times to the various hosts. If a host does not use a given address for some period of [...]

Read the full article →

Windows Server 2003 DNS Troubleshooting

January 22, 2011

1) Start Troubleshooting with Ping Can you ping the target machine? a) By IP address. Ping 10.1.0.100 b) By Hostname. Ping BigServer c) By fully qualified domain name. Ping BigServer.guybay.com Examine the replies for clues, for example is the reply BigServer or BigServer.domain.com. Depending on the results from Ping, check the Default Gateway and Subnet [...]

Read the full article →

Little about DNS Queries in Windows Server 2003

January 21, 2011

There are two sides to DNS.  Firstly, registration which adds resource records such as Host (A) into the DNS database.  Secondly there are queries where clients seek those resource records, for example where is BigServer?  Back comes the reply from DNS: BigServer IP = 10.10.55.21. Authoritative DNS Servers The goal of a DNS query is [...]

Related Posts Plugin for WordPress, Blogger...
Read the full article →