Pith. sign in

REVIEW 5 major objections 5 minor 28 references

DistB-VNET: Distributed Cluster-based Blockchain Vehicular Ad-Hoc Networks through SDN-NFV for Smart City

T0 review · 5 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read A blockchain-SDN-NFV VANET architecture claims 99.23% accuracy in blocking malicious traffic while improving latency, throughput, and congestion in smart-city vehicle networks.

desk verdict A plausible architecture sketch with an unreproducible performance table and a cryptographic error; not referee-ready. read the letter →

arxiv 2412.04222 v1 pith:2KK72RV4 submitted 2024-12-05 cs.CR

classification cs.CR
keywords blockchainsoftware-definednetworkingnetworkfunctionvirtualizationvehicularad-hocnetworksintrusiondetectionisolationforestsmartcityvehicle-to-everything
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that combining a dual-layer blockchain, SDN-NFV management, and an unsupervised isolation-forest intrusion detector yields a vehicular ad-hoc network that is both secure and efficient for smart cities. The core promise is that this integration detects and blocks malicious traffic with 99.23% accuracy, while also reducing end-to-end delay and energy consumption and increasing throughput and packet delivery compared with an existing optimization protocol. If correct, it would provide a practical template for secure, scalable vehicle-to-infrastructure communication under real urban traffic loads.

What carries the argument

The central mechanism is a three-stage pipeline: an unsupervised isolation-forest classifier placed after the cluster head filters edge traffic and blocks malicious flows; a dual-layer blockchain (distributed among vehicles, centralized in the cloud) ensures tamper-resistant data integrity and two-step verification; and SDN-NFV controllers dynamically allocate resources and manage routing through cluster heads. Isolation forest is a tree-based anomaly detector that isolates outliers rather than profiling normal behavior, which the paper justifies as necessary for detecting novel attacks that supervised models miss.

What would settle it

Re-running the simulation with a stated traffic model, explicit delay values for blockchain, SDN, NFV, and intra-cluster communication, and the same configuration for both systems: if the proposed system fails to beat IEAOCGO-C on at least one of the reported metrics, or if the 99.23% isolation-forest accuracy drops when evaluated on a held-out subset of IDS 2018, the central claims fail.

Watch

Extended reading notes

Core claim

The authors claim that their DistB-VNET architecture—a cluster-based VANET where a distributed blockchain secures vehicle-to-vehicle communication, a centralized cloud blockchain verifies and stores data, SDN separates control from data planes, and NFV automates resource allocation—achieves better security and network performance than current alternatives. The isolation-forest model, trained on the IDS 2018 intrusion dataset in an unsupervised manner, is reported to reach 99.23% accuracy, 99.14% precision, 99.15% recall, and 99.07% F1-score for classifying benign versus malicious traffic. Against the IEAOCGO-C baseline, the proposed system reports higher network lifetime, packet delivery ratio, and throughput, with lower end-to-end delay and energy consumption across 20–50 vehicles.

Load-bearing premise

The central performance comparison assumes that the simulation produced realistic, comparable numbers for both DistB-VNET and the IEAOCGO-C baseline, even though the paper does not specify the traffic model, blockchain gas parameters, or how the baseline was configured.

Editorial extensions

