February 12, 2021
by IP Location
ยท 1 comments
When you set up a gateway at home, you may opt to enable a bridge or pass-through mode. Depending on how you want to configure your network, you may configure the gateway to bridge over passthrough. So, what is the bridge mode, and what is the pass-through mode?
February 11, 2021
by IP Location
With all of us stuck inside, video conferencing apps have become a default way to communicate with colleagues and some tech-savvy family members. Video chat apps have advanced in recent years, and have gotten easy to use, collaboration-ready, and accessible.
At the same time, due to the popularity of video conferencing platforms, many security flaws were...
February 10, 2021
by IP Location
To provide Internet connectivity to homes, ISPs often provide a gateway device to their customers. By connecting a router to the gateway, users create their own local network. A gateway used to be a layer-2 device that extends WAN into an individual's home, but it now provides routing functionality built into the gateway so the term is loosely used.
February 9, 2021
by IP Location
A DMZ (Demilitarized Zone) is a network (or a node) used to connect internal resources to the untrusted outside world, usually the Internet. By creating a separate "danger" zone, internal resources are within the private network are not directly accessible from the outside world. In traditional corporate networks, the servers providing services to the outsid...
February 8, 2021
by IP Location
Burte force attack is a method used to guess username and password combination continuously until the valid login is discovered. Hackers use password cracking software to guess all possible passwords for a known username to gain access to the target system.
February 7, 2021
by IP Location
The YubiKey is a hardware device that generates passcodes for 2-factor authentication (2FA). It is not a password manager and does not store username/password pairs for your online accounts. It is a pure 2FA device that generates HMAC-based One Time Passwords (HOTP) and Time-based One Time Passwords (TOTP) that you can plug (or NFC) into your smart device. T...
February 6, 2021
by IP Location
Microsoft lagging behind Google and Apple on browser war, and also fell behind on the password manager debut. Microsoft finally completed its password manager beta testing, and officially released Autofill password manager that utilizes Microsoft Authenticator. This is good news for Edge users, but Chrome users on the Mac, Windows, iOS, and Android can also...
February 5, 2021
by IP Location
Google password manager is built into the Chrome web browser, and it interacts with the web forms automatically if you're using the Chrome browser. The first time you submit a login form, the Chrome browser will prompt if you want to store the username and password pair in a vault on your computer, and whether you want to sync them to the cloud on your Googl...
February 4, 2021
by IP Location
A local area network (LAN) is a group of smart devices connected together to create a network within the same location. A home is a good example of LAN consisting of a few computers, tablets, smartphones and IoTs devices over the physical wires and through the Wi-Fi. A LAN can be as small as connecting 2 devices or as large as enerprise network interconnecti...
February 3, 2021
by IP Location
Both TCP and UDP are protocols used to send data from one device to anoter within the TCP/IP network. When sending data, they are broken into smaller IP packets and sent over the TCP or UDP transport layer. Applications may choose to use either TCP or UDP to send data to the other end depending on whether the reliability or speed is more important. For relia...