HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
[팀]조규현 공간(1-2)
[팀]조규현 공간(1-2)
/
⚽
링크 공유
/
Port

Port

Tags
Created
Nov 9, 2021 05:31 AM
Date
Nov 9, 2021
www.cloudflare.com
https://www.cloudflare.com/ko-kr/learning/network-layer/what-is-a-computer-port/
 
포트의 개념과 본질 (port)
포트라고 하는건 TCP/IP 네트웍에서 포트 번호는, 들어오는 트래픽을 컴퓨터 내에서 실행되고 있는 적절한 프로그램에 분배시키기 위해 할당되는 숫자를 말한다. 이것은 물리적인 플러그나 소켓이 아니며, 다만 논리적인 할당일 뿐이다 # 프로그래밍에서, 포트는 " 논리적인 접속장소"이며, 특히 인터넷 프로토콜인 TCP/IP를 사용할 때에는 클라이언트 프로그램이 네트웍 상의 특정 서버 프로그램을 지정하는 방법으로 사용된다.
포트의 개념과 본질 (port)
https://memoweb.tistory.com/entry/포트의-개념과-본질-port
포트의 개념과 본질 (port)
 
01.OS, 확장자, IP, DNS, PORT, TCP/UDP, 프로토콜
장점1. 사용자에게 편리함제공(사용자가 응용프로그램사용을 편리하게 한다) 장점2. 시스템의 생산성을 높여준다(HW적인 성능을 최적화시켜준다) 장점3. 운영체제는 사용자가 응용 프로그램을 편리하게 사용하고 하드웨어의 성능을 최적화 기능1. 주기억장치, 처리기, 주변 장치 등 자원을 관리 파일이름 뒤에 붙여서 파일의 종류(형식)와 역할(목적)을 나타내는 부분을 말하고 이를 통해 파일의 형식을 알 수 있다.
01.OS, 확장자, IP, DNS, PORT, TCP/UDP, 프로토콜
https://ceokim08.tistory.com/46
01.OS, 확장자, IP, DNS, PORT, TCP/UDP, 프로토콜
 
Can TCP and UDP sockets use the same port? | Newbedev
Yes, you can use the same port number for both TCP and UDP. Many protocols already do this, for example DNS works on udp/53 and tcp/53. Technically the port pools for each protocol are completely independent, but for higher level protocols that can use either TCP or UDP it's convention that they default to the same port number.
Can TCP and UDP sockets use the same port? | Newbedev
https://newbedev.com/can-tcp-and-udp-sockets-use-the-same-port
 
Why can TCP and UDP connections have the same port number on my computer?
Answer (1 of 4): Firstly, there is no problem using both TCP and UDP on the server. Secondly, we can have both UDP and TCP requests on the same port , because each request is identified by a quintuple contained by source IP , Destination IP, Source Port, Destination Port, PROTOCOL (as a protocol ...
Why can TCP and UDP connections have the same port number on my computer?
https://www.quora.com/Why-can-TCP-and-UDP-connections-have-the-same-port-number-on-my-computer
Why can TCP and UDP connections have the same port number on my computer?
 
Docker multiple MYSQL containers
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
Docker multiple MYSQL containers
https://stackoverflow.com/questions/46938303/docker-multiple-mysql-containers
Docker multiple MYSQL containers