Networks Flashcards

1
Q

What is meant by Network?

A

Set of devices connected to each other over the physical medium is known as a computer network. For example the Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do you mean by Node?

A

In the computer network, the node is known as a device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do you mean by Network Topology?

A

A network topology is a physical structure of the network which defines how the computers or node will be connected to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are Routers?

A

A router is a device which is responsible for sending data from source to destination over the computer network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the OSI model?

A

OSI model stands for Open System Interconnection. It’s a reference model which describes that how different applications will communicate to each other over the computer network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the Different layers of the OSI model.

A

Physical Layer

Converts data bit into an electrical impulse.

Datalink Layer

Data packet will be encoded and decoded into bits.

Network Layer

Transfer of datagrams from one to another.

Transport Layer

Responsible for Data transfer from one to another.
Session Layer

Manage and control signals between computers.

Presentation Layer

Transform data into application layer format.

Application Layer

An end user will interact with the Application layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe Hub, Switch and Router?

A

Hub: Hub will broadcast all data to every port. It has a common connection point for all devices.

Switch: Switch will create the dynamic connection and provide information to the requesting port.

Router: Router is the devices which will be responsible for forwarding data packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define the TCP/IP Model?

A

TCP/IP stands for Transmission control protocol and Internet protocol. It describes how the data will get transmitted and routed from end to end communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

List the different Layers of TCP/IP Model.

A

Application Layer, Transport Layer, Network or Internet Layer, Network interface layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define HTTP.

A

HTTP stands for Hyper Text Transfer Protocol and the port for this is 80. This protocol is responsible for web content.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define TCP and UDP

A

TCP stands for Transfer control protocol and UDP stands for User Datagrams protocol and TCP is a connection-oriented protocol and UDP is a Connectionless protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define DNS?

A

DNS Stands for Domain Name System. It’s an internet address mapping process with the local name. We can also call it as an internet phonebook.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do you mean by Proxy server?

A

Proxy server prevents the external users which are unauthorized to access the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define different network classes.

A

Class A - 0.0.0.0 to 127.255.255.255

Class B - 128.0.0.0 to 191.255.255.255

Class C - 192.0.0.0 to 223.255.255.255

Class D - 224.0.0.0 to 239.255.255.255

Class E - 240.0.0.0 to 247.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a NIC

A

NIC stands for Network interface card. It is an adapter that will be installed on the computer and because of that NIC, only that computer will interact with the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define ASCII

A

ASCII is the American Standard Code for Information Interchange.

17
Q

List three types of data transferring modes.

A

Data transferring mode in a computer network will be of three types:
Simplex, Half-Duplex and Full Duplex.

18
Q

What is the SLIP Protocol

A

SLIP stands for Serial Line Interface Protocol. It is used for sending IP datagram over a network in a single line.