If this is right

  • Smart-city vehicle networks could use this architecture to block previously unseen malicious traffic at the edge before it reaches the core network.
  • If the performance gains are reproducible, combining blockchain with SDN-NFV could become a standard design pattern for secure vehicular communication, pushing toward lower-latency traffic management.
  • The reported throughput equations offer a simple quantitative model for how blockchain, SDN, and NFV delays jointly affect vehicular throughput as cluster size or vehicle count grows.
  • The unsupervised detection approach implies that the IDS can adapt to evolving cyber-attacks without requiring frequent retraining on labeled attack data.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural testable extension is to evaluate the same isolation-forest placement on current benchmark datasets such as CICIDS2017 or 2019, which include more recent attack families, to see whether the 99.23% accuracy persists outside the IDS 2018 distribution.
  • The architecture's separation of control and data planes combined with edge anomaly detection could generalize beyond vehicles to other IoT domains, such as smart-grid or healthcare monitoring, where low latency and novel-attack detection are both critical.
  • The paper's own conclusion admits the system has not been tested under rising transmission costs and gas fees as vehicle numbers grow, so the scalability claim remains conditional on those costs not eroding the throughput advantage.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. The manuscript proposes DistB-VNET, a distributed blockchain-based vehicular ad-hoc network architecture that integrates SDN, NFV, and an unsupervised Isolation Forest intrusion detection system for smart city VANETs. The architecture uses a dual-layer blockchain (distributed for vehicle communication, centralized for cloud verification) and cluster-based communication with RSUs. The paper claims 99.23% accuracy for malicious traffic detection on the IDS 2018 dataset and, via a comparison with IEAOCGO-C in Table II, claims reduced latency, increased security, and reduced congestion. The evaluation also includes throughput equations, plots of throughput and communication overhead, and gas consumption data.

Significance. If the reported results are correct, the combination of edge-level unsupervised intrusion detection with blockchain-backed SDN-NFV management would be a useful contribution to secure vehicular networks. The use of a public dataset (IDS 2018) for the ML evaluation is a positive feature, and the architecture description is reasonably detailed. However, the central quantitative claims are not presently reproducible: the network performance comparison in Table II lacks simulation methodology, the ML result lacks preprocessing and hyperparameter details, and Algorithm 1 contains a cryptographic direction error. The contribution is therefore interesting in scope but not yet substantiated at the standard required for publication.

major comments (5)
  1. [Section IV-C, Table II] The comparison against IEAOCGO-C is the sole quantitative evidence for the claimed performance improvement, but it is not reproducible. Section IV-B lists only the emulator, blockchain platform, node count, speed, and packet size; it does not specify the traffic model, mobility model, the delay components tb, ts, tn, tc, tv used in Eqs. (1)–(2), blockchain gas parameters, or how the baseline IEAOCGO-C was configured and run. Table II also has inconsistent units: ETED is labeled mJ (millijoules, an energy unit) and ECM is labeled ms (milliseconds, a time unit). These problems mean the claimed improvements cannot be distinguished from artifact.
  2. [Algorithm 1, lines 14–15] The secure communication procedure performs encryption with the private key and decryption with the public key. This does not provide confidentiality; it is message signing and verification. The abstract and introduction claim confidentiality, so this is a load-bearing security error. If confidentiality is intended, the algorithm should encrypt with the public key and decrypt with the private key.
  3. [Section III-A, Table IV] The 99.23% accuracy on the IDS 2018 dataset is not verifiable. The paper does not report preprocessing steps, feature selection, train/test split, class imbalance handling, or Isolation Forest hyperparameters (e.g., n_estimators, max_samples, contamination), and no code or reproducible artifact is provided. Without these details, the accuracy result could reflect data leakage or an optimistic evaluation setup.
  4. [Section IV-A, Eqs. (1)–(3)] Equations (1)–(3) are definitions with free parameters (tb, ts, tn, tc, tv, G0, Cb); they do not constitute a derivation or a measurement procedure. No values for these delays or gas coefficients are given, and the paper does not explain how they were estimated in the Mininet/Ethereum setup. Consequently, the throughput and gas-consumption claims in Figures 3–5 and Table II are not supported by these equations.
  5. [Section IV-C, Fig. 3] The text states that for each fixed cluster size, throughput decreases as the number of vehicle nodes increases. This contradicts Eq. (2), which predicts throughput increasing with V for constant D(V) and constant delay components. The paper provides no explanation of how the delay model reverses this trend, so the reported behavior is internally inconsistent with the presented throughput equation.
