Network Note
Network Note
OSI LAYER 7
OSI(open systems Interconnection)
Physical Hub, Cable, Wiring, Media, Repeater Data transfer Network Services
Data Link Bridge, Switches, Wireless, Access Function
Point
Network IPV4, IPV6 , Router
Transport TCP , UDP Transport
Services
Session Communicati Application-level
on network
Presentation Service Services user
function
Application Server
Note: in the year 1983 mainly by ISO(International Organization Standardization ) & ITU-
T(International Teloeommunication Union- Teclecommunication standardization sector)
Open systems interconnect (OSI)
OSI is cpmputer network standard developed by the international organization for standardization
(ISO) , along with the ITU-T.
Layer 1 : Physical
Layer 3 : Network
Function : The management of a network , including IP address, routing and traffic control,
Examples : IPV4, IPV6, Ipsec , ICMP
PUD : packets
Layer 4 : Transport
Function : Reliable transmission of data segments between network entities. Includes segmentation,
acknowledgement , and multiplexing .
Examples : Transmission Control Protocol (TCP),User Datagram Protocol (UDP)
PDU : segment (TCP) | Datagram (UDP)
Layer 5 : Session
Function : Session management and continuous exchange of information between two nodes
Examples :TLS , FTP, HTTP , HTTPS , SMTP , Telnet , SCP , RPC
PDU : Data
Layer 6 : Presentation
Function : Translation of data between network services and applications (I.e character encoding ,
data compression , encryption , etc..)
Examples : JSON, XML, HTML, S/MIME, CSS,GIF
PDU :Data
Layer 7 : Application
function : application & APLs (resource sharing , remote file access, etc…)
Examples : SSH , SNMP, Web service , REST, SOAP)
PDU: Data
TCP/IP
TCP (Tansmission control Protocol)
IP (Internet Protocol)
1. AP Layer(Application layer)
2. Transport layer/TCP layer
3. Internet layer/IP layer
4. Data link layer /IN layer (Network Interface layer)
(1)AP layer(Application layer)
1. DNS This converts FQDN (Fully Qualified Domain Name) to the IP address.
2. DHCP This dynamically assigns the IP address.
3. SMTP This transfers e-mails to the mail server or between main servers.
4. POP This downloads e-mails from the mail server.
5. IMAP This retrieves e-mails from the mail server.
6. MIME This enables handling of audio/video data through e-mails.
7. HTTP This transfers hypertext (e.g., HTML documents).
8. FTP This transfers files.
9. SNMP This manages the network in a simple manner.
10. TELNET This performs remote login from a remote terminal.
11. NTP This synchronizes the time in several nodes.
12. NNTP This distributes news articles.
13. RTP This transfers video and audio data in a format suitable for real time.
14. BOOTP This acquires the settings of the network during OS boot.
15. SOAP This calls XMl-based data and servicer
Network to topology
IPV4
Special IP address
-Network address
address in which the host address part of the IP address (network nameplates)
-Unicast address (one to one)
An address used to send to specified node only
-Broadcast(data to all nodes )
Used for broadcast data to all the nodes belonging to a network
-Multicast address ( data to Group)
used for broadcasting data to all the nodes belonging to a specified group
class D IP address used for identifying the specified group(multicast Groups)
Number system
1,2.3,4,
binary number system
2=0.1
decimal number system
10= 0,1,2,3,4,5,6,7,8,9
hexadecimal
15 =0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
IPV4
32 bit address format
-Consist of four set of eight binary number (octets)
-Each set separated by period (dotted decimal notation)
-Can be write binary and decimal format
-All eight binary number is “00000000” = “0” value
-All eight binary number is “11111111” = “255” value
-Broadcast address = 255.255.255.255
-Loop back address = 127.0.0.1 (local host address)
-Unique number for each system (can be conflict)
-Class A, Class B, Class C, Class D, Class E address
-Public address and private address
-Classful address and classless address
-Automatic private IP address (APIPA)- 169.254.0.0
Public Ip address(Internet)(WAN)
We refer to all other IP address as public IP address
class Public IP RANGE
A 1.0.0.0 to 9.255.255.255
11.0.0.0 to 126.255.255.255
B 128.0.0.0 to 172.15.255.255
172.32.0.0 to 191.255.255.255
C 192.0.0.0 to 192.167.255.255
192.169.0.0 to 223.255.255.255
wireless Network
same frequency for wireless Network
CSMA/CA(collision Auoidance)
type speed frequency
b 11mbps 2.4ghz
a 54mbps 5ghz
g 54mbps 2.4ghz
n 100mbps,300mbs,600mps 5/2.4ghs
wireless security
1. WEP (Wire Equivalent Protocol)
use key
cable
Network Media & connect
• bounded Media
• Unbounded Media
bounded media
• coaxial cable
coaxial cable
unbounded Media(wireless)
coaxial cable
-speed-Max 10mbps
-length- maximum185m
-4 pair 8 wire
-use RJ45
A site to site VPN that connects all the computers at two site of the same
organization , usually using one VPN device at each site.
Site to site VPNs features are
• Facilitate secure communications between a company’s internal departments
and its branch offices.
• Requires strong data encryption to protect sensitive information.
• Must be reliable to ensure the prioritization of mission-critical applications.
• Must provide scalable management to accommodate rapidly growing numbers
of news users, new offices and new applications.
Extranet VPNs
A site to site VPN that connects all the computers at two site of different but
partnering organizations usually using one VPN device at each site.
Extranet VPN features are
• Extranet VPNs are between a company and its strategic partners, customers
and suppliers .
• Extranet VPNs require an open, standards-based solution to ensure
interoperability. The accepted stand for Internet-based VPNs is the Internet
protocol Security [ Ipsec] standard.