Here we have mentioned most frequently asked Internet Interview Questions and Answers specially for freshers and experienced.


 

1. What is a Link?

Ans:

A link refers to the connectivity between two devices. It includes the type of cables and protocols used in order for one device to be able to communicate with the other.

2. What are the layers of the OSI reference model?

Ans:

There are 7 OSI layers: Physical Layer, Data Link Layer, Network Layer, Transport Layer, Session Layer, Presentation Layer and Application Layer.

3. What is backbone network?

Ans:

A backbone network is a centralized infrastructure that is designed to distribute different routes and data to various networks. It also handles management of bandwidth and various channels.

4. What is a LAN?

Ans:

LAN is short for Local Area Network. It refers to the connection between computers and other network devices that are located within a small physical location.

5. What is a node?

Ans:

A node refers to a point or joint where a connection takes place. It can be computer or device that is part of a network. Two or more nodes are needed in order to form a network connection.

6. What are routers?

Ans:

Routers can connect two or more network segments. These are intelligent network devices that store information in its routing table such as paths, hops and bottlenecks. With this info, they are able to determine the best path for data transfer. Routers operate at the OSI Network Layer.

7. What is point to point link?

Ans:

It refers to a direct connection between two computers on a network. A point to point connection does not need any other network devices other than connecting a cable to the NIC cards of both computers.

8. What is anonymous FTP?

Ans:

Anonymous FTP is a way of granting user access to files in public servers. Users that are allowed access to data in these servers do not need to identify themselves, but instead log in as an anonymous guest.

9. What is subnet mask?

Ans:

A subnet mask is combined with an IP address in order to identify two parts: the extended network address and the host address. Like an IP address, a subnet mask is made up of 32 bits.

10. What is the maximum length allowed for a UTP cable?

Ans:

A single segment of UTP cable has an allowable length of 90 to 100 meters. This limitation can be overcome by using repeaters and switches.



 

11. What is data encapsulation?

Ans:

Data encapsulation is the process of breaking down information into smaller manageable chunks before it is transmitted across the network. It is also in this process that the source and destination addresses are attached into the headers, along with parity checks.

12. Describe Network Topology

Ans:

Network Topology refers to the layout of a computer network. It shows how devices and cables are physically laid out, as well as how they connect to one another.

13. What is VPN?

Ans:

VPN means Virtual Private Network, a technology that allows a secure tunnel to be created across a network such as the Internet. For example, VPNs allow you to establish a secure dial-up connection to a remote server.

14. Briefly describe NAT.

Ans:

NAT is Network Address Translation. This is a protocol that provides a way for multiple computers on a common network to share single connection to the Internet.

15. What is the job of the Network Layer under the OSI reference model?

Ans:

The Network layer is responsible for data routing, packet switching and control of network congestion. Routers operate under this layer.

16. How does a network topology affect your decision in setting up a network?

Ans:

Network topology dictates what media you must use to interconnect devices. It also serves as basis on what materials, connector and terminations that is applicable for the setup.

17. What is RIP?

Ans:

RIP, short for Routing Information Protocol is used by routers to send data from one network to another. It efficiently manages routing data by broadcasting its routing table to all other routers within the network. It determines the network distance in units of hops.

18. What are different ways of securing a computer network?

Ans:

There are several ways to do this. Install reliable and updated anti-virus program on all computers. Make sure firewalls are setup and configured properly. User authentication will also help a lot. All of these combined would make a highly secured network.

19. What is NIC?

Ans:

NIC is short for Network Interface Card. This is a peripheral card that is attached to a PC in order to connect to a network. Every NIC has its own MAC address that identifies the PC on the network.

20. What is WAN?

Ans:

WAN stands for Wide Area Network. It is an interconnection of computers and devices that are geographically dispersed. It connects networks that are located in different regions and countries.




 

21. What is the importance of the OSI Physical Layer?

Ans:

The physical layer does the conversion from data bits to electrical signal, and vice versa. This is where network devices and cable types are considered and setup.

22. How many layers are there under TCP/IP?

Ans:

There are four layers: the Network Layer, Internet Layer, Transport Layer and Application Layer.

23. What are proxy servers and how do they protect computer networks?

Ans:

Proxy servers primarily prevent external users who identifying the IP addresses of an internal network. Without knowledge of the correct IP address, even the physical location of the network cannot be identified. Proxy servers can make a network virtually invisible to external users.

