<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Daily Patrakar</title>
    <description>The latest articles on DEV Community by Daily Patrakar (@dailypatrakar).</description>
    <link>https://dev.to/dailypatrakar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F396358%2F0ca84e1c-8edd-4707-95b5-784e95cc42d5.jpg</url>
      <title>DEV Community: Daily Patrakar</title>
      <link>https://dev.to/dailypatrakar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dailypatrakar"/>
    <language>en</language>
    <item>
      <title>How To Find Your IP Address . DNS Address .</title>
      <dc:creator>Daily Patrakar</dc:creator>
      <pubDate>Wed, 03 Jun 2020 08:39:10 +0000</pubDate>
      <link>https://dev.to/dailypatrakar/how-to-find-your-ip-address-dns-address-1blg</link>
      <guid>https://dev.to/dailypatrakar/how-to-find-your-ip-address-dns-address-1blg</guid>
      <description>&lt;p&gt;IP address&lt;br&gt;
(Internet Protocol address) is a unique address that certain electronic devices use in order to identify and communicate with each other on a computer network utilizing the Internet Protocol standard (IP)in simpler terms, a computer address. Any participating network deviceincluding routers, computers, time-servers, printers, Internet fax machines, and some telephonescan have their own unique address.&lt;/p&gt;

&lt;p&gt;An IP address can also be thought of as the equivalent of a street address or a phone number ( compare: VoIP (voice over (the) internet protocol)) for a computer or other network device on the Internet. Just as each street address and phone number uniquely identifies a building or telephone, an IP address can uniquely identify a specific computer or other network device on a network. An IP address differs from other contact &lt;a href="https://twowheelsrider.com/jawa-bike-review-jawa-42-bike/"&gt;information&lt;/a&gt;, however, because the linkage of a user’s IP address to his/her name is not publicly available information.&lt;/p&gt;

&lt;p&gt;IP addresses can appear to be shared by &lt;a href="https://twowheelsrider.com/riding-boots/"&gt;multiple&lt;/a&gt; client devices either because they are part of a shared hosting web server environment or because a network address translator (NAT) or proxy server acts as an intermediary agent on behalf of its customers, in which case the real originating IP addresses might be hidden from the server receiving a request. A common practice is to have a NAT hide a large number of IP addresses, in the private address space defined by RFC 1918, an address block that cannot be routed on the public Internet. Only the “outside” interface(s) of the NAT need to have Internet-routable addresses.&lt;/p&gt;

&lt;p&gt;Most commonly, the NAT device maps TCP or UDP port numbers on the outside to individual private addresses on the inside. Just as there may be site-specific extensions on a telephone number, the port numbers are site-specific extensions to an IP address.&lt;/p&gt;

&lt;p&gt;IP addresses are managed and created by the Internet Assigned Numbers Authority (IANA). The IANA generally allocates super-blocks to Regional Internet Registries, who in turn allocate smaller blocks to Internet service providers and enterprises.&lt;/p&gt;

&lt;p&gt;DNS Address:&lt;/p&gt;

&lt;p&gt;On the Internet, the Domain Name System (DNS) associates various sorts of information with so-called domain names; most importantly, it serves as the “phone book” for the Internet: it translates human-readable computer hostnames, e.g. en.wikipedia.org, into the IP addresses that networking equipment needs for delivering information. It also stores other information such as the list of mail exchange servers that accept email for a given domain. In providing a worldwide keyword-based redirection service, the Domain Name System is an essential component of contemporary Internet use.&lt;/p&gt;

&lt;p&gt;Uses :&lt;/p&gt;

&lt;p&gt;The most basic use of DNS is to translate hostnames to IP addresses. It is in very simple terms like a phone book. For example, if you want to know the internet address of en.wikipedia.org, the Domain Name System can be used to tell you it is 66.230.200.100. DNS also has other important uses.&lt;/p&gt;

&lt;p&gt;Pre-eminently, DNS makes it possible to assign Internet destinations to the human organization or concern they represent, independently of the physical routing hierarchy represented by the numerical IP address. Because of this, hyperlinks and Internet contact information can remain the same, whatever the current IP routing arrangements may be, and can take a human-readable form (such as “wikipedia.org”) which is rather easier to remember than an IP address (such as 66.230.200.100). People take advantage of this when they recite meaningful URLs and e-mail addresses without caring how the machine will actually locate them.&lt;/p&gt;

