Common networking problems Bad names and other DNS name resolution failures Missing capabilities Bad HTTP headers are sent Incorrect use of completion.

Slides:



Advertisements
Similar presentations
Pie(s) in the Sky Mark Crovella Boston University Computer Science.
Advertisements

Module 13: Implementing ISA Server 2004 Enterprise Edition: Site-to-Site VPN Scenario.
WEB AND WIRELESS AUTOMATION connecting people and processes InduSoft Web Solution Welcome.
Total Resource Management RulesManager New Features August 21, 2012 Al Johnson, VP RulesManager Architecht.
Dynamic Analysis of Windows Phone 7 apps Behrang Fouladi, SensePost.
Introduction to the Windows Runtime (WinRT) Ben Dewey Tallan, Inc.
MCTS GUIDE TO MICROSOFT WINDOWS 7 Chapter 10 Performance Tuning.
11 TROUBLESHOOTING Chapter 12. Chapter 12: TROUBLESHOOTING2 OVERVIEW  Determine whether a network communications problem is related to TCP/IP.  Understand.
Remote Viewing Setup DVR & IP Video Devices
The Path to Multi-core Tools Paul Petersen. Multi-coreToolsThePathTo 2 Outline Motivation Where are we now What is easy to do next What is missing.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 14: Troubleshooting Remote Connections.
Chapter 9: Troubleshooting and Repairing Networking.
Hands-On Microsoft Windows Server 2003 Networking Chapter 6 Domain Name System.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 8: Managing and Troubleshooting DNS.
A New Soar Debugger in Java Douglas Pearson ThreePenny Software
Creating a deployment package Importing a package with IIS Manager Exporting from IIS Manager.
Front end GUI for PsExec, A fast and easy remote deployment utility.
Using the Windows Event Viewer and Task Scheduler Chapter 5.
Objective Familiarize you with the tools for app analysis.
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
1 Enabling Secure Internet Access with ISA Server.
JavaScript Debugging, Diagnostic Web Tools and Firefox Add-ons By Gennady Feldman March 12, 2008 April 9, 2008 At The WebTechNY.com User Group.
Event Viewer Was of getting to event viewer Go to –Start –Control Panel, –Administrative Tools –Event Viewer Go to –Start.
Microsoft ® Official Course Monitoring and Troubleshooting Custom SharePoint Solutions SharePoint Practice Microsoft SharePoint 2013.
Fiddler. Introducing Fiddler HTTP/HTTPS Debugger Runs as a proxy server on the local machine or on a remote server Written in C# (.NET Framework v2.0)
Chapter 6 Configuring, Monitoring & Troubleshooting IPsec
Min Kwan Park Test Tech Lead Visual C# QA team. Fail fast To-Dos for fail fast Analyze issues Information for further action Q&A Agenda.
Ch 11 Managing System Reliability and Availability 1.
11 NETWORK PROTOCOLS AND SERVICES Chapter 10. Chapter 10: Network Protocols and Services2 NETWORK PROTOCOLS AND SERVICES  Identify how computers on TCP/IP.
XenClient Enterprise 4.5 Diagnostics. XenClient Enterprise 4.5 Diagnostics Copyright © 2013 Citrix Page 2 Table of Contents Engine and Synchronizer Problem.
MCTS Guide to Microsoft Windows 7
By : Himanshu Mishra Nimish Agarwal CPSC 624.  A system designed to prevent unauthorized access to or from a private network.  It must have at least.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 12: Routing.
Implementing ISA Server Publishing. Introduction What Are Web Publishing Rules? ISA Server uses Web publishing rules to make Web sites on protected networks.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 7: Domain Name System.
Nicholas A. Hay Technology Director Jefferson Schools KEY MANAGEMENT SERVICES.
Module 4: Planning, Optimizing, and Troubleshooting DHCP
DEBUGGING. BUG A software bug is an error, flaw, failure, or fault in a computer program or system that causes it to produce an incorrect or unexpected.
Computer Network Forensics Lecture 6 – Intrusion Detection © Joe Cleetus Concurrent Engineering Research Center, Lane Dept of Computer Science and Engineering,
Module 6: Managing and Monitoring Domain Name System (DNS)
Virtual techdays INDIA │ august 2010 Windows Sysinternals Primer: Process Explorer, Process Monitor & More Tools Aviraj Ajgekar │ Regional Site Manager.
Choose a folder on the remote machine. For e.g. if there is a machine named comp1 in your network, please choose a folder in that machine which you will.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 4: Planning and Configuring Routing and Switching.
Msdevcon.ru#msdevcon. ИЗ ПЕРВЫХ РУК: ДИАГНОСТИКА ПРИЛОЖЕНИЙ С ПОМОЩЮ ИНСТРУМЕНТОВ VISUAL STUDIO 2012 MAXIM GOLDIN Senior Developer, Microsoft.
Motivation: Finding the root cause of a symptom
Open project in Microsoft Visual Studio → build program in “Release” mode.
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
LSNDI RMRA 1 Design and troubleshooting M Clements.
IE Developer Tools Jonathan Seitel Program Manager.
What's New in Visual Studio 2010 Debugging Brian Peek Senior Consultant, ASPSOFT, Inc. Microsoft MVP - C#
/Reimage-Repair-Tool/ /u/6/b/ /channel/UCo47kkB-idAA-IMJSp0p7tQ /alexwaston14/reimage-system-repair/
Going Beyond F11: Debug Better and Faster with Visual Studio 2012 Brian A. Randell Senior Consultant MCW Technologies DEV317.
Building Metro style apps with XAML with.NET Tim Heuer Program Manager Microsoft Corporation DEV353.
Improving Your Application with IntelliTrace #ITDevConnections.
Plan for today Open-Closed and Quizmaster
Essential tools for implementing and testing websites
MCTS Guide to Microsoft Windows 7
Microsoft Connect /23/2018 5:27 PM
Debugging Your Website with Fiddler and Chrome Developer Tools
Chrome Developer Tools
Implementing TMG Server Publishing
Manual testing of Windows Metro style apps built using HTML
Sharing a Printer Between Windows Computers First of all Install the printer on the computer that will be sharing it.
Microsoft Connect /16/2018 4:53 PM
Compile, Build, and Debug
Optimizations Module #4 of 6.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 4: Planning and Configuring Routing and Switching.
NETWORK TOOL -SOWMYASRI KONIJETI.
Presentation transcript:

Common networking problems

Bad names and other DNS name resolution failures Missing capabilities Bad HTTP headers are sent Incorrect use of completion handlers in UI threads App bugs Network problems Connection timeouts Connection resets Difference in network topologies

Tools: Visual Studio

Tools: CheckNetIsolation

CheckNetIsolation helps you determine proper network capabilities There is no need to open firewall rules for Metro style apps

Tools: Fiddler

Used for debugging HTTP traffic CheckNetIsolation can also help set the environment to use Fiddler Some times headers have valuable information, useful when identifying a problem

Fiddler options, connections tab Enable “Allow Remote Computers to Connect” From elevated cmd prompt CheckNetIsolation LoopbackExempt –a –n=[Package Family Name]

Tools: Event Tracing for Windows

Sometimes problems are hard to reproduce, can’t be stepped through using the debugger Might happen in elaborate situations We need a record of the history of the events

Tools: Netmon

Sometimes to understand a problem we have understand how data is sent and what is really sent, over the wire

Review