24. What is the function of the OSI Session Layer?

Ans:

This layer provides the protocols and means for two devices on the network to communicate with each other by holding a session. This includes setting up the session, managing information exchange during the session, and tear-down process upon termination of the session.

25. What is the importance of implementing a Fault Tolerance System? Are there limitations?

Ans:

A fault tolerance system ensures continuous data availability. This is done by eliminating a single point of failure. However, this type of system would not be able to protect data in some cases, such as in accidental deletions.

26. What does 10Base-T mean?

Ans:

The 10 refers to the data transfer rate, in this case is 10Mbps. The word Base refers to base band, as oppose to broad band. T means twisted pair, which is the cable used for that network.

27. What is a private IP address?

Ans:

Private IP addresses are assigned for use on intranets. These addresses are used for internal networks and are not routable on external public networks. These ensures that no conflicts are present among internal networks while at the same time the same range of private IP addresses are reusable for multiple intranets since they do not “see” each other.

28. What is NOS?

Ans:

NOS, or Network Operating System, is specialized software whose main task is to provide network connectivity to a computer in order for it to be able to communicate with other computers and connected devices.

29. What is DoS?

Ans:

DoS, or Denial-of-Service attack, is an attempt to prevent users from being able to access the internet or any other network services. Such attacks may come in different forms and are done by a group of perpetuators. One common method of doing this is to overload the system server so it cannot anymore process legitimate traffic and will be forced to reset.

30. What is OSI and what role does it play in computer networks?

Ans:

OSI (Open Systems Interconnect) serves as a reference model for data communication. It is made up of 7 layers, with each layer defining a particular aspect on how network devices connect and communicate with one another. One layer may deal with the physical media used, while another layer dictates how data is actually transmitted across the network.


 

31. What is the purpose of cables being shielded and having twisted pairs?

Ans:

The main purpose of this is to prevent crosstalk. Crosstalks are electromagnetic interferences or noise that can affect data being transmitted across cables.

32. What is the advantage of address sharing?

Ans:

By using address translation instead of routing, address sharing provides an inherent security benefit. That’s because host PCs on the Internet can only see the public IP address of the external interface on the computer that provides address translation and not the private IP addresses on the internal network.

33. What are MAC addresses?

Ans:

MAC, or Media Access Control, uniquely identifies a device on the network. It is also known as physical address or Ethernet address. A MAC address is made up of 6-byte parts.

34. What is the equivalent layer or layers of the TCP/IP Application layer in terms of OSI reference model?

Ans:

The TCP/IP Application layer actually has three counterparts on the OSI model: the Session layer, Presentation Layer and Application Layer.

35. How can you identify the IP class of a given IP address?

Ans:

By looking at the first octet of any given IP address, you can identify whether it’s Class A, B or C. If the first octet begins with a 0 bit, that address is Class A. If it begins with bits 10 then that address is a Class B address. If it begins with 110, then it’s a Class C network.

36. What is the main purpose of OSPF?

Ans:

OSPF, or Open Shortest Path First, is a link-state routing protocol that uses routing tables to determine the best possible path for data exchange.

37. What are firewalls?

Ans:

Firewalls serve to protect an internal network from external attacks. These external threats can be hackers who want to steal data or computer viruses that can wipe out data in an instant. It also prevents other users from external networks from gaining access to the private network.

38. Describe star topology

Ans:

Star topology consists of a central hub that connects to nodes. This is one of the easiest to setup and maintain.

39. What are gateways?

Ans:

Gateways provide connectivity between two or more network segments. It is usually a computer that runs the gateway software and provides translation services. This translation is a key in allowing different systems to communicate on the network.

40. What is the disadvantage of a star topology?

Ans:

One major disadvantage of star topology is that once the central hub or switch get damaged, the entire network becomes unusable.



 

41. What is SLIP?

Ans:

SLIP, or Serial Line Interface Protocol, is actually an old protocol developed during the early UNIX days. This is one of the protocols that are used for remote access.

42. Give some examples of private network addresses.

Ans:

10.0.0.0 with a subnet mask of 255.0.0.0
172.16.0.0 with subnet mask of 255.240.0.0
192.168.0.0 with subnet mask of 255.255.0.0

43. What is tracert?

Ans:

Tracert is a Windows utility program that can used to trace the route taken by data from the router to the destination network. It also shows the number of hops taken during the entire transmission route.

