0% found this document useful (0 votes)
1 views1 page

Network Architecture Overview

This document provides an overview of computer network architecture, focusing on the OSI model and TCP/IP suite. It details the seven layers of the OSI model, including the Physical, Data Link, Network, Transport, Session, Presentation, and Application layers. Additionally, it discusses routing protocols and algorithms, categorizing them into Distance-Vector, Link-State, and Path-Vector protocols.

Uploaded by

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

Network Architecture Overview

This document provides an overview of computer network architecture, focusing on the OSI model and TCP/IP suite. It details the seven layers of the OSI model, including the Physical, Data Link, Network, Transport, Session, Presentation, and Application layers. Additionally, it discusses routing protocols and algorithms, categorizing them into Distance-Vector, Link-State, and Path-Vector protocols.

Uploaded by

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

Overview of Computer Network

Architecture
Fundamental Principles of Computer Networking and Protocols | Academic Notes

Abstract
This document outlines the core concepts of computer networking, focusing on the Open Systems
Interconnection (OSI) model, the Transmission Control Protocol/Internet Protocol (TCP/IP) suite, and
fundamental routing algorithms used in modern telecommunications.

1. The OSI Seven-Layer Model


The OSI model serves as a conceptual framework to understand network interactions across seven
distinct layers:
 Physical Layer Manages bit-level transmission across physical media, including copper cables, optical
fiber, and wireless frequencies.
 Data Link Layer Handles node-to-node data transfer, framing, and Media Access Control (MAC)
addressing.
 Network Layer Controls packet forwarding, logical addressing (IPv4/IPv6), and internetwork routing.
 Transport Layer Ensures reliable end-to-end communication, error recovery, segmentation, and
flow control via TCP and UDP.
 Session Layer Establishes, manages, and terminates session connections between local and remote
applications.
 Presentation Layer Translates data formats between the application and the network, handling
encryption, compression, and encoding.
 Application Layer Provides high-level network services directly to end-user software applications.

2. Routing Protocols and Algorithmic Logic


Routing protocols determine the optimal paths for data packets traversing complex interconnected
networks. They fall into primary algorithmic categories:
 Distance-Vector Protocols Such as RIPv2, which calculate distance based on hop counts and
periodically exchange complete routing tables with neighboring nodes.
 Link-State Protocols Such as OSPF (Open Shortest Path First), which construct a detailed topology
map of the entire network area and compute shortest paths using Dijkstra's algorithm.
 Path-Vector Protocols Such as BGP (Border Gateway Protocol), which manage inter-autonomous
system routing across the global Internet.

You might also like