MCSE

  Home  Networking  MCSE


“MCSE Interview Questions and Answers will guide you that Microsoft Certified Systems Engineer (MCSE) refers to the broad certification program for Microsoft, although it can also refer to an individual candidate who had completed any one exam within the program (subject to some exclusions). This MCSE Interview Questions and Answers will help you to get preparation of MCSE job or MCSE Certification. This MCSE Interview Questions and Answers guide is based on research and latest techniques.”



333 MCSE Questions And Answers

104⟩ Explain the structure and use of internet addresses.

Each IP address is 32 bit long. In human language the IP addresses are written in dotted decimal notation. These are then converted to binary by the computer. Each IP address has two parts: Network identifier or a network ID and host ID. The current internet protocol standard is IPV4. The IP addresses are divided into three classes: a class A network, a class B network, and a class C network. Class A being the largest. The four digit numbers in an IPV4 address, each network of class A will have different first number, and then its network will be addressed by the rest of the three numbers, or three bytes. The IP addresses identify a machine to deliver packets and load web pages.

 128 views

105⟩ Explain how names are translated (resolved) into IP address.

Domain Name server or DNS is used to resolve names into IP addresses. When a web address is entered into the browser, the DNS client sends a request to the DNS server to find the corresponding IP address for the name. The DNS server receives this request and searches for the corresponding IP address in the database. If at this point the resolution fails, this server sends this request to the parent server. The request keeps going up the hierarchy to the parent servers or the closest authoritative of the DNS server to resolve the address. If the request times out an error is retuned to the client. If the server is able to resolve the name requested, it passes the information back to the client. The next request sent by the client is to request for a web page for the IP address.

 125 views

106⟩ Describe the basics of the internet routing.

When a source sends a packet to a destination, this packet has a specific path or route it follows. Different routing protocols are used to find the shortest path to the destination. The protocols maintain routing tables. Routing tables consist of a set of rules used to determine where these packets will travel. When a packet is received, a network device examines the packet and matches it to the routing table entry providing the best match for its destination. The packet keeps hopping until it reaches its destination.

 143 views

107⟩ What are the the core naming mechanism, Domain Name System (DNS)?

A Domain Name system is used to convert the names of the website on the internet to IP addresses. The domain names for each IP addresses are stored in a database that is distributed across different servers. A domain name space consists of a tree of domain names. The tree has zones. Zones consist of a collection of connected nodes. These nodes are served by a name server. A domain name is usually in the form of mydomain.com. Here, .com is the top level domain. Where as mydomain is the sub domain or subdivision. A host name is a domain name that has one or more IP addresses associated with it.

 118 views

108⟩ How many types of networks are there?

Types of network based on geographic are LAN, CAN, MAN, WAN Based on Server OS nature Centralized [domain] model or peer-to-peer [workgroup] model based on media like arcnet, Ethernet, token ring, wireless etc.

 186 views

109⟩ What is a proxy server?

A proxy server is a process that acts like a switchboard through a firewall to manage the various types of permitted communications with the outside world. Proxy servers may also use caching to make communications more efficient.

 155 views

110⟩ What is networking?

Networking is the engineering discipline concerned with communication between computer systems or devices.

 138 views

116⟩ What is multi casting?

Multicasting refers to a system, where a computers or network devices (node) sends out a message to a group of computers or network devices (node) in a network.

 145 views

117⟩ What is VLAN?

To reduce broadcast we use VLAN. By default switch has unique vlan1. There are two types of VLAN membership 1) static VLAN membership 2) dynamic VLAN membership.

 151 views

120⟩ What is protocol?

It is a set of rules to communicate between computers. Alternatively, the language the computer speaks to communicate between none to node said to be protocol.

 129 views