Lesson 3 2nd Grading
Lesson 3 2nd Grading
INTERNET
PROTOCOLS
Internet Protocols
are
sets of rules
governing
communication within
and between
computers on a
network
require messages
to arrive within a
certain amount of
time so that
computers do not
wait indefinitely for
also initiate
alternative actions if
the network does not
meet the timing
rules.
Addressing the
data
Deciding how to
announce sent and
received data
COMMON
PROTOCOLS:
TCP/IP:
The
Transmission Control
Protocol /Internet
Protocol (TCP/IP) suite
of protocols has
internetworking. TCP/IP
represents a set of public
standards that specify
how packets of
information are
exchanged between
computers over one or
IPX/SPX:
Internetwork
Packet
Exchange/Sequenced
Packet Exchange is the
protocol suite originally
employed by Novell
Corporations network
It delivers functions
similar to those included
in TCP/IP.
NetBEUI: NetBIOS
Extended User Interface
is a protocol used
primarily on small
It is composed of a
comprehensive set of
protocols that span the
seven layers of the Open
Systems Interconnection
(OSI) reference model.
HTTP:
Hypertext
Transfer Protocol governs
how files such as text,
graphics, sound, and
video are exchanged on
the World Wide Web
FTP:
File Transfer
Protocol provides
services for file transfer
and manipulation. FTP
allows multiple
simultaneous
connections to remote
SSH:
Secure Shell is
used to securely connect
to a remote computer.
Telnet: It is an
application used to
connect to a remote
computer that lacks
POP3:
Post Office
Protocol is used to
download e-mail from a
remote mail server.
IMAP: Internet Message
Access Protocol is also
used to download e-mail
SMTP:
Simple Mail
Transfer Protocol is used
to send e-mail to a
remote e-mail server.
IP Addressing
An IP address is a
number that is used to
identify a device on the
network. Each device on a
network must have a
unique IP address to
An IP address consists of
a series of 32 binary bits
(1s and 0s). It is very
difficult for humans to
read a binary IP address.
For this reason, the 32
bits are grouped into four
Class
B - Used for
medium-sized networks,
implemented by
universities.
Class C - Used for small
networks, implemented
by ISPs for customer
Class
D - Used for
special use for
multicasting
Class E - Used for
experimental testing
Class
Subnet Mask
The subnet mask
indicates the network
portion of an IP address.
Like the IP address, the
subnet mask is a dotteddecimal number.
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
IpConfig
Ipconfig is a command
used to find out the IP
address of a certain
network you are
connected to
Assigning a static IP
Address
1. Open the Control
Panels Network
Connections icon.
2. Open the icon
representing your
Assigning
a Dynamic
IP Address
Dynamic Host
Configuration
Protocol (DHCP) is a
software utility used to
dynamically assign IP
The
DHCP server
receives a request
from a host. The
server then selects IP
address information
from a set of
predefined addresses
You
can configure a
computer to accept
an IP address from a
DHCP server by
clicking the Obtain an
IP address
automatically option
Ping
The ping is a
Command Prompt
command used to
test the ability of the
source computer to
reach a specified
The
ping command
operates by sending
Internet Control
Message Protocol
(ICMP) Echo Request
messages to the
destination computer
How
many of those
responses are
returned, and how
long it takes for them
to return, are the two
major pieces of
information that the
-l
-i
-s
-s
-R
-6
-6
2. 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