44. What are the functions of a network administrator?

Ans:

A network administrator has many responsibilities that can be summarize into 3 key functions: installation of a network, configuration of network settings, and maintenance/troubleshooting of networks.

45. Describe at one disadvantage of a peer to peer network.

Ans:

When you are accessing the resources that are shared by one of the workstations on the network, that workstation takes a performance hit.

46. What is Hybrid Network?

Ans:

A hybrid network is a network setup that makes use of both client-server and peer-to-peer architecture.

47. What is DHCP?

Ans:

DHCP is short for Dynamic Host Configuration Protocol. Its main task is to automatically assign an IP address to devices across the network. It first checks for the next available address not yet taken by any device, then assigns this to a network device.

48. What is the main job of the ARP?

Ans:

The main task of ARP or Address Resolution Protocol is to map a known IP address to a MAC layer address.

49. What is TCP/IP?

Ans:

TCP/IP is short for Transmission Control Protocol / Internet Protocol. This is a set of protocol layers that is designed to make data exchange possible on different types of computer networks, also known as heterogeneous network.

50. How can you manage a network using a router?

Ans:

Routers have built in console that lets you configure different settings, like security and data logging. You can assign restrictions to computers, such as what resources it is allowed access, or what particular time of the day they can browse the internet. You can even put restrictions on what websites are not viewable across the entire network.




 

51. What protocol can be applied when you want to transfer files between different platforms, such between UNIX systems and Windows servers?

Ans:

Use FTP (File Transfer Protocol) for file transfers between such different servers. This is possible because FTP is platform independent.

52. What is the use of a default gateway?

Ans:

Default gateways provide means for the local networks to connect to the external network. The default gateway for connecting to the external network is usually the address of the external router port.

53. One way of securing a network is through the use of passwords. What can be considered as good passwords?

Ans:

Good passwords are made up of not just letters, but by combining letters and numbers. A password that combines uppercase and lowercase letters is favorable than one that uses all upper case or all lower case letters. Passwords must be not words that can easily be guessed by hackers, such as dates, names, favorites, etc. Longer passwords are also better than short ones.

54. What is the proper termination rate for UTP cables?

Ans:

The proper termination for unshielded twisted pair network cable is 100 ohms.

55. What is netstat?

Ans:

Netstat is a command line utility program. It provides useful information about the current TCP/IP settings of a connection.

56. What is the number of network IDs in a Class C network?

Ans:

For a Class C network, the number of usable Network ID bits is 21. The number of possible network IDs is 2 raised to 21 or 2,097,152. The number of host IDs per network ID is 2 raised to 8 minus 2, or 254.

57. What happens when you use cables longer than the prescribed length?

Ans:

Cables that are too long would result in signal loss. This means that data transmission and reception would be affected, because the signal degrades over length.

58. What common software problems can lead to network defects?

Ans:

Software related problems can be any or a combination of the following:
– client server problems
– application conflicts
– error in configuration
– protocol mismatch
– security issues
– user policy and rights issues

59. What is ICMP?

Ans:

ICMP is Internet Control Message Protocol. It provides messaging and communication for protocols within the TCP/IP stack. This is also the protocol that manages error messages that are used by network tools such as PING.

60. What is Ping?

Ans:

Ping is a utility program that allows you to check connectivity between network devices on the network. You can ping a device by using its IP address or device name, such as a computer name.


 

61. What is peer to peer?

Ans:

Peer to peer are networks that does not reply on a server. All PCs on this network act as individual workstations.

62. What is DNS?

Ans:

DNS is Domain Name System. The main function of this network service is to provide host names to TCP/IP address resolution.

63. What advantages does fiber optics have over other media?

Ans:

One major advantage of fiber optics is that is it less susceptible to electrical interference. It also supports higher bandwidth, meaning more data can be transmitted and received. Signal degrading is also very minimal over long distances.

64. What is the difference between a hub and a switch?

Ans:

A hub acts as a multiport repeater. However, as more and more devices connect to it, it would not be able to efficiently manage the volume of traffic that passes through it. A switch provides a better alternative that can improve the performance especially when high traffic volume is expected across all ports.

65. What are the different network protocols that are supported by Windows RRAS services?

Ans:

There are three main network protocols supported: NetBEUI, TCP/IP, and IPX.

66. What are the maximum networks and hosts in a class A, B and C network?

