Ir al contenido principal

¿What is RDP?


The Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft that enables users to connect to remote Windows-based systems from other devices. RDP is used to provide remote access to a graphical user interface (GUI) of Windows-based systems, allowing users to interact with the system as if they were physically present at the computer. The protocol allows users to access a remote desktop, remote applications, and other resources on a remote Windows-based system.

RDP is designed to work over a network and operates on TCP/IP. The protocol is typically configured to use port 3389, but it can be configured to use other ports as well. RDP uses a combination of bitmap compression, caching, and other techniques to reduce the amount of data that needs to be transmitted over the network, which helps to minimize latency and optimize performance.

RDP supports a variety of features, including encryption and authentication, clipboard sharing, printer redirection, file system redirection, and more. RDP also provides a mechanism for multiple users to connect to a single Windows-based system simultaneously, known as Remote Desktop Services. This feature is commonly used in enterprise environments to allow multiple users to access the same system for collaboration, training, and other purposes.

Although RDP is a convenient and widely used protocol, it has been the target of security vulnerabilities in the past. To prevent unauthorized access to remote systems, it is important to use secure connections and keep software up to date. RDP supports several security features, including network-level authentication, which requires users to authenticate before establishing a connection, and encryption, which helps to protect data transmitted over the network. Additionally, best practices for securing RDP connections include disabling unused features, configuring firewall rules, and using virtual private network (VPN) connections for remote access.

Comentarios

Entradas populares de este blog

labs we did with juanma

Yesterday Juanma put a labs about connecting switches and routers between them to give wifi to our pcs but we had a problem with the switches and routers because it didn't work. for our luck Juanma helps us after a long time with a lot of errors in the switches and routers, but we had another problem that we didn't have the infratestructure that juanma said to have and when he asked us to do a wireshark to search the apache it didn't show in the wireshark because we didn't mount it in the debian we only had the dhcp. the other day we had another problem with the same thing (not the infrastructure but the switches and routers) and I hope that the next time he will say to do the labs again we will do it perfect.  

Today's class (Raúl García)

 I started my day with AWS class, we had to make diferent virtual machines on amazon web services, so we could put a web page, on which you had to register to see it. I wasn't sure about how to make the "EC2 instances" so I had to watch a YouTube video, I didn't had enought time, but next week we will have more time. Next we had english class, we started with an exam, for me it was easy, so I didn't had any problem there. After that the teacher presented the new project we had to do, on which que have to make a job interview with a teammate in two weeks. I will make the project with Samuel, he is one of my best friends here in puenteuropa, we will do great for sure!

vpn explanation

  A VPN, or Virtual Private Network, is a technology that allows users to securely connect to the Internet over an untrusted network, such as a public Wi-Fi network. When a user connects to a VPN, the VPN server creates a secure, encrypted tunnel between the user's device and the VPN server. All data transmitted between the user's device and the VPN server is encrypted and protected from unauthorized access or interception. This allows users to securely access sensitive information, such as financial transactions or confidential business data, even when using a public Wi-Fi network or other unsecured network. VPNs are also useful for users who want to access content that is restricted by geographic location, such as streaming services or websites that are only available in certain countries. VPNs are typically used by individuals, businesses, and government organizations to protect their online privacy and security. There are many different types of VPNs, including remote-acces...