Networking and internetworking Flashcards

1
Q

WAN

A
  • A network that is connected over a large geographical area.
  • Networking equipment and cables are usually not owned by the organisation but leased from large Telecom businesses.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

LAN

A
  • Networking equipment in this network is usually owned and maintained by the organisation.
  • A network that is connected in one building or one site.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Router

A
  • A device in a network that holds information about IP addresses of computers in the network or other networks.
  • A device that can direct data packets around a network in the most efficient way.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Server

A
  • A software process that processes and responds to the request from a client process
  • A software process that initiates a request from a server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

MAC

A
  • A unique identifier assigned to network interfaces such as NIC
  • A 48 bit hardware address that has a flat structure comprising of a unique manufacture ID and unique serial number of the device.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IP

A
  • This address can be used by routers to make decisions on which network packets are to be sent out next.
  • A 32 bit address that has a logical structure compromising of a network ID and Host ID.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Switch

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

Client

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

Gateway

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

What is meant by the internet?

A

A global network of linked computers and routers using unique IP addresses and TCP/ IP protocol.

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

People occasionally think that the World Wide Web is the same as the internet. End the confusion y writing below the differences between the two.

A

WWW: A system of interlinked hypertext documents accessed via the internet.
Internet: Cabling

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

A computer has an IP address of 140.234.1.25

a) What is an IP address and why is it used?

A

A unique address that identifies a device on a network 32 bits e.g. 192.168.168.5
Routers make decisions where packets are going to be directed to based on the IP address.

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

b) Explain in more detail how an IP address is structured?

A

A 32 bit address that has a logical structure containing network ID and a host ID.

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

c) Explain what is meant by a datagram. Describe how a datagram is made up and how it is used.

A

Group of bits containing source/ destination address error control bits, control bits and data payload.

  • Consists of data package, data payload/ contains header/ footer
  • Data payload is encapsulated with information as it goes through the TCP/ IP stack.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

d) Routers are used in computer/ networks. Explain what is meant by a router and describe the function of a router in a computer network.

A

Router: device that connects networks that use the same protocol

  • directs data packets through the network based on their IP address
  • They use routing tables that list all the network IP addresses of networks the router is connected to. Therefore router can make decisions; look up/ find certain IP addresses.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Definition of protocol

A

A standard set of rules to ensure the proper transmission of data between devices.

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

Explain why protocols are so important in communication systems

A

When data is split up and reassembled it must be in a way that is universally agreed. All devices are programmed with a set of rules to follow so manufactures can make compatible devices.

18
Q

TCP/ IP

A
  • Application layer: Applications
  • Transport layer: TCP, UDP
  • Network layer: IP
  • Data link layer: MAC, Ethernet, FDDI, ISDN
  • Physical layer: Cable, Fibreglass
    Host sun — Data transfer— Host earth
19
Q

List of the names of different protocols

A
  • HTTP: Hypertext Transfer Protocol (application)
  • FTP: File Transfer Protocol (application)
  • SMTP: Simple Mail Transfer Protocol (application)
  • IMAP: Internet Message Access Protocol (application)
  • DHCP: Dynamic Host Configuration Protocol (application)
  • WAP: Wireless Application Protocol (application)
20
Q

HTTP

A

Port number: 80

Transferring multimedia web pages over the internet

21
Q

FTP

A

Port number: 21

Copying a file from one location to another over the internet

22
Q

SMTP

A

Port number: 25

Mail applications typically use SMTP only for sending email messages

23
Q

IMAP

A

Port number: 993

Transferring emails between computer systems via the internet

24
Q

DHCP

A

Port number: 67
A client / server protocol that automatically provides an Internet Protocol host with its IP address, subnet mask and default gateway.

25
WAP
Port number: 2222 | Allows wireless devices , such as mobile phones and radio transceivers to be used for Internet access
26
TCP
The basic communication protocol of the internet for transmitting data packets between different pieces of hardware.
27
UDP
Real-time video and audio streaming protocols are designed to handle occasional lost packets.
28
IP
Provides source and destination IP address.
29
HTTP (name and layer)
Hyper text transfer protocol - application layer
30
FTP (name and layer)
File transfer protocol - application layer
31
SMTP (name and layer)
Simple mail transfer protocol - application layer
32
IMAP (name and layer)
Internet message access protocol - application layer
33
DHCP (name and layer)
Dynamic host configuration protocol - application layer
34
WAP (name and layer)
Wireless application protocol - application layer
35
TCP (name and layer)
Transmission control protocol - Transport layer
36
UDP (name and layer)
User datagram protocol - Transport layer
37
IP (name an layer)
Internet protocol - Network layer
38
What are the range of port numbers for: Well known ports
0 - 1023
39
What are the range of port numbers for: | User ports
Shockwave (port number 1626)
40
What are the range of port numbers for: | Client ports
Rage 40152 - 65535
41
Why are server port numbers well-known and registered? (as opposed to client port numbers)
When programmers make applications they need to know what ports to communicated to the network application.
42
What are the contents of an IP header?
- Source - Destination IP (and three of the following) 1. Version: The IP version is 4 soon to be upgraded to 6 2. Total length: An IP packet is typically 64 bytes and 1500 bytes