Computer Networks
Computer Networks
2. Evolution of Networking
Historical Milestones:
o 1961: The concept of ARPANET (Advanced Research Projects Agency
Network) was developed to connect research institutions.
o 1969: The first successful connection of ARPANET linked UCLA and
Stanford Research Institute.
o 1971: Roy Tomlinson introduced email, using the symbol "@" to separate
user and machine addresses.
o 1983: The introduction of the TCP/IP protocol standardized communication
across ARPANET.
o 1990: Tim Berners-Lee invented the World Wide Web, introducing
technologies like HTML, HTTP, and URLs.
o 1997: The first version of Wi-Fi (802.11 standard) was introduced,
revolutionizing wireless communication.
Key Developments:
o ARPANET's commercial use: ARPANET evolved into the commercial
network Telenet.
o NSFNET Program: Extended connectivity to more institutions, forming the
backbone of the modern Internet.
o Birth of the Internet: The term "Internet" emerged in the 1980s to describe
interconnected networks using TCP/IP.
3. Types of Networks
4. Network Devices
Modem (MOdulator-DEModulator):
o Converts digital signals to analog signals for transmission over telephone lines
and vice versa.
o Types:
DSL Modems: Use Digital Subscriber Line for internet.
Cable Modems: Connect via cable TV networks.
o Example: Browsing the internet using a broadband connection.
Ethernet Card (NIC):
o A Network Interface Card enables computers to connect to a wired network.
o Characteristics:
Embedded on the motherboard or as an add-on card.
Has a unique MAC address for identification.
o Example: Desktop computers connected to a local area network.
RJ45 Connector:
o An 8-pin connector used to connect Ethernet cables.
o Significance: Provides a standard interface for networking devices.
Repeater:
o Amplifies and regenerates signals to extend network range.
o Example: Used in long Ethernet cable runs exceeding 100 meters.
Hub:
o A basic device that connects multiple devices in a network, broadcasting data
to all ports.
o Limitation: Inefficient due to data collisions in high traffic.
Switch:
o A device that connects multiple devices and directs data to the intended
recipient based on MAC addresses.
o Advantages:
Reduces network congestion.
Supports full-duplex communication.
Router:
o Connects multiple networks and determines the best path for data
transmission.
o Types:
Wired routers: Use Ethernet cables.
Wireless routers: Provide Wi-Fi access.
o Example: Home routers connecting local devices to the internet.
Gateway:
o Acts as an entry and exit point for a network, translating protocols between
different systems.
o Example: Connecting an enterprise network to the public internet.
5. Networking Topologies
Mesh Topology:
o Each device connects directly to every other device.
o Advantages:
High reliability.
Parallel data transmission.
o Disadvantages:
Complex wiring.
High cost.
Ring Topology:
o Devices form a closed loop, with data transmitted in one direction.
o Advantages: Easy to install and low cost.
o Disadvantages: Failure of one node disrupts the entire network.
Bus Topology:
o Devices share a common communication line.
o Advantages:
Cost-effective.
Easy to install.
o Disadvantages:
Limited cable length.
Network failure if the backbone is damaged.
Star Topology:
o Devices connect to a central hub or switch.
o Advantages:
High performance and scalability.
Failure of one device does not affect others.
o Disadvantage: Central hub failure disrupts the network.
Tree/Hybrid Topology:
o Combines multiple topologies in a hierarchical structure.
o Advantages: Flexible and scalable.
o Disadvantages: Complex configuration and maintenance.