Networking and internetworking Flashcards
WAN
- 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.
LAN
- Networking equipment in this network is usually owned and maintained by the organisation.
- A network that is connected in one building or one site.
Router
- 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.
Server
- A software process that processes and responds to the request from a client process
- A software process that initiates a request from a server
MAC
- 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.
IP
- 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.
Switch
Client
Gateway
What is meant by the internet?
A global network of linked computers and routers using unique IP addresses and TCP/ IP protocol.
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.
WWW: A system of interlinked hypertext documents accessed via the internet.
Internet: Cabling
A computer has an IP address of 140.234.1.25
a) What is an IP address and why is it used?
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.
b) Explain in more detail how an IP address is structured?
A 32 bit address that has a logical structure containing network ID and a host ID.
c) Explain what is meant by a datagram. Describe how a datagram is made up and how it is used.
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.
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.
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.
Definition of protocol
A standard set of rules to ensure the proper transmission of data between devices.