Networking and internetworking Flashcards

1
Q

MAC

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

IP

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

Switch

A

-

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

Client

A

-

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

Router

A
  • 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
6
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
7
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
8
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
9
Q

Gateway

A

-

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

What is mean 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. What are 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

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

Explain in more detail how an IP address is structured

A

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

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

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

A
  • Group of bits containing source/destination address error control bits and data payload.
  • Consists of data package, data payload
  • Contains header and footer
  • Data payload is encapsulated with information as it goes through the TCP/ IP stock
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Routers are used in computer networks. Explain what is meant by a router ad 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 networks 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

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 manufacturers can make compatible devices.

17
Q

Why are server ports numbers well-known and registered

A

When programmers make applications they need to know what ports to communicate to the network application.

18
Q

Name the five layers o the TCP/IP protocol stack and explain the role of each layer

A
  1. Application layer (HTTP) - identifies application used for this communication.
  2. Transport layer (does a lot) - splits memory into packets
    • Adds port number: 80
    • sequence numbers
    • error check line
    • check digit
  3. Network layer: IP - sender - receiver
    • routers will inspect IP
  4. Data link layer: physical interaction with medium (cable)
    • MAC address is added to packet from NIC
  5. Physical layer - coper cable
19
Q

In the context of client-server model, what is

  • a server?
  • a client?
A
  • A server: system that responds to requests from clients; processes the request and sends the result back
  • A client: software that initiates a request of a service from a server
20
Q

What is the difference between sockets and ports?

A
  • Socket is a combination of host IP address and a port number. It forms a bidirectional communication path between the end processes or applications e.g. 192.168.168.2:1045
  • Port is an address for a software process e.g. 80
21
Q

What is the difference between client and server ports?

A

-