当前位置:网站首页>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
边栏推荐
- Summary of one question per day: stack and queue (continuously updated)
- STM32疑难杂症之ST-LINK Connection error INVALID ROM TABLE
- Jz-061-serialized binary tree
- Carsim-問題Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?
- [dynamic planning] p4170: coloring (interval DP)
- Deep understanding of JVM
- Force deduction method summary: double pointer
- Carla-UE4Editor导入RoadRunner地图文件(保姆级教程)
- STM32 new project (refer to punctual atom)
- Find and rfind methods in string
猜你喜欢
使用wireshark抓取Tcp三次握手
Using transformer for object detection and semantic segmentation
2022 Heilongjiang's latest eight member (Safety Officer) simulated test question bank and answers
Rotating linked list (illustration)
St-link connection error invalid ROM table of STM32 difficult and miscellaneous diseases
乐理基础(简述)
OpenCV 6.4 中值滤波器的使用
Use of OpenCV 6.4 median filter
On the back door of deep learning model
路由基础—动态路由
随机推荐
Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)
Multi site high availability deployment
Matlab数学建模工具
Matlab-其它
Backup, recovery and repair of XFS file system
web安全--逻辑越权
Erase method in string
cve_ 2019_ 0708_ bluekeep_ Rce vulnerability recurrence
C语言实现XML生成解析库(XML扩展)
力扣每日一题刷题总结:栈与队列篇(持续更新)
Use of opencv3 6.2 low pass filter
Rotating linked list (illustration)
c语言自定义类型——结构体,位段(匿名结构体,结构体的自引用,结构体的内存对齐)
[dynamic planning] p4170: coloring (interval DP)
Carsim-问题Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?
Get the width and height of the screen in real time (adaptive)
2022 Heilongjiang latest food safety administrator simulation exam questions and answers
Introduction to parameters of CarSim pavement 3D shape file
Sequence problem for tqdm and print
OpenCV关于x,y坐标容易混淆的心得