Posts

INTERVIEW PREPARATION ABOUT ROUTING PROTOCOLS

Image
Here's a summary of default routing, static routing, and the mentioned routing protocols along with their characteristics, protocol numbers, port numbers, and broadcast addresses: Default Routing: - Used when no specific route exists for a destination. - Sends traffic to a default gateway, usually a router. - Network administrators manually configure default routes. - IPv4: 0.0.0.0/0 - IPv6: ::/0 -AD value is 1 Static Routing: - Routes are manually configured by the network administrator. - Suitable for small networks with few routes. - Can be prone to errors and requires manual updates for changes. - IPv4: No specific protocol number or port number. - IPv6: No specific protocol number or port number. -AD value is 1 RIP (Routing Information Protocol): - Distance-vector protocol using hop count as a metric. - IPv4 Protocol Number: 17 (UDP) - Port Number: 520 (UDP) - Broadcast Address: 255.255.255.255 -AD value is 120 EIGRP (Enhanced Interior Gateway Routing Protocol): - Cisco propri...

NETWORKING FAQ

#sh cdp nei Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge                   S - Switch, H - Host, I - IGMP, r - Repeater Device ID        Local Intrfce     Holdtme    Capability  Platform  Port ID R1                           Eth 0/0            160        R S I      3640      Eth 0/0 what does this "R S I" means on above output in the capability section? ChatGPT In the output you provided, "R S I" refers to the capabilities of the neighboring device identified by the CDP (Cisco Discovery Protocol). Each letter corresponds to a capability that the device possesses: R: Router S: Switch I: IGMP (Internet Group Management Protocol) In this case, the neighboring device is identified as having the capabilities of a R...

What all parameter can human stool test provide?

 What all parameter can human stool test provide? A human stool test, also known as a stool analysis or fecal examination, is a diagnostic test that can provide valuable information about a person's digestive health and overall well-being. The parameters that can be analyzed in a stool test include: Appearance and Consistency: The color, texture, and form of the stool can provide insights into digestion and absorption. Occult Blood: Detection of hidden blood in the stool may indicate gastrointestinal bleeding. pH Level: The pH level of the stool can indicate how acidic or alkaline the digestive system is. Microscopic Examination: This can reveal the presence of parasites, bacteria, yeast, or other microorganisms. Fecal Leukocytes: The presence of white blood cells in the stool may indicate inflammation or infection in the intestines. Fecal Calprotectin: A marker of inflammation in the gastrointestinal tract, used to screen for inflammatory bowel diseases like Crohn's disease an...

SYLLBUS FOR 2023-24

Important Topics Number System, Geometry, Algebra, Mensuration, Time and Work Logical Reasoning & Data Interpretation:  Seating Arrangement, Blood Relation, Syllogism, Tables, Graphs, Data Caselets Verbal Ability & Reading Comprehension:   Para-Jumbles & Para-Summary, Sentence Completion, Inferences, RC Passages Based Questions. Complete Syllabus  Maths Number Systems Profit, Loss and Discount LCM and HCF Speed, Time and Distance Percentages Time and Work Ratio and Proportion Averages Quadratic Equations & Linear Equations Complex Numbers Simple and Compound Interest Logarithm Sequences and Series Inequalities Probability Surds and Indices Set Theory & Function Permutation and Combination Mixtures and Alligations Trigonometry Coordinate Geometry Geometry Mensuration Complete Syllabus Data Interpretation & Logical Reasoning Syllabus Tables Caselets Bar Graphs Line Charts Column Graphs Venn Diagrams Pie Chart Other Basic Reasoning Questions Cale...

How To Remove Bloatware From Anroid Devices?

Image
How  To  Remove  Bloatware  From  Android  Devices? In order to remove all bloatware we need  1. ABD (Its a github software to remove bloatware from android)     Download link  https://github.com/0x192/universal-android-debloater/releases/download/0.4/uad_gui-windows.exe 2. Open CMD.       Enter command " ADB ". 3. Now Connect your phone with USB CABLE. 4. Enter command " ADB devices " (it will list all the connected android devices). Now You need to know few Commands of ADB adb shell pm uninstall -k --user 0 package name Example adb shell pm uninstall -k --user 0 com.oneplus.screenrecord.black.overlay adb shell pm uninstall -k --user 0 com.oneplus.wallpaper adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver You can also check all the packages already installed so that you can remove/uninstall all the unwanted app/packages. 1. adb shell ↵  2. pm list packages -s ↵ (This command will list all th...

RESUME CCNA

 VIVEK KUMAR Mobile: (+91) 8929997055 E-mail : vivekoutlook37@gmail.com OBJECTIVE To obtain a challenging position in the eld of computer networking that allows me to utilize my my skills and knowledge while contributing to the growth of the organization. EDUCATION Bachelor of Technology in Electronics and Communication Engineering (B.Tech) University  Institute of Engineering and Technology, Kurukshetra University, Haryana CGPA: 6.1/10 Year of passing 2019 Diploma in Electronics and Communication Engineering (ECE) Haryana State Board of Technical  Education, Haryana CGPA: 5.6/10 Year of passing 2015 Class X GOVT.HR.SEC.SCHOOL NAMSAI, Arunachal Pradesh CGPA: Year of passing 2011 WORK EXPERIENCE    ->PHP Trainee & Content Writer Calinfo Pvt. Ltd , Haryana June 2019 - September 2020  • Assisted the PHP team in developing and maintaining the company's website  ->IT support YK Power Solution June 2020 - September 2022  • Provided IT suppor...

BGP JUNE 2023

Image
BGP - It is an application layer protocol (layer  7 protocol). - It works on TCP port number 179.         In order to check above statement:         #show tcp brief         #debug ip tcp  transaction - TCP protocol No is 6. - It is used for policy based routing(PBR). - BGP does not support broadcast & multicast. - BGP only works with unicast. TYPES OF TABLE IN BGP 1. BGP Table     #Show ip bgp 2. Neighbour Table     # show ip bgp neighbor       # show ip bgp summary 3. Routing Table     #show ip route bgp  TYPES OF NEIGHBOUR 1 IBGP:  Neighbour can be directly connected or can not be directly connected 2  EBGP:  Neighbour must be directly connected. Neighbour can be directly connected or can not be directly connected BGP NEIGHBOUR ADGNECY * Predefined neighbour ip must be same. *Predefined neighbour ASN must be same. BGP neighbour ...