Ans:

For Class A, there are 126 possible networks and 16,777,214 hosts
For Class B, there are 16,384 possible networks and 65,534 hosts
For Class C, there are 2,097,152 possible networks and 254 hosts

67. What is the standard color sequence of a straight-through cable?

Ans:

orange/white, orange, green/white, blue, blue/white, green, brown/white, brown.

68. What protocols fall under the Application layer of the TCP/IP stack?

Ans:

The following are the protocols under TCP/IP Application layer: FTP, TFTP, Telnet and SMTP.

69. You need to connect two computers for file sharing. Is it possible to do this without using a hub or router?

Ans:

Yes, you can connect two computers together using only one cable. A crossover type cable can be use in this scenario. In this setup, the data transmit pin of one cable is connected to the data receive pin of the other cable, and vice versa.

70. What is ipconfig?

Ans:

Ipconfig is a utility program that is commonly used to identify the addresses information of a computer on a network. It can show the physical address as well as the IP address.



 

71. What is the difference between a straight-through and crossover cable?

Ans:

A straight-through cable is used to connect computers to a switch, hub or router. A crossover cable is used to connect two similar devices together, such as a PC to PC or Hub to hub.

72. What is client/server?

Ans:

Client/server is a type of network wherein one or more computers act as servers. Servers provide a centralized repository of resources such as printers and files. Clients refers to workstation that access the server.

73. Describe networking.

Ans:

Networking refers to the inter connection between computers and peripherals for data communication. Networking can be done using wired cabling or through wireless link.

74. When you move the NIC cards from one PC to another PC, does the MAC address gets transferred as well?

Ans:

Yes, that’s because MAC addresses are hard-wired into the NIC circuitry, not the PC. This also means that a PC can have a different MAC address when the NIC card was replace by another one.

75. Explain clustering support

Ans:

Clustering support refers to the ability of a network operating system to connect multiple servers in a fault-tolerant group. The main purpose of this is the in the event that one server fails, all processing will continue on with the next server in the cluster.

76. In a network that contains two servers and twenty workstations, where is the best place to install an Anti-virus program?

Ans:

An anti-virus program must be installed on all servers and workstations to ensure protection. That’s because individual users can access any workstation and introduce a computer virus when plugging in their removable hard drives or flash drives.

77. Describe Ethernet.

Ans:

Ethernet is one of the popular networking technologies used these days. It was developed during the early 1970s and is based on specifications as stated in the IEEE. Ethernet is used in local area networks.

78. What are some drawbacks of implementing a ring topology?

Ans:

In case one workstation on the network suffers a malfunction, it can bring down the entire network. Another drawback is that when there are adjustments and reconfigurations needed to be performed on a particular part of the network, the entire network has to be temporarily brought down as well.

79. What is the difference between CSMA/CD and CSMA/CA?

Ans:

CSMA/CD, or Collision Detect, retransmits data frames whenever a collision occurred. CSMA/CA, or Collision Avoidance, will first broadcast intent to send prior to data transmission.

80. What is SMTP?

Ans:

SMTP is short for Simple Mail Transfer Protocol. This protocol deals with all Internal mail, and provides the necessary mail delivery services on the TCP/IP protocol stack.




 

81. What is multicast routing?

Ans:

Multicast routing is a targeted form of broadcasting that sends message to a selected group of user, instead of sending it to all users on a subnet.

82. What is the importance of Encryption on a network?

Ans:

Encryption is the process of translating information into a code that is unreadable by the user. It is then translated back or decrypted back to its normal readable format using a secret key or password. Encryption help ensure that information that is intercepted halfway would remain unreadable because the user has to have the correct password or key for it.

83. How are IP addresses arranged and displayed?

Ans:

IP addresses are displayed as a series of four decimal numbers that are separated by period or dots. Another term for this arrangement is the dotted decimal format. An example is 192.168.101.2

84. Explain the importance of authentication.

Ans:

Authentication is the process of verifying a user’s credentials before he can log into the network. It is normally performed using a username and password. This provides a secure means of limiting the access from unwanted intruders on the network.

85. What do mean by tunnel mode?

Ans:

This is a mode of data exchange wherein two communicating computers do not use IPSec themselves. Instead, the gateway that is connecting their LANs to the transit network creates a virtual tunnel that uses the IPSec protocol to secure all communication that passes through it.

86. What are the different technologies involved in establishing WAN links?

