Data Communication And Network Topology Flashcards

(45 cards)

1
Q

P2P model

A

Peer to peer model. It’s a communication model in which each party has the same capabilities.

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

Each IP packet consists of

A

Each packet consists of a header which provides info about the packet’s contents, origin, and destination

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

size of IPv4

A

32 bits

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

Size of IPv6

A

128 bits

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

What is IP address

A

Internet protocol address is used to identify a device on the internet.
It’s assigned to each node in a network

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

Fastest wired medium of transmission

A

Optical fibre

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

Fastest wireless medium of transmission

A

Microwave

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

Define bandwidth

A

The maximum data transfer rate of a network is called its bandwidth

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

Difference between guided and unguided media

A

Guided media uses cables to connect computers, whereas unguided media uses electromagnetic waves

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

Wired or wireless medium is faster?

A

Wired

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

Difference between packet switching and circuit switching

A

Packet switching
- data is divided into packets and packets is sent independently
- data is processed at all intermediate nodes including the source system
- no physical path between source and destination
- high latency

Circuit switching
- there is a dedicated path for each packet in circuit switching
- data is processed at the source system only
- there is a physical path between the source and the destination
- low latency

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

Difference between packet switching and message switching

A

Packet switching
- there’s a tight upper limit on the block size
- all packets are stored in main memory

Message switching
- there is no upper limit
- packets are stored on disk

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

Advantages of optical fibre

A
  • high bandwidth
  • can transmit data over long distances
  • no electromagnetic interference
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Difference between twisted pair cable and coaxial cable

A

Twisted pair cable
- bandwidth not as high as coaxial
- consists of two copper wires twisted around each other like a double helix

Coaxial cable
- has high bandwidth
- consists of copper wire covered by an insulating material

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

Full form of ARPANET

A

Advanced research project agency network

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

What is a Modem?

A

Modulator demodulator is used for conversion between analog signals and digital bits.

Sender’s end: it acts as a modulator and converts digital data to analog signals.
Receiver’s end: it acts as a demodulator and converts analog signals to digital data

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

What is RJ45

A

Registered jack-45 is an eight pin connector used exclusively with ethernet cables

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

What is web hosting?

A

Web hosting is a service that allows users to put a website or a webpage onto the internet and make it a part of the world wide web

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

Name some web browsers

A
  • google chrome
  • microsoft edge
  • mozilla Firefox
  • opera
  • Safari
20
Q

What is PAN

A

Personal Area Network
- connects few personal devices
- range: 10 metres
- can be wired or wireless

21
Q

What is WPAN

22
Q

What is LAN

A

Local Area Network
- range: upto 1km

23
Q

What is MAN

A

Metropolitan Area Network
- extended form of LAN
- range: upto 30-40km

24
Q

What is WAN

A

Wide Area Network
- connects devices across countries and continents

25
What is Ethernet
Ethernet is a set of rules that decides how computers and other devices connect with each other in a LAN
26
What is Ethernet Card?
Ethernet Card or Network interface card (NIC) is a network adapter used to set up wired network
27
ISP
Internet service provider - organisation that provides services for accessing the internet
28
What is a repeater?
It's a device that amplifies and restores signals for long distance transmission
29
What is a hub?
- It's a device used to interconnect computers through wires. - Data arriving on any of the lines are sent out on all the others. - data from two devices cannot be received simultaneously
30
What is switch?
- device used to interconnect computers through wires - keeps record of MAC address of the devices connected to it - doesn't forward corrupted or noisy signals
31
What is a router?
- connects LAN to the internet - can receive, analyse and transmit data in a network - wireless router provides wifi access to a device
32
What is a Gateway?
- it serves as the entry and exit point of a network - maintains information about the host networks internal connection paths
33
What is MAC address?
Media access control - it known as physical or hardware address - MAC address is engraved on the NIC at the time of manufacturing - it is permanent address and cannot be changed
34
What is WWW?
World wide web - information stored in the form of interlinked web pages and web resources
35
What is HTML?
Hypertext Markup language - used to design standardized web pages
36
What is URI or URL?
Uniform resource identifier OR Uniform resource Locator - unique web address or path for each resource located on the web
37
What is HTTP?
Hypertext transfer protocol - used to retrieve linked web pages across the web
38
What is FTP?
File transfer protocol - simplest and most secure way to exchange files over the internet
39
What is TCP/IP?
Transmission control protocol / Internet protocol - TCP is responsible for verifying the correct delivery of data from client to server - IP is responsible for moving packets from node to node
40
What is SMTP?
Simple mail transfer protocol - standard protocol for email services in TCP/IP networks
41
What is POP3?
Post office protocol version 3 - message access protocol which allows client to fetch an email from remote mail server
42
What is Telnet?
- Allows users to remotely access and manage computer over a network - provides two-way collaborative text based communication channel
43
What is PPP?
Point to point protocol - used between two directly connected computers - byte-oriented protocol widely used in broadband communication having heavy load and high speed
44
What is XML?
Extensible Markup language
45
Difference between web server and web browser
**Web server** - software that hosts websites and serves web pages to clients **Web browser** - Application used to access and display web pages from a web server