0% found this document useful (0 votes)
8 views5 pages

Key Internet Milestones and Networking Concepts

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views5 pages

Key Internet Milestones and Networking Concepts

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

CN IMPORTANT NOTES

Summary Table: Web Revolu on & Internet Growth (1989–2001)

Year Milestone

1989 WWW proposed by Tim Berners-Lee

1990 Search engines begin, ARPANET re red

1991 Gopher system introduced (text UI) by university of minnestone

1992 Mul media enters web, “Surfing the net” coined by jean armour polly

1993 Mosaic browser released – start of visual web

1994 WWW boom begins – millions of hosts by Marc Andresson

1995–2001 Explosive growth – from 6 million to 110+ million hosts

More Key Internet Milestones (1994–1998)

Year Event

1994 Hotmail came into picture – one of the first free email services available to public.

W3C (World Wide Web Consor um) was founded by Tim Berners-Lee to standardize web
1994
technologies (HTML, CSS, etc.).

Java programming language was released by Sun Microsystems — pla orm-independent,


1995
ideal for web-based applica ons.

1996 ICQ launched — one of the first instant messaging (chat) systems, created in Israel.

Google was founded by Larry Page and Sergey Brin — revolu onized search engines with its
1998
PageRank algorithm.

Thanks for sharing the paragraph! Let's break it down and explain the important networking
concepts men oned, in simple language and with detailed explana on:

Key Topics Iden fied:

1. Bridges and Traffic Localiza on

2. Switches (Layer 2 Switch)

3. Router and Layer Hierarchy


4. Hierarchical Network Design (Core, Distribu on, Access)

1. Bridges and Traffic Localiza on

Simple Meaning: A bridge is a device that connects two or more network segments. When it
forwards data (traffic), it only sends it to the segment that needs it, not to the en re network. This is
called localizing traffic.

Detailed Explana on: In computer networking, bridges help reduce unnecessary data transmission
by ensuring that data only goes where it is needed. Suppose two departments in a company are
connected via a bridge. If one computer sends a file to another in the same department, the bridge
keeps the traffic within that department and doesn't flood it to the other.
This saves bandwidth in the rest of the network.

Benefit: Prevents unnecessary data from crossing into other parts of the network, which saves
network resources and improves performance.

2. Switches (Layer 2 Switch)

Simple Meaning: A switch is like an advanced bridge. A Layer 2 switch works at the Data Link Layer
(Layer 2) of the OSI model and forwards data based on MAC addresses.

Detailed Explana on: Switches are devices that connect many devices in a LAN (Local Area
Network). When a switch receives a data packet, it checks the des na on MAC address and sends
the packet only to the correct port, instead of sending it to every device like a hub would.

 Mul -port bridge = Switch

 Layer 2 switch = Operates using MAC addresses (Data Link Layer)

 Can also connect to the Internet (Cloud)

Benefit: Efficient traffic forwarding, be er performance, reduces collisions.

3. Router and Layer Hierarchy

Simple Meaning: A router is a Layer 3 device that can connect mul ple networks and decide the
best path for data. It also has the abili es of lower layers like the Data Link Layer.

Detailed Explana on: Routers work at the Network Layer (Layer 3) and are responsible for
forwarding data across different networks (e.g., from your home to the internet). But routers also
use Layer 2 features like handling MAC addresses, especially on the local network.

Layer hierarchy:
Higher layers (like Layer 3) include capabili es of lower layers (like Layer 2).

4. Hierarchical Network Design


Simple Meaning: Networks are usually built in three layers for be er organiza on and efficiency:

1. Core Layer – fast backbone of the network

2. Distribu on Layer – controls traffic, applies policies

3. Access Layer – where end devices (computers, printers) connect

Detailed Explana on:

 Core Layer: High-speed switching; no complex processing; handles large amounts of data
quickly.

 Distribu on Layer: Applies security and rou ng policies; decides which data is allowed
where.

 Access Layer: Closest to the user; connects end devices to the network.

Why use this model?


It makes networks scalable, manageable, and efficient.

Summary Table

Concept Meaning Purpose

Bridge Connects network segments Localizes traffic

Switch (L2) Mul -port bridge at MAC layer Efficient LAN communica on

Router (L3) Connects different networks Routes data intelligently

Hierarchical Design Core, Distribu on, Access layers Organized, scalable networks

Would you like a diagram for the hierarchical network design?

Concept Simple Meaning Key Role

Broadcast Domain All devices receive broadcast Routers separate domains

Collision Domain Area where packet collision can happen Switches divide domains

Switch Works at MAC level Sends data to the correct device

Router Sends data between networks Breaks broadcast & collision domains

Physical Layer Hardware layer Sends bits

Data Link Layer MAC filtering Manages frames and addresses

Network Layer IP rou ng Connects networks


Concept Simple Meaning Key Role

Transport Layer Process-to-process communica on Ensures delivery

Applica on Layer End-user interface Browsers, Email, etc.

Top-Down Approach Start from user-side Easier for beginners

You're absolutely right — in Classful IP addressing, there are 5 dis nct classes of IP addresses:

Summary of the 5 Classes:

First Octet Star ng Default Subnet Hosts per


Class Purpose
Range Bits Mask Network

~16 million (2³⁴ - Very large


A 0 – 127 0 [Link]
2) organiza ons

Medium-sized
B 128 – 191 10 [Link] ~65,000 (2¹⁶ - 2)
networks

C 192 – 223 110 [Link] 254 (2⁸ - 2) Small networks

D 224 – 239 1110 N/A (No subne ng) N/A Mul cas ng

Experimental /
E 240 – 255 1111 N/A N/A
Reserved

Key Notes:

 Class A: For very large networks. Only a few organiza ons (e.g., early internet ins tu ons)
had these.

 Class B: O en used by universi es or large companies.

 Class C: Most common for smaller networks and ISPs.

 Class D: Used in mul cas ng, not for host assignment.

 Class E: Reserved for experimental or future use; not used in prac ce.

Would you like a detailed breakdown of how host and network counts are calculated for each class
(with binary examples)?
Decimal Binary No. of 1s

255 11111111 8

254 11111110 7

252 11111100 6

248 11111000 5

240 11110000 4

224 11100000 3

192 11000000 2

128 10000000 1

0 00000000 0

You might also like