Ans:

Analog connections – using conventional telephone lines; Digital connections – using digital-grade telephone lines; switched connections – using multiple sets of links between sender and receiver to move data.

87. What is one advantage of mesh topology?

Ans:

In the event that one link fails, there will always be another available. Mesh topology is actually one of the most fault-tolerant network topology.

88. When troubleshooting computer network problems, what common hardware-related problems can occur?

Ans:

A large percentage of a network is made up of hardware. Problems in these areas can range from malfunctioning hard drives, broken NICs and even hardware startups. Incorrectly hardware configuration is also one of those culprits to look into.

89. What can be done to fix signal attenuation problems?

Ans:

A common way of dealing with such a problem is to use repeaters and hub, because it will help regenerate the signal and therefore prevent signal loss. Checking if cables are properly terminated is also a must.

90. How does dynamic host configuration protocol aid in network administration?

Ans:

Instead of having to visit each client computer to configure a static IP address, the network administrator can apply dynamic host configuration protocol to create a pool of IP addresses known as scopes that can be dynamically assigned to clients.


 

91. Explain profile in terms of networking concept?

Ans:

Profiles are the configuration settings made for each user. A profile may be created that puts a user in a group,

92. What is sneakernet?

Ans:

Sneakernet is believed to be the earliest form of networking wherein data is physically transported using removable media, such as disk, tapes.

93. What is the role of IEEE in computer networking?

Ans:

IEEE, or the Institute of Electrical and Electronics Engineers, is an organization composed of engineers that issues and manages standards for electrical and electronic devices. This includes networking devices, network interfaces, cablings and connectors.

94. What protocols fall under the TCP/IP Internet Layer?

Ans:

There are 4 protocols that are being managed by this layer. These are ICMP, IGMP, IP and ARP.

95. When it comes to networking, what are rights?

Ans:

Rights refer to the authorized permission to perform specific actions on the network. Each user on the network can be assigned individual rights, depending on what must be allowed for that user.

96. What is one basic requirement for establishing VLANs?

Ans:

A VLAN is required because at switch level there is only one broadcast domain, it means whenever new user is connected to switch this information is spread throughout the network. VLAN on switch helps to create separate broadcast domain at switch level. It is used for security purpose.

97. What is IPv6?

Ans:

IPv6 , or Internet Protocol version 6, was developed to replace IPv4. At present, IPv4 is being used to control internet traffic, butis expected to get saturated in the near future. IPv6 was designed to overcome this limitation.

98. What is RSA algorithm?

Ans:

RSA is short for Rivest-Shamir-Adleman algorithm. It is the most commonly used public key encryption algorithm in use today.

99. What is mesh topology?

Ans:

Mesh topology is a setup wherein each device is connected directly to every other device on the network. Consequently, it requires that each device have at least two network connections.

100. what is the maximum segment length of a 100Base-FX network?

Ans:

The maximum allowable length for a network segment using 100Base-FX is 412 meters. The maximum length for the entire network is 5 kilometers.



 

101. What Is Deadlock?

Ans:

A deadlock is a situation when a process in the system has acquired some resources and waiting for more resources which are acquired by some other process which in turn is waiting for the resources acquired by this process. Hence, none of them can proceed and OS can’t do any work.

102. What Is Ascii – American Standard Code For Information Interchange?

Ans:

ASCII (pronounced as-key) is short for American Standard Code for Information Interchange. It is a standard code that assigns a binary number to all the alphanumeric characters (upper and lower case), all the symbols on the keyboard, and some other symbols not on the keyboard (such as the cents symbol: ¢). All computers have been using this standard code for more than a decade, and this is how plain text is saved on a disk. This standard does not define any formatting however (except end of line), so word processors each have their own file type that includes formatting information as well.

103. Explain Web Server?

Ans:

A Web server is a server on the Internet that holds Web documents and makes them available for viewing by remote browsers.

104. What Is Web Page?

Ans:

A web page is a rich document that can contain richly formatted text, graphics, animation, sound, and much more. Some web pages are generated dynamically (such as the results of a search). You are currently viewing a (static) web page. Every web page on the Internet has a unique address which starts with the name of the computer that holds that page. Within a web page, words and pictures can be linked to other pages. When you activate a link, you will be taken to another page automatically. See also: Web, Web Browser, Understanding Internet Addresses.

105. What Is Winsocks?