minor comments (5)
  1. [Abstract and throughout] There are repeated typographical issues such as 'V ANETs' with nonbreaking spaces and 'noble isolation forest' in the abstract; these should be corrected to 'VANETs' and 'novel isolation forest'.
  2. [Table I] The table contains the typo 'achevied' for 'achieved', and the column formatting should be aligned for readability.
  3. [Table IV] The caption says 'anf f-score' and should read 'and F1-score'.
  4. [Section IV-B, Table III] The 'Max. vehicle speed' parameter is listed as 50 m/s^2; the unit should be m/s, not an acceleration unit.
  5. [Reference [23]] The IDS 2018 dataset reference should specify the exact subset of the CSE-CIC-IDS2018 data used, the access date, and any filtering or normalization applied.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the accuracy result is benchmarked on an external dataset, and the performance claims are presented as simulation measurements rather than as consequences of self-cited work.

full rationale

The paper's main quantitative claims are not circular. The 99.23% accuracy claim is evaluated on the external IDS 2018 Kaggle dataset ([23]), so it is an independent benchmark rather than a fitted input renamed as a prediction. The throughput, gas-consumption, and delay expressions in Eqs. (1)-(3) are definitions of metrics, and no performance conclusion is derived from them by algebraic reduction; the comparisons in Table II are asserted as measurement results against an external baseline [27], not as consequences of those equations. The numerous self-citations ([2]-[4], [8], [9], [20], [24]-[26], [28]) are used for background, architectural inspiration, or simulation tooling, and the load-bearing empirical claims do not reduce to those citations. Algorithm 1's public/private key misuse is a correctness flaw, and Table II's missing simulation configuration is a reproducibility problem, but neither exhibits the definitional or self-citational reduction that would constitute circularity. Accordingly, no circular step is identified.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The paper contributes an architecture sketch, not a derived model. Throughput and gas equations are asserted with unstated parameters; the ML accuracy is a standard model on a public dataset with no hyperparameters; security properties are assumed from blockchain and cryptography, not proven. The only quantitative comparison is against one baseline with no shared simulation details. No code or data are released, which limits reproducibility.

free parameters (3)
  • Delay components tb, ts, tn, tc, tv in Equations 1 and 2 = not reported
    The claimed throughput values depend on these delay terms, but the paper does not state how they were measured or set in the Mininet/Ethereum simulation.
  • Gas cost coefficients G0 and Cb in Equation 3 = not reported
    Gas consumption is modeled as G0*Tx + Cb*Tx; neither coefficient is given, so the gas table cannot be reproduced.
  • Isolation Forest hyperparameters (contamination, tree count, sample size) = not reported
    The 99.23% accuracy result depends on these settings, and no values are provided in Section IV-C or Table IV.
assumptions (5)
  • domain assumption Blockchain immutability and public/private key operations provide secure and tamper-resistant communication.
    Invoked throughout Sections III-A to III-D; no formal security proof is given.
  • domain assumption Isolation Forest trained on the IDS 2018 intrusion dataset generalizes to real VANET edge traffic.
    Section III-A uses this to claim malicious traffic blocking; the dataset is not VANET-specific and no distribution shift analysis is provided.
  • ad hoc to paper Throughput can be modeled by the additive-delay ratios in Equations 1 and 2.
    The equations appear without derivation and are not validated against measured data.
  • domain assumption The IEAOCGO-C baseline values in Table II were obtained under equivalent, fair conditions.
    No shared simulation harness or baseline configuration is described.
  • domain assumption SDN/NFV integration yields decreased latency and reduced congestion as stated.
    Performance improvement is asserted from Table II rather than measured in a deployed system.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DistB-VNET: Distributed Cluster-based Blockchain Vehicular Ad-Hoc Networks through SDN-NFV for Smart City." pith.science (2026). https://pith.science/paper/2KK72RV4

@misc{pith2026241204222,
  author       = {Pith},
  title        = {Pith review of: DistB-VNET: Distributed Cluster-based Blockchain Vehicular Ad-Hoc Networks through SDN-NFV for Smart City},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2KK72RV4}},
  note         = {Machine review of arXiv:2412.04222}
}
read the original abstract

