Computer Science ch1
Computer Science ch1
Subject Code-34
Class-X
Chapter-1: Introduction to Computer Network
Excersice Questions
III. SHORT ANSWER QUESTIONS
3. Give five examples of valid and five examples of invalid IPV4 addresses.
i. 184.0.20.210
ii. 154.1.0.254
iii. 230.217.200.2
iv. 178.2.65.123
v. 110.3.5.210
i. 0.210.7.115
ii. 145.200.87.255
iii. 210.258.110.25
iv. 110.87.65.20.
v. 119.230
An IPv4 address:
HTTP FTP
i. HTTP stands for Hyper Text Transfer
i. FTP stands for File Transfer Protocol.
Protocol.
ii. HTTP is used to fetch web resources such ii. FTP is used to transfer file from one computer to
as web pages etc. another over a network.
iii)The URLs that use the FTP protocol begin iii)The URLs that use the HTTP protocol begin with
with FTP HTTP
They are
I.Wired technology
i. Wi-Fi
ii. WiMAX
iii. Bluetooth
i. PAN
ii. LAN
iii. MAN
iv. WAN
or
Ans: PAN offers a network range of about 10 meters from a central device to the
other communicating devices.
Ans: MAN is formed by interconnecting multiple LANs that are within a limited
geographical area.
Ans: WAN is formed by connecting devices from multiple locations across the
globe.
Ans: Rename pc
Ans: Ans: The length of IPV4 address is 32 bit and the length of IPV6 address is 128
bit.
Q.18. What are called network devices ? Name some network devices.
Ans: Network devices are physical devices that are required to establish a
computer network so that multiple computers can communicate or transfer data
among them.
iii. Router
Hub Switch
i. A hub does not maintain routing information i. A switch maintains some routing information
about connected devices in the network. about other network devices in the network.
ii. A hub does not perform any filtering or addressing ii. A switch can read the destination address of
with the incoming data. It just sends all incoming incoming data and transmits the incoming data
data to all other connected devices. to the destination computer.
iii. A hub is slower than a switch iii. A switch is faster than hub.
iv. A hub is cheaper as compared to a switch iv. A switch is expensive as compared to a hub.
OR
Ans: An Access Point is a network device that is used to create a wireless network.
Computer or other devices that have a wireless network card can connect to such
a wireless network. Some Access point has several ports to expand the network
to support more wireless devices.
Ans: A network protocol is a set of well established rules that determine how two
computers communicate or transfer data between them. Network protocol is like
a common language for computers in a network. A network protocol make it
possible for network devices to communicate with each other.
i.TCP
ii. IP
iii.POP
iv. SMTP
v. HTTP
vi. FTP
ii. IP
iii. POP
iv. SMTP
v. HTTP
vi. HTTPS
vii. FTP
Ans: i. TCP- TCP stands for Transmission Control Protocol. This protocol is used for
establishing communication between computers over a computer network. When
data is sent over a network, the TCP in the source computer divides those data
into a series of packets and sends those packets to the destination and the TCP at
the destination reassemble them.
ii. IP- IP stands for Internet Protocol. It is mainly used for addressing packets. The
Internet Protocol is mostly used TCP. The primary responsibility of Internet
Protocol is to deliver packets from a source computer to a destination computer
based on the IP address present in a packet.
iii. POP- POP stands for Post Office Protocol. It is used for receiving incoming
emails. It is an widely used email application protocol used to retrieve email from
an mail server to the client application.
iv. SMTP- SMTP stands for Simple Mail Transfer Protocol. SMTP is used to send
outgoing email. It is a push protocol which is used to send emails from one user
to another.
v. HTTP- HTTP stands for HyperText Transfer Protocol. It is used for accessing web
resources such as HTML documents or web pages. Using HTTP protocol a client
computer requests for a web resource to a web server that is why it called a client
server protocol.
vi.HTTPS- HTTPS stands for HyperText Transfer Protocol Secure. It is a
combination of HTTP with added security features. This protocol is used for
accessing web resources with added security. In HTTPS data communication
process, data are sent after encryption that is why is secure than HTTP.
vii. FTP- FTP stands for File Transfer Protocol. It is used for transmitting files from
one computer to another over a network.
Ans: ping
Ans: ipconfig
Ans: hostname
OR
Ans: arp -a