Unit 1
Unit 1
Network Basics
Agenda 2
❖ The OSI (Open Systems Interconnection) Model is a set of rules that explains
how different computer systems communicate over a network.
❖ OSI Model was developed by the International Organization for Standardization
(ISO).
❖ The OSI Model consists of 7 layers and each layer has specific functions and
responsibilities.
Physical Layer / Data Link Layer 9
❖ At the very top of the OSI Reference Model stack of layers, we find the Application
layer which is implemented by the network applications.
❖ These applications produce the data to be transferred over the network.
❖ This layer also serves as a window for the application services to access the network
and for displaying the received information to the user.
❖ Protocols used in the Application layer are SMTP, FTP, DNS, etc.
TCP/IP Model 13
❖ When the router receives a packet with the matching IP address and port, it
translates these back to the private IP address and port, and forwards the packet
along.
❖ NAT router modifies ports as well as IP addresses, its referred as Port Address
Translation (PAT).
❖ OpenStack uses SNAT to enable applications running inside of instances to
connect out to the public Internet
DNAT 26
IPV4 IPV6
❖ The Domain Name System (DNS) turns domain names into IP addresses,
which browsers use to load internet pages.
❖ Every device connected to the internet has its own IP address, which is used
by other devices to locate the device.
❖ DNS servers make it possible for people to input normal words into their
browsers, without having to keep track of the IP address for every website.
Subnets & ARP 34