&lt;p&gt;The Domain Name System distributes the responsibility for assigning domain names and mapping them to IP networks by allowing an authoritative server for each domain to keep track of its own changes, avoiding the need for a central registrar to be continually consulted and&lt;/p&gt;

&lt;p&gt;History :&lt;/p&gt;

&lt;p&gt;The practice of using a name as a more human-legible abstraction of a machine’s numerical address on the network predates even TCP/IP, and goes all the way to the ARPAnet era. Back then however, a different system was used, as DNS was only invented in 1983, shortly after TCP/IP was deployed. With the older system, each computer on the network retrieved a file called HOSTS.TXT from a computer at SRI (now SRI International). The HOSTS.TXT file mapped numerical addresses to names. A hosts file still exists on most modern operating systems, either by default or through configuration, and allows users to specify an IP address (eg. 192.0.34.166) to use for a hostname (eg. &lt;a href="http://www.example.net"&gt;www.example.net&lt;/a&gt;) without checking DNS. As of 2006, the hosts file serves primarily for troubleshooting DNS errors or for mapping local addresses to more organic names. Systems based on a hosts file have inherent limitations, because of the obvious requirement that every time a given computer’s address changed, every computer that seeks to communicate with it would need an update to its hosts file.&lt;/p&gt;

&lt;p&gt;The growth of networking called for a more scalable system: one that recorded a change in a host’s address in one place only. Other hosts would learn about the change dynamically through a notification system, thus completing a globally accessible network of all hosts’ names and their associated IP Addresses.&lt;/p&gt;

&lt;p&gt;At the request of Jon Postel, Paul Mockapetris invented the Domain Name System in 1983 and wrote the first implementation. The original specifications appear in RFC 882 and 883. In 1987, the publication of RFC 1034 and RFC 1035 updated the DNS specification and made RFC 882 and RFC 883 obsolete. Several more-recent RFCs have proposed various extensions to the core DNS protocols.&lt;br&gt;
In 1984, four Berkeley students Douglas Terry, Mark Painter, David Riggle and Songnian Zhou wrote the first UNIX implementation, which was maintained by Ralph Campbell thereafter. In 1985, Kevin Dunlap of DEC significantly re-wrote the DNS implementation and renamed it BIND (Berkeley Internet Name Domain, previously: Berkeley Internet Name Daemon). Mike Karels, Phil Almquist and Paul Vixie have maintained BIND since then. BIND was ported to the Windows NT platform in the early 1990s.&lt;/p&gt;

&lt;p&gt;Due to BIND’s long history of security issues and exploits, several alternative nameserver/resolver programs have been written and distributed in recent years.&lt;/p&gt;

&lt;p&gt;How DNS Work In The Theory :&lt;br&gt;
The domain name space consists of a tree of domain names. Each node or branch in the tree has one or more resource records, which hold information associated with the domain name. The tree sub-divides into zones. A zone consists of a collection of connected nodes authoritatively served by an authoritative DNS nameserver. (Note that a single nameserver can host several zones.)&lt;br&gt;
When a system administrator wants to let another administrator control a part of the domain name space within his or her zone of authority, he or she can delegate control to the other administrator. This splits a part of the old zone off into a new zone, which comes under the authority of the second administrator’s nameservers. The old zone becomes no longer authoritative for what goes under the authority of the new zone.&lt;/p&gt;

&lt;p&gt;A resolver looks up the information associated with nodes. A resolver knows how to communicate with name servers by sending DNS requests, and heeding DNS responses. Resolving usually entails iterating through several name servers to find the needed information.&lt;/p&gt;

&lt;p&gt;Some resolvers function simplistically and can only communicate with a single name server. These simple resolvers rely on a recursing name server to perform the work of finding information for them.&lt;/p&gt;

&lt;p&gt;IPv4:&lt;/p&gt;

&lt;p&gt;Internet Protocol version 4 is the fourth iteration of the Internet Protocol (IP) and it is the first version of the protocol to be widely deployed. IPv4 is the dominant network layer protocol on the Internet and apart from IPv6 it is the only protocol used on the Internet.&lt;/p&gt;

&lt;p&gt;It is described in IETF RFC 791 (September 1981) which made obsolete RFC 760 (January 1980). The United States Department of Defense also standardized it as MIL-STD-1777.&lt;/p&gt;

&lt;p&gt;IPv4 is a data-oriented protocol to be used on a packet switched internetwork (e.g., Ethernet). It is a best effort protocol in that it does not guarantee delivery. It does not make any guarantees on the correctness of the data; It may result in duplicated packets and/or packets out-of-order. These aspects are addressed by an upper layer protocol (e.g., TCP, and partly by UDP).&lt;/p&gt;

