Networking
Networking
Networking
Internet Protocols
• A protocol is a set of rules. A letter sent through the postal system
also uses protocols. Part of the protocol specifies where on the
envelope the delivery address needs to be written. If the delivery
address is written in the wrong place, the letter cannot be delivered.
Internet protocol works in a similar way. Internet protocols are sets of
rules governing communication within and between computers on a
network. Protocol specifications define the format of the messages to
be exchanged.
The main functions of protocols are:
• Identifying errors
• Compressing the data
• Deciding how the data should be sent
• Addressing the data
• Deciding how to announce sent and received data
The commonly used protocols
• These protocols are used to browse the web, send and receive e-mail,
and transfer data files.
TCP/IP: The Transmission Control Protocol
/Internet Protocol (TCP/IP)
• suite of protocols has become the dominant standard for
internetworking. TCP/IP represents a set of public standards that
specify how packets of information are exchanged between
computers over one or more networks.
IPX/SPX: Internetwork Packet
Exchange/Sequenced Packet Exchange
• is the protocol suite originally employed by Novell Corporation’s
network operating system, NetWare. It delivers functions similar to
those included in TCP/IP. Novell in its current releases supports the
TCP/IP suite. A large installed base of NetWare networks continues to
use IPX/SPX.
NetBEUI: NetBIOS Extended User Interface
• is a protocol used primarily on small Windows NT networks. NetBEUI
cannot be routed or used by routers to talk to each other on a large
network. NetBEUI is suitable for small peer-to-peer networks,
involving a few computers directly connected to each other. It can be
used in conjunction with another routable protocol such as TCP/IP.
This gives the network administrator the advantages of the high
performance of NetBEUI within the local network and the ability to
communicate beyond the LAN over TCP/IP.
AppleTalk:
• governs how files such as text, graphics, sound, and video are
exchanged on the World Wide Web (WWW). The Internet Engineering
Task Force (IETF) developed the standards for HTTP.
FTP: File Transfer Protocol
Class A Used for large networks, implemented by large companies and some countries
Class B Used for medium-sized networks, implemented by universities
Class C Used for small networks, implemented by ISPs for customer subscriptions
Class D Used for special use for multicasting
Class E Used for experimental testing
Subnet Mask
The subnet mask indicates the network portion of an IP address. Like
the IP address, the subnet mask is a dotted-decimal number. Usually all
hosts within a LAN use the same subnet mask. Table 3 shows default
subnet masks for usable IP addresses that are mapped to the first three
classes of IP addresses:
• 255.0.0.0: Class A, which indicates that the first octet of the IP
address is the network portion
• 255.255.0.0: Class B, which indicates that the first two octets of the
IP address are the network portion
• 255.255.255.0: Class C, which indicates that the first three octets of
the IP address are the network portion
Default Subnet Masks for Usable IP Addresses
Subnet Mask
• Class D addresses are used for multicast groups. There is no need to
allocate octet or bits to separate network and host addresses. Class E
addresses are reserved for research use only.
IpConfig
• Ipconfig is a command used to find out the IP address of a certain network you
are connected to.
• How to use the ipconfig command?
• 1) Click on Start Button, then type cmd (command prompt) on the search box.
• 2) A black screen will appear as shown in the figure below.
• 103
• 3) Type ipconfig and press enter. The figure below shows the IP configuration
window using the ipconfig command. The information from this window will be
useful because it shows the IP address, subnet mask and default gateway of a
network you are connected to.
IP Configuration in CMD Window
Assigning a static IP Address
• In a home network with several computers and devices, it is ideal to
assign each of them a specific address. This is for the purpose of
avoiding problems when you do troubleshooting which requires
figuring out the IP address of each of them. It is also a means to
prevent address conflicts between the devices. You can also manage
them with ease if you have assigned their own addresses.
Here are the procedures in assigning an IP Address
on a windows base computer system: