Download Internet technologies

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Net neutrality wikipedia , lookup

Distributed firewall wikipedia , lookup

Net neutrality law wikipedia , lookup

Peering wikipedia , lookup

Network tap wikipedia , lookup

AppleTalk wikipedia , lookup

Airborne Networking wikipedia , lookup

Computer network wikipedia , lookup

Net bias wikipedia , lookup

Piggybacking (Internet access) wikipedia , lookup

Deep packet inspection wikipedia , lookup

Wake-on-LAN wikipedia , lookup

List of wireless community networks by region wikipedia , lookup

Cracking of wireless networks wikipedia , lookup

Internet protocol suite wikipedia , lookup

Recursive InterNetwork Architecture (RINA) wikipedia , lookup

Zero-configuration networking wikipedia , lookup

Transcript
Internet technologies
Structure of the Internet
Clients and Servers
Network routing
An Overview of the OSI Model
TCP/IP
Internet Protocol
Internet Protocol is one of the major protocol in TCP/IP protocols suite.
This protocol works at Network layer of OSI model and at Internet layer
of TCP/IP model. Thus this protocol has the responsibility of
identification of hosts based upon their logical addresses and to route
data between/among them over the underlying network.
IP provides a mechanism to uniquely identify host by IP addressing
scheme. IP uses best effort delivery, i.e. it does not guarantee that
packets would be delivered to destined host but it will do its best to
reach the destination.
Internet Protocol Version 4 (IPv4)
Internet Protocol being a layer-3 protocol (OSI) takes data Segments from layer-4
(Transport) and divides it into what’s called packet. IP packet encapsulates data unit
received from above layer and adds its own header information.
IPv4 uses 32-bit (four-byte) addresses, which
limits the address space to 4294967296 (232 )
addresses. This limitation stimulated the
development of IPv6 in the 1990s, which has
been in commercial deployment since 2006.
Subnet Mask
The 32-bit IP address contains information about the host and its network. It is very
necessary to distinguish the both. For this, routers use Subnet Mask, which is as long
as the size of the network address in the IP address. Subnet Mask is also 32 bits long.
If the IP address in binary is ANDed with its Subnet Mask, the result yields the
Network address. For example, say the IP Address 192.168.1.152 and the Subnet
Mask is 255.255.255.0 then
This way Subnet Mast helps extract Network ID and Host from an IP Address. It can
be identified now that 192.168.1.0 is the Network number and 192.168.1.152 is the
host on that network.
CIDR (Classless Inter Domain Routing)
CIDR is a slash notation of subnet mask. CIDR tells us number of on bits
in a network address.
In subnetting we find the answer of following questions:
 What is subnet mask for given address?
 How many subnets does given subnet mask provide ?
 What is block size for given subnet mask?
 What are the valid subnets?
 What are the total hosts?
 How many valid hosts are available per subnet?
 What is broadcast address of each subnet?
 What is network address of each subnet?
Internet Protocol Version 6 (IPv6)
IPv6 is an Internet Layer
protocol for packet-switched
internetworking and provides
end-to-end datagram
transmission across multiple
IP networks, closely adhering
to the design principles
developed in the previous
version of the protocol,
Internet Protocol Version 4
(IPv4).
Domain Name System