&lt;p&gt;The entire purpose of IP is to provide unique global computer addressing to ensure that two computers communicating over the Internet can uniquely identify one another.&lt;/p&gt;

&lt;p&gt;Addressing :&lt;/p&gt;

&lt;p&gt;IPv4 uses 32-bit (4-byte) addresses, which limits the address space to 4,294,967,296 possible unique addresses. However, some are reserved for special purposes such as private networks (~18 million addresses) or multicast addresses (~1 million addresses). This reduces the number of addresses that can be allocated as public Internet addresses. As the number of addresses available are consumed, an IPv4 address shortage appears to be inevitable, however Network Address Translation (NAT) has significantly delayed this inevitability.&lt;/p&gt;

&lt;p&gt;This limitation has helped stimulate the push towards IPv6, which is currently in the early stages of deployment and is currently the only contender to replace IPv4.&lt;/p&gt;

&lt;p&gt;Allocation :&lt;/p&gt;

&lt;p&gt;Originally, the IP address was divided into two parts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Network id : first octet&lt;/li&gt;
&lt;li&gt;Host id :last three octets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This created an upper limit of 256 networks. As the networks began to be allocated, this was soon seen to be inadequate.&lt;/p&gt;

&lt;p&gt;To overcome this limit, different classes of network were defined, in a system which later became known as classful networking. Five classes were created (A, B, C, D, &amp;amp; E), three of which (A, B, &amp;amp; C) had different lengths for the network field. The rest of the address field in these three classes was used to identify a host on that network, which meant that each network class had a different maximum number of hosts. Thus there were a few networks with lots of host addresses and numerous networks with only a few addresses. Class D was for multicast addresses and class E was reserved.&lt;/p&gt;

&lt;p&gt;Around 1993, these classes were replaced with a Classless Inter-Domain Routing (CIDR) scheme, and the previous scheme was dubbed “classful”, by contrast. CIDR’s primary advantage is to allow re-division of Class A, B &amp;amp; C networks so that smaller (or larger) blocks of addresses may be allocated to entities (such as Internet service providers, or their customers) or Local Area Networks.&lt;/p&gt;

&lt;p&gt;The actual assignment of an address is not arbitrary. The fundamental principle of routing is that address encodes information about a device’s location within a network. This implies that an address assigned to one part of a network will not function in another part of the network. A hierarchical structure, created by CIDR and overseen by the Internet Assigned Numbers Authority (IANA) and its Regional Internet Registries (RIRs), manages the assignment of Internet address worldwide. Each RIR maintains a publicly searchable WHOIS database that provides information about IP address assignments; information from these databases plays a central role in numerous tools that attempt to locate IP addresses geographically.&lt;/p&gt;

&lt;p&gt;IPv6:&lt;/p&gt;

&lt;p&gt;Internet Protocol version 6 (IPv6) is a network layer protocol for packet-switched internetworks. It is designated as the successor of IPv4, the current version of the Internet Protocol, for general use on the Internet.&lt;/p&gt;

&lt;p&gt;The main improvement brought by IPv6 is a much larger address space that allows greater flexibility in assigning addresses. While IPv6 could support 2128 (about 3.4’1038) addresses, or approximately 5’1028 addresses for each of the roughly 6.5 billion people[1] alive today. It was not the intention of IPv6 designers, however, to give permanent unique addresses to every individual and every computer. Rather, the extended address length eliminates the need to use network address translation to avoid address exhaustion, and also simplifies aspects of address assignment and renumbering when changing providers.&lt;/p&gt;

&lt;p&gt;Introduction :&lt;/p&gt;

&lt;p&gt;By the early 1990s, it was clear that the change to a classless network introduced a decade earlier was not enough to prevent IPv4 address exhaustion and that further changes to IPv4 were needed.[2] By the winter of 1992, several proposed systems were being circulated and by the fall of 1993, the IETF announced a call for white papers (RFC 1550) and the creation of the “IP, the Next Generation” (IPng Area) of working groups.[2][3]&lt;br&gt;
IPng was adopted by the Internet Engineering Task Force on July 25, 1994 with the formation of several “IP Next Generation” (IPng) working groups.[2] By 1996, a series of RFCs were released defining IPv6, starting with RFC 2460. (Incidentally, IPv5 was not a successor to IPv4, but an experimental flow-oriented streaming protocol intended to support video and audio.)&lt;br&gt;
It is expected that IPv4 will be supported alongside IPv6 for the foreseeable future. IPv4-only nodes (clients or servers) will not be able to communicate directly with IPv6 nodes, and will need to go through an intermediary&lt;/p&gt;

