Thursday, January 3, 2019

Networking Interview Questions

Q1- What are the data transmission modes ?

Ans-  There are three type of transmission modes
  Simplex-  It is an oneway communication where only one device can send data and other will recieve  data. This type of transmission is done through a single thread of fiber optic cable. That is why we use pair of Fiber Optic Cable . One is for send and another is for recieve.
 Half Duplex-  
  In this type of transmission both devices can send or recieve data but not at a time. Both devices will be able to send or recieve data one by one. If first device is sending data then second device will wait untill  first device's transmission complete.  Example of halfduplex transmission medium is coaxial cable.
Full Duplex-
In this type of transmission both devices can send or recieve data at a time.Today's Fast Ethernet or Gigabit Ethernet is based on full duplex. We can create full duplex network by using Twisted pair Cable or pair of Fibler Optic Cable.

Q2- What is Ethernet ?

Ans- Ethernet is a LAN standard given by IEEE. It is a most popular standard where data transmission rate is 10 mbps and data is transmitted in frame formate. For addressing of devices in network Ethernet Address (MAC address) is used. There are some advance version of Ethernet --

Fast Ethernet ( 100 Mbps) full duplex
Gigabit Ethernet (1Gbps)   full duplex
10 Gigabit Ethernet (10Gbps) full duplex
40 Gigabit Ethernet (40 Gbps) full duplex

Q3-What is different between .pst and .ost ?

Ans-  .pst and .ost both are the file extension of microsoft outlook data file. These files contains user's mail. There are two protocols to recieve mails from mail server. 1st is POP and 2nd is IMAP. If we configure email client in automatic mode (smartphones or PC) It automatically configured by using IMAP.
 If we configure manually then we can choose POP or IMAP. IMAP does not store data permanently and always access data from mail server when we sync.It does not download attachments automatically on email client computer . It is good for multidivice configuration because all devices works online and sync to each other. When we use IMAP then .ost file is create for mail storage.

When mail is confugured using POP then .pst file is created to store mail. This files contains all inforamation permanently on email client computer. All attchements are downloaded on email client automatically. POP is most used protocol for PCs. We can see all previous mails and can open all attachments even when PC is offline.

Q4- What information should we have to configure outlook (Email Client) in a PC.


Ans-  We should have some inforamtion related to email account which are-

 1-Email ID
 2-Password
 3-Incomming mail server name or Address (POP or IMAP server)
 4-Outgoing mail server name or Address ( SMTP server)
 5-Port number for incomming and outgoing mail servers (POP-995,SMTP-465/587, IMAP-993)
   
These port numbers are with SSL because most of mails servers are supporting only ssl/tls connection. Which secures connection by encrypting data between mail server and clients.

Q5- Tell me five email clients name ?


Ans-  Microsoft -   Outook
          IBM         -    Lotous Notes
          Mozilla    -    Thunderbird
          Apple       -    Apple Mail
           Mail bird -     Mail bird

     




1 comment:

Technical

New blog address

For future updates open given link. This blog has been shifted on new URL due to some reason. yktechvideos.blogspot.com

OS