You are on page 1of 2

Networking with Windows

Basic Transmission Control Protocol / Internet Protocol.


-

TCP/IP Stands for Transmission Control Protocol and Internet Protocol.


TCP/IP is used broadly and is the set of protocols, standards and utilities commonly used on the
Internet and large network.
TCP/IP addressing uses a unique internet protocol(IP) Address for a specific node in a TCP/IP
network. Each node on a network is known as a host and has a unique address.
An IP address is a 32 bit binary number usually represented as 4 decimal values, each
representing 8 bits in the range 0 to 255 (known as octets) separated by decimal points. This is
known as dotted decimal notation.

Example;

140.179.220.200
10001100.10110011.11011100.11001000

(Dotted decimal)
(Binary)

Classes
Class
A
B
C
D
E

Range of Address
1 to 127
128 to 191
192 to 223
224 to 239
240 to 255

Private Network Address


-

127.0.0.1
10.0.0.0
172.16.0.0
192.168.0.0

(
(
(
(

Local
Class
Class
Class

loopback Address )
A)
B)
C)

Glossary
Broadcast Address
Network Address
Host
Internet

- An IP address with a node portion that is all Ones.


- An IP address with a node portion that is all Zeros.
- A computer or other device on a TCP/IP network.
- The global collection of networks that are connected together and share a
common range of IP addresses.
InterNIC
- The organization responsible for administration of IP addresses on the
Internet.
IP
- The network protocol used for sending network packets over a TCP/IP network
or the Internet.
IP Address
- A unique 32 bit address for a host on a TCP/IP network or Internetwork.
Octet
- An 8 bit number, 4 of which comprise a 32 bit IP address. They have a range
of 00000000 - 11111111 that correspond to the decimal values 0 255.
Packet
- A unit of data passed over a TCP/IP network or Wide area network.
Router
- A device that passes network traffic between different IP networks.
Subnet Mask
- A 32 bit number used to distinguish the network and host portions of an IP
address.
Subnet or Subnetwork A smaller network created by dividing a larger network into equal parts.

Networking with Windows

You might also like