&lt;p&gt;Features of IPv6 :&lt;/p&gt;

&lt;p&gt;To a great extent, IPv6 is a conservative extension of IPv4. Most transport- and application-layer protocols need little or no change to work over IPv6; exceptions are applications protocols that embed network-layer addresses (such as FTP or NTPv3).&lt;br&gt;
Applications, however, usually need small changes and a recompile in order to run over IPv6.&lt;/p&gt;

&lt;p&gt;Larger address space :&lt;br&gt;
The main feature of IPv6 that is driving adoption today is the larger address space: addresses in IPv6 are 128 bits long versus 32 bits in IPv4.&lt;/p&gt;

&lt;p&gt;The larger address space avoids the potential exhaustion of the IPv4 address space without the need for network address translation (NAT) and other devices that break the end-to-end nature of Internet traffic. NAT may still be necessary in rare cases, but Internet engineers recognize that it will be difficult in IPv6 and are trying to avoid it whenever possible. It also makes administration of medium and large networks simpler, by avoiding the need for complex subnetting schemes. Subnetting will, ideally, revert to its purpose of logical segmentation of an IP network for optimal routing and access.&lt;/p&gt;

&lt;p&gt;The drawback of the large address size is that IPv6 carries some bandwidth overhead over IPv4, which may hurt regions where bandwidth is limited (header compression can sometimes be used to alleviate this problem). IPv6 addresses are harder to memorize than IPv4 addresses, although even IPv4 addresses are much harder to memorize than Domain Name System (DNS) names. DNS protocols have been modified to support IPv6 as well as IPv4.&lt;/p&gt;

&lt;p&gt;Stateless auto configuration of hosts :&lt;/p&gt;

&lt;p&gt;IPv6 hosts can be configured automatically when connected to a routed IPv6 network. When first connected to a network, a host sends a link-local multicast request for its configuration parameters; if configured suitably, routers respond to such a request with a router advertisement packet that contains network-layer configuration parameters.&lt;/p&gt;

&lt;p&gt;If IPv6 autoconfiguration is not suitable, a host can use stateful autoconfiguration (DHCPv6) or be configured manually. Stateless autoconfiguration is only suitable for hosts: routers must be configured manually or by other means&lt;/p&gt;

&lt;p&gt;IPv6 scope :&lt;/p&gt;

&lt;p&gt;IPv6 defines 3 unicast address scopes: global, site, and link.&lt;/p&gt;

&lt;p&gt;Site-local addresses are non-link-local addresses that are valid within the scope of an administratively-defined site and cannot be exported beyond it.&lt;/p&gt;

&lt;p&gt;Companion IPv6 specifications further define that only link-local addresses can be used when generating ICMP Redirect Messages [ND] and as next-hop addresses in most routing protocols.&lt;br&gt;
These restrictions do imply that an IPv6 router must have a link-local next-hop address for all directly connected routes (routes for which the given router and the next-hop router share a common subnet prefix).&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What To Expect When Taking Your First Cisco Certification Exam</title>
      <dc:creator>Daily Patrakar</dc:creator>
      <pubDate>Wed, 27 May 2020 10:28:33 +0000</pubDate>
      <link>https://dev.to/dailypatrakar/what-to-expect-when-taking-your-first-cisco-certification-exam-5f0j</link>
      <guid>https://dev.to/dailypatrakar/what-to-expect-when-taking-your-first-cisco-certification-exam-5f0j</guid>
      <description>&lt;p&gt;What To Expect When Taking Your First Cisco Certification Exam&lt;/p&gt;

&lt;p&gt;Cisco Certification: Taking Your First Certification Exam&lt;/p&gt;

&lt;p&gt;Youve studied hard youve practiced your configurations youve used your flash cards over and over again and finally, the big day is here. Your first certification exam!&lt;/p&gt;

&lt;p&gt;For many Cisco certification candidates, their first exam is the CCNA Composite exam or one of the two exams that make up the CCNA, the Introduction To Networking exam or the ICND (Interconnecting Cisco Networking Devices) exam.&lt;/p&gt;

&lt;p&gt;Walking into a testing center for the first time can be a nerve-wracking experience. Youve got enough on your mind just keeping all that new information straight without worrying about what the testing experience will be like.&lt;/p&gt;

