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

182⟩ What is binding order?

The order by which the network protocols are used for client-server communications is binding order. The most frequently used protocols should be at the top.

 159 views

185⟩ What is LMHOSTS file?

It is a file stored on a host machine, which is used to resolve NetBIOS to specific IP addresses.

 123 views

188⟩ What is UTP?

UTP - unshielded twisted pair 10BASE-T is the preferred Ethernet medium of the 90s. It is based on a star topology. It provides a number of advantages over coaxial media.

It uses inexpensive, readily available copper phone wire. UTP wire is much easier to install and debug than coax. UTP uses RG-45 connectors, which are cheap and reliable.

 146 views

189⟩ What is a router? What is a gateway?

Routers are machines that direct a packet through the maze of networks that stand between its source and destination. Normally a router is used for internal networks while a gateway acts a door for the packet to reach the 'outside' of the internal network.

 143 views

190⟩ What is Semaphore? What is deadlock?

Semaphore is synchronization tool to solve critical-section problem, can be used to control access to the critical section for a process or thread. The main disadvantage (same of mutual-exclusion) is requiring busy waiting. It will create problems in a multiprogramming system, where a single CPU is shared among many processes.

Busy waiting wastes CPU cycles.

Deadlock is a situation when two or more processes are waiting indefinitely for an event that can be caused by only one of the waiting processes. The implementation of a semaphore with a waiting queue may result in this situation.

 132 views

191⟩ Explain the layered aspect of a UNIX system. What are the layers? What does it mean to say they are layers?

A UNIX system has essentially three main layers:

# The hardware

# The operating system kernel

# The user-level programs

The kernel hides the system's hardware underneath an abstract, high-level programming interface. It is responsible for implementing many of the facilities that users and user-level programs take for granted.

The kernel assembles all of the following UNIX concepts from lower-level hardware features:

# Processes (time-sharing, protected address space)

# Signals and semaphores

# Virtual Memory (swapping, paging, and mapping)

# The file system (files, directories, namespace)

# Pipes and network connections (inter-process communication)

 148 views

192⟩ What is difference between NAT and PAT?

NAT is Network address Translation (IP address translate from local IP to global IP and vice versa)PAT is Port address translation (port are translate from local to global IP's) like on port 8080 web service port 80 will work on PAT. It is more over NAT only.

 150 views

193⟩ What is folder sharing?

Folder sharing is a utility of modern OS, through this we can share the necessary files and documents over the network/within the network for accessing remotely.

 148 views

195⟩ What is modem and what use of in networking?

Modem is modulator demodulator modulator converts bits transferred into electrical pulses demodulator converts electrical pulses into bits. It is very useful in networking when we r using internet.

 141 views

197⟩ What is the TCP/IP protocol number?

IP number is a data transfer and without IP number, not any handle data and without tcp not transfer the data. In addition, not reached the data will not transfer.

 146 views