Networks, protocols and layers Flashcards
What is an IP address?
An IP address is a unique address assigned to each device in a network.
What is the difference between IPv4 and IPv6 addressing?
In IPv4, each device is assigned a 32-bit address. Whereas in IPv6, each device is assigned a 128-bit address.
What is static IP addressing?
IP addresses assigned by a network administrator, which remain unused when the device is not in use is static IP addressing.
What is dynamic IP addressing?
IP addresses assigned by DHCP, which can be reused when the device is not in use is dynamic IP addressing.
What IP address represents the broadcast address on a subnet?
x.x.x.255
What number of bits are allocated for network ID in class B addressing?
14
How is the number of bits for network ID specified in classless addressing?
An IP address has an 8-bit suffix that specifies the number of bits allocated for network ID.
What is the function of a transport layer?
Segmentation, sending acknowledgements, requesting retransmission in case of missed packets, determining the communication protocol, size of packets and data speed.
List some protocols used for email communication.
SMTP, POP3 and IMAP.
What are the different layers of TCP/IP suite of protocols?
Application layer
Transport layer
Internet layer
Link layer
What is the function of an application layer?
This layer is responsible for ensuring that the data supplied by the sender from her application can be viewed at the receiver’s end using her application.
What is the function of an Internet layer?
Identifies the sender’s and receiver’s addresses. Routes the data packet from sender to receiver.
What is the function of a link layer?
Adds the MAC addresses of the sender and receiver to the data packet. This layer is also responsible for error detection, hardware addressing, media access control and defining physical layer standards.
What is the significance of adding information at each layer of TCP/IP stack?
This information will be used by the receiver to process the data packets and retrieve the information correctly.