Ans:

Acronym for Windows Sockets. A set of standards and specifications for programmers who are programming a TCP/IP application to use in Windows.

106. What Is Wais (wide Area Information Service)?

Ans:

A search engine and distributed information service that allows indexed searching and natural language input.

107. What Is Url (universal Resource Locator)?

Ans:

A Universal Resource Locator refers to the universal address of an Internet web page. A URL consists of three things. First, it starts with letters such as http, ftp, or gopher that identify the resource type, followed by a colon and two forward slashes. Next, the computer’s name is listed. And finally, the filename and directory of the remote resource is listed as well.

108. Explain Telnet?

Ans:

This is the standard Internet protocol to connect to remote terminals.

109. What Is T1 And T3?

Ans:

A connection of a host to the Internet where data is transferred at 1.544 megabits per second.
A connection of a host to the Internet where data is transferred at 44.746 megabits per second.

110. Explain Smtp (simple Mail Transfer Protocol)?

Ans:

A standard protocol used to transfer e-mail messages.




 

111. Explain A Router?

Ans:

A device that forwards traffic between networks.

112. What Is A Protocol?

Ans:

A protocol is a method of communication between two devices. You can think of it as the language the devices use to communicate with each other, although it is not the same as a programming language (by which a human programmer controls a computer). Different brands of printers, for example, each use their own protocol (or “language”) by which a computer can communicate with the printer. This is why a driver program must be written for each printer.

113. What Is Pop (post Office Protocol)?

Ans:

A protocol that allows single users to read mail from a server.

114. What Is Openurl?

Ans:

The OpenURL standard is a syntax to create Web-transportable packages of metadata and/or identifiers about an information object.

115. Explain Nntp (network News Transfer Protocol)?

Ans:

A standard industry protocol for the inquiry, distribution, retrieval, and posting of news articles.

116. What Is Mirror Site?

Ans:

A mirror site is usually set up due to overwhelming traffic on an existing web site. A mirror site is a site that is kept separate from the original site but contains the same information as that site. This is an alternative to users who attempt to go to a web site but cannot due to traffic problems.

117. What Is Mailing List?

Ans:

A mailing list is a list of e-mail addresses used to have messages forwarded to groups of people.

118. What Is Lan (local Area Network)?

Ans:

Local Area Network. A LAN allows users to share files between computers, send e-mail and access the Internet. Most companies use Local Area Networks so that users can access information within or outside the LAN.

119. What Is Isp (internet Service Provider)?

Ans:

An organization or company that has a network with a direct link to the Internet. This is done by using a dedicated line connection, usually through a link known as a T1 connection. Users can dial into to that network using their modem. Most ISP’s now charge a monthly fee.

120. What Is Irc (internet Relay Chat)?

Ans:

Internet Relay Chat, or IRC, allows users to chat on different channels over the Internet. IRC channels are preceded by a # sign and are controlled by channel operators. Channel operators can kick people out of the channel if he or she feels necessary.


 

121. What Is The Ip (internet Protocol)?

Ans:

A packet switching protocol that is used as a network layer in the TCP/IP protocol suite.

122. What Is Gopher?

Ans:

A search and retrieval tool for information used mostly for research.

123. What Is Finger?

Ans:

A finger is a UNIX command that displays information about a group or user on the Internet.

124. What Is Encryption?

Ans:

Encryption is a procedure used in cryptography to convert plain text into cipher text to prevent any but the intended recipient from reading that data.

125. What Is Dns (domain Name Service)?

Ans:

A name service used with TCP/IP hosts. A DNS exists on numerous servers over the Internet. It is a database for finding host names and IP addresses on the Internet and trying to figure them out.

126. What Is Dedicated Line?

Ans:

A communications line used solely for computer connections, such as T1 and T3 lines. An additional phone line solely for your modem is a dedicated line as well.

127. What Is Ddn (defense Data Network)?

Ans:

The United States Department of Defense global communications network.

128. What Is Datagram?

Ans:

A block of data that can travel from one Internet site to another without relying on an earlier exchange between the source and destination computers.

129. What Is Data Encryption Standard (des)?

Ans:

Standardized encryption method used most on the Internet.

130. What Is Cookies?

Ans:

