Skip to content

Commit b418fe4

Browse files
authored
Update 14. Troubleshoot and future of Networking
1 parent 301fd9b commit b418fe4

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

14. Troubleshoot and future of Networking

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Name Address
6161

6262
Can start an interative session on nslookup by just typing : nslookup
6363
> google.com
64+
> server 8.8.8.8
6465
> set type=MX
6566
> google.com
6667

@@ -70,9 +71,30 @@ Can start an interative session on nslookup by just typing : nslookup
7071
----------------------
7172
-> An ISP always gives access to a recursive name server as part of the service it provides;
7273
-> Public DNS Servers - Name servers specifically set up so that anyone can use them for free;
74+
-> It can used to resolve name resolutions;
7375
-> Level 3 communications - ISPs - 4.4.4.1 - 4.4.4.6;
7476
-> Google public name servers - Ips 8.8.8.8 , 8.8.4.4;
7577

76-
Most public DNS servers are available to be used through anycast;
78+
Most public DNS servers are available to be used through anycast (A technique that is used to route traffic to different destination depending on factors like location, congestion, or link health;);
7779
---------------------------------------------------------------------------------------------------------------------------------------
78-
80+
* Registrars
81+
-------------
82+
Organizations responsible for assigning individual domain names to other organizations or individuals;
83+
- Network Solutions Inc;
84+
- Hundreds of comnpanies
85+
- Expire;
86+
---------------------------------------------------------------------------------------------------------------------------------------
87+
* Host Files
88+
-------------
89+
- prior to DNS;
90+
- Original way that numbered network addresses were correlated with words was through host files;
91+
- Host File - Flat file that contains on each line a network address followed by the host name it can be referred to as;
92+
- 1.2.3.4 webserver (1.2.3.4 <-> webserver)
93+
- Evaluated by the networking stack of the OS;
94+
95+
* Lookback addres -> always points to itself / sending traffic to itself;
96+
- IPV4 - 127.0.0.1 localhost
97+
- IPV6 - ::1 localhost
98+
99+
- Host files -> viruses to disrupt and redirect users traffic;
100+
---------------------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)