Chapter two
Chapter two
What is networking?
• A basic understanding of networking is important for anyone managing a server.
• Not only is it essential for getting your services online and running smoothly, it
also gives you the insight to diagnose problems.
• In a technology context, network is usually short for "computer network" or "data
networking.
• The above description implies that computers are the things sharing the meaningful
information.
• At a conceptual level, all data networks consist of nodes, which refers to any computer
or digital device using the network and links.
• Also the physical connections (either wired or wireless) that carry messages between
nodes.
Concepts in windows networking
• What are the basic concepts of a corporate network on the Windows platform?
DNS Lookup
• The domain naming system (DNS) is a cornerstone of every network
infrastructure.
• DNS maps IP addresses to names and names to IP addresses (forward and
reverse respectively).
• Thus, when you go to a web-page like www.windowsnetworking.com,
without DNS, that name would not be resolved to an IP address and you
would not see the web page.
• Thus, if DNS is not working “nothing is working” for the end users.
Cont’d…
• The forward lookup, or simple DNS lookup, is the most commonly used
approach to DNS.
• The forward approach to DNS is simply finding out the IP address of a
domain.
• People tend to find it difficult to remember long strings of numbers.
Instead, it's easier to remember a domain name that uses words.
• However, electronic devices use streams of 1's and 0's to
communicate.
• The only way for one computer to communicate with another is by
uniquely identification.
• The method identification used on the Internet is by IP addresses.
Cont’d…
How DNS Works?
Here are the simple steps for DNS resolution:
• A user enters a domain name into their Internet browser. (www.whatismyip.com)
(www.jju.edu.et.com)
• The computer sends the domain name as a DNS request to the user's Internet
Service Provider (ISP).
• The ISP determines if it has the IP address associated with that name.
• If not, the ISP forwards the request to other providers in an effort to located the
DNS record that contains the data.
• Once the record is found, the IP address of the domain is returned to the user.
• Finally, the user's computer can communicate directly with the server.
Reverse DNS Lookup
In a reverse DNS lookup, the steps are the same except that it starts out
with an IP address and returns with the domain name.
In actual reality this can take a while and when a DNS is unable to find
what it needs whether it is a domain name or an IP address.
This is due to the servers being busy or the web browser timing out.
Ethernet & ARP
Ethernet is the protocol for your local area network (LAN).
Network interface cards (NIC) connected to Ethernet cables, to running
Ethernet switches which connect everything together.
Without a “link light” on the NIC and the switch, nothing is going to
work.
Cont’d…
• What is the difference between MAC and ARP?
• What is DHCP?
• ARP (address resolution protocol) is the protocol that maps Ethernet
MAC addresses to IP addresses.
• MAC addresses (or Physical addresses) are unique strings that identify
Ethernet devices.
• The mac-address-table is used by the switch. ... The mac-address-table
has nothing to do with IP addresses
• Dynamic Host Configuration Protocol (DHCP) is a network protocol
that enables a server to automatically assign an IP address to a computer
from a defined range of numbers (i.e., a scope) configured for a given
network.
IP Addressing and Sub-netting
Replication limitations