当前位置:网站首页>HCIA - application layer
HCIA - application layer
2022-07-02 08:26:00 【Defeat of Fujiwara Qianhua】
application layer
HCIA - Common application layer protocols
Basic concepts and protocols of application layer
Application layer Overview
- TCP/IP The top level of the model
- Providing network services directly to applications ( The application layer is not an application )
Here's the picture , Use outlook The client sends mail , It uses SMTP agreement . May be through fox Client receives mail , It's called POP3. No matter what client you use , They all call the same application layer protocol .
Common application layer protocols
- DNS
- HTTP(HTTPS)
- SMTP And POP3,IMAP(IMAPS)
- Telnet(Telnets)
- FTP And TFTP(TFTPS)
s For safety , In general use SSL/TLS Encrypt at the transport layer
DNS(Domain Name System, Domain name resolution system )
- establish IP Mapping between address and domain name
- Resolve the domain name to IP Address (A Record )
- take IP Address resolution to domain name ( Pointer record )
www.xxxx.com.
layered : - Root region ,com hinder “.”
- Top-level domain name : First level domain name
- Two level domain name : User registration
Windows Some orders
ipconfig /displaydns see DNS cache
ipconfig /flushdns eliminate DNS cache
nslookup DNS Debugging tools
HTTP and HTTPS
- Help clients access the World Wide Web (World Wide Web)
- Web browsers translate HTML Files to represent text 、 Images 、 Music, animation, video and other objects
- HTTP There is no encryption verification mechanism , Plaintext transmission , Insufficient safety
- HTTPS Use SSL、CA Certificate and other technologies for safety protection , More and more Web Mandatory use of website

The mail service :SMTP And POP3/IMAP
| SMTP | Simple Mail Transfer Protocol, Simple mail transfer protocol , For sending mail |
|---|---|
| POP3 | Post Office Protocol v3, Post office protocol version 3, For receiving mail |
| IMAP | Internet Message Access Protocol, Internet Mail Access Protocol , similar POP3, Function more |

Telnet:Terminal Network, Terminal network
- Remote management protocol ( Network devices 、 The server 、 Database etc. )
- Common terminal tools :SecureCRT、Putty、Xshell
- Plaintext transmission data , unsafe ( It is recommended to use SSH)

FTP and TFTP

Stage summary

边栏推荐
- Comparable,Comparator,Clonable 接口使用剖析
- 力扣方法总结:查找类
- 使用Matplotlib绘制图表初步
- STM32 new project (refer to punctual atom)
- On the confrontation samples and their generation methods in deep learning
- SQL操作数据库语法
- 16: 00 interview, came out at 16:08, the question is really too
- Jupyter Notebook常用快捷键(在命令模式中按H也可查看)
- Smart agriculture solutions smart agriculture system development
- Using C language to realize MySQL true paging
猜你喜欢

Use C language to receive JSON strings

2022 Heilongjiang latest food safety administrator simulation exam questions and answers

Introduction to parameters of CarSim pavement 3D shape file

Use Wireshark to grab TCP three handshakes

旋转链表(图解说明)

Static library and dynamic library

HCIA—数据链路层

Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)

c语言自定义类型——结构体,位段(匿名结构体,结构体的自引用,结构体的内存对齐)

STM32 new project (refer to punctual atom)
随机推荐
Learning C
Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)
MySQL优化
类和对象(类和类的实例化,this,static关键字,封装)
2022 Heilongjiang's latest eight member (Safety Officer) simulated test question bank and answers
Short video with goods source code, double-click to zoom in when watching the video
OpenCV3 6.3 用滤波器进行缩减像素采样
高中数学必修一
Backup, recovery and repair of XFS file system
C language implements XML generation and parsing library (XML extension)
Library function of C language
Opencv's experience of confusing X and Y coordinates
ICMP协议
cve_ 2019_ 0708_ bluekeep_ Rce vulnerability recurrence
The source code of the live app. When the verification method is mailbox verification, the verification code is automatically sent to the entered mailbox
文件上传-upload-labs
Use the kaggle training model and download your own training model
ARP及ARP欺骗
Using C language to realize MySQL true paging
Rotating linked list (illustration)