In the developing topic of smart cities, Vehicular Ad-Hoc Networks (VANETs) are crucial for providing successful interaction between vehicles and infrastructure. This research proposes a distributed Blockchain-based Vehicular Ad-hoc Network (DistB-VNET) architecture that includes binary malicious traffic classification, Software Defined Networking (SDN), and Network Function Virtualization (NFV) to ensure safe, scalable, and reliable vehicular networks in smart cities. The suggested framework is the decentralized blockchain for safe data management and SDN-NFV for dynamic network management and resource efficiency and a noble isolation forest algorithm works as an IDS (Intrusion Detection System). Further, "DistB-VNET" offers a dual-layer blockchain system, where a distributed blockchain provides safe communication between vehicles, while a centralized blockchain in the cloud is in charge of data verification and storage. This improves security, scalability, and adaptability, ensuring better traffic management, data security, and privacy in VANETs. Furthermore, the unsupervised isolation forest model achieves a high accuracy of 99.23% for detecting malicious traffic. Additionally, reveals that our method greatly improves network performance, offering decreased latency, increased security, and reduced congestion, an effective alternative for existing smart city infrastructures.

Figures

Figures reproduced from arXiv: 2412.04222 by the authors.

Figure 1
Figure 1. Proposed “DistB-VNET” Architecture for Smart City [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Data Collection Scenario from the Edge Layers [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Throughput of the proposed system in terms of different cluster size [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: depicts the communication cost or the total number of exchanged messages for the proposed system against the total number of vehicles. Communication costs have always increased due to the rise in the number of vehicles [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

28 extracted references · 21 canonical work pages

  1. [1]

    A reliable position- based routing scheme for controlling excessive data dissemination in vehicular ad-hoc networks,

    Z. H. Ali, N. A. Sakr, N. El-Rashidy, and H. A. Ali, “A reliable position- based routing scheme for controlling excessive data dissemination in vehicular ad-hoc networks,” Computer Networks , vol. 229, p. 109785, 2023

  2. [2]

    Blocksd-5gnet: Enhancing security of 5g network through blockchain-sdn with ml-based bandwidth prediction,

    A. Rahman, M. S. I. Khan, A. Montieri, M. J. Islam, M. R. Karim, M. Hasan, D. Kundu, M. K. Nasir, and A. Pescap `e, “Blocksd-5gnet: Enhancing security of 5g network through blockchain-sdn with ml-based bandwidth prediction,” Transactions on Emerging Telecommunications Technologies, vol. 35, no. 4, p. e4965, 2024

  3. [3]

    Internet of medical things and blockchain-enabled patient-centric agent through sdn for remote patient monitoring in 5g network,

    A. Rahman, M. A. H. Wadud, M. J. Islam, D. Kundu, T. A.-U.-H. Bhuiyan, G. Muhammad, and Z. Ali, “Internet of medical things and blockchain-enabled patient-centric agent through sdn for remote patient monitoring in 5g network,” Scientific Reports , vol. 14, no. 1, p. 5297, 2024

  4. [4]

    Towards a blockchain-sdn-based secure architecture for cloud computing in smart industrial iot,

    A. Rahman, M. J. Islam, S. S. Band, G. Muhammad, K. Hasan, and P. Tiwari, “Towards a blockchain-sdn-based secure architecture for cloud computing in smart industrial iot,” Digital Communications and Networks, vol. 9, no. 2, pp. 411–421, 2023

  5. [5]

    Survey on blockchain- based applications in internet of vehicles,

    L. Mendiboure, M. A. Chalouf, and F. Krief, “Survey on blockchain- based applications in internet of vehicles,” Computers & Electrical Engineering, vol. 84, p. 106646, 2020

  6. [6]

    Decentralized edge collab- oration for seamless handover authentication in zero-trust iov,

    H. Fang, Y . Zhu, Y . Zhang, and X. Wang, “Decentralized edge collab- oration for seamless handover authentication in zero-trust iov,” IEEE Transactions on Wireless Communications , 2024

  7. [7]

    Joint energy efficiency and network optimization for integrated blockchain-sdn-based internet of things networks,

    A. Hakiri, B. Sellami, and S. B. Yahia, “Joint energy efficiency and network optimization for integrated blockchain-sdn-based internet of things networks,” Future Generation Computer Systems , p. 107519, 2024

  8. [8]

    Smartblock- sdn: An optimized blockchain-sdn framework for resource management in iot,

    A. Rahman, M. J. Islam, A. Montieri, M. K. Nasir, M. M. Reza, S. S. Band, A. Pescape, M. Hasan, M. Sookhak, and A. Mosavi, “Smartblock- sdn: An optimized blockchain-sdn framework for resource management in iot,” IEEE Access, vol. 9, pp. 28 361–28 376, 2021

Show all 28 references
  1. [9]

    Sdn–iot empowered intelligent framework for industry 4.0 applications during covid-19 pandemic,

    A. Rahman, C. Chakraborty, A. Anwar, M. R. Karim, M. J. Islam, D. Kundu, Z. Rahman, and S. S. Band, “Sdn–iot empowered intelligent framework for industry 4.0 applications during covid-19 pandemic,” Cluster Computing, pp. 1–18, 2022

  2. [10]

    A survey on security attacks in vanets: Communication, applications and challenges,

    M. Arif, G. Wang, M. Z. A. Bhuiyan, T. Wang, and J. Chen, “A survey on security attacks in vanets: Communication, applications and challenges,” Vehicular Communications, vol. 19, p. 100179, 2019

  3. [11]

    Software defined vehicular networks: A comprehensive review,

    J. Bhatia, Y . Modi, S. Tanwar, and M. Bhavsar, “Software defined vehicular networks: A comprehensive review,” International Journal of Communication Systems, vol. 32, no. 12, p. e4005, 2019

  4. [12]

    Software-defined networking (sdn) and network function virtualization (nfv) for a hyperconnected world: Challenges, applications, and major advancements

    A. Bradai, M. H. Rehmani, I. Haque, M. Nogueira, and S. H. R. Bukhari, “Software-defined networking (sdn) and network function virtualization (nfv) for a hyperconnected world: Challenges, applications, and major advancements.” J. Network Syst. Manage. , vol. 28, no. 3, pp. 433...

  5. [13]

    Re- architecting nfv ecosystem with microservices: State of the art and research challenges,

    S. R. Chowdhury, M. A. Salahuddin, N. Limam, and R. Boutaba, “Re- architecting nfv ecosystem with microservices: State of the art and research challenges,” IEEE Network, vol. 33, no. 3, pp. 168–176, 2019

  6. [14]

    Designing blockchain based secure autonomous vehicular internet of things (iot) architecture with efficient smart contracts,

    Hemani, D. Singh, and R. K. Dwivedi, “Designing blockchain based secure autonomous vehicular internet of things (iot) architecture with efficient smart contracts,” International Journal of Information Technol- ogy, pp. 1–17, 2024

  7. [15]

    Synergizing blockchain, iot, and ai with vanet for intelligent transport solutions,

    S. Zalte, V . Ghorpade, and R. K. Kamat, “Synergizing blockchain, iot, and ai with vanet for intelligent transport solutions,” Emerging Computing Paradigms: Principles, Advances and Applications, pp. 193– 210, 2022

  8. [16]

    A scalable blockchain-based scheme for traffic-related data sharing in vanets,

    E.-h. Diallo, O. Dib, and K. Al Agha, “A scalable blockchain-based scheme for traffic-related data sharing in vanets,” Blockchain: Research and Applications, vol. 3, no. 3, p. 100087, 2022

  9. [17]

    A privacy-preservation framework based on biometrics blockchain (bbc) to prevent attacks in vanet,

    A. Alharthi, Q. Ni, and R. Jiang, “A privacy-preservation framework based on biometrics blockchain (bbc) to prevent attacks in vanet,” Ieee Access, vol. 9, pp. 87 299–87 309, 2021

  10. [18]

    Blockchain in digital twins-based vehicle management in vanets,

    H. Feng, D. Chen, and Z. Lv, “Blockchain in digital twins-based vehicle management in vanets,” IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 10, pp. 19 613–19 623, 2022

  11. [19]

    A promising integration of sdn and blockchain for iot networks: A survey,

    S. W. Turner, M. Karakus, E. Guler, and S. Uludag, “A promising integration of sdn and blockchain for iot networks: A survey,” IEEE Access, vol. 11, pp. 29 800–29 822, 2023

  12. [20]

    On the icn-iot with federated learning integration of communication: Concepts, security-privacy issues, applications, and future perspectives,

    A. Rahman, K. Hasan, D. Kundu, M. J. Islam, T. Debnath, S. S. Band, and N. Kumar, “On the icn-iot with federated learning integration of communication: Concepts, security-privacy issues, applications, and future perspectives,” Future Generation Computer Systems, vol. 138, pp. ...

  13. [21]

    A decentralized blockchain- based trust management framework for vehicular ad hoc networks,

    T. Gazdar, O. Alboqomi, and A. Munshi, “A decentralized blockchain- based trust management framework for vehicular ad hoc networks,” Smart Cities, vol. 5, no. 1, pp. 348–363, 2022

  14. [22]

    Networking controller based real time traffic prediction in clustered vehicular adhoc networks,

    T. Balaji and S. Srinivasan, “Networking controller based real time traffic prediction in clustered vehicular adhoc networks,”Intelligent Automation & Soft Computing , vol. 35, no. 2, pp. 2189–2203, 2023

  15. [23]

    Ids intrusion csv dataset,

    solarmainframe, “Ids intrusion csv dataset,” 2018, accessed: 2024-09-28. [Online]. Available: https://www.kaggle.com/datasets/solarmainframe/ ids-intrusion-csv/data

  16. [24]

    Impacts of blockchain in software-defined internet of things ecosystem with network function virtualization for smart applications: Present perspectives and future directions,

    A. Rahman, J. Islam, D. Kundu, R. Karim, Z. Rahman, S. S. Band, M. Sookhak, P. Tiwari, and N. Kumar, “Impacts of blockchain in software-defined internet of things ecosystem with network function virtualization for smart applications: Present perspectives and future directions,...

  17. [25]

    Distb-condo: Distributed blockchain-based iot-sdn model for smart condominium,

    A. Rahman, M. J. Islam, Z. Rahman, M. M. Reza, A. Anwar, M. P. Mahmud, M. K. Nasir, and R. M. Noor, “Distb-condo: Distributed blockchain-based iot-sdn model for smart condominium,” IEEE Access, vol. 8, pp. 209 594–209 609, 2020

  18. [26]

    Block-sdotcloud: Enhancing security of cloud storage through blockchain-based sdn in iot network,

    A. Rahman, M. J. Islam, M. S. I. Khan, S. Kabir, A. I. Pritom, and M. R. Karim, “Block-sdotcloud: Enhancing security of cloud storage through blockchain-based sdn in iot network,” in 2020 2nd International Conference on Sustainable Technologies for Industry 4.0 (STI) . IEEE, 2...

  19. [27]

    Intelligent energy aware optimization protocol for vehicular adhoc networks,

    M. Elhoseny, I. M. El-Hasnony, and Z. Tarek, “Intelligent energy aware optimization protocol for vehicular adhoc networks,” Scientific Reports, vol. 13, no. 1, p. 9019, 2023

  20. [28]

    Blockchain-sdn-based energy-aware and distributed secure architecture for iot in smart cities,

    M. J. Islam, A. Rahman, S. Kabir, M. R. Karim, U. K. Acharjee, M. K. Nasir, S. S. Band, M. Sookhak, and S. Wu, “Blockchain-sdn-based energy-aware and distributed secure architecture for iot in smart cities,” IEEE Internet of Things Journal , vol. 9, no. 5, pp. 3850–3864, 2021

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.