Provide a simple way to identify session among a group of HTTP/HTML requests. The cookie value is often an index into a table stored in the memory of a Web server that points to an in memory object holding the user’s records. This has many potential problems: If the user’s request is routed to a different server in a subsequent request, the session information is unknown to the server.
If the user is routed to a different server and the server is part of an application cluster, then all the servers that could receive the user’s request must have a way to synchronize the session data. Storing cookies and synchronizing sessions among clusters of server usually requires configuration, storage space, and memory.



 

131. What Is Data Encryption Key (dek)?

Ans:

Used for encryption and decryption of message text.

132. What Is The Bandwidth?

Ans:

Bandwidth is the rate at which data that can be transferred through a connection. A standard PC modem has a very low bandwidth of about 3,000 to 5,000 bytes per second. The very high speed lines that make up the backbone of the Internet are much faster, at least 1,000,000 bytes per second! Note that bandwidth is not exactly the same as speed. If you only want to transfer one byte, it may not get where it is going any faster with high-bandwidth than it would with low-bandwidth. However, if you want to transfer a million bytes, then high-bandwidth will definitely help! You can think of high-bandwidth as like drinking juice with a fat straw, whereas low bandwidth is like drinking juice with one of those thin coffee straws.

133. What Is Bounce?

Ans:

This term refers to when you send an e-mail to a non-existent recipient and the e-mail is “bounced” back to you.

134. What Is Web Browser?

Ans:

A web browser is a program that you use to view web pages. The two most popular web browsers are Microsoft Internet Explorer and Netscape Navigator.

135. What Is White Pages?

Ans:

Databases containing postal addresses, telephone numbers, and e-mail addresses of users on the Internet.

136. What Is Uucp (unix To Unix Copy)?

Ans:

A protocol that passes e-mail and news through the Internet. Originally, UUCP allowed UNIX systems to send and receive files over phone lines.

137. What Is Token Ring?

Ans:

A token ring is a kind of LAN that consists of computers that are wired into a ring. Each computer is constantly in direct contact with the next node in the ring.
A token, which is a type of control message, is sent from one node to another, allowing messages to be sent throughout the network. A Token Ring network cannot communicate within itself if one ring is broken.

138. What Is Tcp/ip (transmission Control Protocol/internet Protocol)?

Ans:

Transmission Control Protocol/Internet Protocol, or TCP/IP, is the basic communications protocol required for computers that use the Internet.

139. What Is Subnet Mask (address Mask)?

Ans:

This is used to recognize the sections of an IP address that concur with the different parts. Also known as the “subnet mask”.

140. What Is Slip (serial Line Internet Protocol)?

Ans:

A standard protocol which is used to run TCP/IP over a serial line.




 

141. What Is Url Rewriting?

Ans:

Instead of storing a cookie value in the HTTP header of a request, the URL is rewritten to include a session parameter. URL rewriting might avoid cookies but it share the same set of potential problems just mentioned above. Plus, with URL rewriting there are no static URLs in your Web-Enabled application, which often makes caching and indexing more difficult. Finally, every Web page needs to be dynamically generated so all hyperlinks include the session parameter.

142. What Is Ppp (point-to-point Protocol)?

Ans:

A PPP is a protocol that provides a method for sending and receiving packets over serial point-to-point links.

143. What Is Ping?

Ans:

PING, is a simple way to time or test the response of an Internet connection.

144. What Is Network News Transfer Protocol (nntp)?

Ans:

A standard industry protocol for the inquiry, distribution, retrieval, and posting of news articles.

145. What Is Nfs (network File System)?

Ans:

A Network File System allows a computer to access and use files over a network, just as if it were a local network.

146. What Is Mime (multipurpose Internet Mail Extensions)?

Ans:

Multipurpose Internet Mail Extensions, or MIME, is the standard way to organize different file formats. For example, if you receive an e-mail, which is in a different format than yours, the file will be decoded so you can read it using MIME.

147. What Is Listserv?

Ans:

An automated mailing list distribution system.

148. What Is Intranet?

Ans:

An intranet is a local area network(LAN), which may not be connected to the Internet but which has similar functions.

149. What Is Isdn (integrated Services Digital Network)?

Ans:

Integrated Services Digital Network (ISDN) combines digital network services and voice into one. Users can access digital services at 115,200 bps.

150. What Is Ip Address (internet Protocol Address)?

Ans:

Each computer is assigned an IP address. These are similar to phone numbers. When you attempt to connect to an IP address, you will connect to the computer with that IP address.


 

