Topic 3: Networks: Network Fundamentals

Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

Topic 3:

Networks
Network fundamentals
Topic 3.1.2
Outline the importance of standards in the construction of networks.
Lesson Objectives
Student should be able to:

● Define the term standards.


● Outline the importance of standards.
● Appreciate the importance of compatibility.
Standards are important!
● Standards describe the common ground on which hardware and software
manufacturers (Apple, Microsoft, Linux etc.) can depend on in order to build
systems that are able to communicate with each other.
● Standards provide a common international ”language" that enables
compatibility for all computer systems throughout the globe.
Standards are important!
● Standards play an important role in
networking.
● Without standards, manufacturers of
networking products have no common ground
on which to build their systems.
● Interconnecting products from various
vendors would be difficult, if not impossible.
● Without agreed standards, communication
would be difficult (if not impossible)
Topic 3.1.3
Describe how communication over networks is broken down into different

layers.
Lesson Objectives
Student should be able to:

● Explain how communication over networks is analyzed into different layers.


● List the OSI (reference model) layers.
● Explain how the OSI model facilitates abstraction.
● List the TCP/IP (protocol model) layers.
● Explain the function of TCP/IP.
The communication over networks is broken into seven layers.
7. Application layer - Presents the information in a user-friendly way (HTML)
6. Presentation layer - Converts data from binary format to user-friendly format or vice
versa
5. Session layer - Creates a bridge between 2 computers by checking the presence of
both devices
4. Transport layer - Decides the way how the data will be transported (TCP -
transmission control protocol)
3. Network layer - Checks the presence of the IP address
2. Data link layer - Checks the physical address of the device (MAC)
1. Physical layer - Checks the presence of cables
If data is sent the list goes from 7 to 1. If data is received the list goes from 1 to 7.
TCP/IP Model
● TCP and IP are two of the network standards that define the internet.
● IP defines how computers can get data to each other over a routed,
interconnected set of networks.
● TCP defines how applications can create reliable channels of communication
across a network.
● IP basically defines addressing and routing, while TCP defines how to have a
conversation across the link without garbling or losing data.
Comparison of OSI and TCP/IP models

You might also like