&lt;p&gt;Youre not there to take the exam. Youre there to pass the exam. With this aggressive attitude in mind, lets take a look at what you should expect (and not expect) when taking your first Cisco certification exam.&lt;/p&gt;

&lt;p&gt;Be Early and Bring Your ID.&lt;/p&gt;

&lt;p&gt;If the testing center is not in a part of town that you drive to in the morning, and youve got a 9 AM exam, you may find the traffic is much heavier that time of morning than you expected. Driving up to the testing center 10 minutes late is not a good way to get started. If youve never been to the center before, check their website for directions, or call them for directions.&lt;/p&gt;

&lt;p&gt;If at all possible, drive to the center the night before your exam.&lt;/p&gt;

&lt;p&gt;Make sure to bring your wallet or purse. You cannot take the exam without proper identification. Youll probably be asked for two forms of ID, one of which must be a picture ID.&lt;/p&gt;

&lt;p&gt;Test Your Marker &amp;amp; Dry Erase Board&lt;/p&gt;

&lt;p&gt;The testing center will give you a dry erase board and a marker. Make sure that the marker has a fine point when youre answering subnetting questions or performing a hexadecimal-to-binary conversion, that will come in handy.&lt;/p&gt;

&lt;p&gt;Cisco policy states that you are no longer allowed to use paper during the exams.&lt;/p&gt;

&lt;p&gt;The Testing Room&lt;/p&gt;

&lt;p&gt;Despite the best efforts of VUE and Prometric, some testing center rooms are afterthoughts. I strongly advise that if youre taking your exam at a technical school, ask to see the testing room BEFORE you sign up for the exam. If it looks like a converted broom closet, it probably is.&lt;/p&gt;

&lt;p&gt;Those rooms also tend to be right next to classrooms, which can result in distracting noise during your exam.&lt;/p&gt;

&lt;p&gt;If your testing center specializes in giving computer-based exams rather than classes, youre probably in good shape. Again, feel free to drop by the testing center before your exam to take a peek at the testing room. Most testing rooms have a window that employees use to keep an eye on testers, and you should be able to take a peek through the window.&lt;/p&gt;

&lt;p&gt;When you go in, youll be asked to enter your social security number as your testing ID. Once you do that, the exam engine starts running. However, this doesnt mean the test starts.&lt;/p&gt;

&lt;p&gt;The Survey&lt;/p&gt;

&lt;p&gt;When you take a Cisco exam, youll first be presented with a survey. The survey consists of 10 20 questions asking about your background, preparation methods, and comfort level with different technologies. This is a good time to catch your breath before starting the exam. The survey will only take about five minutes, and this time does not count against your exam time.&lt;/p&gt;

&lt;p&gt;Pay Attention To The Exam Tutorials&lt;/p&gt;

&lt;p&gt;Youll then be presented with an exam tutorial, showing you how to answer the different types of questions Cisco may ask. While most of these questions types are common sense (multiple choice, single answer, fill-in-the-blank), I strongly urge you to pay special attention to the router simulator question tutorial.&lt;/p&gt;

&lt;p&gt;The simulator questions carry more weight than the other questions indeed, its almost impossible to pass the CCNA exams if you totally miss the simulator questions. While the interface for these exams is intuitive, sometimes students who fail their exam complain that they were not given enough information to answer the question. &lt;a href="https://twowheelsrider.com/riding-jackets-in-india-the-best-riding-jacket-review/"&gt;The real&lt;/a&gt; problem is that they didn't look in the right place for that information. It's not hidden, but spend a few minutes with the tutorial and do not go forward until you're comfortable with the simulator interface.&lt;/p&gt;

&lt;p&gt;The Exam Itself&lt;/p&gt;

&lt;p&gt;Finally, the exam starts! Remember, you're not being asked anything you don't know. If you have prepared correctly with the right tools, you'll have a passing grade on your screen before you know it.&lt;/p&gt;

&lt;p&gt;Speaking of that grade, you'll be presented with it about five seconds after you answer the final question. Cisco exams no longer allow CCNA and CCNP candidates to go back once a question is answered, so be prepared for that.&lt;/p&gt;

&lt;p&gt;Knowing what to expect when you go into the testing room for the first time will magnify your chances of success. Work hard (and smart!) while studying, achieve a combination of theoretical knowledge and hands-on work with real Cisco routers, and you are on your way to exam success!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