151. Explain Html (hypertext Markup Language)?

Ans:

HTML stands for Hypertext Markup Language. This is the standard method of publishing web documents onto the World Wide Web (WWW). HTML consists of tags surrounded by brackets.

152. Explain Ftp (file Transfer Protocol)?

Ans:

FTP’s are the most widely used format to uploading and downloading files on an Internet connection. FTP’s are used so computers can share files between each other.

153. Explain Firewall?

Ans:

A firewall is a hardware and/or software boundary that prevents unauthorized users from accessing restricted files on a network.

154. What Is E-mail?

Ans:

E-mail stands for electronic mail. Most networks support some form of email. The most popular, of course, is Internet email. E-mail allows you to send text (such as a letter) to another person on another computer. In order to send an email, you have to know the email address of the recipient. Internet email addresses always start with the user’s account name, then the at sign (@), then the name of the computer where the user gets his or her email. You can never have spaces in email or Web addresses. For example, my email address is: w@wdell.com

155. What Is Dsl (digital Subscriber Line)?

Ans:

The DSL offers high-band width connections to small businesses and homes via regular telephone lines.

156. What Is Common Gateway Interface (cgi)?

Ans:

The CGI is a communications protocol that Web servers use to communicate with other applications. Common Gateway Interface scripts allow Web servers to access database (among other things); CGI applications, on the other hand, receive data from servers and return data through the CGI.

157. What Is Bbs (bulletin Board System)?

Ans:

A computer which provides file archives, email, and announcements of interest. Users usually dial in with a terminal program to access these.

158. What Is Atm (asynchronous Transfer Mode)?

Ans:

A transfer mode that designates bandwidth using a fixed-size packet or cell. Also called a “fast packet”.

159. What Is Anonymous Ftp?

Ans:

This is a method of bypassing security checks when you logon to an FTP site. This is done by typing “anonymous” as your user ID and your e-mail address as the password.

160. What Is Decnet?

Ans:

A proprietary network protocol designed by Digital Equipment Corporation.



 

161. What Is Alias?

Ans:

A nickname that refers to a network resource.

162. What Is Defense Data Network (ddn)?

Ans:

The United States Department of Defense global communications network.

163. What is Defense Data Network (DDN)?

Ans:

The United States Department of Defense global communications network.

164. What is DECnet?

Ans:

A proprietary network protocol designed by Digital Equipment Corporation.

165. What is anonymous FTP?

Ans:

This is a method of bypassing security checks when you logon to an FTP site. This is done by typing “anonymous” as your user ID and your e-mail address as the password.

166. What is ATM (Asynchronous Transfer Mode)?

Ans:

A transfer mode that designates bandwidth using a fixed-size packet or cell. Also called a “fast packet”.

167. Explain Authentication?

Ans:

A method of identifying the user to make sure the user is who he says he is.

168. What is BBS (Bulletin Board System)?

Ans:

A computer which provides file archives, email, and announcements of interest. Users usually dial in with a terminal program to access these.

169. What is Common Gateway Interface (CGI)?

Ans:

The CGI is a communications protocol that Web servers use to communicate with other applications. Common Gateway Interface scripts allow Web servers to access database (among other things); CGI applications, on the other hand, receive data from servers and return data through the CGI.

170. What is DSL (Digital subscriber line)?

Ans:

The DSL offers high-band width connections to small businesses and homes via regular telephone lines




 

171. Explain Firewall?

Ans:

A firewall is a hardware and/or software boundary that prevents unauthorized users from accessing restricted files on a network.

172. Explain FTP (File Transfer Protocol)?

Ans:

FTP’s are the most widely used format to uploading and downloading files on an Internet connection. FTP’s are used so computers can share files between each other.

173. Explain HTML (Hypertext Markup Language)?

Ans:

HTML stands for Hypertext Markup Language. This is the standard method of publishing web documents onto the World Wide Web (WWW). HTML consists of tags surrounded by brackets.

174. What is IP Address (Internet Protocol Address)?

Ans:

Each computer is assigned an IP address. These are similar to phone numbers. When you attempt to connect to an IP address, you will connect to the computer with that IP address.

175. What is ISDN (Integrated Services Digital Network)?

Ans:

Integrated Services Digital Network (ISDN) combines digital network services and voice into one. Users can access digital services at 115,200 bps.

176. What is Listserv?

Ans:

An automated mailing list distribution system.