4 Quarter Grade 9 TLE CSS (Computer System Servicing) Internet Protocols
4 Quarter Grade 9 TLE CSS (Computer System Servicing) Internet Protocols
The more you understand about each of these protocols, the more you
will understand how networks and the Internet work.
IP Addressing
IP Classes Purpose
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
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
IpConfig
These are the IP address information that a DHCP server can assign to hosts:
IP address
Subnet mask
Default gateway
Optional values, such as a Domain Name System (DNS) server address
The DHCP server receives a request from a host. The server then selects IP
address information from a set of predefined addresses that are stored in a
database. After the IP address information is selected, the DHCP server offers
these values to the requesting host on the network. If the host accepts the
offer, the DHCP server leases the IP address for a specific period of time.
Ping
The ping is a Command Prompt command used to test the ability of the
source computer to reach a specified destination computer. The ping command
is usually used as a simple way to verify that a computer can communicate
over the network with another computer or network device
Round-trip response time — The parts of the replies that say things like
time=105ms show you how long it took from the time the client machine sent
out the ping message until a reply came back (1 ms is 1 millisecond, or one
thousandth of a second). The variability in the times you see reflects that
networks do not always respond identically. Differing amounts of traffic on the
communication lines or differing loads on the server are common causes. You
will see very different response times depending on the access equipment you
use.
Routing hop count — The part of the replies that says TTL=50 tells you about
the route the message took from one point to another. The acronym TTL stands
for Time to Live, which is a measure of how many rerouting from one point to
another the packet has to go through before IP declares it undeliverable. The
number following TTL (called the hop
count) is a number that usually starts at 255 and counts down by one every
time the message gets rerouted through an intermediary computer